Reference documentation and code samples for the Compute V1 Client class State.
Output only. [Output Only] The overall state of the rollout.
Protobuf type google.cloud.compute.v1.GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata.State
Namespace
Google \ Cloud \ Compute \ V1 \ GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadataMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATE
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATE = 0;
STATE_CANCELLED
Value: 534636259Iteration was explicitly cancelled.
Generated from protobuf enum STATE_CANCELLED = 534636259;
STATE_COMPLETED
Value: 265728989Iteration completed, with all actions being successful.
Generated from protobuf enum STATE_COMPLETED = 265728989;
STATE_FAILED
Value: 50857931Iteration completed, with failures.
Generated from protobuf enum STATE_FAILED = 50857931;
STATE_PAUSED
Value: 337513660The rollout is paused.
Generated from protobuf enum STATE_PAUSED = 337513660;
STATE_PROCESSING
Value: 74195873Iteration is in progress.
Generated from protobuf enum STATE_PROCESSING = 74195873;
STATE_UNKNOWN
Value: 230861404Impossible to determine current state of the iteration.
Generated from protobuf enum STATE_UNKNOWN = 230861404;
STATE_UNSPECIFIED
Value: 470755401Default value. This value is unused.
Generated from protobuf enum STATE_UNSPECIFIED = 470755401;