Click or drag to resize
NetworkingServiceExtensions_v2 Class
Provides synchronous extention methods for an NetworkingService instance.
Inheritance Hierarchy
SystemObject
  OpenStack.SynchronousNetworkingServiceExtensions_v2

Namespace: OpenStack.Synchronous
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public static class NetworkingServiceExtensions_v2

The NetworkingServiceExtensions_v2 type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateNetwork
Creates a network.
Public methodStatic memberCreateNetworks
Bulk creates multiple networks.
Public methodStatic memberCreatePort
Creates a port.
Public methodStatic memberCreatePorts
Bulk creates multiple ports.
Public methodStatic memberCreateSubnet
Creates a subnet.
Public methodStatic memberCreateSubnets
Bulk creates multiple subnets.
Public methodStatic memberDeleteNetwork
Deletes the specified network.
Public methodStatic memberDeletePort
Deletes the specified port.
Public methodStatic memberDeleteSubnet
Deletes the specified subnet.
Public methodStatic memberGetNetwork
Gets the specified network.
Public methodStatic memberGetPort
Gets the specified port.
Public methodStatic memberGetSubnet
Gets the specified subnet.
Public methodStatic memberListNetworks
Lists all networks associated with the account.
Public methodStatic memberListPorts
Lists all ports associated with the account.
Public methodStatic memberListSubnets
Lists all subnets associated with the account.
Public methodStatic memberUpdateNetwork
Updates the specified network.
Public methodStatic memberUpdatePort
Updates the specified port.
Public methodStatic memberUpdateSubnet
Updates the specified subnet.
Top
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6
See Also