Class RolloutPlanWaveOrchestrationOptions (0.11.0)

RolloutPlanWaveOrchestrationOptions(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Options to control the pace of orchestration of a wave. These options are required only if the resource being rolled out follows the Orchestrated pattern.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
delays MutableSequence[google.cloud.compute_v1beta.types.RolloutPlanWaveOrchestrationOptionsDelay]
Optional. Delays, if any, to be added between batches of projects. We allow multiple Delays to be specified, letting users set separate delays between batches of projects corresponding to different locations and batches of projects corresponding to the same location.
max_concurrent_locations int
Optional. Maximum number of locations to be orchestrated in parallel. This field is a member of oneof_ _max_concurrent_locations.
max_concurrent_resources_per_location int
Optional. Maximum number of resources to be orchestrated per location in parallel. This field is a member of oneof_ _max_concurrent_resources_per_location.