autoAllocatedNatIps property

List<String>? autoAllocatedNatIps
getter/setter pair

A list of IPs auto-allocated for NAT.

Example: ["1.1.1.1", "129.2.16.89"]

Implementation

core.List<core.String>? autoAllocatedNatIps;