Reference documentation and code samples for the Compute V1 Client class AmendmentStatus.
[Output Only] The current status of the requested amendment.
Protobuf type google.cloud.compute.v1.FutureReservationStatus.AmendmentStatus
Namespace
Google \ Cloud \ Compute \ V1 \ FutureReservationStatusMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_AMENDMENT_STATUS
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_AMENDMENT_STATUS = 0;
AMENDMENT_APPROVED
Value: 150573001The requested amendment to the Future Resevation has been approved and applied by GCP.
Generated from protobuf enum AMENDMENT_APPROVED = 150573001;
AMENDMENT_DECLINED
Value: 70395200The requested amendment to the Future Reservation has been declined by GCP and the original state was restored.
Generated from protobuf enum AMENDMENT_DECLINED = 70395200;
AMENDMENT_IN_REVIEW
Value: 25830624The requested amendment to the Future Reservation is currently being reviewd by GCP.
Generated from protobuf enum AMENDMENT_IN_REVIEW = 25830624;
AMENDMENT_STATUS_UNSPECIFIED
Value: 412250332Generated from protobuf enum AMENDMENT_STATUS_UNSPECIFIED = 412250332;