/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes VPN connection options.See Also:
AWS
* API Reference
Indicate whether to enable acceleration for the VPN connection.
*Default: false
Indicate whether to enable acceleration for the VPN connection.
*Default: false
Indicate whether to enable acceleration for the VPN connection.
*Default: false
Indicate whether to enable acceleration for the VPN connection.
*Default: false
Indicate whether the VPN connection uses static routes only. If you are
* creating a VPN connection for a device that does not support BGP, you must
* specify true. Use CreateVpnConnectionRoute to create a
* static route.
Default: false
Indicate whether the VPN connection uses static routes only. If you are
* creating a VPN connection for a device that does not support BGP, you must
* specify true. Use CreateVpnConnectionRoute to create a
* static route.
Default: false
Indicate whether the VPN connection uses static routes only. If you are
* creating a VPN connection for a device that does not support BGP, you must
* specify true. Use CreateVpnConnectionRoute to create a
* static route.
Default: false
Indicate whether the VPN connection uses static routes only. If you are
* creating a VPN connection for a device that does not support BGP, you must
* specify true. Use CreateVpnConnectionRoute to create a
* static route.
Default: false
Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.
*Default: ipv4
Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.
*Default: ipv4
Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.
*Default: ipv4
Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.
*Default: ipv4
Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.
*Default: ipv4
Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.
*Default: ipv4
The tunnel options for the VPN connection.
*/ inline const Aws::VectorThe tunnel options for the VPN connection.
*/ inline bool TunnelOptionsHasBeenSet() const { return m_tunnelOptionsHasBeenSet; } /** *The tunnel options for the VPN connection.
*/ inline void SetTunnelOptions(const Aws::VectorThe tunnel options for the VPN connection.
*/ inline void SetTunnelOptions(Aws::VectorThe tunnel options for the VPN connection.
*/ inline VpnConnectionOptionsSpecification& WithTunnelOptions(const Aws::VectorThe tunnel options for the VPN connection.
*/ inline VpnConnectionOptionsSpecification& WithTunnelOptions(Aws::VectorThe tunnel options for the VPN connection.
*/ inline VpnConnectionOptionsSpecification& AddTunnelOptions(const VpnTunnelOptionsSpecification& value) { m_tunnelOptionsHasBeenSet = true; m_tunnelOptions.push_back(value); return *this; } /** *The tunnel options for the VPN connection.
*/ inline VpnConnectionOptionsSpecification& AddTunnelOptions(VpnTunnelOptionsSpecification&& value) { m_tunnelOptionsHasBeenSet = true; m_tunnelOptions.push_back(std::move(value)); return *this; } private: bool m_enableAcceleration; bool m_enableAccelerationHasBeenSet; bool m_staticRoutesOnly; bool m_staticRoutesOnlyHasBeenSet; TunnelInsideIpVersion m_tunnelInsideIpVersion; bool m_tunnelInsideIpVersionHasBeenSet; Aws::Vector