Skip to content

DBClusterProps

Properties for defining a DBCluster.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-dbcluster

Initializer

import { DBClusterProps } from '@alicloud/ros-cdk-polardb'
const dBClusterProps: DBClusterProps = { ... }

Properties

Name Type Description
dbNodeClass string | @alicloud/ros-cdk-core.IResolvable Property dbNodeClass: The node specifications of the cluster.
dbType string | @alicloud/ros-cdk-core.IResolvable Property dbType: Database type, value: MySQL PostgreSQL Oracle.
dbVersion string | @alicloud/ros-cdk-core.IResolvable Property dbVersion: The version of the database.
payType string | @alicloud/ros-cdk-core.IResolvable Property payType: The billing method of the cluster.
allowShutDown boolean | @alicloud/ros-cdk-core.IResolvable Property allowShutDown: Whether to turn on No activity pause.
architecture string | @alicloud/ros-cdk-core.IResolvable Property architecture: The architecture of CPU.
autoRenewPeriod number | @alicloud/ros-cdk-core.IResolvable Property autoRenewPeriod: Set the cluster auto renewal time.
backupRetentionPolicyOnClusterDeletion string | @alicloud/ros-cdk-core.IResolvable Property backupRetentionPolicyOnClusterDeletion: The backup set retention policy when deleting a cluster, the value range is as follows: ALL: Keep all backups permanently.
cloneDataPoint string | @alicloud/ros-cdk-core.IResolvable Property cloneDataPoint: The time point of data to be cloned.
clusterNetworkType string | @alicloud/ros-cdk-core.IResolvable Property clusterNetworkType: The network type of the cluster.
coldStorageOption @alicloud/ros-cdk-core.IResolvable | ColdStorageOptionProperty Property coldStorageOption: The option of cold storage.
creationCategory string | @alicloud/ros-cdk-core.IResolvable Property creationCategory: Cluster series.
creationOption string | @alicloud/ros-cdk-core.IResolvable Property creationOption: The method for creating an ApsaraDB for POLARDB cluster.
dbClusterDescription string | @alicloud/ros-cdk-core.IResolvable Property dbClusterDescription: The description of the cluster.
dbClusterParameters @alicloud/ros-cdk-core.IResolvable | DBClusterParametersProperty Property dbClusterParameters: Modifies the parameters of a the PolarDB cluster.
dbMinorVersion string | @alicloud/ros-cdk-core.IResolvable Property dbMinorVersion: The minor version of the cluster.
dbNodeNum number | @alicloud/ros-cdk-core.IResolvable Property dbNodeNum: The number of Standard Edition nodes.
defaultTimeZone string | @alicloud/ros-cdk-core.IResolvable Property defaultTimeZone: Set up a time zone (UTC), the value range is as follows: System: The default time zone is the same as the time zone where the region is located.
gdnId string | @alicloud/ros-cdk-core.IResolvable Property gdnId: The ID of the Global Database Network (GDN).
hotStandbyCluster string | @alicloud/ros-cdk-core.IResolvable Property hotStandbyCluster: Specifies whether to enable the hot standby storage cluster feature.
loosePolarLogBin string | @alicloud/ros-cdk-core.IResolvable Property loosePolarLogBin: Enable the Binlog function, the value range is as follows: ON: The cluster enables the Binlog function OFF: The cluster disables the Binlog function This parameter takes effect only when the parameter DBType is MySQL.
looseXEngine string | @alicloud/ros-cdk-core.IResolvable Property looseXEngine: Enable the X-Engine storage engine function, the value range is as follows: ON: The cluster starts the X-Engine enginen OFF: The cluster shuts down the X-Engine engine This parameter takes effect only when the parameter CreationOption is not equal to CreateGdnStandby, DBType is MySQL and DBVersion is 8.0. The memory specification of the node with X-Engine enabled must be greater than or equal to 16 GB.
looseXEngineUseMemoryPct number | @alicloud/ros-cdk-core.IResolvable Property looseXEngineUseMemoryPct: Set the ratio of enabling the X-Engine storage engine, an integer ranging from 10 to 90.
lowerCaseTableNames number | @alicloud/ros-cdk-core.IResolvable Property lowerCaseTableNames: Whether the table name is case sensitive, the value range is as follows: 1: Not case sensitive0: case sensitive The default value is 1.
maintainTime string | @alicloud/ros-cdk-core.IResolvable Property maintainTime: The maintainable time of the cluster: Format: HH: mmZ- HH: mmZ.
parameterGroupId string | @alicloud/ros-cdk-core.IResolvable Property parameterGroupId: The ID of the parameter template.
period number | @alicloud/ros-cdk-core.IResolvable Property period: The subscription period of the clusterIf PeriodUnit is month, the valid range is 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36 If periodUnit is year, the valid range is 1, 2, 3.
periodUnit string | @alicloud/ros-cdk-core.IResolvable Property periodUnit: The unit of the subscription duration.
proxyClass string | @alicloud/ros-cdk-core.IResolvable Property proxyClass: The specifications of the Standard Edition PolarProxy.
proxyType string | @alicloud/ros-cdk-core.IResolvable Property proxyType: The type of PolarProxy.
renewalStatus string | @alicloud/ros-cdk-core.IResolvable Property renewalStatus: The auto renewal status of the cluster Valid values: AutoRenewal: automatically renews the cluster.
resourceGroupId string | @alicloud/ros-cdk-core.IResolvable Property resourceGroupId: The ID of the resource group.
restartMasterNode boolean | @alicloud/ros-cdk-core.IResolvable Property restartMasterNode: Whether to restart the master node.
scaleMax number | @alicloud/ros-cdk-core.IResolvable Property scaleMax: Maximum limit of single-node scaling.
scaleMin number | @alicloud/ros-cdk-core.IResolvable Property scaleMin: Minimum limit of single-node scaling.
scaleRoNumMax number | @alicloud/ros-cdk-core.IResolvable Property scaleRoNumMax: The maximum scaling limit for the number of read-only nodes.
scaleRoNumMin number | @alicloud/ros-cdk-core.IResolvable Property scaleRoNumMin: The minimum scaling limit for the number of read-only nodes.
securityGroupIds @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] Property securityGroupIds: The ID of the security group.
securityIpList string | @alicloud/ros-cdk-core.IResolvable Property securityIpList: The whitelist of the Apsara PolarDB cluster.
serverlessType string | @alicloud/ros-cdk-core.IResolvable Property serverlessType: Serverless type.
sourceResourceId string | @alicloud/ros-cdk-core.IResolvable Property sourceResourceId: The ID of the source RDS instance or source POLARDB cluster.
standbyAz string | @alicloud/ros-cdk-core.IResolvable Property standbyAz: The zone where the hot standby storage cluster is stored.
storageAutoScale string | @alicloud/ros-cdk-core.IResolvable Property storageAutoScale: Whether to enable automatic storage scale for standard version clusters.
storagePayType string | @alicloud/ros-cdk-core.IResolvable Property storagePayType: The storage pay type.
storageSpace number | @alicloud/ros-cdk-core.IResolvable Property storageSpace: The storage space that uses the subscription billing method.
storageType string | @alicloud/ros-cdk-core.IResolvable Property storageType: The storage type.
storageUpperBound number | @alicloud/ros-cdk-core.IResolvable Property storageUpperBound: Set the upper limit of automatic scale of standard cluster storage, unit: GB.
strictConsistency string | @alicloud/ros-cdk-core.IResolvable Property strictConsistency: Specifies whether to enable the multi-zone data consistency feature.
tags TagsProperty[] Property tags: Tags to attach to instance.
tdeStatus boolean | @alicloud/ros-cdk-core.IResolvable Property tdeStatus: Specifies whether to enable Transparent Data Encryption (TDE).
vpcId string | @alicloud/ros-cdk-core.IResolvable Property vpcId: The ID of the VPC to connect to.
vSwitchId string | @alicloud/ros-cdk-core.IResolvable Property vSwitchId: The ID of the VSwitch to connect to.
zoneId string | @alicloud/ros-cdk-core.IResolvable Property zoneId: The zone ID of the cluster.

