Module: Google::Cloud::NetworkSecurity::V1::InterceptDeploymentGroup::State
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/intercept.rb
Overview
The current state of the deployment group.
Constant Summary collapse
- STATE_UNSPECIFIED =
State not set (this is not a valid state).
0- ACTIVE =
The deployment group is ready.
1- CREATING =
The deployment group is being created.
2- DELETING =
The deployment group is being deleted.
3