| Package | Description |
|---|---|
| com.aliyun.ros.cdk.clickhouse |
| Modifier and Type | Method and Description |
|---|---|
DBCluster.Builder |
DBCluster.Builder.category(com.aliyun.ros.cdk.core.IResolvable category)
Property category: The edition of the cluster.
|
DBCluster.Builder |
DBCluster.Builder.category(String category)
Property category: The edition of the cluster.
|
static DBCluster.Builder |
DBCluster.Builder.create(com.aliyun.ros.cdk.core.Construct scope,
String id) |
static DBCluster.Builder |
DBCluster.Builder.create(com.aliyun.ros.cdk.core.Construct scope,
String id,
Boolean enableResourcePropertyConstraint) |
DBCluster.Builder |
DBCluster.Builder.dbClusterDescription(com.aliyun.ros.cdk.core.IResolvable dbClusterDescription)
Property dbClusterDescription: The description of the cluster.
|
DBCluster.Builder |
DBCluster.Builder.dbClusterDescription(String dbClusterDescription)
Property dbClusterDescription: The description of the cluster.
|
DBCluster.Builder |
DBCluster.Builder.dbClusterNetworkType(com.aliyun.ros.cdk.core.IResolvable dbClusterNetworkType)
Property dbClusterNetworkType: Network type of the cluster instance, value: VPC.
|
DBCluster.Builder |
DBCluster.Builder.dbClusterNetworkType(String dbClusterNetworkType)
Property dbClusterNetworkType: Network type of the cluster instance, value: VPC.
|
DBCluster.Builder |
DBCluster.Builder.dbClusterType(com.aliyun.ros.cdk.core.IResolvable dbClusterType)
Property dbClusterType: The specification of the cluster.
|
DBCluster.Builder |
DBCluster.Builder.dbClusterType(String dbClusterType)
Property dbClusterType: The specification of the cluster.
|
DBCluster.Builder |
DBCluster.Builder.dbClusterVersion(com.aliyun.ros.cdk.core.IResolvable dbClusterVersion)
Property dbClusterVersion: Version, value: 19.15.2.2.
|
DBCluster.Builder |
DBCluster.Builder.dbClusterVersion(String dbClusterVersion)
Property dbClusterVersion: Version, value: 19.15.2.2.
|
DBCluster.Builder |
DBCluster.Builder.dbNodeCount(com.aliyun.ros.cdk.core.IResolvable dbNodeCount)
Property dbNodeCount: The number of nodes.
|
DBCluster.Builder |
DBCluster.Builder.dbNodeCount(Number dbNodeCount)
Property dbNodeCount: The number of nodes.
|
DBCluster.Builder |
DBCluster.Builder.dbNodeStorage(com.aliyun.ros.cdk.core.IResolvable dbNodeStorage)
Property dbNodeStorage: The storage capacity of a single node.
|
DBCluster.Builder |
DBCluster.Builder.dbNodeStorage(Number dbNodeStorage)
Property dbNodeStorage: The storage capacity of a single node.
|
DBCluster.Builder |
DBCluster.Builder.dbNodeStorageType(com.aliyun.ros.cdk.core.IResolvable dbNodeStorageType)
Property dbNodeStorageType: Instance node storage type.
|
DBCluster.Builder |
DBCluster.Builder.dbNodeStorageType(String dbNodeStorageType)
Property dbNodeStorageType: Instance node storage type.
|
DBCluster.Builder |
DBCluster.Builder.encryptionKey(com.aliyun.ros.cdk.core.IResolvable encryptionKey)
Property encryptionKey: KMS key ID.
|
DBCluster.Builder |
DBCluster.Builder.encryptionKey(String encryptionKey)
Property encryptionKey: KMS key ID.
|
DBCluster.Builder |
DBCluster.Builder.encryptionType(com.aliyun.ros.cdk.core.IResolvable encryptionType)
Property encryptionType: Kms key type, only cloud disk encryption is supported and the value is CloudDisk.
|
DBCluster.Builder |
DBCluster.Builder.encryptionType(String encryptionType)
Property encryptionType: Kms key type, only cloud disk encryption is supported and the value is CloudDisk.
|
DBCluster.Builder |
DBCluster.Builder.paymentType(com.aliyun.ros.cdk.core.IResolvable paymentType)
Property paymentType: The billing method of the cluster.
|
DBCluster.Builder |
DBCluster.Builder.paymentType(String paymentType)
Property paymentType: The billing method of the cluster.
|
DBCluster.Builder |
DBCluster.Builder.period(com.aliyun.ros.cdk.core.IResolvable period)
Property period: Prepaid time period.If the payment type is Prepaid, this parameter is mandatory.
|
DBCluster.Builder |
DBCluster.Builder.period(String period)
Property period: Prepaid time period.If the payment type is Prepaid, this parameter is mandatory.
|
DBCluster.Builder |
DBCluster.Builder.usedTime(com.aliyun.ros.cdk.core.IResolvable usedTime)
Property usedTime: The subscription duration.
|
DBCluster.Builder |
DBCluster.Builder.usedTime(Number usedTime)
Property usedTime: The subscription duration.
|
DBCluster.Builder |
DBCluster.Builder.vpcId(com.aliyun.ros.cdk.core.IResolvable vpcId)
Property vpcId: VpcId.
|
DBCluster.Builder |
DBCluster.Builder.vpcId(String vpcId)
Property vpcId: VpcId.
|
DBCluster.Builder |
DBCluster.Builder.vSwitchId(com.aliyun.ros.cdk.core.IResolvable vSwitchId)
Property vSwitchId: VSwitchId.
|
DBCluster.Builder |
DBCluster.Builder.vSwitchId(String vSwitchId)
Property vSwitchId: VSwitchId.
|
DBCluster.Builder |
DBCluster.Builder.zoneId(com.aliyun.ros.cdk.core.IResolvable zoneId)
Property zoneId: ZoneId.
|
DBCluster.Builder |
DBCluster.Builder.zoneId(String zoneId)
Property zoneId: ZoneId.
|
Copyright © 2023. All rights reserved.