Interface protos.google.bigtable.admin.v2.IInstance (3.6.0)

Properties of an Instance.

Package

@google-cloud/bigtable!

Properties

displayName

displayName?: (string|null);

Instance displayName

Property Value
TypeDescription
(string|null)

labels

labels?: ({ [k: string]: string }|null);

Instance labels

Property Value
TypeDescription
({ [k: string]: string }|null)

name

name?: (string|null);

Instance name

Property Value
TypeDescription
(string|null)

state

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

Instance state

Property Value
TypeDescription
(google.bigtable.admin.v2.Instance.State|keyof typeof google.bigtable.admin.v2.Instance.State|null)

type

type?: (google.bigtable.admin.v2.Instance.Type|keyof typeof google.bigtable.admin.v2.Instance.Type|null);

Instance type

Property Value
TypeDescription
(google.bigtable.admin.v2.Instance.Type|keyof typeof google.bigtable.admin.v2.Instance.Type|null)