public enum ReachabilityDetails.Result extends Enum<ReachabilityDetails.Result> implements ProtocolMessageEnum
The overall result of the test's configuration analysis.
Protobuf enum google.events.cloud.networkmanagement.v1.ReachabilityDetails.Result
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AMBIGUOUS |
The source and destination endpoints do not uniquely identify the test location in the network, and the reachability result contains multiple traces. For some traces, a packet could be delivered, and for others, it would not be. |
AMBIGUOUS_VALUE |
The source and destination endpoints do not uniquely identify the test location in the network, and the reachability result contains multiple traces. For some traces, a packet could be delivered, and for others, it would not be. |
REACHABLE |
Possible scenarios are:
|
REACHABLE_VALUE |
Possible scenarios are:
|
RESULT_UNSPECIFIED |
No result was specified. |
RESULT_UNSPECIFIED_VALUE |
No result was specified. |
UNDETERMINED |
The configuration analysis did not complete. Possible reasons are:
|
UNDETERMINED_VALUE |
The configuration analysis did not complete. Possible reasons are:
|
UNREACHABLE |
A packet originating from the source is expected to be dropped before reaching the destination. |
UNREACHABLE_VALUE |
A packet originating from the source is expected to be dropped before reaching the destination. |
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() |