Network Management v1 API - Enum AbortInfo.Types.Cause (2.9.0)

public enum AbortInfo.Types.Cause

Reference documentation and code samples for the Network Management v1 API enum AbortInfo.Types.Cause.

Abort cause types:

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Fields

NameDescription
DestinationEndpointNotFound

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

FirewallConfigNotFound

Aborted because expected firewall configuration was missing.

GkeKonnectivityProxyUnsupported

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.

GoogleManagedServiceAmbiguousPscEndpoint

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

InternalError

Aborted due to internal server error.

InvalidArgument

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

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

MismatchedIpVersion

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

MismatchedSourceNetwork

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

NetworkConfigNotFound

Aborted because expected network configuration was missing.

NoExternalIp

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

NoSourceLocation

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

NonRoutableIpAddress

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

PermissionDenied

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

PermissionDeniedNoCloudNatConfigs

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

PermissionDeniedNoNegEndpointConfigs

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

ResourceConfigNotFound

Aborted because expected resource configuration was missing.

RouteConfigNotFound

Aborted because expected route configuration was missing.

SourceEndpointNotFound

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

SourceForwardingRuleUnsupported

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

SourceIpAddressNotInSourceNetwork

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

SourcePscCloudSqlUnsupported

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

TraceTooLong

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

UnintendedDestination

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

UnknownIp

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

UnknownIssueInGoogleManagedProject

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

UnknownNetwork

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

UnknownProject

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

Unspecified

Cause is unspecified.

Unsupported

Aborted because the test scenario is not supported.

UnsupportedGoogleManagedProjectConfig

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

VmInstanceConfigNotFound

Aborted because expected VM instance configuration was missing.