type property

String? type
getter/setter pair

Event type.

Optional. 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
  • "METADATA_CHANGE" : The instance / runtime is available. This event indicates that the instance had metadata that needs to be modified.

Implementation

core.String? type;