GetDataCentersCenter

data class GetDataCentersCenter(val clusterId: String, val commodityInstance: String, val createdTime: String, val dataCenterId: String, val dataCenterName: String, val diskSize: Int, val diskType: String, val expireTime: String, val instanceType: String, val lockMode: String, val nodeCount: Int, val payType: String, val status: String, val vpcId: String, val vswitchId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(clusterId: String, commodityInstance: String, createdTime: String, dataCenterId: String, dataCenterName: String, diskSize: Int, diskType: String, expireTime: String, instanceType: String, lockMode: String, nodeCount: Int, payType: String, status: String, vpcId: String, vswitchId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cluster id of dataCenters belongs to.

Link copied to clipboard

The commodity ID of the Cassandra dataCenter.

Link copied to clipboard
Link copied to clipboard

The id of the Cassandra dataCenter.

Link copied to clipboard

The name of the Cassandra dataCenter.

Link copied to clipboard

One node disk size, unit:GB.

Link copied to clipboard

Cloud_ssd or cloud_efficiency.

Link copied to clipboard

The expire time of the dataCenter.

Link copied to clipboard

The instance type of the Cassandra dataCenter, eg: cassandra.c.large.

Link copied to clipboard

The lock mode of the dataCenter.

Link copied to clipboard

The node count of dataCenter.

Link copied to clipboard

Billing method. Value options are Subscription for Pay-As-You-Go and PayAsYouGo for yearly or monthly subscription.

Link copied to clipboard

Status of the dataCenter.

Link copied to clipboard

VPC ID the dataCenter belongs to.

Link copied to clipboard

VSwitch ID the dataCenter belongs to.

Link copied to clipboard

Zone ID the dataCenter belongs to.