public enum MirroringEndpointGroupAssociation.State extends Enum<MirroringEndpointGroupAssociation.State> implements ProtocolMessageEnumThe state of the association.
Protobuf enum google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
The association is ready and in sync with the linked endpoint group. |
ACTIVE_VALUE |
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. |
CLOSED_VALUE |
The association is disabled due to a breaking change in another resource. |
CREATING |
The association is being created. |
CREATING_VALUE |
The association is being created. |
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_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. |
DELETING |
The association is being deleted. |
DELETING_VALUE |
The association is being deleted. |
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 |
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 |
STATE_UNSPECIFIED |
Not set. |
STATE_UNSPECIFIED_VALUE |
Not set. |
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() |
|