Enum InterceptEndpointGroupAssociation.LocationDetails.State (0.94.0)

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

The state of association.

Protobuf enum google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.LocationDetails.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;

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.

OUT_OF_SYNC = 2;

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.

OUT_OF_SYNC = 2;

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