state property
Current state of the Rollout
.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The
Rollout
has an unspecified state. - "SUCCEEDED" : The
Rollout
has completed successfully. - "FAILED" : The
Rollout
has failed. - "IN_PROGRESS" : The
Rollout
is being deployed. - "PENDING_APPROVAL" : The
Rollout
needs approval. - "APPROVAL_REJECTED" : An approver rejected the
Rollout
. - "PENDING" : The
Rollout
is waiting for an earlier Rollout(s) to complete on thisTarget
. - "PENDING_RELEASE" : The
Rollout
is waiting for theRelease
to be fully rendered. - "CANCELLING" : The
Rollout
is in the process of being cancelled. - "CANCELLED" : The
Rollout
has been cancelled. - "HALTED" : The
Rollout
is halted.
Implementation
core.String? state;