RolloutPlanWaveOrchestrationOptionsDelay(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Options to control the delay, if any, between batches of projects.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
delimiter |
str
Optional. Controls whether the delay should only be added between batches of projects corresponding to different locations, or also between batches of projects corresponding to the same location. Must be set to DELIMITER_UNSPECIFIED if no delay is to be added. Check the Delimiter enum for the list of possible values. This field is a member of oneof_ _delimiter.
|
duration |
str
Optional. The duration of the delay, if any, to be added between batches of projects. A zero duration corresponds to no delay. This field is a member of oneof_ _duration.
|
type_ |
str
Optional. Controls whether the specified duration is to be added at the end of each batch, or if the total processing time for each batch will be padded if needed to meet the specified duration. Must be set to TYPE_UNSPECIFIED if no delay is to be added. Check the Type enum for the list of possible values. This field is a member of oneof_ _type.
|
Classes
Delimiter
Delimiter(value)Optional. Controls whether the delay should only be added between batches of projects corresponding to different locations, or also between batches of projects corresponding to the same location.
Must be set to DELIMITER_UNSPECIFIED if no delay is to be added.
Type
Type(value)Optional. Controls whether the specified duration is to be added at the end of each batch, or if the total processing time for each batch will be padded if needed to meet the specified duration.
Must be set to TYPE_UNSPECIFIED if no delay is to be added.