Enum Rollout.State (1.105.0)

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

Output only. The current state of the Rollout.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
CANCELLED

The rollout is in a failure terminal state.

CANCELLED = 41957681;

CANCELLED_VALUE

The rollout is in a failure terminal state.

CANCELLED = 41957681;

CANCELLING

The rollout is being cancelled.

CANCELLING = 226950512;

CANCELLING_VALUE

The rollout is being cancelled.

CANCELLING = 226950512;

CANCEL_FAILED

An attempted cancel operation was unsuccessful.

CANCEL_FAILED = 389121442;

CANCEL_FAILED_VALUE

An attempted cancel operation was unsuccessful.

CANCEL_FAILED = 389121442;

COMPLETED

The rollout is in a successful terminal state.

COMPLETED = 309921323;

COMPLETED_VALUE

The rollout is in a successful terminal state.

COMPLETED = 309921323;

COMPLETE_FAILED

An attempted complete operation was unsuccessful.

COMPLETE_FAILED = 188367363;

COMPLETE_FAILED_VALUE

An attempted complete operation was unsuccessful.

COMPLETE_FAILED = 188367363;

COMPLETING

The rollout is being marked as completed.

COMPLETING = 480759734;

COMPLETING_VALUE

The rollout is being marked as completed.

COMPLETING = 480759734;

FAILED

The rollout completed with failures.

FAILED = 455706685;

FAILED_VALUE

The rollout completed with failures.

FAILED = 455706685;

PAUSED

The rollout is paused.

PAUSED = 205491502;

PAUSED_VALUE

The rollout is paused.

PAUSED = 205491502;

PAUSE_FAILED

An attempted pause operation was unsuccessful.

PAUSE_FAILED = 7486150;

PAUSE_FAILED_VALUE

An attempted pause operation was unsuccessful.

PAUSE_FAILED = 7486150;

PAUSING

The rollout is being paused.

PAUSING = 464660755;

PAUSING_VALUE

The rollout is being paused.

PAUSING = 464660755;

PROCESSING

A wave is being processed by the product.

PROCESSING = 370416403;

PROCESSING_VALUE

A wave is being processed by the product.

PROCESSING = 370416403;

READY

The rollout has been successfully initialized and is ready to start.

READY = 77848963;

READY_VALUE

The rollout has been successfully initialized and is ready to start.

READY = 77848963;

RESUMING

The rollout is being resumed after being paused.

RESUMING = 446856618;

RESUMING_VALUE

The rollout is being resumed after being paused.

RESUMING = 446856618;

ROLLBACK_WAVE_FAILED

An attempted rollback operation failed to complete successfully.

ROLLBACK_WAVE_FAILED = 326793064;

ROLLBACK_WAVE_FAILED_VALUE

An attempted rollback operation failed to complete successfully.

ROLLBACK_WAVE_FAILED = 326793064;

ROLLING_BACK

A wave rollback is in progress for this rollout.

ROLLING_BACK = 259411649;

ROLLING_BACK_VALUE

A wave rollback is in progress for this rollout.

ROLLING_BACK = 259411649;

STATE_UNSPECIFIED

Undefined default state. Should never be exposed to users.

STATE_UNSPECIFIED = 470755401;

STATE_UNSPECIFIED_VALUE

Undefined default state. Should never be exposed to users.

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;

UNINITIALIZED

The rollout has been created but is not yet ready to be started.

UNINITIALIZED = 327337595;

UNINITIALIZED_VALUE

The rollout has been created but is not yet ready to be started.

UNINITIALIZED = 327337595;

UNRECOGNIZED
WAVE_FAILED

The product failed to process the wave.

WAVE_FAILED = 195452995;

WAVE_FAILED_VALUE

The product failed to process the wave.

WAVE_FAILED = 195452995;

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