Class InstanceArgs
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.Drds
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class InstanceArgs : ResourceArgs
Constructors
View SourceInstanceArgs()
Declaration
public InstanceArgs()
Properties
View SourceDescription
Description of the DRDS instance, This description can have a string of 2 to 256 characters.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceChargeType
Valid values are PrePaid, PostPaid, Default to PostPaid.
Declaration
public Input<string> InstanceChargeType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceSeries
User-defined DRDS instance node spec. Value range:
drds.sn1.4c8gfor DRDS instance Starter version;drds.sn1.8c16gfor DRDS instance Standard edition;drds.sn1.16c32gfor DRDS instance Enterprise Edition;drds.sn1.32c64gfor DRDS instance Extreme Edition;
Declaration
public Input<string> InstanceSeries { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Specification
User-defined DRDS instance specification. Value range:
drds.sn1.4c8gfor DRDS instance Starter version;- value range :
drds.sn1.4c8g.8c16g,drds.sn1.4c8g.16c32g,drds.sn1.4c8g.32c64g,drds.sn1.4c8g.64c128g drds.sn1.8c16gfor DRDS instance Standard edition;- value range :
drds.sn1.8c16g.16c32g,drds.sn1.8c16g.32c64g,drds.sn1.8c16g.64c128g drds.sn1.16c32gfor DRDS instance Enterprise Edition;- value range :
drds.sn1.16c32g.32c64g,drds.sn1.16c32g.64c128g drds.sn1.32c64gfor DRDS instance Extreme Edition;- value range :
drds.sn1.32c64g.128c256g
Declaration
public Input<string> Specification { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VswitchId
The VSwitch ID to launch in.
Declaration
public Input<string> VswitchId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ZoneId
The Zone to launch the DRDS instance.
Declaration
public Input<string> ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |