public sealed class TransferParameters : IMessage<TransferParameters>, IEquatable<TransferParameters>, IDeepCloneable<TransferParameters>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1beta1 API class TransferParameters.
Parameters required to transfer a domain from another registrar.
Implements
IMessageTransferParameters, IEquatableTransferParameters, IDeepCloneableTransferParameters, IBufferMessage, IMessageNamespace
Google.Cloud.Domains.V1Beta1Assembly
Google.Cloud.Domains.V1Beta1.dll
Constructors
TransferParameters()
public TransferParameters()
TransferParameters(TransferParameters)
public TransferParameters(TransferParameters other)
Parameter | |
---|---|
Name | Description |
other |
TransferParameters |
Properties
CurrentRegistrar
public string CurrentRegistrar { get; set; }
The registrar that currently manages the domain.
Property Value | |
---|---|
Type | Description |
string |
DomainName
public string DomainName { get; set; }
The domain name. Unicode domain names are expressed in Punycode format.
Property Value | |
---|---|
Type | Description |
string |
NameServers
public RepeatedField<string> NameServers { get; }
The name servers that currently store the configuration of the domain.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
SupportedPrivacy
public RepeatedField<ContactPrivacy> SupportedPrivacy { get; }
Contact privacy options that the domain supports.
Property Value | |
---|---|
Type | Description |
RepeatedFieldContactPrivacy |
TransferLockState
public TransferLockState TransferLockState { get; set; }
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.
Property Value | |
---|---|
Type | Description |
TransferLockState |
YearlyPrice
public Money YearlyPrice { get; set; }
Price to transfer or renew the domain for one year.
Property Value | |
---|---|
Type | Description |
Money |