Click or drag to resize
CloudNetworkService Class
The Rackspace Cloud Networks service.
Inheritance Hierarchy
SystemObject
  Rackspace.CloudNetworks.v2CloudNetworkService

Namespace: Rackspace.CloudNetworks.v2
Assembly: Rackspace (in Rackspace.dll) Version: 0.2.0+Branch.master.Sha.9ad6ce59ab4f7b2400f7a7c9c086aa1c5ea11c4e
Syntax
public class CloudNetworkService

The CloudNetworkService type exposes the following members.

Constructors
  NameDescription
Public methodCloudNetworkService
Initializes a new instance of the CloudNetworkService class.
Top
Methods
  NameDescription
Public methodCreateNetworkAsync
Creates a network.
Public methodCreatePortAsync
Creates a port.
Public methodCreateSubnetAsync
Creates a subnet.
Public methodDeleteNetworkAsync
Deletes the specified network.
Public methodDeletePortAsync
Deletes the specified port.
Public methodDeleteSubnetAsync
Deletes the specified subnet.
Public methodGetNetworkAsync
Gets the specified network.
Public methodGetPortAsync
Gets the specified port.
Public methodGetSubnetAsync
Gets the specified subnet.
Public methodListNetworksAsync
Lists all networks associated with the account.
Public methodListPortsAsync
Lists all ports associated with the account.
Public methodListSubnetsAsync
Lists all subnets associated with the account.
Public methodUpdateNetworkAsync
Updates the specified network.
Public methodUpdatePortAsync
Updates the specified port.
Public methodUpdateSubnetAsync
Updates the specified subnet.
Top
Extension Methods
  NameDescription
Public Extension MethodCreateNetwork
Creates a network.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodCreatePort
Creates a port.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodCreateSubnet
Creates a subnet.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodDeleteNetwork
Deletes the specified network.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodDeletePort
Deletes the specified port.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodDeleteSubnet
Deletes the specified subnet.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodGetNetwork
Gets the specified network.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodGetPort
Gets the specified port.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodGetSubnet
Gets the specified subnet.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodListNetworks
Lists all networks associated with the account.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodListPorts
Lists all ports associated with the account.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodListSubnets
Lists all subnets associated with the account.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodUpdateNetwork
Updates the specified network.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodUpdatePort
Updates the specified port.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodUpdateSubnet
Updates the specified subnet.
(Defined by CloudNetworkServiceExtensions.)
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also