public enum Rollout.State extends Enum<Rollout.State> implements ProtocolMessageEnumOutput only. The current state of the Rollout.
Protobuf enum google.cloud.compute.v1.Rollout.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CANCELLED |
The rollout is in a failure terminal state. |
CANCELLED_VALUE |
The rollout is in a failure terminal state. |
CANCELLING |
The rollout is being cancelled. |
CANCELLING_VALUE |
The rollout is being cancelled. |
CANCEL_FAILED |
An attempted cancel operation was unsuccessful. |
CANCEL_FAILED_VALUE |
An attempted cancel operation was unsuccessful. |
COMPLETED |
The rollout is in a successful terminal state. |
COMPLETED_VALUE |
The rollout is in a successful terminal state. |
COMPLETE_FAILED |
An attempted complete operation was unsuccessful. |
COMPLETE_FAILED_VALUE |
An attempted complete operation was unsuccessful. |
COMPLETING |
The rollout is being marked as completed. |
COMPLETING_VALUE |
The rollout is being marked as completed. |
FAILED |
The rollout completed with failures. |
FAILED_VALUE |
The rollout completed with failures. |
PAUSED |
The rollout is paused. |
PAUSED_VALUE |
The rollout is paused. |
PAUSE_FAILED |
An attempted pause operation was unsuccessful. |
PAUSE_FAILED_VALUE |
An attempted pause operation was unsuccessful. |
PAUSING |
The rollout is being paused. |
PAUSING_VALUE |
The rollout is being paused. |
PROCESSING |
A wave is being processed by the product. |
PROCESSING_VALUE |
A wave is being processed by the product. |
READY |
The rollout has been successfully initialized and is ready to start. |
READY_VALUE |
The rollout has been successfully initialized and is ready to start. |
RESUMING |
The rollout is being resumed after being paused. |
RESUMING_VALUE |
The rollout is being resumed after being paused. |
ROLLBACK_WAVE_FAILED |
An attempted rollback operation failed to complete successfully. |
ROLLBACK_WAVE_FAILED_VALUE |
An attempted rollback operation failed to complete successfully. |
ROLLING_BACK |
A wave rollback is in progress for this rollout. |
ROLLING_BACK_VALUE |
A wave rollback is in progress for this rollout. |
STATE_UNSPECIFIED |
Undefined default state. Should never be exposed to users. |
STATE_UNSPECIFIED_VALUE |
Undefined default state. Should never be exposed to users. |
UNDEFINED_STATE |
A value indicating that the enum field is not set. |
UNDEFINED_STATE_VALUE |
A value indicating that the enum field is not set. |
UNINITIALIZED |
The rollout has been created but is not yet ready to be started. |
UNINITIALIZED_VALUE |
The rollout has been created but is not yet ready to be started. |
UNRECOGNIZED |
|
WAVE_FAILED |
The product failed to process the wave. |
WAVE_FAILED_VALUE |
The product failed to process the wave. |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|