Get Db Clusters Cluster
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)
Properties
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 version of the DBCluster.
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
.