state property
State of the commitment.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Invalid state value.
- "PENDING" : Capacity commitment is pending provisioning. Pending capacity commitment does not contribute to the project's slot_capacity.
- "ACTIVE" : Once slots are provisioned, capacity commitment becomes active. slot_count is added to the project's slot_capacity.
- "FAILED" : Capacity commitment is failed to be activated by the backend.
Implementation
core.String? state;