availability property

String? availability
getter/setter pair

Indicates whether the domain is available for registration.

This value is accurate when obtained by calling RetrieveRegisterParameters, but is approximate when obtained by calling SearchDomains. Possible string values are:

  • "AVAILABILITY_UNSPECIFIED" : The availability is unspecified.
  • "AVAILABLE" : The domain is available for registration.
  • "UNAVAILABLE" : The domain is not available for registration. Generally this means it is already registered to another party.
  • "UNSUPPORTED" : The domain is not currently supported by Cloud Domains, but may be available elsewhere.
  • "UNKNOWN" : Cloud Domains is unable to determine domain availability, generally due to system maintenance at the domain name registry.

Implementation

core.String? availability;