MultiZoneClusterProps
Properties for defining a MultiZoneCluster.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbase-multizonecluster
Initializer
using AlibabaCloud.SDK.ROS.CDK.Hbase;
new MultiZoneClusterProps {
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 | Property arbiterVSwitchId: Arbitration virtual switch ID. |
ArbiterZoneId | object | Property arbiterZoneId: Arbiter zond id. |
ArchVersion | object | Property archVersion: Version of the deployment architecture. |
CoreDiskSize | object | Property coreDiskSize: The value ranges from 400 GB to 64,000 GB. |
CoreDiskType | object | Property coreDiskType: Core node disk type. |
CoreInstanceType | object | Property coreInstanceType: You can call the DescribeAvailableResource operation to obtain the value of this parameter. |
CoreNodeCount | object | Property coreNodeCount: Number of Core nodes. |
Engine | object | Property engine: Service type. |
EngineVersion | object | Property engineVersion: The version of the engine. |
LogDiskSize | object | Property logDiskSize: log disk size. |
LogDiskType | object | Property logDiskType: Log node disk type. |
LogInstanceType | object | Property logInstanceType: The node specifications for log nodes. |
LogNodeCount | object | Property logNodeCount: Log number of nodes. |
MultiZoneCombination | object | Property multiZoneCombination: The zone combination. |
PayType | object | Property payType: The billing method. |
PrimaryVSwitchId | object | Property primaryVSwitchId: The virtual switch ID of the instance in primary availability zone must be in the availability zone corresponding to PrimaryZoneId. |
PrimaryZoneId | object | Property primaryZoneId: Availability zone ID of the primary availability zone instance. |
StandbyVSwitchId | object | Property standbyVSwitchId: The virtual switch ID of the standby availability zone instance must be in the corresponding availability zone of StandbyZoneId. |
StandbyZoneId | object | Property standbyZoneId: Standby zone id. |
AutoRenewPeriod | object | Property autoRenewPeriod: The auto-renewal period. |
ClusterName | object | Property clusterName: Instance name. |
DeletionProtection | object | Property deletionProtection: Specifies whether to enable the release protection feature for the cluster. |
MasterInstanceType | object | Property masterInstanceType: The instance type of the master node. |
Period | object | Property period: The subscription duration of a subscription instance. |
PeriodUnit | object | Property periodUnit: The purchase unit for subscription instances. |
ResourceGroupId | object | Property resourceGroupId: The ID of the resource group. |
SecurityIpList | object | Property securityIpList: The IP addresses to add to the instance whitelist. |
VpcId | object | Property vpcId: The ID of the virtual private cloud (VPC). |
ArbiterVSwitchIdRequired
public object ArbiterVSwitchId { get; set; }
- Type: object
Property arbiterVSwitchId: Arbitration virtual switch ID.
The switch must be in the availability zone corresponding to ArbiterZoneId.
ArbiterZoneIdRequired
public object ArbiterZoneId { get; set; }
- Type: object
Property arbiterZoneId: Arbiter zond id.
ArchVersionRequired
public object ArchVersion { get; set; }
- Type: object
Property archVersion: Version of the deployment architecture.
Currently, only the hbaseue engine type is supported. The value can be 2.0.
CoreDiskSizeRequired
public object CoreDiskSize { get; set; }
- Type: object
Property coreDiskSize: The value ranges from 400 GB to 64,000 GB.
The step size is 40 GB.
CoreDiskTypeRequired
public object CoreDiskType { get; set; }
- Type: object
Property coreDiskType: Core node disk type.
Valid values: cloud_efficiency cloud_ssd local_hdd_pro local_ssd_pro
CoreInstanceTypeRequired
public object CoreInstanceType { get; set; }
- Type: object
Property coreInstanceType: You can call the DescribeAvailableResource operation to obtain the value of this parameter.
CoreNodeCountRequired
public object CoreNodeCount { get; set; }
- Type: object
Property coreNodeCount: Number of Core nodes.
The value of the number of Core nodes ranges from 2 to 20, and the increment is a multiple of 2.
EngineRequired
public object Engine { get; set; }
- Type: object
Property engine: Service type.
Currently, only HBase enhanced version is supported. The value can be hbaseue.
EngineVersionRequired
public object EngineVersion { get; set; }
- Type: object
Property engineVersion: The version of the engine.
Valid values: hbaseue:2.0
LogDiskSizeRequired
public object LogDiskSize { get; set; }
- Type: object
Property logDiskSize: log disk size.
The value ranges from 400 GB to 64,000 GB. The step size is 40 GB.
LogDiskTypeRequired
public object LogDiskType { get; set; }
- Type: object
Property logDiskType: Log node disk type.
Valid values: cloud_efficiency cloud_ssd local_hdd_pro local_ssd_pro
LogInstanceTypeRequired
public object LogInstanceType { get; set; }
- Type: object
Property logInstanceType: The node specifications for log nodes.
You can query available specifications by calling the DescribeInstanceType API.
LogNodeCountRequired
public object LogNodeCount { get; set; }
- Type: object
Property logNodeCount: Log number of nodes.
The value of log nodes ranges from 4 to 400 and is a multiple of 4.
MultiZoneCombinationRequired
public object MultiZoneCombination { get; set; }
- Type: object
Property multiZoneCombination: The zone combination.
You can check the supported zone combinations on the buy page or by calling the DescribeMultiZoneAvailableRegions API.
PayTypeRequired
public object PayType { get; set; }
- Type: object
Property payType: The billing method.
Prepaid: The subscription billing method is used. Postpaid: The pay-as-you-go billing method is used.
PrimaryVSwitchIdRequired
public object PrimaryVSwitchId { get; set; }
- Type: object
Property primaryVSwitchId: The virtual switch ID of the instance in primary availability zone must be in the availability zone corresponding to PrimaryZoneId.
PrimaryZoneIdRequired
public object PrimaryZoneId { get; set; }
- Type: object
Property primaryZoneId: Availability zone ID of the primary availability zone instance.
StandbyVSwitchIdRequired
public object StandbyVSwitchId { get; set; }
- Type: object
Property standbyVSwitchId: The virtual switch ID of the standby availability zone instance must be in the corresponding availability zone of StandbyZoneId.
StandbyZoneIdRequired
public object StandbyZoneId { get; set; }
- Type: object
Property standbyZoneId: Standby zone id.
AutoRenewPeriodOptional
public object AutoRenewPeriod { get; set; }
- Type: object
Property autoRenewPeriod: The auto-renewal period.
Unit: month. The default value of this parameter is 0. This value indicates that auto-renewal is disabled. If this parameter is set to 2, the instance is automatically renewed for a two-month subscription after the instance expires.
ClusterNameOptional
public object ClusterName { get; set; }
- Type: object
Property clusterName: Instance name.
The naming convention is as follows:
- Length must be 2 to 128 characters.
- Must start with a letter (uppercase or lowercase) or a Chinese character.
- Can contain digits or special characters. Valid special characters include the period (.), hyphen (-), and underscore (_).
DeletionProtectionOptional
public object DeletionProtection { get; set; }
- Type: object
Property deletionProtection: Specifies whether to enable the release protection feature for the cluster.
Default is false.
MasterInstanceTypeOptional
public object MasterInstanceType { get; set; }
- Type: object
Property masterInstanceType: The instance type of the master node.
You can call the DescribeAvailableResource operation to obtain the value of this parameter.
PeriodOptional
public object Period { get; set; }
- Type: object
Property period: The subscription duration of a subscription instance.
Valid values:
- When PeriodUnit is year, the value range is 1 to 3.
- When PeriodUnit is month, the value range is 1 to 9.
This parameter is required only when the payment type of the instance is Prepaid.
PeriodUnitOptional
public object PeriodUnit { get; set; }
- Type: object
Property periodUnit: The purchase unit for subscription instances.
Valid values:
- year: Year.
- month: Month.
This parameter is required only when the payment type of the instance is Prepaid.
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The ID of the resource group.
You can query the group ID in the resource group console. If you leave this parameter empty, the instance is allocated to the default resource group.
SecurityIpListOptional
public object SecurityIpList { get; set; }
- Type: object
Property securityIpList: The IP addresses to add to the instance whitelist.
Separate multiple IP addresses with commas (,).
If the IP address is set to 127.0.0.1, access to the instance from all IP addresses is denied. For example, if the IP address is set to 192.168.0.0/24, all IP addresses in the range 192.168.0.XX are allowed to access the instance.
VpcIdOptional
public object VpcId { get; set; }
- Type: object
Property vpcId: The ID of the virtual private cloud (VPC).
If you leave this parameter and the VSwitchId parameter empty, the classic network type is used. The VPC network type is preferred.