status property

String? status
getter/setter pair

Status of the reservation block.

Output only. Possible string values are:

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

Implementation

core.String? status;