Click or drag to resize
CloudNetworkServiceExtensions Class
Provides synchronous extention methods for an CloudNetworkService instance.
Inheritance Hierarchy
SystemObject
  Rackspace.SynchronousCloudNetworkServiceExtensions

Namespace: Rackspace.Synchronous
Assembly: Rackspace (in Rackspace.dll) Version: 0.2.0+Branch.master.Sha.9ad6ce59ab4f7b2400f7a7c9c086aa1c5ea11c4e
Syntax
public static class CloudNetworkServiceExtensions

The CloudNetworkServiceExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateNetwork
Creates a network.
Public methodStatic memberCreatePort
Creates a port.
Public methodStatic memberCreateSubnet
Creates a subnet.
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
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