GetClusterResult

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
fun GetClusterResult(clusterConfig: ClusterConfigResponse, defaultStorageType: String, encryptionConfig: EncryptionConfigResponse, location: String, name: String, serveNodes: Int, state: String)

Types

Link copied to clipboard
object Companion

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

Immutable. The location where this cluster's nodes and storage reside. For best performance, clients should be located as close as possible to this cluster. Currently only zones are supported, so values should be of the form projects/{project}/locations/{zone}.

Link copied to clipboard

The unique name of the cluster. Values are of the form projects/{project}/instances/{instance}/clusters/a-z*.

Link copied to clipboard

The number of nodes allocated to this cluster. More nodes enable higher throughput and more consistent performance.

Link copied to clipboard

The current state of the cluster.