public sealed class ManagementSettings : IMessage<ManagementSettings>, IEquatable<ManagementSettings>, IDeepCloneable<ManagementSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1beta1 API class ManagementSettings.
Defines renewal, billing, and transfer settings for a Registration
.
Implements
IMessageManagementSettings, IEquatableManagementSettings, IDeepCloneableManagementSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Domains.V1Beta1Assembly
Google.Cloud.Domains.V1Beta1.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 |
ManagementSettingsTypesRenewalMethod |
TransferLockState
public TransferLockState TransferLockState { get; set; }
Controls whether the domain can be transferred to another registrar.
Property Value | |
---|---|
Type | Description |
TransferLockState |