RosClusterProps
Properties for defining a RosCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbase-cluster
Initializer
using AlibabaCloud.SDK.ROS.CDK.Hbase;
new RosClusterProps {
object CoreInstanceType,
object Engine,
object EngineVersion,
object NodeCount,
object PayType,
object ZoneId,
object AutoRenewPeriod = null,
object ClusterName = null,
object ColdStorageSize = null,
object DeletionProtection = null,
object DiskSize = null,
object DiskType = null,
object EncryptionKey = null,
object MasterInstanceType = null,
object Period = null,
object PeriodUnit = null,
object ResourceGroupId = null,
object SecurityIpList = null,
object VpcId = null,
object VSwitchId = null
};
Properties
Name | Type | Description |
---|---|---|
CoreInstanceType |
object |
No description. |
Engine |
object |
No description. |
EngineVersion |
object |
No description. |
NodeCount |
object |
No description. |
PayType |
object |
No description. |
ZoneId |
object |
No description. |
AutoRenewPeriod |
object |
No description. |
ClusterName |
object |
No description. |
ColdStorageSize |
object |
No description. |
DeletionProtection |
object |
No description. |
DiskSize |
object |
No description. |
DiskType |
object |
No description. |
EncryptionKey |
object |
No description. |
MasterInstanceType |
object |
No description. |
Period |
object |
No description. |
PeriodUnit |
object |
No description. |
ResourceGroupId |
object |
No description. |
SecurityIpList |
object |
No description. |
VpcId |
object |
No description. |
VSwitchId |
object |
No description. |
CoreInstanceType
Required
public object CoreInstanceType { get; set; }
- Type: object
Engine
Required
public object Engine { get; set; }
- Type: object
EngineVersion
Required
public object EngineVersion { get; set; }
- Type: object
NodeCount
Required
public object NodeCount { get; set; }
- Type: object
PayType
Required
public object PayType { get; set; }
- Type: object
ZoneId
Required
public object ZoneId { get; set; }
- Type: object
AutoRenewPeriod
Optional
public object AutoRenewPeriod { get; set; }
- Type: object
ClusterName
Optional
public object ClusterName { get; set; }
- Type: object
ColdStorageSize
Optional
public object ColdStorageSize { get; set; }
- Type: object
DeletionProtection
Optional
public object DeletionProtection { get; set; }
- Type: object
DiskSize
Optional
public object DiskSize { get; set; }
- Type: object
DiskType
Optional
public object DiskType { get; set; }
- Type: object
EncryptionKey
Optional
public object EncryptionKey { get; set; }
- Type: object
MasterInstanceType
Optional
public object MasterInstanceType { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
PeriodUnit
Optional
public object PeriodUnit { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SecurityIpList
Optional
public object SecurityIpList { get; set; }
- Type: object
VpcId
Optional
public object VpcId { get; set; }
- Type: object
VSwitchId
Optional
public object VSwitchId { get; set; }
- Type: object