rolloutState property

String? rolloutState
getter/setter pair

State of the rollout Possible string values are:

  • "ROLLOUT_STATE_UNSPECIFIED" : Invalid value
  • "IN_PROGRESS" : The rollout is in progress.
  • "CANCELLING" : The rollout is being cancelled.
  • "CANCELLED" : The rollout is cancelled.
  • "SUCCEEDED" : The rollout has completed successfully.

Implementation

core.String? rolloutState;