Enum AbortInfo.Types.Cause (2.2.0)

public enum 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.

InternalError

Aborted due to internal server error.

InvalidArgument

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.

MismatchedDestinationNetwork

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

MismatchedSourceNetwork

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

NoExternalIp

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

NoSourceLocation

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

PermissionDenied

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

SourceEndpointNotFound

Aborted because the source endpoint could not be found.

TraceTooLong

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

UnintendedDestination

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

UnknownIp

Aborted because the IP address(es) are unknown.

UnknownNetwork

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.

UnknownProject

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

Unspecified

Cause is unspecified.

Unsupported

Aborted because the test scenario is not supported.