Skip to content

DBClusterProps

Properties for defining a DBCluster.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkadblake"
&alicloudroscdkadblake.DBClusterProps {
    ComputeResource: interface{},
    DbClusterVersion: interface{},
    PayType: interface{},
    StorageResource: interface{},
    VpcId: interface{},
    VSwitchId: interface{},
    ZoneId: interface{},
    BackupSetId: interface{},
    DbClusterDescription: interface{},
    EnableDefaultResourcePool: interface{},
    Period: interface{},
    PeriodType: interface{},
    ResourceGroupId: interface{},
    RestoreToTime: interface{},
    RestoreType: interface{},
    SourceDbClusterId: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkadblake.RosDBCluster.TagsProperty,
}

Properties

Name Type Description
ComputeResource interface{} Property computeResource: The amount of reserved computing resources.
DbClusterVersion interface{} Property dbClusterVersion: The version of the cluster.
PayType interface{} Property payType: The billing method of the cluster.
StorageResource interface{} Property storageResource: The amount of reserved storage resources.
VpcId interface{} Property vpcId: The virtual private cloud (VPC) ID of the cluster.
VSwitchId interface{} Property vSwitchId: The vSwitch ID of the cluster.
ZoneId interface{} Property zoneId: The zone ID.
BackupSetId interface{} Property backupSetId: The ID of the backup set that you want to use to restore data.
DbClusterDescription interface{} Property dbClusterDescription: The description of the cluster.
EnableDefaultResourcePool interface{} Property enableDefaultResourcePool: Specifies whether to allocate all reserved computing resources to the user_default resource group.
Period interface{} Property period: The subscription duration of the subscription cluster.
PeriodType interface{} Property periodType: The subscription type of the subscription cluster.
ResourceGroupId interface{} Property resourceGroupId: The resource group ID.
RestoreToTime interface{} Property restoreToTime: The point in time to which you want to restore data from the backup set.
RestoreType interface{} Property restoreType: The method that you want to use to restore data.
SourceDbClusterId interface{} Property sourceDbClusterId: The ID of the source AnalyticDB for MySQL Data Warehouse Edition cluster.
Tags *[]TagsProperty Property tags: Tags to attach to cluster.

ComputeResourceRequired

ComputeResource interface{}
  • Type: interface{}

Property computeResource: The amount of reserved computing resources.

Unit: ACUs. Valid values: 0ACU to 4096ACU. The value must be in increments of 16 ACUs. Each ACU is equivalent to 1 core and 4 GB memory. Note This parameter must be specified with a unit.


DbClusterVersionRequired

DbClusterVersion interface{}
  • Type: interface{}

Property dbClusterVersion: The version of the cluster.

Set the value to 5.0.


PayTypeRequired

PayType interface{}
  • Type: interface{}

Property payType: The billing method of the cluster.

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


StorageResourceRequired

StorageResource interface{}
  • Type: interface{}

Property storageResource: The amount of reserved storage resources.

Unit: AnalyticDB compute units (ACUs). Valid values: 0ACU to 2064ACU. The value must be in increments of 24 ACUs. Each ACU is equivalent to 1 core and 4 GB memory. Note This parameter must be specified with a unit.


VpcIdRequired

VpcId interface{}
  • Type: interface{}

Property vpcId: The virtual private cloud (VPC) ID of the cluster.


VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

Property vSwitchId: The vSwitch ID of the cluster.


ZoneIdRequired

ZoneId interface{}
  • Type: interface{}

Property zoneId: The zone ID.

Note You can call the DescribeRegions operation to query the most recent zone list.


BackupSetIdOptional

BackupSetId interface{}
  • Type: interface{}

Property backupSetId: The ID of the backup set that you want to use to restore data.

Note You can call the DescribeBackups operation to query the backup sets of the cluster.


DbClusterDescriptionOptional

DbClusterDescription interface{}
  • Type: interface{}

Property dbClusterDescription: The description of the cluster.

The description cannot start with http:// or https://. The description must be 2 to 256 characters in length


EnableDefaultResourcePoolOptional

EnableDefaultResourcePool interface{}
  • Type: interface{}

Property enableDefaultResourcePool: Specifies whether to allocate all reserved computing resources to the user_default resource group.

Valid values: true (default) false


PeriodOptional

Period interface{}
  • Type: interface{}

Property period: The subscription duration of the subscription cluster.

Valid values when Period is set to Year: 1 to 3 (integer). Valid values when Period is set to Month: 1 to 9 (integer). Note This parameter must be specified when PayType is set to Prepaid.


PeriodTypeOptional

PeriodType interface{}
  • Type: interface{}

Property periodType: The subscription type of the subscription cluster.

Valid values: Year: subscription on a yearly basis. Month: subscription on a monthly basis. Note This parameter must be specified when PayType is set to Prepaid.


ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: The resource group ID.


RestoreToTimeOptional

RestoreToTime interface{}
  • Type: interface{}

Property restoreToTime: The point in time to which you want to restore data from the backup set.


RestoreTypeOptional

RestoreType interface{}
  • Type: interface{}

Property restoreType: The method that you want to use to restore data.

Valid values: backup: restores data from a backup set. You must also specify the BackupSetId and SourceDBClusterId parameters. timepoint: restores data to a point in time. You must also specify the RestoreToTime and SourceDBClusterId parameters.


SourceDbClusterIdOptional

SourceDbClusterId interface{}
  • Type: interface{}

Property sourceDbClusterId: The ID of the source AnalyticDB for MySQL Data Warehouse Edition cluster.

If you want to restore a Data Lakehouse Edition cluster from a Data Warehouse Edition cluster, you must specify this parameter.


TagsOptional

Tags *[]TagsProperty

Property tags: Tags to attach to cluster.

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