Module: Google::Cloud::Compute::V1::Scheduling::OnHostMaintenance

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Set VM availability policies.

Constant Summary collapse

UNDEFINED_ON_HOST_MAINTENANCE =

A value indicating that the enum field is not set.

0
MIGRATE =

[Default] Allows Compute Engine to automatically migrate instances out of the way of maintenance events.

165699979
TERMINATE =

Tells Compute Engine to terminate and (optionally) restart the instance away from the maintenance activity. If you would like your instance to be restarted, set the automaticRestart flag to true. Your instance may be restarted more than once, and it may be restarted outside the window of maintenance events.

527617601