java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.network.subnet.registration.Status

@ApiType("SoftLayer_Network_Subnet_Registration_Status")
public class Status
extends Entity
Subnet Registration Status objects describe the current status of a subnet registration.

The standard values for these objects are as follows:
  • OPEN - Indicates that the registration object is new and has yet to be submitted to the RIR
  • PENDING - Indicates that the registration object has been submitted to the RIR and is awaiting response
  • COMPLETE - Indicates that the RIR action has completed
  • DELETED - Indicates that the registration object has been gracefully removed is no longer valid
  • CANCELLED - Indicates that the registration object has been abruptly removed is no longer valid
See Also:
SoftLayer_Network_Subnet_Registration_Status