Reference documentation and code samples for the Network Security V1 API module Google::Cloud::NetworkSecurity::V1::InterceptEndpointGroupAssociation::State.
The state of the association.
Constants
STATE_UNSPECIFIED
value: 0
Not set.
ACTIVE
value: 1
The association is ready and in sync with the linked endpoint group.
CREATING
value: 2
The association is being created.
DELETING
value: 3
The association is being deleted.
CLOSED
value: 4
The association is disabled due to a breaking change in another resource.
OUT_OF_SYNC
value: 5
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 locations_details field for more details.
DELETE_FAILED
value: 6
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.