ClusterProps
Properties for defining a Cluster.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbase-cluster
Initializer
import ros_cdk_hbase
ros_cdk_hbase.ClusterProps(
core_instance_type: typing.Union[str, IResolvable],
engine: typing.Union[str, IResolvable],
engine_version: typing.Union[str, IResolvable],
node_count: typing.Union[typing.Union[int, float], IResolvable],
pay_type: typing.Union[str, IResolvable],
zone_id: typing.Union[str, IResolvable],
auto_renew_period: typing.Union[typing.Union[int, float], IResolvable] = None,
cluster_name: typing.Union[str, IResolvable] = None,
cold_storage_size: typing.Union[typing.Union[int, float], IResolvable] = None,
deletion_protection: typing.Union[bool, IResolvable] = None,
disk_size: typing.Union[typing.Union[int, float], IResolvable] = None,
disk_type: typing.Union[str, IResolvable] = None,
encryption_key: typing.Union[str, IResolvable] = None,
master_instance_type: typing.Union[str, IResolvable] = None,
period: typing.Union[typing.Union[int, float], IResolvable] = None,
period_unit: typing.Union[str, IResolvable] = None,
resource_group_id: typing.Union[str, IResolvable] = None,
security_ip_list: typing.Union[str, IResolvable] = None,
vpc_id: typing.Union[str, IResolvable] = None,
v_switch_id: typing.Union[str, IResolvable] = None
)
Properties
| Name | Type | Description |
|---|---|---|
core_instance_type | typing.Union[str, ros_cdk_core.IResolvable] | Property coreInstanceType: You can call the DescribeAvailableResource operation to obtain the value of this parameter. |
engine | typing.Union[str, ros_cdk_core.IResolvable] | Property engine: The type of the service. |
engine_version | typing.Union[str, ros_cdk_core.IResolvable] | Property engineVersion: The version of the engine. |
node_count | typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] | Property nodeCount: The number of core nodes. |
pay_type | typing.Union[str, ros_cdk_core.IResolvable] | Property payType: The billing method. |
zone_id | typing.Union[str, ros_cdk_core.IResolvable] | Property zoneId: The ID of the zone. |
auto_renew_period | typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] | Property autoRenewPeriod: The auto-renewal period. |
cluster_name | typing.Union[str, ros_cdk_core.IResolvable] | Property clusterName: Instance name. |
cold_storage_size | typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] | Property coldStorageSize: The cold storage capacity of the instance, in GB. |
deletion_protection | typing.Union[bool, ros_cdk_core.IResolvable] | Property deletionProtection: Specifies whether to enable the release protection feature for the cluster. |
disk_size | typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] | Property diskSize: The disk size of the node. |
disk_type | typing.Union[str, ros_cdk_core.IResolvable] | Property diskType: The type of the disk. |
encryption_key | typing.Union[str, ros_cdk_core.IResolvable] | Property encryptionKey: The encrypted key ID is empty if the encryption is not enabled. |
master_instance_type | typing.Union[str, ros_cdk_core.IResolvable] | Property masterInstanceType: The instance type of the master node. |
period | typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] | Property period: The subscription duration of a subscription instance. |
period_unit | typing.Union[str, ros_cdk_core.IResolvable] | Property periodUnit: The purchase unit for subscription instances. |
resource_group_id | typing.Union[str, ros_cdk_core.IResolvable] | Property resourceGroupId: The ID of the resource group. |
security_ip_list | typing.Union[str, ros_cdk_core.IResolvable] | Property securityIpList: The IP addresses to add to the instance whitelist. |
vpc_id | typing.Union[str, ros_cdk_core.IResolvable] | Property vpcId: The ID of the virtual private cloud (VPC). |
v_switch_id | typing.Union[str, ros_cdk_core.IResolvable] | Property vSwitchId: The ID of the vSwitch. |
core_instance_typeRequired
core_instance_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property coreInstanceType: You can call the DescribeAvailableResource operation to obtain the value of this parameter.
engineRequired
engine: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property engine: The type of the service.
Valid values: hbase hbaseue bds
engine_versionRequired
engine_version: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property engineVersion: The version of the engine.
Valid values: hbase:1.1, 2.0 hbaseue:2.0 bds:1.0
node_countRequired
node_count: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
Property nodeCount: The number of core nodes.
Valid values are as follows:
- If the instance is a single node, the number of core nodes is fixed at 1.<\/li>
- If the instance uses disks, the number of core nodes ranges from 2 to 100.<\/li>
- If the instance uses local disks, the number of core nodes ranges from 4 to 100.<\/li> <\/ul> --- ### `pay_type`Required
- *Type:* typing.Union[str, 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. --- ### `zone_id`Requiredpay_type: typing.Union[str, IResolvable]
- *Type:* typing.Union[str, ros_cdk_core.IResolvable] Property zoneId: The ID of the zone. --- ### `auto_renew_period`Optionalzone_id: typing.Union[str, IResolvable]
- *Type:* typing.Union[typing.Union[int, float], 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. --- ### `cluster_name`Optionalauto_renew_period: typing.Union[typing.Union[int, float], IResolvable]
- *Type:* typing.Union[str, 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 (_). --- ### `cold_storage_size`Optionalcluster_name: typing.Union[str, IResolvable]
- *Type:* typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property coldStorageSize: The cold storage capacity of the instance, in GB. Valid values are as follows: * 0: Indicates that cold storage is disabled. * 800 to 1 000 000: Indicates that cold storage is enabled. > Cold storage is effective only when the engine type of the instance is hbaseue. --- ### `deletion_protection`Optionalcold_storage_size: typing.Union[typing.Union[int, float], IResolvable]
- *Type:* typing.Union[bool, ros_cdk_core.IResolvable] Property deletionProtection: Specifies whether to enable the release protection feature for the cluster. Default is false. --- ### `disk_size`Optionaldeletion_protection: typing.Union[bool, IResolvable]
- *Type:* typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property diskSize: The disk size of the node. Unit: GB. For ApsaraDB for HBase in single-node mode, the disk size ranges from 20 GB to 500 GB and the step size is 1 GB. For ApsaraDB for HBase that runs in cluster mode and uses disks, the disk size ranges from 400 GB to 64,000 GB and the step size is 40 GB. For ApsaraDB for HBase that runs in cluster mode and uses local disks, the disk size varies by instance type. The following list provides the mappings between disks sizes and instance types: hbase.d1.4xlarge =44000 hbase.d1.6xlarge =66000 hbase.d1.8xlarge =88000 hbase.i2.xlarge =894 hbase.i2.2xlarge =1788 hbase.i2.4xlarge =3576 hbase.i2.8xlarge =7152 hbase.d2s.5xlarge =58400 hbase.d2s.10xlarge =109500 --- ### `disk_type`Optionaldisk_size: typing.Union[typing.Union[int, float], IResolvable]
- *Type:* typing.Union[str, ros_cdk_core.IResolvable] Property diskType: The type of the disk. Valid values: cloud_efficiency cloud_ssd local_hdd_pro local_ssd_pro cloud_essd_pl1 --- ### `encryption_key`Optionaldisk_type: typing.Union[str, IResolvable]
- *Type:* typing.Union[str, ros_cdk_core.IResolvable] Property encryptionKey: The encrypted key ID is empty if the encryption is not enabled. It shows that the current cloud disk version is unable to close after the encryption is turned on. --- ### `master_instance_type`Optionalencryption_key: typing.Union[str, IResolvable]
- *Type:* typing.Union[str, 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. --- ### `period`Optionalmaster_instance_type: typing.Union[str, IResolvable]
- *Type:* typing.Union[typing.Union[int, float], 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. --- ### `period_unit`Optionalperiod: typing.Union[typing.Union[int, float], IResolvable]
- *Type:* typing.Union[str, 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. --- ### `resource_group_id`Optionalperiod_unit: typing.Union[str, IResolvable]
- *Type:* typing.Union[str, 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. --- ### `security_ip_list`Optionalresource_group_id: typing.Union[str, IResolvable]
- *Type:* typing.Union[str, 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. --- ### `vpc_id`Optionalsecurity_ip_list: typing.Union[str, IResolvable]
- *Type:* typing.Union[str, 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. --- ### `v_switch_id`Optionalvpc_id: typing.Union[str, IResolvable]
- *Type:* typing.Union[str, ros_cdk_core.IResolvable] Property vSwitchId: The ID of the vSwitch. ---v_switch_id: typing.Union[str, IResolvable]