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 DeletionProtection = 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. |
DeletionProtection |
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. |
ArbiterVSwitchIdRequired
public object ArbiterVSwitchId { get; set; }
- Type: object
ArbiterZoneIdRequired
public object ArbiterZoneId { get; set; }
- Type: object
ArchVersionRequired
public object ArchVersion { get; set; }
- Type: object
CoreDiskSizeRequired
public object CoreDiskSize { get; set; }
- Type: object
CoreDiskTypeRequired
public object CoreDiskType { get; set; }
- Type: object
CoreInstanceTypeRequired
public object CoreInstanceType { get; set; }
- Type: object
CoreNodeCountRequired
public object CoreNodeCount { get; set; }
- Type: object
EngineRequired
public object Engine { get; set; }
- Type: object
EngineVersionRequired
public object EngineVersion { get; set; }
- Type: object
LogDiskSizeRequired
public object LogDiskSize { get; set; }
- Type: object
LogDiskTypeRequired
public object LogDiskType { get; set; }
- Type: object
LogInstanceTypeRequired
public object LogInstanceType { get; set; }
- Type: object
LogNodeCountRequired
public object LogNodeCount { get; set; }
- Type: object
MultiZoneCombinationRequired
public object MultiZoneCombination { get; set; }
- Type: object
PayTypeRequired
public object PayType { get; set; }
- Type: object
PrimaryVSwitchIdRequired
public object PrimaryVSwitchId { get; set; }
- Type: object
PrimaryZoneIdRequired
public object PrimaryZoneId { get; set; }
- Type: object
StandbyVSwitchIdRequired
public object StandbyVSwitchId { get; set; }
- Type: object
StandbyZoneIdRequired
public object StandbyZoneId { get; set; }
- Type: object
AutoRenewPeriodOptional
public object AutoRenewPeriod { get; set; }
- Type: object
ClusterNameOptional
public object ClusterName { get; set; }
- Type: object
DeletionProtectionOptional
public object DeletionProtection { get; set; }
- Type: object
MasterInstanceTypeOptional
public object MasterInstanceType { get; set; }
- Type: object
PeriodOptional
public object Period { get; set; }
- Type: object
PeriodUnitOptional
public object PeriodUnit { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
SecurityIpListOptional
public object SecurityIpList { get; set; }
- Type: object
VpcIdOptional
public object VpcId { get; set; }
- Type: object