GetDbClustersCluster

data class GetDbClustersCluster(val aliUid: String, val bid: String, val category: String, val commodityCode: String, val connectionString: String, val controlVersion: String, val createTime: String, val dbClusterAccessWhiteLists: List<GetDbClustersClusterDbClusterAccessWhiteList>, val dbClusterDescription: String, val dbClusterId: String, val dbClusterNetworkType: String, val dbClusterType: String, val dbNodeClass: String, val dbNodeCount: String, val dbNodeStorage: String, val encryptionKey: String, val encryptionType: String, val engine: String, val engineVersion: String, val expireTime: String, val id: String, val isExpired: String, val lockMode: String, val lockReason: String, val maintainTime: String, val paymentType: String, val port: Int, val publicConnectionString: String, val publicPort: String, val scaleOutStatuses: List<GetDbClustersClusterScaleOutStatus>, val status: String, val storageType: String, val supportBackup: Int, val supportHttpsPort: Boolean, val supportMysqlPort: Boolean, val vpcCloudInstanceId: String, val vpcId: String, val vswitchId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(aliUid: String, bid: String, category: String, commodityCode: String, connectionString: String, controlVersion: String, createTime: String, dbClusterAccessWhiteLists: List<GetDbClustersClusterDbClusterAccessWhiteList>, dbClusterDescription: String, dbClusterId: String, dbClusterNetworkType: String, dbClusterType: String, dbNodeClass: String, dbNodeCount: String, dbNodeStorage: String, encryptionKey: String, encryptionType: String, engine: String, engineVersion: String, expireTime: String, id: String, isExpired: String, lockMode: String, lockReason: String, maintainTime: String, paymentType: String, port: Int, publicConnectionString: String, publicPort: String, scaleOutStatuses: List<GetDbClustersClusterScaleOutStatus>, status: String, storageType: String, supportBackup: Int, supportHttpsPort: Boolean, supportMysqlPort: Boolean, vpcCloudInstanceId: String, vpcId: String, vswitchId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Alibaba Cloud account Id.

Link copied to clipboard
val bid: String

The ID of the business process flow.

Link copied to clipboard

Instance family values include: Basic: Basic edition; HighAvailability: high availability edition.

Link copied to clipboard

The Commodity Code of the DBCluster.

Link copied to clipboard

Connection string.

Link copied to clipboard

The control version of the DBCluster.

Link copied to clipboard

The creation time of the resource.

Link copied to clipboard
Link copied to clipboard

The DBCluster description.

Link copied to clipboard
Link copied to clipboard

The DBCluster network type.

Link copied to clipboard

The DBCluster type.

Link copied to clipboard

The node class of the DBCluster.

Link copied to clipboard

The node count of the DBCluster.

Link copied to clipboard

The node storage of the DBCluster.

Link copied to clipboard

Key management service KMS key ID.

Link copied to clipboard

Currently only supports ECS disk encryption, with a value of CloudDisk, not encrypted when empty.

Link copied to clipboard

The Engine of the DBCluster.

Link copied to clipboard

The engine version of the DBCluster.

Link copied to clipboard

The expiration time of the DBCluster.

Link copied to clipboard
val id: String

The ID of the DBCluster.

Link copied to clipboard

If the instance has expired.

Link copied to clipboard

The lock mode of the DBCluster.

Link copied to clipboard

Lock reason of the DBCluster.

Link copied to clipboard

Examples of the maintenance window, in the format of hh:mmZ-hh:mm Z.

Link copied to clipboard

The payment type of the resource. Valid values: PayAsYouGo,Subscription.

Link copied to clipboard
val port: Int

Connection port.

Link copied to clipboard

A public IP address for the connection.

Link copied to clipboard

Public network port.

Link copied to clipboard
Link copied to clipboard

The status of the DBCluster. Valid values: Running,Creating,Deleting,Restarting,Preparing.

Link copied to clipboard

Storage type of DBCluster. Valid values: cloud_essd, cloud_efficiency, cloud_essd_pl2, cloud_essd_pl3.

Link copied to clipboard

Support fallback scheme.

Link copied to clipboard

The system supports http port number.

Link copied to clipboard

Supports Mysql, and those of the ports.

Link copied to clipboard

Virtual Private Cloud (VPC cloud instance ID.

Link copied to clipboard

The VPC ID of the DBCluster.

Link copied to clipboard

The vswitch id of the DBCluster.

Link copied to clipboard

The zone ID of the DBCluster.