Skip to content

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 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: Log instance type.
LogNodeCount object Property logNodeCount: Log number of nodes.
MultiZoneCombination object Property multiZoneCombination: Availability 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: The name of the instance.
MasterInstanceType object Property masterInstanceType: The instance type of the master node.
Period object Property period: The subscription period.
PeriodUnit object Property periodUnit: The unit of the subscription period.
ResourceGroupId object Property resourceGroupId: The ID of the resource group.
SecurityIpList object Property securityIpList: The IP addresses in the 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: Log instance type.


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: Availability zone combination.


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: The name of the instance.

The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). It must start with a letter.


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 period.

This parameter only takes effect when the PayType parameter is set to Prepaid. When the PeriodUnit parameter is set to year, the value of the Period parameter ranges from 1 to 5. When the PeriodUnit parameter is set to month, the value of the Period parameter ranges from 1 to 9.


PeriodUnitOptional

public object PeriodUnit { get; set; }
  • Type: object

Property periodUnit: The unit of the subscription period.

Valid values: year month


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 in the whitelist.

Example: 192.168../24. The 0.0.0.0/0 value cannot be added to the whitelist. Separate multiple IP addresses with commas (,).


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.