Properties of an Instance.
Package
@google-cloud/spanner!Properties
config
config?: (string|null);Instance config
| Type | Description |
|---|---|
| (string|null) |
displayName
displayName?: (string|null);Instance displayName
| Type | Description |
|---|---|
| (string|null) |
endpointUris
endpointUris?: (string[]|null);Instance endpointUris
| Type | Description |
|---|---|
| (string[]|null) |
labels
labels?: ({ [k: string]: string }|null);Instance labels
| Type | Description |
|---|---|
| ({ [k: string]: string }|null) |
name
name?: (string|null);Instance name
| Type | Description |
|---|---|
| (string|null) |
nodeCount
nodeCount?: (number|null);Instance nodeCount
| Type | Description |
|---|---|
| (number|null) |
processingUnits
processingUnits?: (number|null);Instance processingUnits
| Type | Description |
|---|---|
| (number|null) |
state
state?: (google.spanner.admin.instance.v1.Instance.State|keyof typeof google.spanner.admin.instance.v1.Instance.State|null);Instance state
| Type | Description |
|---|---|
| (google.spanner.admin.instance.v1.Instance.State|keyof typeof google.spanner.admin.instance.v1.Instance.State|null) |