Enum InstanceGroupManagerResizeRequest.State (1.54.0)

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

[Output only] Current state of the request.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACCEPTED

The request was created successfully and was accepted for provisioning when the capacity becomes available.

ACCEPTED = 246714279;

ACCEPTED_VALUE

The request was created successfully and was accepted for provisioning when the capacity becomes available.

ACCEPTED = 246714279;

CANCELLED

The request is cancelled.

CANCELLED = 41957681;

CANCELLED_VALUE

The request is cancelled.

CANCELLED = 41957681;

CREATING

Resize request is being created and may still fail creation.

CREATING = 455564985;

CREATING_VALUE

Resize request is being created and may still fail creation.

CREATING = 455564985;

FAILED

The request failed before or during provisioning. If the request fails during provisioning, any VMs that were created during provisioning are rolled back and removed from the MIG.

FAILED = 455706685;

FAILED_VALUE

The request failed before or during provisioning. If the request fails during provisioning, any VMs that were created during provisioning are rolled back and removed from the MIG.

FAILED = 455706685;

STATE_UNSPECIFIED

Default value. This value should never be returned.

STATE_UNSPECIFIED = 470755401;

STATE_UNSPECIFIED_VALUE

Default value. This value should never be returned.

STATE_UNSPECIFIED = 470755401;

SUCCEEDED

The request succeeded.

SUCCEEDED = 511103553;

SUCCEEDED_VALUE

The request succeeded.

SUCCEEDED = 511103553;

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