gateways property

List<String>? gateways
getter/setter pair

Gateways defines a list of gateways this TcpRoute is attached to, as one of the routing rules to route the requests served by the gateway.

Each gateway reference should match the pattern: projects / * /locations/global/gateways/

Optional.

Implementation

core.List<core.String>? gateways;