GetClustersCluster

data class GetClustersCluster(val clusterId: String, val clusterName: String, val createdTime: String, val dataCenterCount: Int, val expireTime: String, val id: String, val lockMode: String, val majorVersion: String, val minorVersion: String, val payType: String, val status: String, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(clusterId: String, clusterName: String, createdTime: String, dataCenterCount: Int, expireTime: String, id: String, lockMode: String, majorVersion: String, minorVersion: String, payType: String, status: String, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Cassandra cluster.

Link copied to clipboard

The name of the Cassandra cluster.

Link copied to clipboard
Link copied to clipboard

The count of data centers

Link copied to clipboard

The expire time of the cluster.

Link copied to clipboard
val id: String

The ID of the Cassandra cluster.

Link copied to clipboard

The lock mode of the cluster.

Link copied to clipboard

The major version of the cluster.

Link copied to clipboard

The minor version of the cluster.

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 cluster.

Link copied to clipboard
val tags: Map<String, String>? = null

A mapping of tags to assign to the resource.