Interface protos.google.cloud.notebooks.v1.IRuntime (2.1.4)

Properties of a Runtime.

Package

@google-cloud/notebooks

Properties

accessConfig

accessConfig?: (google.cloud.notebooks.v1.IRuntimeAccessConfig|null);

Runtime accessConfig

createTime

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

Runtime createTime

healthState

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

Runtime healthState

metrics

metrics?: (google.cloud.notebooks.v1.IRuntimeMetrics|null);

Runtime metrics

name

name?: (string|null);

Runtime name

softwareConfig

softwareConfig?: (google.cloud.notebooks.v1.IRuntimeSoftwareConfig|null);

Runtime softwareConfig

state

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

Runtime state

updateTime

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

Runtime updateTime

virtualMachine

virtualMachine?: (google.cloud.notebooks.v1.IVirtualMachine|null);

Runtime virtualMachine