public enum MirroringEndpointGroup.State extends Enum<MirroringEndpointGroup.State> implements ProtocolMessageEnumThe current state of the endpoint group.
Protobuf enum google.cloud.networksecurity.v1.MirroringEndpointGroup.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
The endpoint group is ready and in sync with the target deployment group. |
ACTIVE_VALUE |
The endpoint group is ready and in sync with the target deployment group. |
CLOSED |
The deployment group backing this endpoint group has been force-deleted. This endpoint group cannot be used and mirroring is effectively disabled. |
CLOSED_VALUE |
The deployment group backing this endpoint group has been force-deleted. This endpoint group cannot be used and mirroring is effectively disabled. |
CREATING |
The endpoint group is being created. |
CREATING_VALUE |
The endpoint group is being created. |
DELETE_FAILED |
An attempt to delete the endpoint group has failed. This is a terminal state and the endpoint group is not expected to recover. The only permitted operation is to retry deleting the endpoint group. |
DELETE_FAILED_VALUE |
An attempt to delete the endpoint group has failed. This is a terminal state and the endpoint group is not expected to recover. The only permitted operation is to retry deleting the endpoint group. |
DELETING |
The endpoint group is being deleted. |
DELETING_VALUE |
The endpoint group is being deleted. |
OUT_OF_SYNC |
The endpoint group is out of sync with the backing deployment 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. See the associations field for details per network and location. |
OUT_OF_SYNC_VALUE |
The endpoint group is out of sync with the backing deployment 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. See the associations field for details per network and location. |
STATE_UNSPECIFIED |
State not set (this is not a valid state). |
STATE_UNSPECIFIED_VALUE |
State not set (this is not a valid state). |
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() |
|