Port forwarding for floating IPs is not supported in gophercloud but it is a feature in OpenStack. This allows to reuse public IPs. **API:** https://developer.openstack.org/api-ref/network/v2/#show-port-forwarding **Source**: https://github.com/openstack/neutron/blob/master/neutron/objects/port_forwarding.py **Schema:** https://github.com/openstack/neutron/blob/master/neutron/db/models/port_forwarding.py - [x] Create - [x] List - [x] Get - [x] Update - [x] Delete