Google Cloud Network Management V1 Client - Class ProbingAbortCause (1.4.2)

Reference documentation and code samples for the Google Cloud Network Management V1 Client class ProbingAbortCause.

Abort cause types.

Protobuf type google.cloud.networkmanagement.v1.ProbingDetails.ProbingAbortCause

Namespace

Google \ Cloud \ NetworkManagement \ V1 \ ProbingDetails

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

PROBING_ABORT_CAUSE_UNSPECIFIED

Value: 0

No reason was specified.

Generated from protobuf enum PROBING_ABORT_CAUSE_UNSPECIFIED = 0;

PERMISSION_DENIED

Value: 1

The user lacks permission to access some of the network resources required to run the test.

Generated from protobuf enum PERMISSION_DENIED = 1;

NO_SOURCE_LOCATION

Value: 2

No valid source endpoint could be derived from the request.

Generated from protobuf enum NO_SOURCE_LOCATION = 2;