Reference documentation and code samples for the Network Security V1 API module Google::Cloud::NetworkSecurity::V1::InterceptEndpointGroup::State.
Endpoint group state.
Constants
STATE_UNSPECIFIED
value: 0
State not set (this is not a valid state).
ACTIVE
value: 1
The endpoint group is ready and in sync with the target deployment group.
CLOSED
value: 2
The deployment group backing this endpoint group has been force-deleted.
This endpoint group cannot be used and interception is effectively
disabled.
CREATING
value: 3
The endpoint group is being created.
DELETING
value: 4
The endpoint group is being deleted.
OUT_OF_SYNC
value: 5
The 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.
DELETE_FAILED
value: 6
An 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.