GetClustersCluster

data class GetClustersCluster(val chargeType: String, val connectionString: String, val createTime: String, val dbNodeClass: String, val dbNodeNumber: Int, val dbNodes: List<GetClustersClusterDbNode>, val dbType: String, val dbVersion: String, val deleteLock: Int, val description: String, val engine: String, val expireTime: String, val expired: String, val id: String, val lockMode: String, val networkType: String, val port: String, val regionId: String, val status: String, val storageUsed: Int, val vpcId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(chargeType: String, connectionString: String, createTime: String, dbNodeClass: String, dbNodeNumber: Int, dbNodes: List<GetClustersClusterDbNode>, dbType: String, dbVersion: String, deleteLock: Int, description: String, engine: String, expireTime: String, expired: String, id: String, lockMode: String, networkType: String, port: String, regionId: String, status: String, storageUsed: Int, vpcId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Billing method. Value options: PostPaid for Pay-As-You-Go and PrePaid for subscription.

Link copied to clipboard

PolarDB cluster connection string.

Link copied to clipboard

The create_time of the db_nodes.

Link copied to clipboard

The db_node_class of the db_nodes.

Link copied to clipboard

The DBNodeNumber of the PolarDB cluster.

Link copied to clipboard

The DBNodes of the PolarDB cluster.

Link copied to clipboard

Database type. Options are MySQL, Oracle and PostgreSQL. If no value is specified, all types are returned.

Link copied to clipboard

The DBVersion of the PolarDB cluster.

Link copied to clipboard

The DeleteLock of the PolarDB cluster.

Link copied to clipboard

The description of the PolarDB cluster.

Link copied to clipboard

The database engine of the cluster, example: POLARDB.

Link copied to clipboard

The expired of the PolarDB cluster.

Link copied to clipboard

Expiration time. Pay-As-You-Go clusters never expire.

Link copied to clipboard
val id: String

The ID of the PolarDB cluster.

Link copied to clipboard

The LockMode of the PolarDB cluster.

Link copied to clipboard

The DBClusterNetworkType of the PolarDB cluster.

Link copied to clipboard

PolarDB cluster connection port.

Link copied to clipboard

The region_id of the db_nodes.

Link copied to clipboard

status of the cluster.

Link copied to clipboard

The StorageUsed of the PolarDB cluster.

Link copied to clipboard

ID of the VPC the cluster belongs to.

Link copied to clipboard

The zone_id of the db_nodes.