remoteTrafficSelector property

List<String>? remoteTrafficSelector
getter/setter pair

Remote traffic selectors 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 should be disjoint. Only IPv4 is supported.

Implementation

core.List<core.String>? remoteTrafficSelector;