Reference documentation and code samples for the Compute Engine v1 API enum Scheduling.Types.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.
[Default] Allows Compute Engine to automatically migrate instances out of the way of maintenance events.
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.
UndefinedOnHostMaintenance
A value indicating that the enum field is not set.
[[["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 2025-03-24 UTC."],[[["The latest version of the `Google.Cloud.Compute.V1.Scheduling.Types.OnHostMaintenance` is 3.6.0, and the page includes documentation for numerous previous versions, from 3.5.0 down to 1.0.0."],["The `OnHostMaintenance` enum within the Compute Engine v1 API defines how virtual machine instances respond to host maintenance events."],["The `OnHostMaintenance` enum supports two primary behaviors: `Migrate`, which allows Compute Engine to move instances during maintenance, and `Terminate`, which ends the instance and can optionally restart it."],["The `UndefinedOnHostMaintenance` is a field used to show that the enum value has not been set."]]],[]]