Click or drag to resize
RackConnectServiceExtensions Class
Provides synchronous extention methods for the RackConnectService.
Inheritance Hierarchy
SystemObject
  Rackspace.SynchronousRackConnectServiceExtensions

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

The RackConnectServiceExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreatePublicIP
Allocates a public IP address to the current account.
Public methodStatic memberDeletePublicIP
Removes the public IP address from the current account.
Public methodStatic memberGetNetwork
Gets the specified RackConnect Cloud Network.
Public methodStatic memberGetPublicIP
Gets the specified public IP address.
Public methodStatic memberListNetworks
Lists Cloud Networks associated with a RackConnect Configuration.
Public methodStatic memberListPublicIPs
Lists all public IP addresses associated with the account.
Public methodStatic memberUpdatePublicIP
Updates the public IP address.
Public methodStatic memberWaitUntilPublicIPIsActive
Waits for the public IP address to become active.
Public methodStatic memberWaitUntilPublicIPIsDeleted
Waits for the public IP address to be removed from the current account.
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