Enum Scheduling.Types.OnHostMaintenance (1.3.0)

public enum 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 availability policies.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Migrate

[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.