public enum Rollout.Types.StateReference documentation and code samples for the Compute Engine v1 API enum Rollout.Types.State.
Output only. The current state of the Rollout.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
|---|---|
| Name | Description |
CancelFailed |
An attempted cancel operation was unsuccessful. |
Cancelled |
The rollout is in a failure terminal state. |
Cancelling |
The rollout is being cancelled. |
CompleteFailed |
An attempted complete operation was unsuccessful. |
Completed |
The rollout is in a successful terminal state. |
Completing |
The rollout is being marked as completed. |
Failed |
The rollout completed with failures. |
PauseFailed |
An attempted pause operation was unsuccessful. |
Paused |
The rollout is paused. |
Pausing |
The rollout is being paused. |
Processing |
A wave is being processed by the product. |
Ready |
The rollout has been successfully initialized and is ready to start. |
Resuming |
The rollout is being resumed after being paused. |
RollbackWaveFailed |
An attempted rollback operation failed to complete successfully. |
RollingBack |
A wave rollback is in progress for this rollout. |
UndefinedState |
A value indicating that the enum field is not set. |
Uninitialized |
The rollout has been created but is not yet ready to be started. |
Unspecified |
Undefined default state. Should never be exposed to users. |
WaveFailed |
The product failed to process the wave. |