PatchRolloutMode

Mode of the patch rollout.

Entries

Link copied to clipboard

Mode must be specified.

Link copied to clipboard

Patches are applied one zone at a time. The patch job begins in the region with the lowest number of targeted VMs. Within the region, patching begins in the zone with the lowest number of targeted VMs. If multiple regions (or zones within a region) have the same number of targeted VMs, a tie-breaker is achieved by sorting the regions or zones in alphabetical order.

Link copied to clipboard

Patches are applied to VMs in all zones at the same time.

Types

Link copied to clipboard
object Companion

Functions

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