Show / Hide Table of Contents

Class InstanceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceArgs
Inherited Members
ResourceArgs.Empty
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 InstanceArgs : ResourceArgs

Constructors

View Source

InstanceArgs()

Declaration
public InstanceArgs()

Properties

View Source

DnsSecurity

DNS security level. Valid values: no, basic, advanced.

Declaration
public Input<string> DnsSecurity { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DomainNumbers

Number of domain names bound.

Declaration
public Input<string> DomainNumbers { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.