result property
The overall result of active probing. Possible string values are:
- "PROBING_RESULT_UNSPECIFIED" : No result was specified.
- "REACHABLE" : At least 95% of packets reached the destination.
- "UNREACHABLE" : No packets reached the destination.
- "REACHABILITY_INCONSISTENT" : Less than 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.
Implementation
core.String? result;