Module: Google::Cloud::NetworkManagement::V1::DropInfo::Cause

Defined in:
proto_docs/google/cloud/networkmanagement/v1/trace.rb

Overview

Drop cause types:

Constant Summary collapse

CAUSE_UNSPECIFIED =

Cause is unspecified.

0
UNKNOWN_EXTERNAL_ADDRESS =

Destination external address cannot be resolved to a known target. If the address is used in a Google Cloud project, provide the project ID as test input.

1
FOREIGN_IP_DISALLOWED =

A Compute Engine instance can only send or receive a packet with a foreign IP address if ip_forward is enabled.

2
FIREWALL_RULE =

Dropped due to a firewall rule, unless allowed due to connection tracking.

3
NO_ROUTE =

Dropped due to no routes.

4
ROUTE_BLACKHOLE =

Dropped due to invalid route. Route's next hop is a blackhole.

5
ROUTE_WRONG_NETWORK =

Packet is sent to a wrong (unintended) network. Example: you trace a packet from VM1:Network1 to VM2:Network2, however, the route configured in Network1 sends the packet destined for VM2's IP addresss to Network3.

6
PRIVATE_TRAFFIC_TO_INTERNET =

Packet with internal destination address sent to the internet gateway.

7
PRIVATE_GOOGLE_ACCESS_DISALLOWED =

Instance with only an internal IP address tries to access Google API and services, but private Google access is not enabled.

8
NO_EXTERNAL_ADDRESS =

Instance with only an internal IP address tries to access external hosts, but Cloud NAT is not enabled in the subnet, unless special configurations on a VM allow this connection.

9
UNKNOWN_INTERNAL_ADDRESS =

Destination internal address cannot be resolved to a known target. If this is a shared VPC scenario, verify if the service project ID is provided as test input. Otherwise, verify if the IP address is being used in the project.

10
FORWARDING_RULE_MISMATCH =

Forwarding rule's protocol and ports do not match the packet header.

11
FORWARDING_RULE_REGION_MISMATCH =

Packet could be dropped because it was sent from a different region to a regional forwarding without global access.

25
FORWARDING_RULE_NO_INSTANCES =

Forwarding rule does not have backends configured.

12
FIREWALL_BLOCKING_LOAD_BALANCER_BACKEND_HEALTH_CHECK =

Firewalls block the health check probes to the backends and cause the backends to be unavailable for traffic from the load balancer. For more details, see Health check firewall rules.

13
INSTANCE_NOT_RUNNING =

Packet is sent from or to a Compute Engine instance that is not in a running state.

14
GKE_CLUSTER_NOT_RUNNING =

Packet sent from or to a GKE cluster that is not in running state.

27
CLOUD_SQL_INSTANCE_NOT_RUNNING =

Packet sent from or to a Cloud SQL instance that is not in running state.

28
TRAFFIC_TYPE_BLOCKED =

The type of traffic is blocked and the user cannot configure a firewall rule to enable it. See Always blocked traffic for more details.

15
GKE_MASTER_UNAUTHORIZED_ACCESS =

Access to Google Kubernetes Engine cluster master's endpoint is not authorized. See Access to the cluster endpoints for more details.

16
CLOUD_SQL_INSTANCE_UNAUTHORIZED_ACCESS =

Access to the Cloud SQL instance endpoint is not authorized. See Authorizing with authorized networks for more details.

17
DROPPED_INSIDE_GKE_SERVICE =

Packet was dropped inside Google Kubernetes Engine Service.

18
DROPPED_INSIDE_CLOUD_SQL_SERVICE =

Packet was dropped inside Cloud SQL Service.

19
GOOGLE_MANAGED_SERVICE_NO_PEERING =

Packet was dropped because there is no peering between the originating network and the Google Managed Services Network.

20
GOOGLE_MANAGED_SERVICE_NO_PSC_ENDPOINT =

Packet was dropped because the Google-managed service uses Private Service Connect (PSC), but the PSC endpoint is not found in the project.

38
GKE_PSC_ENDPOINT_MISSING =

Packet was dropped because the GKE cluster uses Private Service Connect (PSC), but the PSC endpoint is not found in the project.

36
CLOUD_SQL_INSTANCE_NO_IP_ADDRESS =

Packet was dropped because the Cloud SQL instance has neither a private nor a public IP address.

21
GKE_CONTROL_PLANE_REGION_MISMATCH =

Packet was dropped because a GKE cluster private endpoint is unreachable from a region different from the cluster's region.

30
PUBLIC_GKE_CONTROL_PLANE_TO_PRIVATE_DESTINATION =

Packet sent from a public GKE cluster control plane to a private IP address.

31
GKE_CONTROL_PLANE_NO_ROUTE =

Packet was dropped because there is no route from a GKE cluster control plane to a destination network.

32
CLOUD_SQL_INSTANCE_NOT_CONFIGURED_FOR_EXTERNAL_TRAFFIC =

Packet sent from a Cloud SQL instance to an external IP address is not allowed. The Cloud SQL instance is not configured to send packets to external IP addresses.

33
PUBLIC_CLOUD_SQL_INSTANCE_TO_PRIVATE_DESTINATION =

Packet sent from a Cloud SQL instance with only a public IP address to a private IP address.

34
CLOUD_SQL_INSTANCE_NO_ROUTE =

Packet was dropped because there is no route from a Cloud SQL instance to a destination network.

35
CLOUD_FUNCTION_NOT_ACTIVE =

Packet could be dropped because the Cloud Function is not in an active status.

22
VPC_CONNECTOR_NOT_SET =

Packet could be dropped because no VPC connector is set.

23
VPC_CONNECTOR_NOT_RUNNING =

Packet could be dropped because the VPC connector is not in a running state.

24
PSC_CONNECTION_NOT_ACCEPTED =

The Private Service Connect endpoint is in a project that is not approved to connect to the service.

26
CLOUD_RUN_REVISION_NOT_READY =

Packet sent from a Cloud Run revision that is not ready.

29
DROPPED_INSIDE_PSC_SERVICE_PRODUCER =

Packet was dropped inside Private Service Connect service producer.

37
LOAD_BALANCER_HAS_NO_PROXY_SUBNET =

Packet sent to a load balancer, which requires a proxy-only subnet and the subnet is not found.

39