Show / Hide Table of Contents

Class InstanceState

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceState
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.Drds
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class InstanceState : ResourceArgs

Constructors

View Source

InstanceState()

Declaration
public InstanceState()

Properties

View Source

Description

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

InstanceChargeType

Valid values are PrePaid, PostPaid, Default to PostPaid.

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

InstanceSeries

User-defined DRDS instance node spec. Value range:

  • drds.sn1.4c8g for DRDS instance Starter version;
  • drds.sn1.8c16g for DRDS instance Standard edition;
  • drds.sn1.16c32g for DRDS instance Enterprise Edition;
  • drds.sn1.32c64g for DRDS instance Extreme Edition;
Declaration
public Input<string> InstanceSeries { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Specification

User-defined DRDS instance specification. Value range:

  • drds.sn1.4c8g for DRDS instance Starter version;
  • value range : drds.sn1.4c8g.8c16g, drds.sn1.4c8g.16c32g, drds.sn1.4c8g.32c64g, drds.sn1.4c8g.64c128g
  • drds.sn1.8c16g for DRDS instance Standard edition;
  • value range : drds.sn1.8c16g.16c32g, drds.sn1.8c16g.32c64g, drds.sn1.8c16g.64c128g
  • drds.sn1.16c32g for DRDS instance Enterprise Edition;
  • value range : drds.sn1.16c32g.32c64g, drds.sn1.16c32g.64c128g
  • drds.sn1.32c64g for DRDS instance Extreme Edition;
  • value range : drds.sn1.32c64g.128c256g
Declaration
public Input<string> Specification { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VswitchId

The VSwitch ID to launch in.

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

ZoneId

The Zone to launch the DRDS instance.

Declaration
public Input<string> ZoneId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.