Skip to content

MultiZoneClusterProps

Properties for defining a MultiZoneCluster.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbase-multizonecluster

Initializer

import { MultiZoneClusterProps } from '@alicloud/ros-cdk-hbase'
const multiZoneClusterProps: MultiZoneClusterProps = { ... }

Properties

Name Type Description
arbiterVSwitchId string | @alicloud/ros-cdk-core.IResolvable Property arbiterVSwitchId: Arbitration virtual switch ID.
arbiterZoneId string | @alicloud/ros-cdk-core.IResolvable Property arbiterZoneId: Arbiter zond id.
archVersion string | @alicloud/ros-cdk-core.IResolvable Property archVersion: Version of the deployment architecture.
coreDiskSize number | @alicloud/ros-cdk-core.IResolvable Property coreDiskSize: The value ranges from 400 GB to 64,000 GB.
coreDiskType string | @alicloud/ros-cdk-core.IResolvable Property coreDiskType: Core node disk type.
coreInstanceType string | @alicloud/ros-cdk-core.IResolvable Property coreInstanceType: You can call the DescribeAvailableResource operation to obtain the value of this parameter.
coreNodeCount number | @alicloud/ros-cdk-core.IResolvable Property coreNodeCount: Number of Core nodes.
engine string | @alicloud/ros-cdk-core.IResolvable Property engine: Service type.
engineVersion string | @alicloud/ros-cdk-core.IResolvable Property engineVersion: The version of the engine.
logDiskSize number | @alicloud/ros-cdk-core.IResolvable Property logDiskSize: log disk size.
logDiskType string | @alicloud/ros-cdk-core.IResolvable Property logDiskType: Log node disk type.
logInstanceType string | @alicloud/ros-cdk-core.IResolvable Property logInstanceType: Log instance type.
logNodeCount number | @alicloud/ros-cdk-core.IResolvable Property logNodeCount: Log number of nodes.
multiZoneCombination string | @alicloud/ros-cdk-core.IResolvable Property multiZoneCombination: Availability zone combination.
payType string | @alicloud/ros-cdk-core.IResolvable Property payType: The billing method.
primaryVSwitchId string | @alicloud/ros-cdk-core.IResolvable Property primaryVSwitchId: The virtual switch ID of the instance in primary availability zone must be in the availability zone corresponding to PrimaryZoneId.
primaryZoneId string | @alicloud/ros-cdk-core.IResolvable Property primaryZoneId: Availability zone ID of the primary availability zone instance.
standbyVSwitchId string | @alicloud/ros-cdk-core.IResolvable Property standbyVSwitchId: The virtual switch ID of the standby availability zone instance must be in the corresponding availability zone of StandbyZoneId.
standbyZoneId string | @alicloud/ros-cdk-core.IResolvable Property standbyZoneId: Standby zone id.
autoRenewPeriod number | @alicloud/ros-cdk-core.IResolvable Property autoRenewPeriod: The auto-renewal period.
clusterName string | @alicloud/ros-cdk-core.IResolvable Property clusterName: The name of the instance.
masterInstanceType string | @alicloud/ros-cdk-core.IResolvable Property masterInstanceType: The instance type of the master node.
period number | @alicloud/ros-cdk-core.IResolvable Property period: The subscription period.
periodUnit string | @alicloud/ros-cdk-core.IResolvable Property periodUnit: The unit of the subscription period.
resourceGroupId string | @alicloud/ros-cdk-core.IResolvable Property resourceGroupId: The ID of the resource group.
securityIpList string | @alicloud/ros-cdk-core.IResolvable Property securityIpList: The IP addresses in the whitelist.
vpcId string | @alicloud/ros-cdk-core.IResolvable Property vpcId: The ID of the virtual private cloud (VPC).

arbiterVSwitchIdRequired

public readonly arbiterVSwitchId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property arbiterVSwitchId: Arbitration virtual switch ID.

The switch must be in the availability zone corresponding to ArbiterZoneId.


arbiterZoneIdRequired

public readonly arbiterZoneId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property arbiterZoneId: Arbiter zond id.


archVersionRequired

public readonly archVersion: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property archVersion: Version of the deployment architecture.

Currently, only the hbaseue engine type is supported. The value can be 2.0.


coreDiskSizeRequired

public readonly coreDiskSize: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property coreDiskSize: The value ranges from 400 GB to 64,000 GB.

The step size is 40 GB.


coreDiskTypeRequired

public readonly coreDiskType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property coreDiskType: Core node disk type.

Valid values: cloud_efficiency cloud_ssd local_hdd_pro local_ssd_pro


coreInstanceTypeRequired

public readonly coreInstanceType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property coreInstanceType: You can call the DescribeAvailableResource operation to obtain the value of this parameter.


coreNodeCountRequired

public readonly coreNodeCount: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

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 readonly engine: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property engine: Service type.

Currently, only HBase enhanced version is supported. The value can be hbaseue.


engineVersionRequired

public readonly engineVersion: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property engineVersion: The version of the engine.

Valid values: hbaseue:2.0


logDiskSizeRequired

public readonly logDiskSize: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property logDiskSize: log disk size.

The value ranges from 400 GB to 64,000 GB. The step size is 40 GB.


logDiskTypeRequired

public readonly logDiskType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property logDiskType: Log node disk type.

Valid values: cloud_efficiency cloud_ssd local_hdd_pro local_ssd_pro


logInstanceTypeRequired

public readonly logInstanceType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property logInstanceType: Log instance type.


logNodeCountRequired

public readonly logNodeCount: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property logNodeCount: Log number of nodes.

The value of log nodes ranges from 4 to 400 and is a multiple of 4.


multiZoneCombinationRequired

public readonly multiZoneCombination: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property multiZoneCombination: Availability zone combination.


payTypeRequired

public readonly payType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property payType: The billing method.

Prepaid: The subscription billing method is used. Postpaid: The pay-as-you-go billing method is used.


primaryVSwitchIdRequired

public readonly primaryVSwitchId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property primaryVSwitchId: The virtual switch ID of the instance in primary availability zone must be in the availability zone corresponding to PrimaryZoneId.


primaryZoneIdRequired

public readonly primaryZoneId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property primaryZoneId: Availability zone ID of the primary availability zone instance.


standbyVSwitchIdRequired

public readonly standbyVSwitchId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property standbyVSwitchId: The virtual switch ID of the standby availability zone instance must be in the corresponding availability zone of StandbyZoneId.


standbyZoneIdRequired

public readonly standbyZoneId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property standbyZoneId: Standby zone id.


autoRenewPeriodOptional

public readonly autoRenewPeriod: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

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 readonly clusterName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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 readonly masterInstanceType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property masterInstanceType: The instance type of the master node.

You can call the DescribeAvailableResource operation to obtain the value of this parameter.


periodOptional

public readonly period: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

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 readonly periodUnit: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property periodUnit: The unit of the subscription period.

Valid values: year month


resourceGroupIdOptional

public readonly resourceGroupId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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 readonly securityIpList: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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 readonly vpcId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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.