Network Management v1 API - Enum ProbingDetails.Types.ProbingResult (2.9.0)

public enum ProbingDetails.Types.ProbingResult

Reference documentation and code samples for the Network Management v1 API enum ProbingDetails.Types.ProbingResult.

Overall probing result of the test.

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Fields

NameDescription
ReachabilityInconsistent

Less than 95% of packets reached the destination.

Reachable

At least 95% of packets reached the destination.

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.
Unreachable

No packets reached the destination.

Unspecified

No result was specified.