drainNatIpPortRanges property

List<String>? drainNatIpPortRanges
getter/setter pair

List of all drain IP:port-range mappings assigned to this interface by this rule.

These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].

Implementation

core.List<core.String>? drainNatIpPortRanges;