Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata::State.
Output only. [Output Only] The overall state of the rollout.
Constants
UNDEFINED_STATE
value: 0
A value indicating that the enum field is not set.
STATE_CANCELLED
value: 534_636_259
Iteration was explicitly cancelled.
STATE_COMPLETED
value: 265_728_989
Iteration completed, with all actions being successful.
STATE_FAILED
value: 50_857_931
Iteration completed, with failures.
STATE_PAUSED
value: 337_513_660
The rollout is paused.
STATE_PROCESSING
value: 74_195_873
Iteration is in progress.
STATE_UNKNOWN
value: 230_861_404
Impossible to determine current state of the iteration.
STATE_UNSPECIFIED
value: 470_755_401
Default value. This value is unused.