GetDBClusterLakeVersionsVersion

data class GetDBClusterLakeVersionsVersion(val commodityCode: String, val computeResource: String, val connectionString: String, val createTime: String, val dbClusterId: String, val dbClusterVersion: String, val engine: String, val engineVersion: String, val expireTime: String, val expired: String, val id: String, val lockMode: String, val lockReason: String, val paymentType: String, val port: String, val resourceGroupId: String, val status: String, val storageResource: String, val vpcId: String, val vswitchId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(commodityCode: String, computeResource: String, connectionString: String, createTime: String, dbClusterId: String, dbClusterVersion: String, engine: String, engineVersion: String, expireTime: String, expired: String, id: String, lockMode: String, lockReason: String, paymentType: String, port: String, resourceGroupId: String, status: String, storageResource: String, vpcId: String, vswitchId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the service.

Link copied to clipboard

The specifications of computing resources in elastic mode. The increase of resources can speed up queries.

Link copied to clipboard

The endpoint of the cluster.

Link copied to clipboard

The CreateTime of the ADB cluster.

Link copied to clipboard

The ID of the DBCluster.

Link copied to clipboard

The db cluster version.

Link copied to clipboard

The engine of the database.

Link copied to clipboard

The engine version of the database.

Link copied to clipboard

Indicates whether the cluster has expired.

Link copied to clipboard

The time when the cluster expires.

Link copied to clipboard
val id: String

The ID of the DBCluster.

Link copied to clipboard

The lock mode of the cluster.

Link copied to clipboard

The reason why the cluster is locked.

Link copied to clipboard

The payment type of the resource.

Link copied to clipboard

The port that is used to access the cluster.

Link copied to clipboard

The ID of the resource group.

Link copied to clipboard

The status of the resource. Valid values: Preparing, Creating, Restoring, Running, Deleting, ClassChanging, NetAddressCreating, NetAddressDeleting.

Link copied to clipboard

The specifications of storage resources in elastic mode. The resources are used for data read and write operations.

Link copied to clipboard

The vpc id.

Link copied to clipboard

The vswitch id.

Link copied to clipboard

The zone ID of the resource.