Properties of a Runtime.
Package
@google-cloud/notebooksProperties
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