Enum InterceptEndpointGroupAssociation.State (0.94.0)

public enum InterceptEndpointGroupAssociation.State extends Enum<InterceptEndpointGroupAssociation.State> implements ProtocolMessageEnum

The state of the association.

Protobuf enum google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The association is ready and in sync with the linked endpoint group.

ACTIVE = 1;

ACTIVE_VALUE

The association is ready and in sync with the linked endpoint group.

ACTIVE = 1;

CLOSED

The association is disabled due to a breaking change in another resource.

CLOSED = 4;

CLOSED_VALUE

The association is disabled due to a breaking change in another resource.

CLOSED = 4;

CREATING

The association is being created.

CREATING = 2;

CREATING_VALUE

The association is being created.

CREATING = 2;

DELETE_FAILED

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.

DELETE_FAILED = 6;

DELETE_FAILED_VALUE

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.

DELETE_FAILED = 6;

DELETING

The association is being deleted.

DELETING = 3;

DELETING_VALUE

The association is being deleted.

DELETING = 3;

OUT_OF_SYNC

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.

OUT_OF_SYNC = 5;

OUT_OF_SYNC_VALUE

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.

OUT_OF_SYNC = 5;

STATE_UNSPECIFIED

Not set.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Not set.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()