Class InstanceState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Dns
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class InstanceState : ResourceArgs
Constructors
View SourceInstanceState()
Declaration
public InstanceState()
Properties
View SourceDnsSecurity
DNS security level. Valid values: no, basic, advanced.
Declaration
public Input<string> DnsSecurity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DomainNumbers
Number of domain names bound.
Declaration
public Input<string> DomainNumbers { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Period
Creating a pre-paid instance, it must be set, the unit is month, please enter an integer multiple of 12 for annually paid products.
Declaration
public Input<int> Period { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RenewalStatus
Automatic renewal status. Valid values: AutoRenewal, ManualRenewal, default to ManualRenewal.
Declaration
public Input<string> RenewalStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RenewPeriod
Automatic renewal period, the unit is month. When setting RenewalStatus to AutoRenewal, it must be set.
Declaration
public Input<int> RenewPeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
VersionCode
Paid package version. Valid values: version_personal, version_enterprise_basic, version_enterprise_advanced.
Declaration
public Input<string> VersionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VersionName
Paid package version name.
Declaration
public Input<string> VersionName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |