retryFailedOperations property

bool? retryFailedOperations
getter/setter pair

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.

Required.

Implementation

core.bool? retryFailedOperations;