Click or drag to resize
PublicIPExtensions Class
Provides synchronous extention methods for a PublicIP instance.
Inheritance Hierarchy
SystemObject
  Rackspace.SynchronousPublicIPExtensions

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

The PublicIPExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAssign
Assigns the Public IP to a cloud server.
Public methodStatic memberDelete
Removes the public IP address from the current account.
Public methodStatic memberUnassign
Removes the Public IP from the server to which it is currently assigned.
Public methodStatic memberWaitUntilActive
Waits for the public IP address to become active.
Public methodStatic memberWaitUntilDeleted
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