Module: Google::Cloud::VmwareEngine::V1::NetworkPolicy::NetworkService::State
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb
Overview
Enum State defines possible states of a network policy controlled service.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unspecified service state. This is the default value.
0
- UNPROVISIONED =
Service is not provisioned.
1
- RECONCILING =
Service is in the process of being provisioned/deprovisioned.
2
- ACTIVE =
Service is active.
3