Reference documentation and code samples for the Google Cloud Network Management V1 Client class ProbingResult.
Overall probing result of the test.
Protobuf type google.cloud.networkmanagement.v1.ProbingDetails.ProbingResult
Namespace
Google \ Cloud \ NetworkManagement \ V1 \ ProbingDetailsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PROBING_RESULT_UNSPECIFIED
Value: 0
No result was specified.
Generated from protobuf enum PROBING_RESULT_UNSPECIFIED = 0;
REACHABLE
Value: 1
At least 95% of packets reached the destination.
Generated from protobuf enum REACHABLE = 1;
UNREACHABLE
Value: 2
No packets reached the destination.
Generated from protobuf enum UNREACHABLE = 2;
REACHABILITY_INCONSISTENT
Value: 3
Less than 95% of packets reached the destination.
Generated from protobuf enum REACHABILITY_INCONSISTENT = 3;
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.
Generated from protobuf enum UNDETERMINED = 4;