localTrafficSelector property

List<String>? localTrafficSelector
getter/setter pair

Local traffic selector to use when establishing the VPN tunnel with the peer VPN gateway.

The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges must be disjoint. Only IPv4 is supported.

Implementation

core.List<core.String>? localTrafficSelector;