Compute V1 Client - Class State (2.10.0)

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 \ GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_STATE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_STATE = 0;

STATE_CANCELLED

Value: 534636259

Iteration was explicitly cancelled.

Generated from protobuf enum STATE_CANCELLED = 534636259;

STATE_COMPLETED

Value: 265728989

Iteration completed, with all actions being successful.

Generated from protobuf enum STATE_COMPLETED = 265728989;

STATE_FAILED

Value: 50857931

Iteration completed, with failures.

Generated from protobuf enum STATE_FAILED = 50857931;

STATE_PAUSED

Value: 337513660

The rollout is paused.

Generated from protobuf enum STATE_PAUSED = 337513660;

STATE_PROCESSING

Value: 74195873

Iteration is in progress.

Generated from protobuf enum STATE_PROCESSING = 74195873;

STATE_UNKNOWN

Value: 230861404

Impossible to determine current state of the iteration.

Generated from protobuf enum STATE_UNKNOWN = 230861404;

STATE_UNSPECIFIED

Value: 470755401

Default value. This value is unused.

Generated from protobuf enum STATE_UNSPECIFIED = 470755401;