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-31 UTC."],[[["The latest version of the `Google.Cloud.Compute.V1` API is 3.6.0, with version 3.4.0 being the current context."],["The documentation covers various versions of the API, ranging from 1.0.0 up to 3.6.0, providing access to reference materials for each."],["The `Scheduling.Types.OnHostMaintenance` enum defines how an instance behaves during maintenance events."],["The enum has three possible values: `Migrate`, which allows automatic migration, `Terminate`, which terminates and optionally restarts the instance, and `UndefinedOnHostMaintenance`, which indicates the enum field is not set."],["Default maintenance behavior for standard instances is `Migrate`, while for preemptible instances, the only option available is `Terminate`."]]],[]]