Enum SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State (1.50.0)

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

[Output Only] Status of the action, which can be one of the following: PROPAGATING, PROPAGATED, ABANDONED, FAILED, or DONE.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ABANDONED

Operation not tracked in this location e.g. zone is marked as DOWN.

ABANDONED = 81797556;

ABANDONED_VALUE

Operation not tracked in this location e.g. zone is marked as DOWN.

ABANDONED = 81797556;

DONE

Operation has completed successfully.

DONE = 2104194;

DONE_VALUE

Operation has completed successfully.

DONE = 2104194;

FAILED

Operation is in an error state.

FAILED = 455706685;

FAILED_VALUE

Operation is in an error state.

FAILED = 455706685;

PROPAGATED

Operation is confirmed to be in the location.

PROPAGATED = 507550299;

PROPAGATED_VALUE

Operation is confirmed to be in the location.

PROPAGATED = 507550299;

PROPAGATING

Operation is not yet confirmed to have been created in the location.

PROPAGATING = 164807046;

PROPAGATING_VALUE

Operation is not yet confirmed to have been created in the location.

PROPAGATING = 164807046;

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
UNSPECIFIED

UNSPECIFIED = 526786327;

UNSPECIFIED_VALUE

UNSPECIFIED = 526786327;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()