Interface protos.google.spanner.admin.instance.v1.IInstance

Properties of an Instance.

Package

@google-cloud/spanner!

Properties

config

config?: (string|null);

Instance config

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

Instance displayName

Property Value
TypeDescription
(string|null)

endpointUris

endpointUris?: (string[]|null);

Instance endpointUris

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)

nodeCount

nodeCount?: (number|null);

Instance nodeCount

Property Value
TypeDescription
(number|null)

processingUnits

processingUnits?: (number|null);

Instance processingUnits

Property Value
TypeDescription
(number|null)

state

state?: (google.spanner.admin.instance.v1.Instance.State|keyof typeof google.spanner.admin.instance.v1.Instance.State|null);

Instance state

Property Value
TypeDescription
(google.spanner.admin.instance.v1.Instance.State|keyof typeof google.spanner.admin.instance.v1.Instance.State|null)