status property

String? status
getter/setter pair

The status of the reservation.

Output only. Possible string values are:

  • "CREATING" : Resources are being allocated for the reservation.
  • "DELETING" : Reservation is currently being deleted.
  • "INVALID"
  • "READY" : Reservation has allocated all its resources.
  • "UPDATING" : Reservation is currently being resized.

Implementation

core.String? status;