state property
The state of the Registration
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The state is undefined.
- "REGISTRATION_PENDING" : The domain is being registered.
- "REGISTRATION_FAILED" : The domain registration failed. You can delete resources in this state to allow registration to be retried.
- "ACTIVE" : The domain is registered and operational. The domain renews automatically as long as it remains in this state.
- "SUSPENDED" : The domain is suspended and inoperative. For more details,
see the
issues
field. - "EXPORTED" : The domain has been exported from Cloud Domains to
Google Domains. You can no longer update it
with this API, and information shown about it may be stale. Without
further action, domains in this state expire at their
expire_time
. You can delete the resource after theexpire_time
has passed.
Implementation
core.String? state;