Class RunRolloutActionParams (0.5.0)

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

Parameters for the RUN action controlling the behavior of the rollout when it is resumed from a PAUSED state.

Attribute

Name Description
retry_failed_operations bool
Required. If true, the rollout will retry failed operations when resumed. This is applicable only the current state of the Rollout is PAUSED and the requested action is RUN.