Click or drag to resize
OpenStack.Networking.v2 Namespace
The OpenStack.Networking.v2 namespace defines provider-independent interfaces and implementations for the OpenStack Networking API.
Classes
  ClassDescription
Public classAllocationPool
Represents a range of IP addresses
Public classAllowedAddress
Defines an arbitrary MAC address/IP_address(CIDR) pairs that are allowed to pass through a port regardless of the subnet associated with the network.
Public classHostRoute
Represents a subnet host route.
Public classIPAddressAssociation
Represents an IP address associated with a port resource of the NetworkingService
Public classIPProtocol
Internet Protocols.
Public classNetwork
Represents a network resource of the NetworkingService

Isolated virtual Layer-2 domains; a network can also be regarded as a virtual (or logical) switch.

Public classNetworkDefinition
Represents the definition of a network resource of the NetworkingService.
Public classNetworkingApiBuilder
Builds requests to the Networking API which can be further customized and then executed.

Intended for custom implementations.

Public classNetworkingService
The OpenStack Networking Service.
Public classNetworkStatus
Networking resource status. Applies to networks, routers, interfaces, floating ips etc.
Public classPort
Represents a port resource of the NetworkingService.
Public classPortCreateDefinition
Represents the set of properties which can be initialized when creating a Port.
Public classPortListOptions
Optional filter and paging options when listing ports.
Public classPortStatus
Networking resource status. Applies to networks, routers, interfaces, floating ips etc.
Public classPortUpdateDefinition
Represents the set of properties which can be modified when updating a Port.
Public classSubnet
Represents a subnet resource of the NetworkingService.

IPv4 or IPv6 address blocks from which IPs to be assigned to VMs on a given network are selected.

Public classSubnetCreateDefinition
Represents the set of properties which can be initialized when creating a Subnet.
Public classSubnetUpdateDefinition
Represents the set of properties which can be modified when updating a Subnet.
Public classTrafficDirection
Direction of network traffic.