Reference documentation and code samples for the Google Cloud Network Security V1 Client class State.
Endpoint group state.
Protobuf type google.cloud.networksecurity.v1.InterceptEndpointGroup.State
Namespace
Google \ Cloud \ NetworkSecurity \ V1 \ InterceptEndpointGroupMethods
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 endpoint group is ready and in sync with the target deployment group.
Generated from protobuf enum ACTIVE = 1;
CLOSED
Value: 2The deployment group backing this endpoint group has been force-deleted.
This endpoint group cannot be used and interception is effectively disabled.
Generated from protobuf enum CLOSED = 2;
CREATING
Value: 3The endpoint group is being created.
Generated from protobuf enum CREATING = 3;
DELETING
Value: 4The endpoint group is being deleted.
Generated from protobuf enum DELETING = 4;
OUT_OF_SYNC
Value: 5The endpoint group is out of sync with the backing deployment group.
In most cases, this is a result of a transient issue within the system (e.g. an inaccessible location) and the system is expected to recover automatically. See the associations field for details per network and location.
Generated from protobuf enum OUT_OF_SYNC = 5;
DELETE_FAILED
Value: 6An attempt to delete the endpoint group has failed. This is a terminal state and the endpoint group is not expected to recover.
The only permitted operation is to retry deleting the endpoint group.
Generated from protobuf enum DELETE_FAILED = 6;