RouterNatSourceSubnetworkIpRangesToNat

enum RouterNatSourceSubnetworkIpRangesToNat : Enum<RouterNatSourceSubnetworkIpRangesToNat> , ConvertibleToJava<RouterNatSourceSubnetworkIpRangesToNat>

Specify the Nat option, which can take one of the following values: - ALL_SUBNETWORKS_ALL_IP_RANGES: All of the IP ranges in every Subnetwork are allowed to Nat. - ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES: All of the primary IP ranges in every Subnetwork are allowed to Nat. - LIST_OF_SUBNETWORKS: A list of Subnetworks are allowed to Nat (specified in the field subnetwork below) The default is SUBNETWORK_IP_RANGE_TO_NAT_OPTION_UNSPECIFIED. Note that if this field contains ALL_SUBNETWORKS_ALL_IP_RANGES then there should not be any other Router.Nat section in any Router for this network in this region.

Entries

Link copied to clipboard

All the IP ranges in every Subnetwork are allowed to Nat.

Link copied to clipboard

All the primary IP ranges in every Subnetwork are allowed to Nat.

Link copied to clipboard

A list of Subnetworks are allowed to Nat (specified in the field subnetwork below)

Types

Link copied to clipboard
object Companion

Functions

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

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: RouterNatSourceSubnetworkIpRangesToNat
Link copied to clipboard
Link copied to clipboard