dbNodeClassRequired

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

Property dbNodeClass: The node specifications of the cluster.

For more information, see Specifications and pricing.


dbTypeRequired

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

Property dbType: Database type, value: MySQL PostgreSQL Oracle.


dbVersionRequired

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

Property dbVersion: The version of the database.

Valid values: MySQL: 5.6, 5.7 or 8.0 PostgreSQL: 11, 14 Oracle: 11, 14


payTypeRequired

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

Property payType: The billing method of the cluster.

Valid values: Postpaid: pay-as-you-go Prepaid: subscription


allowShutDownOptional

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

Property allowShutDown: Whether to turn on No activity pause.

The default is false.


architectureOptional

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

Property architecture: The architecture of CPU.

Valid values: X86 ARM


autoRenewPeriodOptional

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

Property autoRenewPeriod: Set the cluster auto renewal time.

Valid values: 1, 2, 3, 6, 12, 24, 36. Default to 1.


backupRetentionPolicyOnClusterDeletionOptional

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

Property backupRetentionPolicyOnClusterDeletion: The backup set retention policy when deleting a cluster, the value range is as follows: ALL: Keep all backups permanently.

LATEST: Permanently keep the last backup (automatic backup before deletion). NONE: The backup set is not retained when the cluster is deleted. When creating a cluster, the default value is NONE, that is, the backup set is not retained when the cluster is deleted. Note: This parameter takes effect only when the value of DBType is MySQL.


