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