activeNatIps property

List<String>? activeNatIps
getter/setter pair

A list of active IPs for NAT.

Example: ["1.1.1.1", "179.12.26.133"].

Implementation

core.List<core.String>? activeNatIps;