resourceState property
The state of this domain as a Registration
resource.
Possible string values are:
- "RESOURCE_STATE_UNSPECIFIED" : The assessment is undefined.
- "IMPORTABLE" : A
Registration
resource can be created for this domain by callingImportDomain
. - "UNSUPPORTED" : A
Registration
resource cannot be created for this domain because it is not supported by Cloud Domains; for example, the top-level domain is not supported or the registry charges non-standard pricing for yearly renewals. - "SUSPENDED" : A
Registration
resource cannot be created for this domain because it is suspended and needs to be resolved with Google Domains. - "EXPIRED" : A
Registration
resource cannot be created for this domain because it is expired and needs to be renewed with Google Domains. - "DELETED" : A
Registration
resource cannot be created for this domain because it is deleted, but it may be possible to restore it with Google Domains.
Implementation
core.String? resourceState;