control property

RolloutControl? control
getter/setter pair

Requested change to the execution of this rollout.

Default RolloutControl.action is ROLLOUT_ACTION_RUN meaning the rollout will be executed to completion while progressing through all natural Rollout States (such as RUNNING -> SUCCEEDED or RUNNING -> FAILED). Requests can only be made when the Rollout is in a non-terminal state.

Optional.

Implementation

RolloutControl? control;