Versions in this module Expand all Collapse all v0 v0.16.0 Dec 31, 2020 Changes in this version + func CreateNetwork(t *testing.T, client *gophercloud.ServiceClient) (*networks.Network, error) + func CreateNetworkWithoutPortSecurity(t *testing.T, client *gophercloud.ServiceClient) (*networks.Network, error) + func CreatePort(t *testing.T, client *gophercloud.ServiceClient, networkID, subnetID string) (*ports.Port, error) + func CreatePortWithMultipleFixedIPs(t *testing.T, client *gophercloud.ServiceClient, networkID, subnetID string) (*ports.Port, error) + func CreatePortWithNoSecurityGroup(t *testing.T, client *gophercloud.ServiceClient, networkID, subnetID string) (*ports.Port, error) + func CreatePortWithoutPortSecurity(t *testing.T, client *gophercloud.ServiceClient, networkID, subnetID string) (*ports.Port, error) + func CreateSubnet(t *testing.T, client *gophercloud.ServiceClient, networkID string) (*subnets.Subnet, error) + func CreateSubnetWithDefaultGateway(t *testing.T, client *gophercloud.ServiceClient, networkID string) (*subnets.Subnet, error) + func CreateSubnetWithNoGateway(t *testing.T, client *gophercloud.ServiceClient, networkID string) (*subnets.Subnet, error) + func CreateSubnetWithSubnetPool(t *testing.T, client *gophercloud.ServiceClient, networkID string, ...) (*subnets.Subnet, error) + func CreateSubnetWithSubnetPoolNoCIDR(t *testing.T, client *gophercloud.ServiceClient, networkID string, ...) (*subnets.Subnet, error) + func CreateSubnetWithSubnetPoolPrefixlen(t *testing.T, client *gophercloud.ServiceClient, networkID string, ...) (*subnets.Subnet, error) + func DeleteNetwork(t *testing.T, client *gophercloud.ServiceClient, networkID string) + func DeletePort(t *testing.T, client *gophercloud.ServiceClient, portID string) + func DeleteSubnet(t *testing.T, client *gophercloud.ServiceClient, subnetID string) + func IDFromName(client *gophercloud.ServiceClient, name string) (string, error) + func WaitForPortToCreate(client *gophercloud.ServiceClient, portID string) error + type PortWithExtraDHCPOpts struct + func CreatePortWithExtraDHCPOpts(t *testing.T, client *gophercloud.ServiceClient, networkID, subnetID string) (*PortWithExtraDHCPOpts, error)