Network Management v1 API - Enum RouteInfo.Types.NextHopType (2.9.0)

public enum RouteInfo.Types.NextHopType

Reference documentation and code samples for the Network Management v1 API enum RouteInfo.Types.NextHopType.

Type of next hop:

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Fields

NameDescription
NextHopBlackhole

Next hop is blackhole; that is, the next hop either does not exist or is not running.

NextHopIlb

Next hop is the forwarding rule of an Internal Load Balancer.

NextHopInstance

Next hop is a Compute Engine instance.

NextHopInterconnect

Next hop is an interconnect.

NextHopInternetGateway

Next hop is an internet gateway.

NextHopIp

Next hop is an IP address.

NextHopNccHub

Next hop is an NCC hub.

NextHopNetwork

Next hop is a VPC network gateway.

NextHopPeering

Next hop is a peering VPC.

NextHopRouterAppliance

Next hop is a router appliance instance.

NextHopVpnGateway

Next hop is a VPN gateway. This scenario only happens when tracing connectivity from an on-premises network to Google Cloud through a VPN. The analysis simulates a packet departing from the on-premises network through a VPN tunnel and arriving at a Cloud VPN gateway.

NextHopVpnTunnel

Next hop is a VPN tunnel.

Unspecified

Unspecified type. Default value.