public enum State
Reference documentation and code samples for the Cloud Domains v1 API enum Registration.Types.State.
Possible states of a Registration
.
Namespace
Google.Cloud.Domains.V1Assembly
Google.Cloud.Domains.V1.dll
Fields | |
---|---|
Name | Description |
Active | The domain is registered and operational. The domain renews automatically as long as it remains in this state. |
Exported | The domain is no longer managed with Cloud Domains. It may have been transferred to another registrar or exported for management in Google Domains. You can no longer update it with this API, and information shown about it may be stale. Domains in this state are not automatically renewed by Cloud Domains. |
RegistrationFailed | The domain registration failed. You can delete resources in this state to allow registration to be retried. |
RegistrationPending | The domain is being registered. |
Suspended | The domain is suspended and inoperative. For more details, see the
|
TransferFailed | The attempt to transfer the domain from another registrar to Cloud Domains failed. You can delete resources in this state and retry the transfer. |
TransferPending | The domain is being transferred from another registrar to Cloud Domains. |
Unspecified | The state is undefined. |