Get Cluster Result
data class GetClusterResult(val clusterConfig: ClusterConfigResponse, val defaultStorageType: String, val encryptionConfig: EncryptionConfigResponse, val location: String, val name: String, val serveNodes: Int, val state: String)
Constructors
Link copied to clipboard
constructor(clusterConfig: ClusterConfigResponse, defaultStorageType: String, encryptionConfig: EncryptionConfigResponse, location: String, name: String, serveNodes: Int, state: String)
Properties
Link copied to clipboard
Configuration for this cluster.
Link copied to clipboard
Immutable. The type of storage used by this cluster to serve its parent instance's tables, unless explicitly overridden.
Link copied to clipboard
Immutable. The encryption configuration for CMEK-protected clusters.
Link copied to clipboard
Link copied to clipboard
The number of nodes allocated to this cluster. More nodes enable higher throughput and more consistent performance.