NatGatewayAccessMode

data class NatGatewayAccessMode(val modeValue: String? = null, val tunnelType: String? = null)

Constructors

Link copied to clipboard
constructor(modeValue: String? = null, tunnelType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val modeValue: String? = null

The mode of Access. Valid values:

Link copied to clipboard
val tunnelType: String? = null

The type of Tunnel. Valid values: geneve. NOTE: tunnel_type takes effect only if mode_value is set to tunnel.