RouterNatNatIpAllocateOption

enum RouterNatNatIpAllocateOption : Enum<RouterNatNatIpAllocateOption> , ConvertibleToJava<RouterNatNatIpAllocateOption>

Specify the NatIpAllocateOption, which can take one of the following values: - MANUAL_ONLY: Uses only Nat IP addresses provided by customers. When there are not enough specified Nat IPs, the Nat service fails for new VMs. - AUTO_ONLY: Nat IPs are allocated by Google Cloud Platform; customers can't specify any Nat IPs. When choosing AUTO_ONLY, then nat_ip should be empty.

Entries

Link copied to clipboard

Nat IPs are allocated by GCP; customers can not specify any Nat IPs.

Link copied to clipboard

Only use Nat IPs provided by customers. When specified Nat IPs are not enough then the Nat service fails for new VMs.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): RouterNatNatIpAllocateOption
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: RouterNatNatIpAllocateOption
Link copied to clipboard
Link copied to clipboard