Network Security v1 API - Enum InterceptEndpointGroupAssociation.Types.State (1.0.0-beta01)

public enum InterceptEndpointGroupAssociation.Types.State

Reference documentation and code samples for the Network Security v1 API enum InterceptEndpointGroupAssociation.Types.State.

The state of the association.

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

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 locations_details field for more details.

Unspecified

Not set.