Enum GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata.State (1.105.0)

public enum GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata.State extends Enum<GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata.State> implements ProtocolMessageEnum

Output only. [Output Only] The overall state of the rollout.

Protobuf enum google.cloud.compute.v1.GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
STATE_CANCELLED

Iteration was explicitly cancelled.

STATE_CANCELLED = 534636259;

STATE_CANCELLED_VALUE

Iteration was explicitly cancelled.

STATE_CANCELLED = 534636259;

STATE_COMPLETED

Iteration completed, with all actions being successful.

STATE_COMPLETED = 265728989;

STATE_COMPLETED_VALUE

Iteration completed, with all actions being successful.

STATE_COMPLETED = 265728989;

STATE_FAILED

Iteration completed, with failures.

STATE_FAILED = 50857931;

STATE_FAILED_VALUE

Iteration completed, with failures.

STATE_FAILED = 50857931;

STATE_PAUSED

The rollout is paused.

STATE_PAUSED = 337513660;

STATE_PAUSED_VALUE

The rollout is paused.

STATE_PAUSED = 337513660;

STATE_PROCESSING

Iteration is in progress.

STATE_PROCESSING = 74195873;

STATE_PROCESSING_VALUE

Iteration is in progress.

STATE_PROCESSING = 74195873;

STATE_UNKNOWN

Impossible to determine current state of the iteration.

STATE_UNKNOWN = 230861404;

STATE_UNKNOWN_VALUE

Impossible to determine current state of the iteration.

STATE_UNKNOWN = 230861404;

STATE_UNSPECIFIED

Default value. This value is unused.

STATE_UNSPECIFIED = 470755401;

STATE_UNSPECIFIED_VALUE

Default value. This value is unused.

STATE_UNSPECIFIED = 470755401;

UNDEFINED_STATE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNDEFINED_STATE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

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()