Properties of a Cluster.
Package
@google-cloud/bigtableProperties
clusterConfig
clusterConfig?: (google.bigtable.admin.v2.Cluster.IClusterConfig|null);Cluster clusterConfig
defaultStorageType
defaultStorageType?: (google.bigtable.admin.v2.StorageType|keyof typeof google.bigtable.admin.v2.StorageType|null);Cluster defaultStorageType
encryptionConfig
encryptionConfig?: (google.bigtable.admin.v2.Cluster.IEncryptionConfig|null);Cluster encryptionConfig
location
location?: (string|null);Cluster location
name
name?: (string|null);Cluster name
nodeScalingFactor
nodeScalingFactor?: (google.bigtable.admin.v2.Cluster.NodeScalingFactor|keyof typeof google.bigtable.admin.v2.Cluster.NodeScalingFactor|null);Cluster nodeScalingFactor
serveNodes
serveNodes?: (number|null);Cluster serveNodes
state
state?: (google.bigtable.admin.v2.Cluster.State|keyof typeof google.bigtable.admin.v2.Cluster.State|null);Cluster state