Skip to content

MultiZoneClusterProps

Properties for defining a MultiZoneCluster.

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

Initializer

import com.aliyun.ros.cdk.hbase.MultiZoneClusterProps;
MultiZoneClusterProps.builder()
    .arbiterVSwitchId(java.lang.String)
    .arbiterVSwitchId(IResolvable)
    .arbiterZoneId(java.lang.String)
    .arbiterZoneId(IResolvable)
    .archVersion(java.lang.String)
    .archVersion(IResolvable)
    .coreDiskSize(java.lang.Number)
    .coreDiskSize(IResolvable)
    .coreDiskType(java.lang.String)
    .coreDiskType(IResolvable)
    .coreInstanceType(java.lang.String)
    .coreInstanceType(IResolvable)
    .coreNodeCount(java.lang.Number)
    .coreNodeCount(IResolvable)
    .engine(java.lang.String)
    .engine(IResolvable)
    .engineVersion(java.lang.String)
    .engineVersion(IResolvable)
    .logDiskSize(java.lang.Number)
    .logDiskSize(IResolvable)
    .logDiskType(java.lang.String)
    .logDiskType(IResolvable)
    .logInstanceType(java.lang.String)
    .logInstanceType(IResolvable)
    .logNodeCount(java.lang.Number)
    .logNodeCount(IResolvable)
    .multiZoneCombination(java.lang.String)
    .multiZoneCombination(IResolvable)
    .payType(java.lang.String)
    .payType(IResolvable)
    .primaryVSwitchId(java.lang.String)
    .primaryVSwitchId(IResolvable)
    .primaryZoneId(java.lang.String)
    .primaryZoneId(IResolvable)
    .standbyVSwitchId(java.lang.String)
    .standbyVSwitchId(IResolvable)
    .standbyZoneId(java.lang.String)
    .standbyZoneId(IResolvable)
//  .autoRenewPeriod(java.lang.Number)
//  .autoRenewPeriod(IResolvable)
//  .clusterName(java.lang.String)
//  .clusterName(IResolvable)
//  .masterInstanceType(java.lang.String)
//  .masterInstanceType(IResolvable)
//  .period(java.lang.Number)
//  .period(IResolvable)
//  .periodUnit(java.lang.String)
//  .periodUnit(IResolvable)
//  .resourceGroupId(java.lang.String)
//  .resourceGroupId(IResolvable)
//  .securityIpList(java.lang.String)
//  .securityIpList(IResolvable)
//  .vpcId(java.lang.String)
//  .vpcId(IResolvable)
    .build();

Properties

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

arbiterVSwitchIdRequired

public java.lang.Object getArbiterVSwitchId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property arbiterVSwitchId: Arbitration virtual switch ID.

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


arbiterZoneIdRequired

public java.lang.Object getArbiterZoneId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property arbiterZoneId: Arbiter zond id.


archVersionRequired

public java.lang.Object getArchVersion();
  • Type: java.lang.String OR com.aliyun.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 java.lang.Object getCoreDiskSize();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

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

The step size is 40 GB.


coreDiskTypeRequired

public java.lang.Object getCoreDiskType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property coreDiskType: Core node disk type.

Valid values: cloud_efficiency cloud_ssd local_hdd_pro local_ssd_pro


coreInstanceTypeRequired

public java.lang.Object getCoreInstanceType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


coreNodeCountRequired

public java.lang.Object getCoreNodeCount();
  • Type: java.lang.Number OR com.aliyun.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 java.lang.Object getEngine();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property engine: Service type.

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


engineVersionRequired

public java.lang.Object getEngineVersion();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property engineVersion: The version of the engine.

Valid values: hbaseue:2.0


logDiskSizeRequired

public java.lang.Object getLogDiskSize();
  • Type: java.lang.Number OR com.aliyun.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 java.lang.Object getLogDiskType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property logDiskType: Log node disk type.

Valid values: cloud_efficiency cloud_ssd local_hdd_pro local_ssd_pro


logInstanceTypeRequired

public java.lang.Object getLogInstanceType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property logInstanceType: Log instance type.


logNodeCountRequired

public java.lang.Object getLogNodeCount();
  • Type: java.lang.Number OR com.aliyun.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 java.lang.Object getMultiZoneCombination();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property multiZoneCombination: Availability zone combination.


payTypeRequired

public java.lang.Object getPayType();
  • Type: java.lang.String OR com.aliyun.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 java.lang.Object getPrimaryVSwitchId();
  • Type: java.lang.String OR com.aliyun.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 java.lang.Object getPrimaryZoneId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


standbyVSwitchIdRequired

public java.lang.Object getStandbyVSwitchId();
  • Type: java.lang.String OR com.aliyun.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 java.lang.Object getStandbyZoneId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property standbyZoneId: Standby zone id.


autoRenewPeriodOptional

public java.lang.Object getAutoRenewPeriod();
  • Type: java.lang.Number OR com.aliyun.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 java.lang.Object getClusterName();
  • Type: java.lang.String OR com.aliyun.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 java.lang.Object getMasterInstanceType();
  • Type: java.lang.String OR com.aliyun.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 java.lang.Object getPeriod();
  • Type: java.lang.Number OR com.aliyun.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 java.lang.Object getPeriodUnit();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property periodUnit: The unit of the subscription period.

Valid values: year month


resourceGroupIdOptional

public java.lang.Object getResourceGroupId();
  • Type: java.lang.String OR com.aliyun.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 java.lang.Object getSecurityIpList();
  • Type: java.lang.String OR com.aliyun.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 java.lang.Object getVpcId();
  • Type: java.lang.String OR com.aliyun.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.