sourceIpRangesToNat property

List<String>? sourceIpRangesToNat
getter/setter pair

Specify the options for NAT ranges in the Subnetwork.

All options of a single value are valid except NAT_IP_RANGE_OPTION_UNSPECIFIED. The only valid option with multiple values is: ["PRIMARY_IP_RANGE", "LIST_OF_SECONDARY_IP_RANGES"] Default: [ALL_IP_RANGES]

Implementation

core.List<core.String>? sourceIpRangesToNat;