[−][src]Module openstack::network
Network API implementation bits.
Structs
| AllocationPool | An allocation pool. |
| AllowedAddressPair | A port's IP address. |
| ConntrackHelper | ConntrackHelper object. See here for in-depth info about conntrack helpers. |
| ExternalGateway | External gateway information. |
| FloatingIp | Structure representing a single floating IP. |
| FloatingIpQuery | A query to floating IP list. |
| HostRoute | A host route. |
| Network | Structure representing a single network. |
| NetworkQuery | A query to network list. |
| NewFloatingIp | A request to create a floating IP. |
| NewNetwork | A request to create a network |
| NewPort | A request to create a port |
| NewRouter | A request to create a router |
| NewSubnet | A request to create a subnet. |
| Port | Structure representing a port - a virtual NIC. |
| PortExtraDhcpOption | An extra DHCP option. |
| PortForwarding | |
| PortIpAddress | A fixed IP address of a port. |
| PortQuery | A query to port list. |
| Router | Structure representing a single router. |
| RouterQuery | A query to router list. |
| Subnet | Structure representing a subnet - a virtual NIC. |
| SubnetQuery | A query to subnet list. |
Enums
| FloatingIpSortKey | Available sort keys. |
| FloatingIpStatus | Possible floating IP statuses. |
| Helper | Allowed conntrack helpers as defined here |
| IpVersion | IP protocol version. |
| Ipv6Mode | IPv6 modes for assigning IP addresses. |
| NetworkProtocol | Network IP protocol. |
| NetworkSortKey | Available sort keys. |
| NetworkStatus | Possible network statuses. |
| PortIpRequest | A request of a fixed IP address. |
| PortSortKey | Available sort keys. |
| RouterSortKey | Available sort keys. |
| RouterStatus | Possible router statuses. |
| SubnetSortKey | Available sort keys. |