cloneDataPointOptional

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

Property cloneDataPoint: The time point of data to be cloned.

Valid values: LATEST: clones data of the latest time point. : clones historical backup data. Specify the ID of the specific backup set. : clones data of a historical time point. Specify the specific time in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. Default value: LATEST. Note This parameter takes effect only when the DBType parameter is set to MySQL, the DBVersion parameter is set to 5.6, and the CreationOption parameter is set to CloneFromRDS or CloneFromPolarDB. If the CreationOption parameter is set to CloneFromRDS, the value of this parameter must be LATEST.


clusterNetworkTypeOptional

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

Property clusterNetworkType: The network type of the cluster.

Currently, only VPC is supported. Default value: VPC.


coldStorageOptionOptional

public readonly coldStorageOption: IResolvable | ColdStorageOptionProperty;

Property coldStorageOption: The option of cold storage.


creationCategoryOptional

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

Property creationCategory: Cluster series.

The value could be Normal (standard version), Basic and ArchiveNormal.


creationOptionOptional

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

Property creationOption: The method for creating an ApsaraDB for POLARDB cluster.

Valid values: Normal: creates an ApsaraDB for POLARDB cluster. CloneFromPolarDB: clones data from an existing ApsaraDB for POLARDB cluster to a new ApsaraDB for POLARDB cluster. CloneFromRDS: clones data from an existing ApsaraDB for RDS instance to a new ApsaraDB for POLARDB cluster. MigrationFromRDS: migrates data from an existing ApsaraDB for RDS instance to a new ApsaraDB for POLARDB cluster. The created ApsaraDB for POLARDB cluster is in read-only mode and has binary logs enabled by default. CreateGdnStandby: Create a secondary cluster. Default value: Normal. Note: When DBType is MySQL and DBVersion is 5.6, this parameter can be specified as CloneFromRDS or MigrationFromRDS. When DBType is MySQL and DBVersion is 8.0, this parameter can be specified as CreateGdnStandby.


dbClusterDescriptionOptional

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

Property dbClusterDescription: The description of the cluster.

The description must comply with the following rules: It must start with a Chinese character or an English letter. It can contain Chinese and English characters, digits, underscores (_), and hyphens (-). It cannot start with http:\/\/ or https:\/\/. It must be 2 to 256 characters in length.


