Reference documentation and code samples for the Google Cloud Network Security V1 Client class State.
The current state of the deployment group.
Protobuf type google.cloud.networksecurity.v1.InterceptDeploymentGroup.State
Namespace
Google \ Cloud \ NetworkSecurity \ V1 \ InterceptDeploymentGroupMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0State not set (this is not a valid state).
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1The deployment group is ready.
Generated from protobuf enum ACTIVE = 1;
CREATING
Value: 2The deployment group is being created.
Generated from protobuf enum CREATING = 2;
DELETING
Value: 3The deployment group is being deleted.
Generated from protobuf enum DELETING = 3;