public sealed class ManagementSettings : IMessage<ManagementSettings>, IEquatable<ManagementSettings>, IDeepCloneable<ManagementSettings>, IBufferMessage, IMessage
Defines renewal, billing, and transfer settings for a Registration
.
Implements
IMessage<ManagementSettings>, IEquatable<ManagementSettings>, IDeepCloneable<ManagementSettings>, IBufferMessage, IMessageNamespace
Google.Cloud.Domains.V1Assembly
Google.Cloud.Domains.V1.dll
Constructors
ManagementSettings()
public ManagementSettings()
ManagementSettings(ManagementSettings)
public ManagementSettings(ManagementSettings other)
Parameter | |
---|---|
Name | Description |
other | ManagementSettings |
Properties
RenewalMethod
public ManagementSettings.Types.RenewalMethod RenewalMethod { get; set; }
Output only. The renewal method for this Registration
.
Property Value | |
---|---|
Type | Description |
ManagementSettings.Types.RenewalMethod |
TransferLockState
public TransferLockState TransferLockState { get; set; }
Controls whether the domain can be transferred to another registrar.
Property Value | |
---|---|
Type | Description |
TransferLockState |