nextHopGateway

val nextHopGateway: Output<String>?

URL to a gateway that should handle matching packets. Currently, you can only specify the internet gateway, using a full or partial valid URL:

  • https://www.googleapis.com/compute/v1/projects/project/global/gateways/default-internet-gateway

  • projects/project/global/gateways/default-internet-gateway

  • global/gateways/default-internet-gateway

  • The string default-internet-gateway.