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.
Generated from protobuf enumZONE_BY_ZONE = 1;
CONCURRENT_ZONES
Value: 2
Patches are applied to VMs in all zones at the same time.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud OsConfig V1 Client - Class Mode (2.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.0 (latest)](/php/docs/reference/cloud-osconfig/latest/V1.PatchRollout.Mode)\n- [2.0.5](/php/docs/reference/cloud-osconfig/2.0.5/V1.PatchRollout.Mode)\n- [1.3.5](/php/docs/reference/cloud-osconfig/1.3.5/V1.PatchRollout.Mode)\n- [1.2.2](/php/docs/reference/cloud-osconfig/1.2.2/V1.PatchRollout.Mode)\n- [1.1.1](/php/docs/reference/cloud-osconfig/1.1.1/V1.PatchRollout.Mode)\n- [1.0.5](/php/docs/reference/cloud-osconfig/1.0.5/V1.PatchRollout.Mode) \nReference documentation and code samples for the Google Cloud OsConfig V1 Client class Mode.\n\nType of the rollout.\n\nProtobuf type `google.cloud.osconfig.v1.PatchRollout.Mode`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ OsConfig \\\\ V1 \\\\ PatchRollout\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### MODE_UNSPECIFIED\n\n Value: 0\n\nMode must be specified.\n\nGenerated from protobuf enum `MODE_UNSPECIFIED = 0;`\n\n### ZONE_BY_ZONE\n\n Value: 1\n\nPatches are applied one zone at a time. The patch job begins in the\nregion with the lowest number of targeted VMs. Within the region,\npatching begins in the zone with the lowest number of targeted VMs. If\nmultiple regions (or zones within a region) have the same number of\ntargeted VMs, a tie-breaker is achieved by sorting the regions or zones\nin alphabetical order.\n\nGenerated from protobuf enum `ZONE_BY_ZONE = 1;`\n\n### CONCURRENT_ZONES\n\n Value: 2\n\nPatches are applied to VMs in all zones at the same time.\n\nGenerated from protobuf enum `CONCURRENT_ZONES = 2;`"]]