Click or drag to resize
RackConnectService Class
The Rackspace RackConnect (Hybrid Cloud) service.
Inheritance Hierarchy
SystemObject
  Rackspace.RackConnect.v3RackConnectService

Namespace: Rackspace.RackConnect.v3
Assembly: Rackspace (in Rackspace.dll) Version: 0.2.0+Branch.master.Sha.9ad6ce59ab4f7b2400f7a7c9c086aa1c5ea11c4e
Syntax
public class RackConnectService

The RackConnectService type exposes the following members.

Constructors
  NameDescription
Public methodRackConnectService
Initializes a new instance of the RackConnectService class.
Top
Methods
  NameDescription
Public methodCreatePublicIPAsync
Allocates a public IP address to the current account.
Public methodDeletePublicIPAsync
Removes the public IP address from the current account.
Public methodGetNetworkAsync
Gets the specified RackConnect Cloud Network.
Public methodGetPublicIPAsync
Gets the specified public IP address.
Public methodListNetworksAsync
Lists Cloud Networks associated with a RackConnect Configuration.
Public methodListPublicIPsAsync
Lists all public IP addresses associated with the account.
Public methodUpdatePublicIPAsync
Updates the public IP address.
Public methodWaitUntilPublicIPIsActiveAsync
Waits for the public IP address to become active.
Public methodWaitUntilPublicIPIsDeletedAsync
Waits for the public IP address to be removed from the current account.
Top
Extension Methods
  NameDescription
Public Extension MethodCreatePublicIP
Allocates a public IP address to the current account.
(Defined by RackConnectServiceExtensions.)
Public Extension MethodDeletePublicIP
Removes the public IP address from the current account.
(Defined by RackConnectServiceExtensions.)
Public Extension MethodGetNetwork
Gets the specified RackConnect Cloud Network.
(Defined by RackConnectServiceExtensions.)
Public Extension MethodGetPublicIP
Gets the specified public IP address.
(Defined by RackConnectServiceExtensions.)
Public Extension MethodListNetworks
Lists Cloud Networks associated with a RackConnect Configuration.
(Defined by RackConnectServiceExtensions.)
Public Extension MethodListPublicIPs
Lists all public IP addresses associated with the account.
(Defined by RackConnectServiceExtensions.)
Public Extension MethodUpdatePublicIP
Updates the public IP address.
(Defined by RackConnectServiceExtensions.)
Public Extension MethodWaitUntilPublicIPIsActive
Waits for the public IP address to become active.
(Defined by RackConnectServiceExtensions.)
Public Extension MethodWaitUntilPublicIPIsDeleted
Waits for the public IP address to be removed from the current account.
(Defined by RackConnectServiceExtensions.)
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