public enum InterceptEndpointGroup.Types.StateReference documentation and code samples for the Network Security v1 API enum InterceptEndpointGroup.Types.State.
Endpoint group state.
Namespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Fields |
|
|---|---|
| Name | Description |
Active |
The endpoint group is ready and in sync with the target deployment group. |
Closed |
The deployment group backing this endpoint group has been force-deleted. This endpoint group cannot be used and interception is effectively disabled. |
Creating |
The endpoint group is being created. |
DeleteFailed |
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. |
Deleting |
The endpoint group is being deleted. |
OutOfSync |
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. |
Unspecified |
State not set (this is not a valid state). |