Google Cloud Network Management V1 Client - Class Cause (1.7.3)

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

Abort cause types:

Protobuf type google.cloud.networkmanagement.v1.AbortInfo.Cause

Namespace

Google \ Cloud \ NetworkManagement \ V1 \ AbortInfo

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CAUSE_UNSPECIFIED

Value: 0

Cause is unspecified.

Generated from protobuf enum CAUSE_UNSPECIFIED = 0;

UNKNOWN_NETWORK

Value: 1

Aborted due to unknown network. Deprecated, not used in the new tests.

Generated from protobuf enum UNKNOWN_NETWORK = 1 [deprecated = true];

UNKNOWN_PROJECT

Value: 3

Aborted because no project information can be derived from the test input. Deprecated, not used in the new tests.

Generated from protobuf enum UNKNOWN_PROJECT = 3 [deprecated = true];

NO_EXTERNAL_IP

Value: 7

Aborted because traffic is sent from a public IP to an instance without an external IP. Deprecated, not used in the new tests.

Generated from protobuf enum NO_EXTERNAL_IP = 7 [deprecated = true];

UNINTENDED_DESTINATION

Value: 8

Aborted because none of the traces matches destination information specified in the input test request. Deprecated, not used in the new tests.

Generated from protobuf enum UNINTENDED_DESTINATION = 8 [deprecated = true];

SOURCE_ENDPOINT_NOT_FOUND

Value: 11

Aborted because the source endpoint could not be found. Deprecated, not used in the new tests.

Generated from protobuf enum SOURCE_ENDPOINT_NOT_FOUND = 11 [deprecated = true];

MISMATCHED_SOURCE_NETWORK

Value: 12

Aborted because the source network does not match the source endpoint.

Deprecated, not used in the new tests.

Generated from protobuf enum MISMATCHED_SOURCE_NETWORK = 12 [deprecated = true];

DESTINATION_ENDPOINT_NOT_FOUND

Value: 13

Aborted because the destination endpoint could not be found. Deprecated, not used in the new tests.

Generated from protobuf enum DESTINATION_ENDPOINT_NOT_FOUND = 13 [deprecated = true];

MISMATCHED_DESTINATION_NETWORK

Value: 14

Aborted because the destination network does not match the destination endpoint. Deprecated, not used in the new tests.

Generated from protobuf enum MISMATCHED_DESTINATION_NETWORK = 14 [deprecated = true];

UNKNOWN_IP

Value: 2

Aborted because no endpoint with the packet's destination IP address is found.

Generated from protobuf enum UNKNOWN_IP = 2;

SOURCE_IP_ADDRESS_NOT_IN_SOURCE_NETWORK

Value: 23

Aborted because the source IP address doesn't belong to any of the subnets of the source VPC network.

Generated from protobuf enum SOURCE_IP_ADDRESS_NOT_IN_SOURCE_NETWORK = 23;

PERMISSION_DENIED

Value: 4

Aborted because user lacks permission to access all or part of the network configurations required to run the test.

Generated from protobuf enum PERMISSION_DENIED = 4;

PERMISSION_DENIED_NO_CLOUD_NAT_CONFIGS

Value: 28

Aborted because user lacks permission to access Cloud NAT configs required to run the test.

Generated from protobuf enum PERMISSION_DENIED_NO_CLOUD_NAT_CONFIGS = 28;

PERMISSION_DENIED_NO_NEG_ENDPOINT_CONFIGS

Value: 29

Aborted because user lacks permission to access Network endpoint group endpoint configs required to run the test.

Generated from protobuf enum PERMISSION_DENIED_NO_NEG_ENDPOINT_CONFIGS = 29;

NO_SOURCE_LOCATION

Value: 5

Aborted because no valid source or destination endpoint is derived from the input test request.

Generated from protobuf enum NO_SOURCE_LOCATION = 5;

INVALID_ARGUMENT

Value: 6

