state property
The state of the reservation slot.
Output only. Possible string values are:
- "ACTIVE" : The reservation slot has allocated all its resources.
- "CREATING" : The resources are being allocated for the reservation slot.
- "DELETING" : The reservation slot is currently being deleted.
- "STATE_UNSPECIFIED"
Implementation
core.String? state;