Router Nat Subnetwork To Nat Args
data class RouterNatSubnetworkToNatArgs(val name: Output<String>? = null, val secondaryIpRangeNames: Output<List<String>>? = null, val sourceIpRangesToNat: Output<List<RouterNatSubnetworkToNatSourceIpRangesToNatItem>>? = null) : ConvertibleToJava<RouterNatSubnetworkToNatArgs>
Defines the IP ranges that want to use NAT for a subnetwork.
Constructors
Link copied to clipboard
constructor(name: Output<String>? = null, secondaryIpRangeNames: Output<List<String>>? = null, sourceIpRangesToNat: Output<List<RouterNatSubnetworkToNatSourceIpRangesToNatItem>>? = null)
Properties
Link copied to clipboard
A list of the secondary ranges of the Subnetwork that are allowed to use NAT. This can be populated only if "LIST_OF_SECONDARY_IP_RANGES" is one of the values in source_ip_ranges_to_nat.
Link copied to clipboard
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