state property

String? state
getter/setter pair

State specifies various states of the Rollout.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state.
  • "RUNNING" : The Rollout is running.
  • "PAUSED" : The Rollout is paused.
  • "CANCELLED" : The Rollout is in a failure terminal state.
  • "COMPLETED" : The Rollout is in a terminal state.

Implementation

core.String? state;