status property

String? status
getter/setter pair

Status of the reservation subBlock.

Output only. Possible string values are:

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

Implementation

core.String? status;