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

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