Versions in this module Expand all Collapse all v3 v3.0.0 Jan 5, 2022 Changes in this version + func CreateAddressScope(t *testing.T, client *gophercloud.ServiceClient) (*addressscopes.AddressScope, error) + func CreateExternalRouter(t *testing.T, client *gophercloud.ServiceClient) (*routers.Router, error) + func CreateFloatingIP(t *testing.T, client *gophercloud.ServiceClient, networkID, portID string) (*floatingips.FloatingIP, error) + func CreateFloatingIPWithFixedIP(t *testing.T, client *gophercloud.ServiceClient, ...) (*floatingips.FloatingIP, error) + func CreatePortForwarding(t *testing.T, client *gophercloud.ServiceClient, fipID string, portID string, ...) (*portforwarding.PortForwarding, error) + func CreateRouter(t *testing.T, client *gophercloud.ServiceClient, networkID string) (*routers.Router, error) + func CreateRouterInterface(t *testing.T, client *gophercloud.ServiceClient, portID, routerID string) (*routers.InterfaceInfo, error) + func CreateRouterInterfaceOnSubnet(t *testing.T, client *gophercloud.ServiceClient, subnetID, routerID string) (*routers.InterfaceInfo, error) + func DeleteAddressScope(t *testing.T, client *gophercloud.ServiceClient, addressScopeID string) + func DeleteFloatingIP(t *testing.T, client *gophercloud.ServiceClient, floatingIPID string) + func DeletePortForwarding(t *testing.T, client *gophercloud.ServiceClient, fipID string, pfID string) + func DeleteRouter(t *testing.T, client *gophercloud.ServiceClient, routerID string) + func DeleteRouterInterface(t *testing.T, client *gophercloud.ServiceClient, portID, routerID string) + func WaitForRouterInterfaceToAttach(client *gophercloud.ServiceClient, routerInterfaceID string) error + func WaitForRouterInterfaceToDetach(client *gophercloud.ServiceClient, routerInterfaceID string) error + func WaitForRouterToCreate(client *gophercloud.ServiceClient, routerID string) error + func WaitForRouterToDelete(client *gophercloud.ServiceClient, routerID string) error Other modules containing this package github.com/pierreprinetti/gophercloud github.com/pierreprinetti/gophercloud/v2