routingMode property

String? routingMode
getter/setter pair

The routing mode of the Gateway.

This field is configurable only for gateways of type SECURE_WEB_GATEWAY. This field is required for gateways of type SECURE_WEB_GATEWAY.

Optional. Possible string values are:

  • "EXPLICIT_ROUTING_MODE" : The routing mode is explicit; clients are configured to send traffic through the gateway. This is the default routing mode.
  • "NEXT_HOP_ROUTING_MODE" : The routing mode is next-hop. Clients are unaware of the gateway, and a route (advanced route or other route type) can be configured to direct traffic from client to gateway. The gateway then acts as a next-hop to the destination.

Implementation

core.String? routingMode;