Cluster Args
data class ClusterArgs(val clusterConfig: Output<ClusterConfigArgs>? = null, val clusterId: Output<String>? = null, val defaultStorageType: Output<ClusterDefaultStorageType>? = null, val encryptionConfig: Output<EncryptionConfigArgs>? = null, val instanceId: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val serveNodes: Output<Int>? = null) : ConvertibleToJava<ClusterArgs>
Creates a cluster within an instance. Note that exactly one of Cluster.serve_nodes and Cluster.cluster_config.cluster_autoscaling_config can be set. If serve_nodes is set to non-zero, then the cluster is manually scaled. If cluster_config.cluster_autoscaling_config is non-empty, then autoscaling is enabled.
Constructors
Link copied to clipboard
constructor(clusterConfig: Output<ClusterConfigArgs>? = null, clusterId: Output<String>? = null, defaultStorageType: Output<ClusterDefaultStorageType>? = null, encryptionConfig: Output<EncryptionConfigArgs>? = null, instanceId: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, serveNodes: Output<Int>? = null)
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
Link copied to clipboard
The number of nodes allocated to this cluster. More nodes enable higher throughput and more consistent performance.