GetDbInstancesInstance

data class GetDbInstancesInstance(val cacheSizePostpaid: Int, val cacheSizePrepaid: Int, val clusterCountPostpaid: Int, val clusterCountPrepaid: Int, val cpuPostpaid: Int, val cpuPrepaid: Int, val dbInstanceDescription: String, val dbInstanceId: String, val engine: String, val engineMinorVersion: String, val engineVersion: String, val gmtCreated: String, val gmtExpired: String, val gmtModified: String, val id: String, val lockMode: String, val lockReason: String, val memoryPostpaid: Int, val memoryPrepaid: Int, val paymentType: String, val regionId: String, val status: String, val subDomain: String, val vpcId: String, val vswitchId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(cacheSizePostpaid: Int, cacheSizePrepaid: Int, clusterCountPostpaid: Int, clusterCountPrepaid: Int, cpuPostpaid: Int, cpuPrepaid: Int, dbInstanceDescription: String, dbInstanceId: String, engine: String, engineMinorVersion: String, engineVersion: String, gmtCreated: String, gmtExpired: String, gmtModified: String, id: String, lockMode: String, lockReason: String, memoryPostpaid: Int, memoryPrepaid: Int, paymentType: String, regionId: String, status: String, subDomain: String, vpcId: String, vswitchId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The sum of cache size for every PayAsYouGo clusters in DBInstance.

Link copied to clipboard

The sum of cache size for every Subscription clusters in DBInstance.

Link copied to clipboard

The sum of cluster counts for PayAsYouGo clusters in DBInstance.

Link copied to clipboard

The sum of cluster counts for Subscription clusters in DBInstance.

Link copied to clipboard

The sum of cpu resource amount for every PayAsYouGo clusters in DBInstance.

Link copied to clipboard

The sum of cpu resource amount for every Subscription clusters in DBInstance.

Link copied to clipboard

The DBInstance description.

Link copied to clipboard

The instance ID.

Link copied to clipboard

The Engine of the DBInstance.

Link copied to clipboard

The engine minor version of the DBInstance.

Link copied to clipboard

The engine version of the DBInstance.

Link copied to clipboard

The time when DBInstance is created.

Link copied to clipboard

The time when DBInstance will be expired. Available on Subscription DBInstance.

Link copied to clipboard

The time when DBInstance is modified.

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

The lock mode of the instance. Set the value to lock, which specifies that the instance is locked when it automatically expires or has an overdue payment.

Link copied to clipboard

The reason why the instance is locked.

Link copied to clipboard

The sum of memory resource amount offor every PayAsYouGo clusters in DBInstance.

Link copied to clipboard

The sum of memory resource amount offor every Subscription clusters in DBInstance.

Link copied to clipboard

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

Link copied to clipboard

The ID of region for DBInstance.

Link copied to clipboard

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

Link copied to clipboard

The sub domain of DBInstance.

Link copied to clipboard

The ID of the VPC for DBInstance.

Link copied to clipboard

The ID of vswitch for DBInstance.

Link copied to clipboard

The ID of zone for DBInstance.