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 \ ProbingDetailsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;