Module: Google::Cloud::NetworkManagement::V1::ForwardInfo::Target
- Defined in:
- proto_docs/google/cloud/networkmanagement/v1/trace.rb
Overview
Forward target types.
Constant Summary collapse
- TARGET_UNSPECIFIED =
Target not specified.
0- PEERING_VPC =
Forwarded to a VPC peering network.
1- VPN_GATEWAY =
Forwarded to a Cloud VPN gateway.
2- INTERCONNECT =
Forwarded to a Cloud Interconnect connection.
3- GKE_MASTER =
Forwarded to a Google Kubernetes Engine Container cluster master.
4- IMPORTED_CUSTOM_ROUTE_NEXT_HOP =
Forwarded to the next hop of a custom route imported from a peering VPC.
5- CLOUD_SQL_INSTANCE =
Forwarded to a Cloud SQL instance.
6- ANOTHER_PROJECT =
Forwarded to a VPC network in another project.
7- NCC_HUB =
Forwarded to an NCC Hub.
8- ROUTER_APPLIANCE =
Forwarded to a router appliance.
9