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

Properties of an Instance.

Package

@google-cloud/bigtable

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

Instance createTime

displayName

displayName?: (string|null);

Instance displayName

labels

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

Instance labels

name

name?: (string|null);

Instance name

satisfiesPzs

satisfiesPzs?: (boolean|null);

Instance satisfiesPzs

state

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

Instance state

type

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

Instance type