SchedulingMaintenanceInterval

enum SchedulingMaintenanceInterval : Enum<SchedulingMaintenanceInterval> , ConvertibleToJava<SchedulingMaintenanceInterval>

Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC.

Entries

Link copied to clipboard

VMs are eligible to receive infrastructure and hypervisor updates as they become available. This may result in more maintenance operations (live migrations or terminations) for the VM than the PERIODIC and RECURRENT options.

Link copied to clipboard

VMs receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean a VM will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available.

Link copied to clipboard

VMs receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean a VM will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available. RECURRENT is used for GEN3 and Slice of Hardware VMs.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): SchedulingMaintenanceInterval
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: SchedulingMaintenanceInterval
Link copied to clipboard
Link copied to clipboard