Skip to content

RosDBInstanceProps

Properties for defining a RosDBInstance.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Gpdb;
new RosDBInstanceProps {
    object EngineVersion,
    object VSwitchId,
    object ZoneId,
    object CreateSampleData = null,
    object DbInstanceCategory = null,
    object DbInstanceClass = null,
    object DbInstanceDescription = null,
    object DbInstanceGroupCount = null,
    object DbInstanceMode = null,
    object EncryptionKey = null,
    object EncryptionType = null,
    object IdleTime = null,
    object InstanceSpec = null,
    object MasterNodeNum = null,
    object PayType = null,
    object Period = null,
    object PeriodUnit = null,
    object PrivateIpAddress = null,
    object ProdType = null,
    object SecurityIpList = null,
    object SegDiskPerformanceLevel = null,
    object SegNodeNum = null,
    object SegStorageType = null,
    object ServerlessMode = null,
    object ServerlessResource = null,
    object StorageSize = null,
    TagsProperty[] Tags = null,
    object VectorConfigurationStatus = null,
    object VpcId = null
};

Properties

Name Type Description
EngineVersion object No description.
VSwitchId object No description.
ZoneId object No description.
CreateSampleData object No description.
DbInstanceCategory object No description.
DbInstanceClass object No description.
DbInstanceDescription object No description.
DbInstanceGroupCount object No description.
DbInstanceMode object No description.
EncryptionKey object No description.
EncryptionType object No description.
IdleTime object No description.
InstanceSpec object No description.
MasterNodeNum object No description.
PayType object No description.
Period object No description.
PeriodUnit object No description.
PrivateIpAddress object No description.
ProdType object No description.
SecurityIpList object No description.
SegDiskPerformanceLevel object No description.
SegNodeNum object No description.
SegStorageType object No description.
ServerlessMode object No description.
ServerlessResource object No description.
StorageSize object No description.
Tags TagsProperty[] No description.
VectorConfigurationStatus object No description.
VpcId object No description.

EngineVersionRequired

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

VSwitchIdRequired

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

ZoneIdRequired

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

CreateSampleDataOptional

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

DbInstanceCategoryOptional

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

DbInstanceClassOptional

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

DbInstanceDescriptionOptional

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

DbInstanceGroupCountOptional

public object DbInstanceGroupCount { 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

IdleTimeOptional

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

InstanceSpecOptional

public object InstanceSpec { 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

ProdTypeOptional

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

SecurityIpListOptional

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

SegDiskPerformanceLevelOptional

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

SegNodeNumOptional

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

SegStorageTypeOptional

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

ServerlessModeOptional

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

ServerlessResourceOptional

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

StorageSizeOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

VectorConfigurationStatusOptional

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

VpcIdOptional

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