Module: Google::Cloud::NetworkManagement::V1::ProbingDetails::ProbingResult
- Defined in:
- proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb
Overview
Overall probing result of the test.
Constant Summary collapse
- PROBING_RESULT_UNSPECIFIED =
No result was specified.
0
- REACHABLE =
At least 95% of packets reached the destination.
1
- UNREACHABLE =
No packets reached the destination.
2
- REACHABILITY_INCONSISTENT =
Less than 95% of packets reached the destination.
3
- UNDETERMINED =
Reachability could not be determined. Possible reasons are:
- The user lacks permission to access some of the network resources required to run the test.
- No valid source endpoint could be derived from the request.
- An internal error occurred.
4