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.