Enum AbortInfo.Cause (1.9.0)

public enum AbortInfo.Cause extends Enum<AbortInfo.Cause> implements ProtocolMessageEnum

Abort cause types:

Protobuf enum google.cloud.networkmanagement.v1beta1.AbortInfo.Cause

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CAUSE_UNSPECIFIED

Cause is unspecified.

CAUSE_UNSPECIFIED = 0;

CAUSE_UNSPECIFIED_VALUE

Cause is unspecified.

CAUSE_UNSPECIFIED = 0;

DESTINATION_ENDPOINT_NOT_FOUND

Aborted because the destination endpoint could not be found.

DESTINATION_ENDPOINT_NOT_FOUND = 13;

DESTINATION_ENDPOINT_NOT_FOUND_VALUE

Aborted because the destination endpoint could not be found.

DESTINATION_ENDPOINT_NOT_FOUND = 13;

INTERNAL_ERROR

Aborted due to internal server error.

INTERNAL_ERROR = 10;

INTERNAL_ERROR_VALUE

Aborted due to internal server error.

INTERNAL_ERROR = 10;

INVALID_ARGUMENT

Aborted because the source and/or destination endpoint specified in the test are invalid. The possible reasons that an endpoint is invalid include: malformed IP address; nonexistent instance or network URI; IP address not in the range of specified network URI; and instance not owning the network interface in the specified network.

INVALID_ARGUMENT = 6;

INVALID_ARGUMENT_VALUE

Aborted because the source and/or destination endpoint specified in the test are invalid. The possible reasons that an endpoint is invalid include: malformed IP address; nonexistent instance or network URI; IP address not in the range of specified network URI; and instance not owning the network interface in the specified network.

INVALID_ARGUMENT = 6;

MISMATCHED_DESTINATION_NETWORK

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

MISMATCHED_DESTINATION_NETWORK = 14;

MISMATCHED_DESTINATION_NETWORK_VALUE

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

MISMATCHED_DESTINATION_NETWORK = 14;

MISMATCHED_SOURCE_NETWORK

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

MISMATCHED_SOURCE_NETWORK = 12;

MISMATCHED_SOURCE_NETWORK_VALUE

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

MISMATCHED_SOURCE_NETWORK = 12;

NO_EXTERNAL_IP

Aborted because traffic is sent from a public IP to an instance without an external IP.

NO_EXTERNAL_IP = 7;

NO_EXTERNAL_IP_VALUE

Aborted because traffic is sent from a public IP to an instance without an external IP.

NO_EXTERNAL_IP = 7;

NO_SOURCE_LOCATION

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

NO_SOURCE_LOCATION = 5;

NO_SOURCE_LOCATION_VALUE

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

NO_SOURCE_LOCATION = 5;

PERMISSION_DENIED

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

PERMISSION_DENIED = 4;

PERMISSION_DENIED_VALUE

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

PERMISSION_DENIED = 4;

SOURCE_ENDPOINT_NOT_FOUND

Aborted because the source endpoint could not be found.

SOURCE_ENDPOINT_NOT_FOUND = 11;

SOURCE_ENDPOINT_NOT_FOUND_VALUE

Aborted because the source endpoint could not be found.

SOURCE_ENDPOINT_NOT_FOUND = 11;

TRACE_TOO_LONG

Aborted because the number of steps in the trace exceeding a certain limit which may be caused by routing loop.

TRACE_TOO_LONG = 9;

TRACE_TOO_LONG_VALUE

Aborted because the number of steps in the trace exceeding a certain limit which may be caused by routing loop.

TRACE_TOO_LONG = 9;

UNINTENDED_DESTINATION

Aborted because none of the traces matches destination information specified in the input test request.

UNINTENDED_DESTINATION = 8;

UNINTENDED_DESTINATION_VALUE

Aborted because none of the traces matches destination information specified in the input test request.

UNINTENDED_DESTINATION = 8;

UNKNOWN_IP

Aborted because the IP address(es) are unknown.

UNKNOWN_IP = 2;

UNKNOWN_IP_VALUE

Aborted because the IP address(es) are unknown.

UNKNOWN_IP = 2;

UNKNOWN_NETWORK

Aborted due to unknown network. The reachability analysis cannot proceed because the user does not have access to the host project's network configurations, including firewall rules and routes. This happens when the project is a service project and the endpoints being traced are in the host project's network.

UNKNOWN_NETWORK = 1;

UNKNOWN_NETWORK_VALUE

Aborted due to unknown network. The reachability analysis cannot proceed because the user does not have access to the host project's network configurations, including firewall rules and routes. This happens when the project is a service project and the endpoints being traced are in the host project's network.

UNKNOWN_NETWORK = 1;

UNKNOWN_PROJECT

Aborted because no project information can be derived from the test input.

UNKNOWN_PROJECT = 3;

UNKNOWN_PROJECT_VALUE

Aborted because no project information can be derived from the test input.

UNKNOWN_PROJECT = 3;

UNRECOGNIZED
UNSUPPORTED

Aborted because the test scenario is not supported.

UNSUPPORTED = 15;

UNSUPPORTED_VALUE

Aborted because the test scenario is not supported.

UNSUPPORTED = 15;

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()