Click or drag to resize
PublicIPStatus Enumeration
PublicIP Status

Namespace: Rackspace.RackConnect.v3
Assembly: Rackspace (in Rackspace.dll) Version: 0.2.0+Branch.master.Sha.9ad6ce59ab4f7b2400f7a7c9c086aa1c5ea11c4e
Syntax
public enum PublicIPStatus
Members
  Member nameValueDescription
Unknown0 The status is unknown.
Active1 The public IP address is active.
Creating2 The public IP address is being added.
Updating3 The public IP address is being updated.
PendingBuild4 The server associated with the public IP is still being built.
CreateFailed5 The public IP address add operation failed.
UpdateFailed6 The public IP address update operation failed.
DeleteFailed7 The public IP address remove operation failed.
Deleted8 The public IP address has been removed.
See Also