public enum GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata.State extends Enum<GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata.State> implements ProtocolMessageEnumOutput only. [Output Only] The overall state of the rollout.
Protobuf enum
google.cloud.compute.v1.GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
STATE_CANCELLED |
Iteration was explicitly cancelled. |
STATE_CANCELLED_VALUE |
Iteration was explicitly cancelled. |
STATE_COMPLETED |
Iteration completed, with all actions being successful. |
STATE_COMPLETED_VALUE |
Iteration completed, with all actions being successful. |
STATE_FAILED |
Iteration completed, with failures. |
STATE_FAILED_VALUE |
Iteration completed, with failures. |
STATE_PAUSED |
The rollout is paused. |
STATE_PAUSED_VALUE |
The rollout is paused. |
STATE_PROCESSING |
Iteration is in progress. |
STATE_PROCESSING_VALUE |
Iteration is in progress. |
STATE_UNKNOWN |
Impossible to determine current state of the iteration. |
STATE_UNKNOWN_VALUE |
Impossible to determine current state of the iteration. |
STATE_UNSPECIFIED |
Default value. This value is unused. |
STATE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
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. |
UNRECOGNIZED |
|
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() |
|