Enum AbortInfo.Cause (1.42.0)

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

Abort cause types:

Protobuf enum google.cloud.networkmanagement.v1.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. Deprecated, not used in the new tests.

DESTINATION_ENDPOINT_NOT_FOUND = 13 [deprecated = true];

DESTINATION_ENDPOINT_NOT_FOUND_VALUE

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

DESTINATION_ENDPOINT_NOT_FOUND = 13 [deprecated = true];

FIREWALL_CONFIG_NOT_FOUND

Aborted because expected firewall configuration was missing.

FIREWALL_CONFIG_NOT_FOUND = 26;

FIREWALL_CONFIG_NOT_FOUND_VALUE

Aborted because expected firewall configuration was missing.

FIREWALL_CONFIG_NOT_FOUND = 26;

GKE_KONNECTIVITY_PROXY_UNSUPPORTED

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.

GKE_KONNECTIVITY_PROXY_UNSUPPORTED = 17;

GKE_KONNECTIVITY_PROXY_UNSUPPORTED_VALUE

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.

GKE_KONNECTIVITY_PROXY_UNSUPPORTED = 17;

GOOGLE_MANAGED_SERVICE_AMBIGUOUS_PSC_ENDPOINT

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

GOOGLE_MANAGED_SERVICE_AMBIGUOUS_PSC_ENDPOINT = 19;

GOOGLE_MANAGED_SERVICE_AMBIGUOUS_PSC_ENDPOINT_VALUE

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

GOOGLE_MANAGED_SERVICE_AMBIGUOUS_PSC_ENDPOINT = 19;

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

INVALID_ARGUMENT = 6;

INVALID_ARGUMENT_VALUE

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

INVALID_ARGUMENT = 6;

MISMATCHED_DESTINATION_NETWORK

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

MISMATCHED_DESTINATION_NETWORK = 14 [deprecated = true];

MISMATCHED_DESTINATION_NETWORK_VALUE

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

MISMATCHED_DESTINATION_NETWORK = 14 [deprecated = true];

MISMATCHED_IP_VERSION

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

MISMATCHED_IP_VERSION = 16;

MISMATCHED_IP_VERSION_VALUE

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

MISMATCHED_IP_VERSION = 16;

MISMATCHED_SOURCE_NETWORK

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

MISMATCHED_SOURCE_NETWORK = 12 [deprecated = true];

MISMATCHED_SOURCE_NETWORK_VALUE

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

MISMATCHED_SOURCE_NETWORK = 12 [deprecated = true];

NETWORK_CONFIG_NOT_FOUND

Aborted because expected network configuration was missing.

NETWORK_CONFIG_NOT_FOUND = 25;

NETWORK_CONFIG_NOT_FOUND_VALUE

Aborted because expected network configuration was missing.

NETWORK_CONFIG_NOT_FOUND = 25;

NON_ROUTABLE_IP_ADDRESS

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

NON_ROUTABLE_IP_ADDRESS = 22;

NON_ROUTABLE_IP_ADDRESS_VALUE

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

NON_ROUTABLE_IP_ADDRESS = 22;

NO_EXTERNAL_IP

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

NO_EXTERNAL_IP = 7 [deprecated = true];

NO_EXTERNAL_IP_VALUE

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

NO_EXTERNAL_IP = 7 [deprecated = true];

NO_SOURCE_LOCATION

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

NO_SOURCE_LOCATION = 5;

NO_SOURCE_LOCATION_VALUE

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

NO_SOURCE_LOCATION = 5;

PERMISSION_DENIED

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

PERMISSION_DENIED = 4;

PERMISSION_DENIED_NO_CLOUD_NAT_CONFIGS

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

PERMISSION_DENIED_NO_CLOUD_NAT_CONFIGS = 28;

PERMISSION_DENIED_NO_CLOUD_NAT_CONFIGS_VALUE

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

PERMISSION_DENIED_NO_CLOUD_NAT_CONFIGS = 28;

PERMISSION_DENIED_NO_NEG_ENDPOINT_CONFIGS

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

PERMISSION_DENIED_NO_NEG_ENDPOINT_CONFIGS = 29;

PERMISSION_DENIED_NO_NEG_ENDPOINT_CONFIGS_VALUE

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

PERMISSION_DENIED_NO_NEG_ENDPOINT_CONFIGS = 29;

PERMISSION_DENIED_VALUE

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

PERMISSION_DENIED = 4;

