Parameters required to register a new domain.
JSON representation |
---|
{ "domainName": string, "availability": enum ( |
Fields | |
---|---|
domainName |
The domain name. Unicode domain names are expressed in Punycode format. |
availability |
Indicates whether the domain is available for registration. This value is accurate when obtained by calling |
supportedPrivacy[] |
Contact privacy options that the domain supports. |
domainNotices[] |
Notices about special properties of the domain. |
yearlyPrice |
Price to register or renew the domain for one year. |
Availability
Possible availability states of a domain name.
Enums | |
---|---|
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. |