userAllocatedNatIps property

List<String>? userAllocatedNatIps
getter/setter pair

A list of IPs user-allocated for NAT. They will be raw IP strings like "179.12.26.133".

Output only.

Implementation

core.List<core.String>? userAllocatedNatIps;