dbClusterParametersOptional

public readonly dbClusterParameters: IResolvable | DBClusterParametersProperty;

Property dbClusterParameters: Modifies the parameters of a the PolarDB cluster.


dbMinorVersionOptional

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

Property dbMinorVersion: The minor version of the cluster.

Valid values: 8.0.2 8.0.1 This parameter is valid only when the DBType parameter is set to MySQL and the DBVersion parameter is set to 8.0.


dbNodeNumOptional

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

Property dbNodeNum: The number of Standard Edition nodes.

Default value: 1. Valid values: 1: only one primary node. 2: one read-only node and one primary node.


defaultTimeZoneOptional

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

Property defaultTimeZone: Set up a time zone (UTC), the value range is as follows: System: The default time zone is the same as the time zone where the region is located.

This is default value. Other pickable value range is from -12:00 to +13:00, for example, 00:00. Note: This parameter takes effect only when DBType is MySQL.


gdnIdOptional

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

Property gdnId: The ID of the Global Database Network (GDN).

Note: This parameter is required when the CreationOption is CreateGdnStandby.


hotStandbyClusterOptional

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

Property hotStandbyCluster: Specifies whether to enable the hot standby storage cluster feature.

Default value: ON. Valid values: ON: enables the hot standby storage cluster feature. OFF: disables the hot standby storage cluster feature STANDBY: enables the hot standby storage cluster feature only for Standard Edition clusters. The default value for Standard Edition clusters is STANDBY.


loosePolarLogBinOptional

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

Property loosePolarLogBin: Enable the Binlog function, the value range is as follows: ON: The cluster enables the Binlog function OFF: The cluster disables the Binlog function This parameter takes effect only when the parameter DBType is MySQL.


looseXEngineOptional

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

Property looseXEngine: Enable the X-Engine storage engine function, the value range is as follows: ON: The cluster starts the X-Engine enginen OFF: The cluster shuts down the X-Engine engine This parameter takes effect only when the parameter CreationOption is not equal to CreateGdnStandby, DBType is MySQL and DBVersion is 8.0. The memory specification of the node with X-Engine enabled must be greater than or equal to 16 GB.


looseXEngineUseMemoryPctOptional

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

Property looseXEngineUseMemoryPct: Set the ratio of enabling the X-Engine storage engine, an integer ranging from 10 to 90.

This parameter takes effect only when the parameter LooseXEngine is ON.


lowerCaseTableNamesOptional

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

Property lowerCaseTableNames: Whether the table name is case sensitive, the value range is as follows: 1: Not case sensitive0: case sensitive The default value is 1.

Note: This parameter takes effect only when the value of DBType is MySQL.


maintainTimeOptional

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

Property maintainTime: The maintainable time of the cluster: Format: HH: mmZ- HH: mmZ.

Example: 16:00Z-17:00Z, which means 0 to 1 (UTC+08:00) for routine maintenance.


parameterGroupIdOptional

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

Property parameterGroupId: The ID of the parameter template.

You can call the DescribeParameterGroups operation to query the details of all parameter templates of a specified region, such as the ID of a parameter template.


periodOptional

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

Property period: The subscription period of the clusterIf PeriodUnit is month, the valid range is 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36 If periodUnit is year, the valid range is 1, 2, 3.


periodUnitOptional

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

Property periodUnit: The unit of the subscription duration.

Valid values: Month Year Default value: Month.


proxyClassOptional

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

Property proxyClass: The specifications of the Standard Edition PolarProxy.

Valid values: polar.maxscale.g2.medium.c: 2 cores polar.maxscale.g2.large.c: 4 cores polar.maxscale.g2.xlarge.c: 8 cores polar.maxscale.g2.2xlarge.c: 16 cores polar.maxscale.g2.3xlarge.c: 24 cores polar.maxscale.g2.4xlarge.c: 32 cores polar.maxscale.g2.8xlarge.c: 64 cores


