Skip to content

MultiZoneCluster

This class encapsulates and extends the ROS resource type ALIYUN::HBase::MultiZoneCluster.

Initializers

import com.aliyun.ros.cdk.hbase.MultiZoneCluster;
MultiZoneCluster.Builder.create(Construct scope, java.lang.String id, java.lang.Boolean enableResourcePropertyConstraint)
    .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)
//  .deletionProtection(java.lang.Boolean)
//  .deletionProtection(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();
Name Type Description
scope com.aliyun.ros.cdk.core.Construct No description.
id java.lang.String No description.
enableResourcePropertyConstraint java.lang.Boolean No 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: The node specifications for log nodes.
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: The 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: Instance name.
deletionProtection java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable Property deletionProtection: Specifies whether to enable the release protection feature for the cluster.
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 duration of a subscription instance.
periodUnit java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property periodUnit: The purchase unit for subscription instances.
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 to add to the instance whitelist.
vpcId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property vpcId: The ID of the virtual private cloud (VPC).

scopeRequired

  • Type: com.aliyun.ros.cdk.core.Construct

idRequired

  • Type: java.lang.String

enableResourcePropertyConstraintOptional

  • Type: java.lang.Boolean

arbiterVSwitchIdRequired

  • 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

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property arbiterZoneId: Arbiter zond id.


archVersionRequired

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property engineVersion: The version of the engine.

Valid values: hbaseue:2.0


logDiskSizeRequired

  • 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

  • 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

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property logInstanceType: The node specifications for log nodes.

You can query available specifications by calling the DescribeInstanceType API.


logNodeCountRequired

  • 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

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property multiZoneCombination: The zone combination.

You can check the supported zone combinations on the buy page or by calling the DescribeMultiZoneAvailableRegions API.


payTypeRequired

  • 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

  • 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

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


standbyVSwitchIdRequired

  • 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

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property standbyZoneId: Standby zone id.


autoRenewPeriodOptional

  • 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

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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

  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable

Property deletionProtection: Specifies whether to enable the release protection feature for the cluster.

Default is false.


masterInstanceTypeOptional

  • 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

  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

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

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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

  • 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

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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

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


Methods

Name Description
toString Returns a string representation of this construct.
synthesize Allows this construct to emit artifacts into the cloud assembly during synthesis.
addCondition No description.
addCount No description.
addDependency No description.
addResourceDesc No description.
applyRemovalPolicy No description.
fetchCondition No description.
fetchDependency No description.
fetchResourceDesc No description.
getAtt No description.
setMetadata No description.

toString

public java.lang.String toString()

Returns a string representation of this construct.

synthesize

public void synthesize(ISynthesisSession session)

Allows this construct to emit artifacts into the cloud assembly during synthesis.

This method is usually implemented by framework-level constructs such as Stack and Asset as they participate in synthesizing the cloud assembly.

sessionRequired

  • Type: com.aliyun.ros.cdk.core.ISynthesisSession

The synthesis session.


addCondition

public void addCondition(RosCondition condition)

conditionRequired

  • Type: com.aliyun.ros.cdk.core.RosCondition

addCount

public void addCount(java.lang.Number OR IResolvable count)

countRequired

  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

addDependency

public void addDependency(Resource resource)

resourceRequired

  • Type: com.aliyun.ros.cdk.core.Resource

addResourceDesc

public void addResourceDesc(java.lang.String desc)

descRequired

  • Type: java.lang.String

applyRemovalPolicy

public void applyRemovalPolicy(RemovalPolicy policy)

policyRequired

  • Type: com.aliyun.ros.cdk.core.RemovalPolicy

fetchCondition

public RosCondition fetchCondition()

fetchDependency

public java.util.List<java.lang.String> fetchDependency()

fetchResourceDesc

public java.lang.String fetchResourceDesc()

getAtt

public IResolvable getAtt(java.lang.String name)

nameRequired

  • Type: java.lang.String

setMetadata

public void setMetadata(java.lang.String key, java.lang.Object value)

keyRequired

  • Type: java.lang.String

valueRequired

  • Type: java.lang.Object

Static Functions

Name Description
isConstruct Return whether the given object is a Construct.

isConstruct

import com.aliyun.ros.cdk.hbase.MultiZoneCluster;
MultiZoneCluster.isConstruct(java.lang.Object x)

Return whether the given object is a Construct.

xRequired

  • Type: java.lang.Object

Properties

Name Type Description
node com.aliyun.ros.cdk.core.ConstructNode The construct tree node associated with this construct.
env com.aliyun.ros.cdk.core.IResourceEnvironment The environment this resource belongs to.
ref java.lang.String No description.
stack com.aliyun.ros.cdk.core.Stack The stack in which this resource is defined.
resource com.aliyun.ros.cdk.core.RosResource No description.
attrClusterId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Attribute ClusterId: The ID of the instance.
attrServiceConnAddrs java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Attribute ServiceConnAddrs: LIST of ServiceConnAddr.
attrSlbConnAddrs java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Attribute SlbConnAddrs: LIST of SlbConnAddr.
attrThriftConn java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Attribute ThriftConn: Thrift Connection address list.
attrUiProxyConnAddrInfo java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Attribute UiProxyConnAddrInfo: WebUI connection information list.
attrZkConnAddrs java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Attribute ZkConnAddrs: List of ZkConnAddr.
props MultiZoneClusterProps No description.

nodeRequired

public ConstructNode getNode();
  • Type: com.aliyun.ros.cdk.core.ConstructNode

The construct tree node associated with this construct.


envRequired

public IResourceEnvironment getEnv();
  • Type: com.aliyun.ros.cdk.core.IResourceEnvironment

The environment this resource belongs to.

For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.


refRequired

public java.lang.String getRef();
  • Type: java.lang.String

stackRequired

public Stack getStack();
  • Type: com.aliyun.ros.cdk.core.Stack

The stack in which this resource is defined.


resourceOptional

public RosResource getResource();
  • Type: com.aliyun.ros.cdk.core.RosResource

attrClusterIdRequired

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

Attribute ClusterId: The ID of the instance.


attrServiceConnAddrsRequired

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

Attribute ServiceConnAddrs: LIST of ServiceConnAddr.


attrSlbConnAddrsRequired

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

Attribute SlbConnAddrs: LIST of SlbConnAddr.


attrThriftConnRequired

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

Attribute ThriftConn: Thrift Connection address list.


attrUiProxyConnAddrInfoRequired

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

Attribute UiProxyConnAddrInfo: WebUI connection information list.


attrZkConnAddrsRequired

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

Attribute ZkConnAddrs: List of ZkConnAddr.


propsRequired

public MultiZoneClusterProps getProps();