activeNatIps property

List<String>? activeNatIps
getter/setter pair

A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].

Output only.

Implementation

core.List<core.String>? activeNatIps;