Enum PatchJobs.PatchRollout.Mode (2.4.0)

public enum PatchJobs.PatchRollout.Mode extends Enum<PatchJobs.PatchRollout.Mode> implements ProtocolMessageEnum

Type of the rollout.

Protobuf enum google.cloud.osconfig.v1.PatchRollout.Mode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONCURRENT_ZONES

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

CONCURRENT_ZONES = 2;

CONCURRENT_ZONES_VALUE

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

CONCURRENT_ZONES = 2;

MODE_UNSPECIFIED

Mode must be specified.

MODE_UNSPECIFIED = 0;

MODE_UNSPECIFIED_VALUE

Mode must be specified.

MODE_UNSPECIFIED = 0;

UNRECOGNIZED
ZONE_BY_ZONE

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.

ZONE_BY_ZONE = 1;

ZONE_BY_ZONE_VALUE

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.

ZONE_BY_ZONE = 1;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()