NatAddressArgs

data class NatAddressArgs(val instanceId: Output<String>? = null, val name: Output<String>? = null, val organizationId: Output<String>? = null) : ConvertibleToJava<NatAddressArgs>

Creates a NAT address. The address is created in the RESERVED state and a static external IP address will be provisioned. At this time, the instance will not use this IP address for Internet egress traffic. The address can be activated for use once any required firewall IP whitelisting has been completed. Note: Not supported for Apigee hybrid.

Constructors

Link copied to clipboard
fun NatAddressArgs(instanceId: Output<String>? = null, name: Output<String>? = null, organizationId: Output<String>? = null)

Functions

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

Properties

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

Resource ID of the NAT address.

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