proxyTypeOptional

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

Property proxyType: The type of PolarProxy.

Default value: OFF. Valid values: OFF: disables PolarProxy. EXCLUSIVE: Dedicated Enterprise Edition GENERAL: Standard Enterprise Edition


renewalStatusOptional

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

Property renewalStatus: The auto renewal status of the cluster Valid values: AutoRenewal: automatically renews the cluster.

Normal: manually renews the cluster. NotRenewal: does not renew the cluster. Default value: Normal. Note If this parameter is set to NotRenewal, the system does not send a reminder for expiration, but only sends an SMS message three days before the cluster expires to remind you that the cluster is not renewed.


resourceGroupIdOptional

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

Property resourceGroupId: The ID of the resource group.


restartMasterNodeOptional

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

Property restartMasterNode: Whether to restart the master node.


scaleMaxOptional

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

Property scaleMax: Maximum limit of single-node scaling.


scaleMinOptional

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

Property scaleMin: Minimum limit of single-node scaling.


scaleRoNumMaxOptional

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

Property scaleRoNumMax: The maximum scaling limit for the number of read-only nodes.


scaleRoNumMinOptional

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

Property scaleRoNumMin: The minimum scaling limit for the number of read-only nodes.


securityGroupIdsOptional

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

Property securityGroupIds: The ID of the security group.

You can add up to three security groups to a cluster.


securityIpListOptional

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

Property securityIpList: The whitelist of the Apsara PolarDB cluster.


serverlessTypeOptional

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

Property serverlessType: Serverless type.


sourceResourceIdOptional

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

Property sourceResourceId: The ID of the source RDS instance or source POLARDB cluster.

Note This parameter takes effect only when the DBType parameter is set to MySQL and the DBVersion parameter is set to 5.6. This parameter is required if the CreationOption parameter is not set to Normal.


standbyAzOptional

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

Property standbyAz: The zone where the hot standby storage cluster is stored.

This is valid for Standard Edition clusters of Multi-zone Edition. This parameter takes effect only when the multi-zone data consistency feature is enabled.


storageAutoScaleOptional

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

Property storageAutoScale: Whether to enable automatic storage scale for standard version clusters.

The value range is as follows: Enable: Enable automatic storage scale. Disable: Disable automatic storage scale.


storagePayTypeOptional

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

Property storagePayType: The storage pay type.


storageSpaceOptional

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

Property storageSpace: The storage space that uses the subscription billing method.

Unit: GB. Valid values for PolarDB for MySQL Standard Edition: 20 to 32000.


storageTypeOptional

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

Property storageType: The storage type.

Valid values for Enterprise Edition: PSL5 PSL4 Valid values for Standard Edition: ESSDPL1 ESSDPL2 ESSDPL3 This parameter is invalid for serverless clusters.


storageUpperBoundOptional

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

Property storageUpperBound: Set the upper limit of automatic scale of standard cluster storage, unit: GB.

The maximum value is 32000.


strictConsistencyOptional

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

Property strictConsistency: Specifies whether to enable the multi-zone data consistency feature.

Valid values: ON: enables the multi-zone data consistency feature, which is valid for Standard Edition clusters of Multi-zone Edition. OFF: disables the multi-zone data consistency feature.


tagsOptional

public readonly tags: TagsProperty[];

Property tags: Tags to attach to instance.

Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.


tdeStatusOptional

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

Property tdeStatus: Specifies whether to enable Transparent Data Encryption (TDE).

Valid values: true: enable TDE false: disable TDE (default) Note: The parameter takes effect only when DBType is PostgreSQL or Oracle. You cannot disable TDE after it is enabled.


vpcIdOptional

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

Property vpcId: The ID of the VPC to connect to.


vSwitchIdOptional

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

Property vSwitchId: The ID of the VSwitch to connect to.


zoneIdOptional

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

Property zoneId: The zone ID of the cluster.

You can call the DescribeRegions operation to query available zones.