state property
The high-level, machine-readable status of this Rollout for the target.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Unspecified state.
- "PENDING" : The Rollout is pending for the target.
- "RUNNING" : The Rollout is running for the target.
- "FAILED" : The Rollout failed for the target.
- "SUCCEEDED" : The Rollout succeeded for the target.
- "PAUSED" : The Rollout is paused for the target.
- "REMOVED" : The target was removed from the Rollout.
- "INELIGIBLE" : The target is ineligible for the Rollout.
- "SKIPPED" : The target is skipped for the Rollout.
Implementation
core.String? state;