Aborted because the source or destination endpoint specified in the request is invalid. Some examples:

  • The request might contain malformed resource URI, project ID, or IP address.

  • The request might contain inconsistent information (for example, the request might include both the instance and the network, but the instance might not have a NIC in that network).

Generated from protobuf enum INVALID_ARGUMENT = 6;

TRACE_TOO_LONG

Value: 9

Aborted because the number of steps in the trace exceeds a certain limit. It might be caused by a routing loop.

Generated from protobuf enum TRACE_TOO_LONG = 9;

INTERNAL_ERROR

Value: 10

Aborted due to internal server error.

Generated from protobuf enum INTERNAL_ERROR = 10;

UNSUPPORTED

Value: 15

Aborted because the test scenario is not supported.

Generated from protobuf enum UNSUPPORTED = 15;

MISMATCHED_IP_VERSION

Value: 16

Aborted because the source and destination resources have no common IP version.

Generated from protobuf enum MISMATCHED_IP_VERSION = 16;

GKE_KONNECTIVITY_PROXY_UNSUPPORTED

Value: 17

Aborted because the connection between the control plane and the node of the source cluster is initiated by the node and managed by the Konnectivity proxy.

Generated from protobuf enum GKE_KONNECTIVITY_PROXY_UNSUPPORTED = 17;

RESOURCE_CONFIG_NOT_FOUND

Value: 18

Aborted because expected resource configuration was missing.

Generated from protobuf enum RESOURCE_CONFIG_NOT_FOUND = 18;

VM_INSTANCE_CONFIG_NOT_FOUND

Value: 24

Aborted because expected VM instance configuration was missing.

Generated from protobuf enum VM_INSTANCE_CONFIG_NOT_FOUND = 24;

NETWORK_CONFIG_NOT_FOUND

Value: 25

Aborted because expected network configuration was missing.

Generated from protobuf enum NETWORK_CONFIG_NOT_FOUND = 25;

FIREWALL_CONFIG_NOT_FOUND

Value: 26

Aborted because expected firewall configuration was missing.

Generated from protobuf enum FIREWALL_CONFIG_NOT_FOUND = 26;

ROUTE_CONFIG_NOT_FOUND

Value: 27

Aborted because expected route configuration was missing.

Generated from protobuf enum ROUTE_CONFIG_NOT_FOUND = 27;

GOOGLE_MANAGED_SERVICE_AMBIGUOUS_PSC_ENDPOINT

Value: 19

Aborted because a PSC endpoint selection for the Google-managed service is ambiguous (several PSC endpoints satisfy test input).

Generated from protobuf enum GOOGLE_MANAGED_SERVICE_AMBIGUOUS_PSC_ENDPOINT = 19;

SOURCE_PSC_CLOUD_SQL_UNSUPPORTED

Value: 20

Aborted because tests with a PSC-based Cloud SQL instance as a source are not supported.

Generated from protobuf enum SOURCE_PSC_CLOUD_SQL_UNSUPPORTED = 20;

SOURCE_FORWARDING_RULE_UNSUPPORTED

Value: 21

Aborted because tests with a forwarding rule as a source are not supported.

Generated from protobuf enum SOURCE_FORWARDING_RULE_UNSUPPORTED = 21;

NON_ROUTABLE_IP_ADDRESS

Value: 22

Aborted because one of the endpoints is a non-routable IP address (loopback, link-local, etc).

Generated from protobuf enum NON_ROUTABLE_IP_ADDRESS = 22;

UNKNOWN_ISSUE_IN_GOOGLE_MANAGED_PROJECT

Value: 30

Aborted due to an unknown issue in the Google-managed project.

Generated from protobuf enum UNKNOWN_ISSUE_IN_GOOGLE_MANAGED_PROJECT = 30;

UNSUPPORTED_GOOGLE_MANAGED_PROJECT_CONFIG

Value: 31

Aborted due to an unsupported configuration of the Google-managed project.

Generated from protobuf enum UNSUPPORTED_GOOGLE_MANAGED_PROJECT_CONFIG = 31;