Network Management V1 API - Module Google::Cloud::NetworkManagement::V1::ProbingDetails::ProbingResult (v0.13.0)

Reference documentation and code samples for the Network Management V1 API module Google::Cloud::NetworkManagement::V1::ProbingDetails::ProbingResult.

Overall probing result of the test.

Constants

PROBING_RESULT_UNSPECIFIED

value: 0
No result was specified.

REACHABLE

value: 1
At least 95% of packets reached the destination.

UNREACHABLE

value: 2
No packets reached the destination.

REACHABILITY_INCONSISTENT

value: 3
Less than 95% of packets reached the destination.

UNDETERMINED

value: 4

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.