type property
Event type. Possible string values are:
- "EVENT_TYPE_UNSPECIFIED" : Event is not specified.
- "IDLE" : The instance / runtime is idle
- "HEARTBEAT" : The instance / runtime is available. This event indicates that instance / runtime underlying compute is operational.
- "HEALTH" : The instance / runtime health is available. This event indicates that instance / runtime health information.
- "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
Implementation
core.String? type;