target property

String? target
getter/setter pair

Target type where this packet is forwarded to. Possible string values are:

  • "TARGET_UNSPECIFIED" : Target not specified.
  • "PEERING_VPC" : Forwarded to a VPC peering network.
  • "VPN_GATEWAY" : Forwarded to a Cloud VPN gateway.
  • "INTERCONNECT" : Forwarded to a Cloud Interconnect connection.
  • "GKE_MASTER" : Forwarded to a Google Kubernetes Engine Container cluster master.
  • "IMPORTED_CUSTOM_ROUTE_NEXT_HOP" : Forwarded to the next hop of a custom route imported from a peering VPC.
  • "CLOUD_SQL_INSTANCE" : Forwarded to a Cloud SQL instance.
  • "ANOTHER_PROJECT" : Forwarded to a VPC network in another project.
  • "NCC_HUB" : Forwarded to an NCC Hub.
  • "ROUTER_APPLIANCE" : Forwarded to a router appliance.

Implementation

core.String? target;