package
0.25.1
Repository: https://github.com/flowswiss/gophercloud.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

CreateNetwork will create basic network.
CreateNetworkWithoutPortSecurity will create a network without port security.
CreatePort will create a port on the specified subnet.
CreatePortWithExtraDHCPOpts will create a port with DHCP options on the specified subnet.
CreatePortWithMultipleFixedIPs will create a port with two FixedIPs on the specified subnet.
CreatePortWithNoSecurityGroup will create a port with no security group attached.
CreatePortWithoutPortSecurity will create a port without port security on the specified subnet.
CreateSubnet will create a subnet on the specified Network ID.
CreateSubnetWithDefaultGateway will create a subnet on the specified Network ID and have Neutron set the gateway by default An error will be returned if the subnet could not be created.
CreateSubnetWithNoGateway will create a subnet with no gateway on the specified Network ID.
CreateSubnetWithSubnetPool will create a subnet associated with the provided subnetpool on the specified Network ID.
CreateSubnetWithSubnetPoolNoCIDR will create a subnet associated with the provided subnetpool on the specified Network ID.
CreateSubnetWithSubnetPoolPrefixlen will create a subnet associated with the provided subnetpool on the specified Network ID and with overwritten prefixlen instead of the default subnetpool prefixlen.
DeleteNetwork will delete a network with a specified ID.
DeletePort will delete a port with a specified ID.
DeleteSubnet will delete a subnet with a specified ID.
This is duplicated from https://github.com/gophercloud/utils so that Gophercloud "core" doesn't have a dependency on the complementary utils repository.
No description provided by the author

# Structs

PortWithExtraDHCPOpts represents a port with extra DHCP options configuration.