Gateway Vpn Attachment Tunnel Options Specification Args
data class GatewayVpnAttachmentTunnelOptionsSpecificationArgs(val customerGatewayId: Output<String>, val enableDpd: Output<Boolean>? = null, val enableNatTraversal: Output<Boolean>? = null, val internetIp: Output<String>? = null, val role: Output<String>? = null, val state: Output<String>? = null, val status: Output<String>? = null, val tunnelBgpConfig: Output<GatewayVpnAttachmentTunnelOptionsSpecificationTunnelBgpConfigArgs>? = null, val tunnelId: Output<String>? = null, val tunnelIkeConfig: Output<GatewayVpnAttachmentTunnelOptionsSpecificationTunnelIkeConfigArgs>? = null, val tunnelIndex: Output<Int>, val tunnelIpsecConfig: Output<GatewayVpnAttachmentTunnelOptionsSpecificationTunnelIpsecConfigArgs>? = null, val zoneNo: Output<String>? = null) : ConvertibleToJava<GatewayVpnAttachmentTunnelOptionsSpecificationArgs>
Constructors
Link copied to clipboard
constructor(customerGatewayId: Output<String>, enableDpd: Output<Boolean>? = null, enableNatTraversal: Output<Boolean>? = null, internetIp: Output<String>? = null, role: Output<String>? = null, state: Output<String>? = null, status: Output<String>? = null, tunnelBgpConfig: Output<GatewayVpnAttachmentTunnelOptionsSpecificationTunnelBgpConfigArgs>? = null, tunnelId: Output<String>? = null, tunnelIkeConfig: Output<GatewayVpnAttachmentTunnelOptionsSpecificationTunnelIkeConfigArgs>? = null, tunnelIndex: Output<Int>, tunnelIpsecConfig: Output<GatewayVpnAttachmentTunnelOptionsSpecificationTunnelIpsecConfigArgs>? = null, zoneNo: Output<String>? = null)
Properties
Link copied to clipboard
The ID of the user gateway associated with the tunnel.
Link copied to clipboard
Whether the NAT crossing function is enabled for the tunnel. Value:
Link copied to clipboard
The local internet IP in Tunnel.
Link copied to clipboard
val tunnelBgpConfig: Output<GatewayVpnAttachmentTunnelOptionsSpecificationTunnelBgpConfigArgs>? = null
Add the BGP configuration for the tunnel.
Link copied to clipboard
val tunnelIkeConfig: Output<GatewayVpnAttachmentTunnelOptionsSpecificationTunnelIkeConfigArgs>? = null
Configuration information for the first phase negotiation. See tunnel_ike_config
below.
Link copied to clipboard
The order in which the tunnel was created.
Link copied to clipboard
val tunnelIpsecConfig: Output<GatewayVpnAttachmentTunnelOptionsSpecificationTunnelIpsecConfigArgs>? = null
Configuration information for the second-stage negotiation. See tunnel_ipsec_config
below.