GetDbClustersCluster

data class GetDbClustersCluster(val cacheSize: Int, val cpu: Int, val createTime: String, val dbClusterClass: String, val dbClusterDescription: String, val dbClusterId: String, val dbInstanceId: String, val engine: String, val engineVersion: String, val id: String, val memory: Int, val paramChangeLogs: List<GetDbClustersClusterParamChangeLog>, val params: List<GetDbClustersClusterParam>, val paymentType: String, val regionId: String, val status: String, val vpcId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(cacheSize: Int, cpu: Int, createTime: String, dbClusterClass: String, dbClusterDescription: String, dbClusterId: String, dbInstanceId: String, engine: String, engineVersion: String, id: String, memory: Int, paramChangeLogs: List<GetDbClustersClusterParamChangeLog>, params: List<GetDbClustersClusterParam>, paymentType: String, regionId: String, status: String, vpcId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cache size for DBCluster.

Link copied to clipboard
val cpu: Int

The cpu resource amount of DBCluster. Depends on db_cluster_class.

Link copied to clipboard

The creation time of the resource.

Link copied to clipboard

The DBCluster class. db_cluster_class has a range of class from selectdb.xlarge to selectdb.256xlarge.

Link copied to clipboard

The DBCluster description.

Link copied to clipboard

The cluster ID.

Link copied to clipboard

The instance ID.

Link copied to clipboard

The Engine of the DBCluster.

Link copied to clipboard

The engine version of the DBCluster.

Link copied to clipboard
val id: String
Link copied to clipboard
val memory: Int

The memory resource amount of DBCluster. Depends on db_cluster_class.

Link copied to clipboard

The configuration change logs of parameters.

Link copied to clipboard

The details about each parameter in DBCluster returned.

Link copied to clipboard

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

Link copied to clipboard

The ID of region for the cluster.

Link copied to clipboard

The status of the DBCluster. Valid values: ACTIVATION,CREATING,DELETING,RESTARTING,ORDER_PREPARING.

Link copied to clipboard

The ID of the VPC for the cluster.

Link copied to clipboard

The ID of zone for the cluster.