state property
The state of the SemanticGovernancePolicyEngine.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Default value. This value is unused.
- "PROVISIONING" : A provisioning operation is in progress. The engine will transition to ACTIVE on success or FAILED on failure.
- "ACTIVE" : The engine and all of its gateway configurations are provisioned and ready to serve traffic.
- "DEPROVISIONING" : A deprovisioning operation is in progress. The engine will transition to INACTIVE on success or FAILED on failure.
- "INACTIVE" : The engine has no provisioned infrastructure: either never provisioned, or successfully deprovisioned.
- "FAILED" : The most recent provisioning or deprovisioning operation failed. The engine may have partial infrastructure that needs explicit deprovision; the engine may be either re-provisioned or deprovisioned to recover.
Implementation
core.String? state;