RosMultiZoneClusterProps
Properties for defining a RosMultiZoneCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbase-multizonecluster
Initializer
using AlibabaCloud.SDK.ROS.CDK.Hbase;
new RosMultiZoneClusterProps {
object ArbiterVSwitchId,
object ArbiterZoneId,
object ArchVersion,
object CoreDiskSize,
object CoreDiskType,
object CoreInstanceType,
object CoreNodeCount,
object Engine,
object EngineVersion,
object LogDiskSize,
object LogDiskType,
object LogInstanceType,
object LogNodeCount,
object MultiZoneCombination,
object PayType,
object PrimaryVSwitchId,
object PrimaryZoneId,
object StandbyVSwitchId,
object StandbyZoneId,
object AutoRenewPeriod = null,
object ClusterName = null,
object MasterInstanceType = null,
object Period = null,
object PeriodUnit = null,
object ResourceGroupId = null,
object SecurityIpList = null,
object VpcId = null
};
Properties
Name | Type | Description |
---|---|---|
ArbiterVSwitchId |
object |
No description. |
ArbiterZoneId |
object |
No description. |
ArchVersion |
object |
No description. |
CoreDiskSize |
object |
No description. |
CoreDiskType |
object |
No description. |
CoreInstanceType |
object |
No description. |
CoreNodeCount |
object |
No description. |
Engine |
object |
No description. |
EngineVersion |
object |
No description. |
LogDiskSize |
object |
No description. |
LogDiskType |
object |
No description. |
LogInstanceType |
object |
No description. |
LogNodeCount |
object |
No description. |
MultiZoneCombination |
object |
No description. |
PayType |
object |
No description. |
PrimaryVSwitchId |
object |
No description. |
PrimaryZoneId |
object |
No description. |
StandbyVSwitchId |
object |
No description. |
StandbyZoneId |
object |
No description. |
AutoRenewPeriod |
object |
No description. |
ClusterName |
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. |
ArbiterVSwitchId
Required
public object ArbiterVSwitchId { get; set; }
- Type: object
ArbiterZoneId
Required
public object ArbiterZoneId { get; set; }
- Type: object
ArchVersion
Required
public object ArchVersion { get; set; }
- Type: object
CoreDiskSize
Required
public object CoreDiskSize { get; set; }
- Type: object
CoreDiskType
Required
public object CoreDiskType { get; set; }
- Type: object
CoreInstanceType
Required
public object CoreInstanceType { get; set; }
- Type: object
CoreNodeCount
Required
public object CoreNodeCount { get; set; }
- Type: object
Engine
Required
public object Engine { get; set; }
- Type: object
EngineVersion
Required
public object EngineVersion { get; set; }
- Type: object
LogDiskSize
Required
public object LogDiskSize { get; set; }
- Type: object
LogDiskType
Required
public object LogDiskType { get; set; }
- Type: object
LogInstanceType
Required
public object LogInstanceType { get; set; }
- Type: object
LogNodeCount
Required
public object LogNodeCount { get; set; }
- Type: object
MultiZoneCombination
Required
public object MultiZoneCombination { get; set; }
- Type: object
PayType
Required
public object PayType { get; set; }
- Type: object
PrimaryVSwitchId
Required
public object PrimaryVSwitchId { get; set; }
- Type: object
PrimaryZoneId
Required
public object PrimaryZoneId { get; set; }
- Type: object
StandbyVSwitchId
Required
public object StandbyVSwitchId { get; set; }
- Type: object
StandbyZoneId
Required
public object StandbyZoneId { get; set; }
- Type: object
AutoRenewPeriod
Optional
public object AutoRenewPeriod { get; set; }
- Type: object
ClusterName
Optional
public object ClusterName { 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