Module: Google::Cloud::Notebooks::V2::Event::EventType

Defined in:
proto_docs/google/cloud/notebooks/v2/event.rb

Overview

The definition of the event types.

Constant Summary collapse

EVENT_TYPE_UNSPECIFIED =

Event is not specified.

0
IDLE =

The instance / runtime is idle

1
HEARTBEAT =

The instance / runtime is available. This event indicates that instance / runtime underlying compute is operational.

2
HEALTH =

The instance / runtime health is available. This event indicates that instance / runtime health information.

3
MAINTENANCE =

The instance / runtime is available. This event allows instance / runtime to send Host maintenance information to Control Plane. https://cloud.google.com/compute/docs/gpus/gpu-host-maintenance

4
METADATA_CHANGE =

The instance / runtime is available. This event indicates that the instance had metadata that needs to be modified.

5