state property

String? state
getter/setter pair

The overall state of the rollout.

Output only. Possible string values are:

  • "STATE_CANCELLED" : Iteration was explicitly cancelled.
  • "STATE_COMPLETED" : Iteration completed, with all actions being successful.
  • "STATE_FAILED" : Iteration completed, with failures.
  • "STATE_PAUSED" : The rollout is paused.
  • "STATE_PROCESSING" : Iteration is in progress.
  • "STATE_UNKNOWN" : Impossible to determine current state of the iteration.
  • "STATE_UNSPECIFIED" : Default value. This value is unused.

Implementation

core.String? state;