2.2.5.9.2 DomainStatus
The DomainStatus type represents domain status from the point of view of the domain provider.
-
<xs:simpleType name="DomainStatus"> <xs:restriction base="xs:string"> <xs:enumeration value="Unknown" /> <xs:enumeration value="NotConfigured"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Ready"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Pending"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="PendingCustomerInterventionRequired"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Failed"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="PurchaseFailed"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="DomainNotFound"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="InRenewal"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="InRenewalCustomerInterventionRequired"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="RenewalFailed"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType>
The following table describes the values for this type.
|
Value |
Description |
|---|---|
|
Unknown |
Domain status is unknown. |
|
NotConfigured |
Domain is not configured |
|
Ready |
Domain name is ready. DNS data might still be propagating. |
|
Pending |
Domain setup in progress; no customer intervention needed. |
|
PendingCustomerInterventionRequired |
Domain setup in progress; customer intervention needed. |
|
Failed |
Domain setup failed without a specific reason. |
|
PurchaseFailed |
Purchase of domain failed. |
|
DomainNotFound |
Domain is not found for this credential. This usually means that the purchase has not started. |
|
InRenewal |
Domain renewal in progress; no customer intervention needed. |
|
InRenewalCustomerInterventionRequired |
Domain renewal in progress; customer intervention needed. |
|
RenewalFailed |
Domain renewal failed. |