RouterNatSubnetworkToNatArgs

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
fun RouterNatSubnetworkToNatArgs(name: Output<String>? = null, secondaryIpRangeNames: Output<List<String>>? = null, sourceIpRangesToNat: Output<List<RouterNatSubnetworkToNatSourceIpRangesToNatItem>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): RouterNatSubnetworkToNatArgs

Properties

Link copied to clipboard
val name: Output<String>? = null

URL for the subnetwork resource that will use NAT.

Link copied to clipboard
val secondaryIpRangeNames: Output<List<String>>? = null

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