Instance Cluster
data class InstanceCluster(val autoscalingConfig: InstanceClusterAutoscalingConfig? = null, val clusterId: String, val kmsKeyName: String? = null, val numNodes: Int? = null, val storageType: String? = null, val zone: String? = null)
Constructors
Link copied to clipboard
fun InstanceCluster(autoscalingConfig: InstanceClusterAutoscalingConfig? = null, clusterId: String, kmsKeyName: String? = null, numNodes: Int? = null, storageType: String? = null, zone: String? = null)
Types
Properties
Link copied to clipboard
Autoscaling config for the cluster, contains the following arguments:
Link copied to clipboard
Describes the Cloud KMS encryption key that will be used to protect the destination Bigtable cluster. The requirements for this key are: 1) The Cloud Bigtable service account associated with the project that contains this cluster must be granted the cloudkms.cryptoKeyEncrypterDecrypter
role on the CMEK key. 2) Only regional keys can be used and the region of the CMEK key must match the region of the cluster.
Link copied to clipboard
Link copied to clipboard
The zone to create the Cloud Bigtable cluster in. If it not specified, the provider zone is used. Each cluster must have a different zone in the same region. Zones that support Bigtable instances are noted on the Cloud Bigtable locations page.