Enum FutureReservationStatus.AmendmentStatus (1.92.0)

public enum FutureReservationStatus.AmendmentStatus extends Enum<FutureReservationStatus.AmendmentStatus> implements ProtocolMessageEnum

Output only. [Output Only] The current status of the requested amendment.

Protobuf enum google.cloud.compute.v1.FutureReservationStatus.AmendmentStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
AMENDMENT_APPROVED

The requested amendment to the Future Resevation has been approved and applied by GCP.

AMENDMENT_APPROVED = 150573001;

AMENDMENT_APPROVED_VALUE

The requested amendment to the Future Resevation has been approved and applied by GCP.

AMENDMENT_APPROVED = 150573001;

AMENDMENT_DECLINED

The requested amendment to the Future Reservation has been declined by GCP and the original state was restored.

AMENDMENT_DECLINED = 70395200;

AMENDMENT_DECLINED_VALUE

The requested amendment to the Future Reservation has been declined by GCP and the original state was restored.

AMENDMENT_DECLINED = 70395200;

AMENDMENT_IN_REVIEW

The requested amendment to the Future Reservation is currently being reviewd by GCP.

AMENDMENT_IN_REVIEW = 25830624;

AMENDMENT_IN_REVIEW_VALUE

The requested amendment to the Future Reservation is currently being reviewd by GCP.

AMENDMENT_IN_REVIEW = 25830624;

AMENDMENT_STATUS_UNSPECIFIED

AMENDMENT_STATUS_UNSPECIFIED = 412250332;

AMENDMENT_STATUS_UNSPECIFIED_VALUE

AMENDMENT_STATUS_UNSPECIFIED = 412250332;

UNDEFINED_AMENDMENT_STATUS

A value indicating that the enum field is not set.

UNDEFINED_AMENDMENT_STATUS = 0;

UNDEFINED_AMENDMENT_STATUS_VALUE

A value indicating that the enum field is not set.

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