Gateway Vpn Attachment Tunnel Options Specification
data class GatewayVpnAttachmentTunnelOptionsSpecification(val customerGatewayId: String, val enableDpd: Boolean? = null, val enableNatTraversal: Boolean? = null, val internetIp: String? = null, val role: String? = null, val state: String? = null, val status: String? = null, val tunnelBgpConfig: GatewayVpnAttachmentTunnelOptionsSpecificationTunnelBgpConfig? = null, val tunnelId: String? = null, val tunnelIkeConfig: GatewayVpnAttachmentTunnelOptionsSpecificationTunnelIkeConfig? = null, val tunnelIndex: Int, val tunnelIpsecConfig: GatewayVpnAttachmentTunnelOptionsSpecificationTunnelIpsecConfig? = null, val zoneNo: String? = null)
Constructors
Link copied to clipboard
constructor(customerGatewayId: String, enableDpd: Boolean? = null, enableNatTraversal: Boolean? = null, internetIp: String? = null, role: String? = null, state: String? = null, status: String? = null, tunnelBgpConfig: GatewayVpnAttachmentTunnelOptionsSpecificationTunnelBgpConfig? = null, tunnelId: String? = null, tunnelIkeConfig: GatewayVpnAttachmentTunnelOptionsSpecificationTunnelIkeConfig? = null, tunnelIndex: Int, tunnelIpsecConfig: GatewayVpnAttachmentTunnelOptionsSpecificationTunnelIpsecConfig? = null, zoneNo: 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
Add the BGP configuration for the tunnel.
Link copied to clipboard
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
Configuration information for the second-stage negotiation. See tunnel_ipsec_config
below.