SchedulingOnHostMaintenance

enum SchedulingOnHostMaintenance : Enum<SchedulingOnHostMaintenance> , ConvertibleToJava<SchedulingOnHostMaintenance>

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.

Entries

Link copied to clipboard

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

Link copied to clipboard

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.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): SchedulingOnHostMaintenance
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: SchedulingOnHostMaintenance
Link copied to clipboard
Link copied to clipboard