Interface protos.google.cloud.notebooks.v2.IInstance (4.0.1)

Properties of an Instance.

Package

@google-cloud/notebooks

Properties

createTime

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

Instance createTime

creator

creator?: (string|null);

Instance creator

disableProxyAccess

disableProxyAccess?: (boolean|null);

Instance disableProxyAccess

gceSetup

gceSetup?: (google.cloud.notebooks.v2.IGceSetup|null);

Instance gceSetup

healthInfo

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

Instance healthInfo

healthState

healthState?: (google.cloud.notebooks.v2.HealthState|keyof typeof google.cloud.notebooks.v2.HealthState|null);

Instance healthState

id

id?: (string|null);

Instance id

instanceOwners

instanceOwners?: (string[]|null);

Instance instanceOwners

labels

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

Instance labels

name

name?: (string|null);

Instance name

proxyUri

proxyUri?: (string|null);

Instance proxyUri

state

state?: (google.cloud.notebooks.v2.State|keyof typeof google.cloud.notebooks.v2.State|null);

Instance state

updateTime

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

Instance updateTime

upgradeHistory

upgradeHistory?: (google.cloud.notebooks.v2.IUpgradeHistoryEntry[]|null);

Instance upgradeHistory