destRange property

String? destRange
getter/setter pair

The destination range of outgoing packets that this route applies to.

Both IPv4 and IPv6 are supported. Must specify an IPv4 range (e.g. 192.0.2.0/24) or an IPv6 range in RFC 4291 format (e.g. 2001:db8::/32). IPv6 range will be displayed using RFC 5952 compressed format.

Implementation

core.String? destRange;