RegisterParameters(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Parameters required to register a new domain.
Attributes | |
---|---|
Name | Description |
domain_name |
str
The domain name. Unicode domain names are expressed in Punycode format. |
availability |
google.cloud.domains_v1.types.RegisterParameters.Availability
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 .
|
supported_privacy |
MutableSequence[google.cloud.domains_v1.types.ContactPrivacy]
Contact privacy options that the domain supports. |
domain_notices |
MutableSequence[google.cloud.domains_v1.types.DomainNotice]
Notices about special properties of the domain. |
yearly_price |
google.type.money_pb2.Money
Price to register or renew the domain for one year. |
Classes
Availability
Availability(value)
Possible availability states of a domain name.
Values: AVAILABILITY_UNSPECIFIED (0): The availability is unspecified. AVAILABLE (1): The domain is available for registration. UNAVAILABLE (2): The domain is not available for registration. Generally this means it is already registered to another party. UNSUPPORTED (3): The domain is not currently supported by Cloud Domains, but may be available elsewhere. UNKNOWN (4): Cloud Domains is unable to determine domain availability, generally due to system maintenance at the domain name registry.