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. |
EngineVersion
Required
public object EngineVersion { get; set; }
- Type: object
VSwitchId
Required
public object VSwitchId { get; set; }
- Type: object
ZoneId
Required
public object ZoneId { get; set; }
- Type: object
CreateSampleData
Optional
public object CreateSampleData { get; set; }
- Type: object
DbInstanceCategory
Optional
public object DbInstanceCategory { get; set; }
- Type: object
DbInstanceClass
Optional
public object DbInstanceClass { get; set; }
- Type: object
DbInstanceDescription
Optional
public object DbInstanceDescription { get; set; }
- Type: object
DbInstanceGroupCount
Optional
public object DbInstanceGroupCount { get; set; }
- Type: object
DbInstanceMode
Optional
public object DbInstanceMode { get; set; }
- Type: object
EncryptionKey
Optional
public object EncryptionKey { get; set; }
- Type: object
EncryptionType
Optional
public object EncryptionType { get; set; }
- Type: object
IdleTime
Optional
public object IdleTime { get; set; }
- Type: object
InstanceSpec
Optional
public object InstanceSpec { get; set; }
- Type: object
MasterNodeNum
Optional
public object MasterNodeNum { get; set; }
- Type: object
PayType
Optional
public object PayType { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
PeriodUnit
Optional
public object PeriodUnit { get; set; }
- Type: object
PrivateIpAddress
Optional
public object PrivateIpAddress { get; set; }
- Type: object
ProdType
Optional
public object ProdType { get; set; }
- Type: object
SecurityIpList
Optional
public object SecurityIpList { get; set; }
- Type: object
SegDiskPerformanceLevel
Optional
public object SegDiskPerformanceLevel { get; set; }
- Type: object
SegNodeNum
Optional
public object SegNodeNum { get; set; }
- Type: object
SegStorageType
Optional
public object SegStorageType { get; set; }
- Type: object
ServerlessMode
Optional
public object ServerlessMode { get; set; }
- Type: object
ServerlessResource
Optional
public object ServerlessResource { get; set; }
- Type: object
StorageSize
Optional
public object StorageSize { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
VectorConfigurationStatus
Optional
public object VectorConfigurationStatus { get; set; }
- Type: object
VpcId
Optional
public object VpcId { get; set; }
- Type: object