Google Cloud Notebooks V1 Client - Class EventType (0.4.1)

Reference documentation and code samples for the Google Cloud Notebooks V1 Client class EventType.

The definition of the event types.

Protobuf type google.cloud.notebooks.v1.Event.EventType

Namespace

Google \ Cloud \ Notebooks \ V1 \ Event

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

EVENT_TYPE_UNSPECIFIED

Value: 0

Event is not specified.

Generated from protobuf enum EVENT_TYPE_UNSPECIFIED = 0;

IDLE

Value: 1

The instance / runtime is idle

Generated from protobuf enum IDLE = 1;

HEARTBEAT

Value: 2

The instance / runtime is available.

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

Generated from protobuf enum HEARTBEAT = 2;

HEALTH

Value: 3

The instance / runtime health is available.

This event indicates that instance / runtime health information.

Generated from protobuf enum HEALTH = 3;

MAINTENANCE

Value: 4

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

Generated from protobuf enum MAINTENANCE = 4;