Class TransferParameters (1.2.2)

TransferParameters(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Parameters required to transfer a domain from another registrar.

Attributes

NameDescription
domain_name str
The domain name. Unicode domain names are expressed in Punycode format.
current_registrar str
The registrar that currently manages the domain.
name_servers Sequence[str]
The name servers that currently store the configuration of the domain.
transfer_lock_state google.cloud.domains_v1.types.TransferLockState
Indicates whether the domain is protected by a transfer lock. For a transfer to succeed, this must show ``UNLOCKED``. To unlock a domain, go to its current registrar.
supported_privacy Sequence[google.cloud.domains_v1.types.ContactPrivacy]
Contact privacy options that the domain supports.
yearly_price google.type.money_pb2.Money
Price to transfer or renew the domain for one year.

Inheritance

builtins.object > proto.message.Message > TransferParameters