public enum InterceptEndpointGroupAssociation.Types.StateReference documentation and code samples for the Network Security v1 API enum InterceptEndpointGroupAssociation.Types.State.
The state of the association.
Namespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Fields |
|
|---|---|
| Name | Description |
Active |
The association is ready and in sync with the linked endpoint group. |
Closed |
The association is disabled due to a breaking change in another resource. |
Creating |
The association is being created. |
DeleteFailed |
An attempt to delete the association has failed. This is a terminal state and the association is not expected to be usable as some of its resources have been deleted. The only permitted operation is to retry deleting the association. |
Deleting |
The association is being deleted. |
OutOfSync |
The association is out of sync with the linked endpoint 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. Check the |
Unspecified |
Not set. |