RouterNatSubnetworkToNatResponse

data class RouterNatSubnetworkToNatResponse(val name: String, val secondaryIpRangeNames: List<String>, val sourceIpRangesToNat: List<String>)

Defines the IP ranges that want to use NAT for a subnetwork.

Constructors

Link copied to clipboard
fun RouterNatSubnetworkToNatResponse(name: String, secondaryIpRangeNames: List<String>, sourceIpRangesToNat: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

URL for the subnetwork resource that will use NAT.

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