- 1.53.0 (latest)
- 1.52.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.1.10
public enum ReachabilityDetails.Result extends Enum<ReachabilityDetails.Result> implements ProtocolMessageEnum
The overall result of the test's configuration analysis.
Protobuf enum google.cloud.networkmanagement.v1beta1.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. This result is also assigned to configuration analysis of return path if on its own it should be REACHABLE, but configuration analysis of forward path is AMBIGUOUS. |
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. This result is also assigned to configuration analysis of return path if on its own it should be REACHABLE, but configuration analysis of forward path is AMBIGUOUS. |
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() |