Enum ProbingDetails.ProbingResult (1.17.0)

public enum ProbingDetails.ProbingResult extends Enum<ProbingDetails.ProbingResult> implements ProtocolMessageEnum

Overall probing result of the test.

Protobuf enum google.cloud.networkmanagement.v1beta1.ProbingDetails.ProbingResult

Implements

ProtocolMessageEnum

Static Fields

NameDescription
PROBING_RESULT_UNSPECIFIED

No result was specified.

PROBING_RESULT_UNSPECIFIED = 0;

PROBING_RESULT_UNSPECIFIED_VALUE

No result was specified.

PROBING_RESULT_UNSPECIFIED = 0;

REACHABILITY_INCONSISTENT

Less than 95% of packets reached the destination.

REACHABILITY_INCONSISTENT = 3;

REACHABILITY_INCONSISTENT_VALUE

Less than 95% of packets reached the destination.

REACHABILITY_INCONSISTENT = 3;

REACHABLE

At least 95% of packets reached the destination.

REACHABLE = 1;

REACHABLE_VALUE

At least 95% of packets reached the destination.

REACHABLE = 1;

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.

UNDETERMINED = 4;

UNDETERMINED_VALUE

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.

UNDETERMINED = 4;

UNREACHABLE

No packets reached the destination.

UNREACHABLE = 2;

UNREACHABLE_VALUE

No packets reached the destination.

UNREACHABLE = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()