Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::Scheduling::OnHostMaintenance.
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 host maintenance policy.
Constants
UNDEFINED_ON_HOST_MAINTENANCE
value: 0 A value indicating that the enum field is not set.
MIGRATE
value: 165699979 [Default] Allows Compute Engine to automatically migrate instances out of the way of maintenance events.
TERMINATE
value: 527617601 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-15 UTC."],[],[]]