MultiZoneClusterProps
Properties for defining a MultiZoneCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbase-multizonecluster
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkhbase"
&alicloudroscdkhbase.MultiZoneClusterProps {
ArbiterVSwitchId: interface{},
ArbiterZoneId: interface{},
ArchVersion: interface{},
CoreDiskSize: interface{},
CoreDiskType: interface{},
CoreInstanceType: interface{},
CoreNodeCount: interface{},
Engine: interface{},
EngineVersion: interface{},
LogDiskSize: interface{},
LogDiskType: interface{},
LogInstanceType: interface{},
LogNodeCount: interface{},
MultiZoneCombination: interface{},
PayType: interface{},
PrimaryVSwitchId: interface{},
PrimaryZoneId: interface{},
StandbyVSwitchId: interface{},
StandbyZoneId: interface{},
AutoRenewPeriod: interface{},
ClusterName: interface{},
DeletionProtection: interface{},
MasterInstanceType: interface{},
Period: interface{},
PeriodUnit: interface{},
ResourceGroupId: interface{},
SecurityIpList: interface{},
VpcId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
ArbiterVSwitchId |
interface{} |
Property arbiterVSwitchId: Arbitration virtual switch ID. |
ArbiterZoneId |
interface{} |
Property arbiterZoneId: Arbiter zond id. |
ArchVersion |
interface{} |
Property archVersion: Version of the deployment architecture. |
CoreDiskSize |
interface{} |
Property coreDiskSize: The value ranges from 400 GB to 64,000 GB. |
CoreDiskType |
interface{} |
Property coreDiskType: Core node disk type. |
CoreInstanceType |
interface{} |
Property coreInstanceType: You can call the DescribeAvailableResource operation to obtain the value of this parameter. |
CoreNodeCount |
interface{} |
Property coreNodeCount: Number of Core nodes. |
Engine |
interface{} |
Property engine: Service type. |
EngineVersion |
interface{} |
Property engineVersion: The version of the engine. |
LogDiskSize |
interface{} |
Property logDiskSize: log disk size. |
LogDiskType |
interface{} |
Property logDiskType: Log node disk type. |
LogInstanceType |
interface{} |
Property logInstanceType: Log instance type. |
LogNodeCount |
interface{} |
Property logNodeCount: Log number of nodes. |
MultiZoneCombination |
interface{} |
Property multiZoneCombination: Availability zone combination. |
PayType |
interface{} |
Property payType: The billing method. |
PrimaryVSwitchId |
interface{} |
Property primaryVSwitchId: The virtual switch ID of the instance in primary availability zone must be in the availability zone corresponding to PrimaryZoneId. |
PrimaryZoneId |
interface{} |
Property primaryZoneId: Availability zone ID of the primary availability zone instance. |
StandbyVSwitchId |
interface{} |
Property standbyVSwitchId: The virtual switch ID of the standby availability zone instance must be in the corresponding availability zone of StandbyZoneId. |
StandbyZoneId |
interface{} |
Property standbyZoneId: Standby zone id. |
AutoRenewPeriod |
interface{} |
Property autoRenewPeriod: The auto-renewal period. |
ClusterName |
interface{} |
Property clusterName: The name of the instance. |
DeletionProtection |
interface{} |
Property deletionProtection: Specifies whether to enable the release protection feature for the cluster. |
MasterInstanceType |
interface{} |
Property masterInstanceType: The instance type of the master node. |
Period |
interface{} |
Property period: The subscription period. |
PeriodUnit |
interface{} |
Property periodUnit: The unit of the subscription period. |
ResourceGroupId |
interface{} |
Property resourceGroupId: The ID of the resource group. |
SecurityIpList |
interface{} |
Property securityIpList: The IP addresses in the whitelist. |
VpcId |
interface{} |
Property vpcId: The ID of the virtual private cloud (VPC). |
ArbiterVSwitchId
Required
ArbiterVSwitchId interface{}
- Type: interface{}
Property arbiterVSwitchId: Arbitration virtual switch ID.
The switch must be in the availability zone corresponding to ArbiterZoneId.
ArbiterZoneId
Required
ArbiterZoneId interface{}
- Type: interface{}
Property arbiterZoneId: Arbiter zond id.
ArchVersion
Required
ArchVersion interface{}
- Type: interface{}
Property archVersion: Version of the deployment architecture.
Currently, only the hbaseue engine type is supported. The value can be 2.0.
CoreDiskSize
Required
CoreDiskSize interface{}
- Type: interface{}
Property coreDiskSize: The value ranges from 400 GB to 64,000 GB.
The step size is 40 GB.
CoreDiskType
Required
CoreDiskType interface{}
- Type: interface{}
Property coreDiskType: Core node disk type.
Valid values: cloud_efficiency cloud_ssd local_hdd_pro local_ssd_pro
CoreInstanceType
Required
CoreInstanceType interface{}
- Type: interface{}
Property coreInstanceType: You can call the DescribeAvailableResource operation to obtain the value of this parameter.
CoreNodeCount
Required
CoreNodeCount interface{}
- Type: interface{}
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.
Engine
Required
Engine interface{}
- Type: interface{}
Property engine: Service type.
Currently, only HBase enhanced version is supported. The value can be hbaseue.
EngineVersion
Required
EngineVersion interface{}
- Type: interface{}
Property engineVersion: The version of the engine.
Valid values: hbaseue:2.0
LogDiskSize
Required
LogDiskSize interface{}
- Type: interface{}
Property logDiskSize: log disk size.
The value ranges from 400 GB to 64,000 GB. The step size is 40 GB.
LogDiskType
Required
LogDiskType interface{}
- Type: interface{}
Property logDiskType: Log node disk type.
Valid values: cloud_efficiency cloud_ssd local_hdd_pro local_ssd_pro
LogInstanceType
Required
LogInstanceType interface{}
- Type: interface{}
Property logInstanceType: Log instance type.
LogNodeCount
Required
LogNodeCount interface{}
- Type: interface{}
Property logNodeCount: Log number of nodes.
The value of log nodes ranges from 4 to 400 and is a multiple of 4.
MultiZoneCombination
Required
MultiZoneCombination interface{}
- Type: interface{}
Property multiZoneCombination: Availability zone combination.
PayType
Required
PayType interface{}
- Type: interface{}
Property payType: The billing method.
Prepaid: The subscription billing method is used. Postpaid: The pay-as-you-go billing method is used.
PrimaryVSwitchId
Required
PrimaryVSwitchId interface{}
- Type: interface{}
Property primaryVSwitchId: The virtual switch ID of the instance in primary availability zone must be in the availability zone corresponding to PrimaryZoneId.
PrimaryZoneId
Required
PrimaryZoneId interface{}
- Type: interface{}
Property primaryZoneId: Availability zone ID of the primary availability zone instance.
StandbyVSwitchId
Required
StandbyVSwitchId interface{}
- Type: interface{}
Property standbyVSwitchId: The virtual switch ID of the standby availability zone instance must be in the corresponding availability zone of StandbyZoneId.
StandbyZoneId
Required
StandbyZoneId interface{}
- Type: interface{}
Property standbyZoneId: Standby zone id.
AutoRenewPeriod
Optional
AutoRenewPeriod interface{}
- Type: interface{}
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.
ClusterName
Optional
ClusterName interface{}
- Type: interface{}
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.
DeletionProtection
Optional
DeletionProtection interface{}
- Type: interface{}
Property deletionProtection: Specifies whether to enable the release protection feature for the cluster.
Default is false.
MasterInstanceType
Optional
MasterInstanceType interface{}
- Type: interface{}
Property masterInstanceType: The instance type of the master node.
You can call the DescribeAvailableResource operation to obtain the value of this parameter.
Period
Optional
Period interface{}
- Type: interface{}
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.
PeriodUnit
Optional
PeriodUnit interface{}
- Type: interface{}
Property periodUnit: The unit of the subscription period.
Valid values: year month
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
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.
SecurityIpList
Optional
SecurityIpList interface{}
- Type: interface{}
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 (,).
VpcId
Optional
VpcId interface{}
- Type: interface{}
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.