amendmentStatus property

String? amendmentStatus
getter/setter pair

The current status of the requested amendment.

Output only. Possible string values are:

  • "AMENDMENT_APPROVED" : The requested amendment to the Future Resevation has been approved and applied by GCP.
  • "AMENDMENT_DECLINED" : The requested amendment to the Future Reservation has been declined by GCP and the original state was restored.
  • "AMENDMENT_IN_REVIEW" : The requested amendment to the Future Reservation is currently being reviewd by GCP.
  • "AMENDMENT_STATUS_UNSPECIFIED"

Implementation

core.String? amendmentStatus;