Interface protos.google.bigtable.admin.v2.ICluster (3.5.4)

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

Property Value
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

Property Value
Type Description
(google.bigtable.admin.v2.Cluster.IEncryptionConfig|null)

location

location?: (string|null);

Cluster location

Property Value
Type Description
(string|null)

name

name?: (string|null);

Cluster name

Property Value
Type Description
(string|null)

serveNodes

serveNodes?: (number|null);

Cluster serveNodes

Property Value
Type Description
(number|null)

state

state?: (google.bigtable.admin.v2.Cluster.State|keyof typeof google.bigtable.admin.v2.Cluster.State|null);

Cluster state

Property Value
Type Description
(google.bigtable.admin.v2.Cluster.State|keyof typeof google.bigtable.admin.v2.Cluster.State|null)