Skip to content

RosElasticDBInstanceProps

Properties for defining a RosElasticDBInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-gpdb-elasticdbinstance

Initializer

using AlibabaCloud.SDK.ROS.CDK.Gpdb;
new RosElasticDBInstanceProps {
    object EngineVersion,
    object InstanceSpec,
    object SegNodeNum,
    object SegStorageType,
    object StorageSize,
    object VSwitchId,
    object ZoneId,
    object DbInstanceCategory = null,
    object DbInstanceDescription = null,
    object DbInstanceMode = null,
    object EncryptionKey = null,
    object EncryptionType = null,
    object MasterNodeNum = null,
    object PayType = null,
    object Period = null,
    object PeriodUnit = null,
    object PrivateIpAddress = null,
    object SecurityIpList = null,
    TagsProperty[] Tags = null,
    object VpcId = null
};

Properties

Name Type Description
EngineVersion object No description.
InstanceSpec object No description.
SegNodeNum object No description.
SegStorageType object No description.
StorageSize object No description.
VSwitchId object No description.
ZoneId object No description.
DbInstanceCategory object No description.
DbInstanceDescription object No description.
DbInstanceMode object No description.
EncryptionKey object No description.
EncryptionType object No description.
MasterNodeNum object No description.
PayType object No description.
Period object No description.
PeriodUnit object No description.
PrivateIpAddress object No description.
SecurityIpList object No description.
Tags TagsProperty[] No description.
VpcId object No description.

EngineVersionRequired

public object EngineVersion { get; set; }
  • Type: object

InstanceSpecRequired

public object InstanceSpec { get; set; }
  • Type: object

SegNodeNumRequired

public object SegNodeNum { get; set; }
  • Type: object

SegStorageTypeRequired

public object SegStorageType { get; set; }
  • Type: object

StorageSizeRequired

public object StorageSize { get; set; }
  • Type: object

VSwitchIdRequired

public object VSwitchId { get; set; }
  • Type: object

ZoneIdRequired

public object ZoneId { get; set; }
  • Type: object

DbInstanceCategoryOptional

public object DbInstanceCategory { get; set; }
  • Type: object

DbInstanceDescriptionOptional

public object DbInstanceDescription { get; set; }
  • Type: object

DbInstanceModeOptional

public object DbInstanceMode { get; set; }
  • Type: object

EncryptionKeyOptional

public object EncryptionKey { get; set; }
  • Type: object

EncryptionTypeOptional

public object EncryptionType { get; set; }
  • Type: object

MasterNodeNumOptional

public object MasterNodeNum { get; set; }
  • Type: object

PayTypeOptional

public object PayType { get; set; }
  • Type: object

PeriodOptional

public object Period { get; set; }
  • Type: object

PeriodUnitOptional

public object PeriodUnit { get; set; }
  • Type: object

PrivateIpAddressOptional

public object PrivateIpAddress { get; set; }
  • Type: object

SecurityIpListOptional

public object SecurityIpList { get; set; }
  • Type: object

TagsOptional

public TagsProperty[] Tags { get; set; }

VpcIdOptional

public object VpcId { get; set; }
  • Type: object