Enum MirroringEndpointGroupAssociation.State (0.94.0)

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

The state of the association.

Protobuf enum google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation.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 = 5;

CLOSED_VALUE

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

CLOSED = 5;

CREATING

The association is being created.

CREATING = 3;

CREATING_VALUE

The association is being created.

CREATING = 3;

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 = 7;

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 = 7;

DELETING

The association is being deleted.

DELETING = 4;

DELETING_VALUE

The association is being deleted.

DELETING = 4;

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 = 6;

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 = 6;

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()