RosDBClusterProps
Properties for defining a RosDBCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-clickhouse-dbcluster
Initializer
using AlibabaCloud.SDK.ROS.CDK.Clickhouse;
new RosDBClusterProps {
object Category,
object DbClusterNetworkType,
object DbClusterType,
object DbClusterVersion,
object DbNodeCount,
object DbNodeStorage,
object DbNodeStorageType,
object PaymentType,
object DbClusterDescription = null,
object EncryptionKey = null,
object EncryptionType = null,
object Period = null,
object UsedTime = null,
object VpcId = null,
object VSwitchId = null,
object ZoneId = null
};
Properties
Name | Type | Description |
---|---|---|
Category |
object |
No description. |
DbClusterNetworkType |
object |
No description. |
DbClusterType |
object |
No description. |
DbClusterVersion |
object |
No description. |
DbNodeCount |
object |
No description. |
DbNodeStorage |
object |
No description. |
DbNodeStorageType |
object |
No description. |
PaymentType |
object |
No description. |
DbClusterDescription |
object |
No description. |
EncryptionKey |
object |
No description. |
EncryptionType |
object |
No description. |
Period |
object |
No description. |
UsedTime |
object |
No description. |
VpcId |
object |
No description. |
VSwitchId |
object |
No description. |
ZoneId |
object |
No description. |
Category
Required
public object Category { get; set; }
- Type: object
DbClusterNetworkType
Required
public object DbClusterNetworkType { get; set; }
- Type: object
DbClusterType
Required
public object DbClusterType { get; set; }
- Type: object
DbClusterVersion
Required
public object DbClusterVersion { get; set; }
- Type: object
DbNodeCount
Required
public object DbNodeCount { get; set; }
- Type: object
DbNodeStorage
Required
public object DbNodeStorage { get; set; }
- Type: object
DbNodeStorageType
Required
public object DbNodeStorageType { get; set; }
- Type: object
PaymentType
Required
public object PaymentType { get; set; }
- Type: object
DbClusterDescription
Optional
public object DbClusterDescription { get; set; }
- Type: object
EncryptionKey
Optional
public object EncryptionKey { get; set; }
- Type: object
EncryptionType
Optional
public object EncryptionType { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
UsedTime
Optional
public object UsedTime { get; set; }
- Type: object
VpcId
Optional
public object VpcId { get; set; }
- Type: object
VSwitchId
Optional
public object VSwitchId { get; set; }
- Type: object
ZoneId
Optional
public object ZoneId { get; set; }
- Type: object