RESOURCE_CONFIG_NOT_FOUND

Aborted because expected resource configuration was missing.

RESOURCE_CONFIG_NOT_FOUND = 18;

RESOURCE_CONFIG_NOT_FOUND_VALUE

Aborted because expected resource configuration was missing.

RESOURCE_CONFIG_NOT_FOUND = 18;

ROUTE_CONFIG_NOT_FOUND

Aborted because expected route configuration was missing.

ROUTE_CONFIG_NOT_FOUND = 27;

ROUTE_CONFIG_NOT_FOUND_VALUE

Aborted because expected route configuration was missing.

ROUTE_CONFIG_NOT_FOUND = 27;

SOURCE_ENDPOINT_NOT_FOUND

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

SOURCE_ENDPOINT_NOT_FOUND = 11 [deprecated = true];

SOURCE_ENDPOINT_NOT_FOUND_VALUE

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

SOURCE_ENDPOINT_NOT_FOUND = 11 [deprecated = true];

SOURCE_FORWARDING_RULE_UNSUPPORTED

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

SOURCE_FORWARDING_RULE_UNSUPPORTED = 21;

SOURCE_FORWARDING_RULE_UNSUPPORTED_VALUE

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

SOURCE_FORWARDING_RULE_UNSUPPORTED = 21;

SOURCE_IP_ADDRESS_NOT_IN_SOURCE_NETWORK

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

SOURCE_IP_ADDRESS_NOT_IN_SOURCE_NETWORK = 23;

SOURCE_IP_ADDRESS_NOT_IN_SOURCE_NETWORK_VALUE

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

SOURCE_IP_ADDRESS_NOT_IN_SOURCE_NETWORK = 23;

SOURCE_PSC_CLOUD_SQL_UNSUPPORTED

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

SOURCE_PSC_CLOUD_SQL_UNSUPPORTED = 20;

SOURCE_PSC_CLOUD_SQL_UNSUPPORTED_VALUE

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

SOURCE_PSC_CLOUD_SQL_UNSUPPORTED = 20;

TRACE_TOO_LONG

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

TRACE_TOO_LONG = 9;

TRACE_TOO_LONG_VALUE

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

TRACE_TOO_LONG = 9;

UNINTENDED_DESTINATION

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

UNINTENDED_DESTINATION = 8 [deprecated = true];

UNINTENDED_DESTINATION_VALUE

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

UNINTENDED_DESTINATION = 8 [deprecated = true];

UNKNOWN_IP

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

UNKNOWN_IP = 2;

UNKNOWN_IP_VALUE

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

UNKNOWN_IP = 2;

UNKNOWN_ISSUE_IN_GOOGLE_MANAGED_PROJECT

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

UNKNOWN_ISSUE_IN_GOOGLE_MANAGED_PROJECT = 30;

UNKNOWN_ISSUE_IN_GOOGLE_MANAGED_PROJECT_VALUE

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

UNKNOWN_ISSUE_IN_GOOGLE_MANAGED_PROJECT = 30;

UNKNOWN_NETWORK

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

UNKNOWN_NETWORK = 1 [deprecated = true];

UNKNOWN_NETWORK_VALUE

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

UNKNOWN_NETWORK = 1 [deprecated = true];

UNKNOWN_PROJECT

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

UNKNOWN_PROJECT = 3 [deprecated = true];

UNKNOWN_PROJECT_VALUE

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

UNKNOWN_PROJECT = 3 [deprecated = true];

UNRECOGNIZED
UNSUPPORTED

Aborted because the test scenario is not supported.

UNSUPPORTED = 15;

UNSUPPORTED_GOOGLE_MANAGED_PROJECT_CONFIG

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

UNSUPPORTED_GOOGLE_MANAGED_PROJECT_CONFIG = 31;

UNSUPPORTED_GOOGLE_MANAGED_PROJECT_CONFIG_VALUE

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

UNSUPPORTED_GOOGLE_MANAGED_PROJECT_CONFIG = 31;

UNSUPPORTED_VALUE

Aborted because the test scenario is not supported.

UNSUPPORTED = 15;

VM_INSTANCE_CONFIG_NOT_FOUND

Aborted because expected VM instance configuration was missing.

VM_INSTANCE_CONFIG_NOT_FOUND = 24;

VM_INSTANCE_CONFIG_NOT_FOUND_VALUE

Aborted because expected VM instance configuration was missing.

VM_INSTANCE_CONFIG_NOT_FOUND = 24;

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