VpnConnectionProps
Properties for defining a VpnConnection.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vpnconnection
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.VpnConnectionProps {
LocalSubnet: interface{},
RemoteSubnet: interface{},
VpnGatewayId: interface{},
AutoConfigRoute: interface{},
BgpConfig: interface{},
CustomerGatewayId: interface{},
EffectImmediately: interface{},
EnableDpd: interface{},
EnableNatTraversal: interface{},
EnableTunnelsBgp: interface{},
HealthCheckConfig: interface{},
IkeConfig: interface{},
IpsecConfig: interface{},
Name: interface{},
RemoteCaCertificate: interface{},
TunnelOptionsSpecification: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
LocalSubnet |
interface{} |
Property localSubnet: A network segment on the VPC side that needs to be interconnected with the local IDC for the second phase negotiation. |
RemoteSubnet |
interface{} |
Property remoteSubnet: The network segment of the local IDC is used for the second phase negotiation. |
VpnGatewayId |
interface{} |
Property vpnGatewayId: ID of the VPN gateway. |
AutoConfigRoute |
interface{} |
Property autoConfigRoute: Specifies whether to automatically configure routes. |
BgpConfig |
interface{} |
Property bgpConfig: The Border Gateway Protocol (BGP) configuration. |
CustomerGatewayId |
interface{} |
Property customerGatewayId: The ID of the user gateway. |
EffectImmediately |
interface{} |
Property effectImmediately: Whether to delete the currently negotiated IPsec tunnel and re-initiate the negotiation. |
EnableDpd |
interface{} |
Property enableDpd: Specifies whether to enable the dead peer detection (DPD) feature. |
EnableNatTraversal |
interface{} |
Property enableNatTraversal: Specifies whether to enable NAT traversal. |
EnableTunnelsBgp |
interface{} |
Property enableTunnelsBgp: Specifies whether to enable the BGP feature for the tunnel. |
HealthCheckConfig |
interface{} |
Property healthCheckConfig: Whether to enable the health check configuration. |
IkeConfig |
interface{} |
Property ikeConfig: Configuration information for the first phase of negotiation. |
IpsecConfig |
interface{} |
Property ipsecConfig: Configuration information for the second phase negotiation. |
Name |
interface{} |
Property name: The name of the IPsec connection. |
RemoteCaCertificate |
interface{} |
Property remoteCaCertificate: The peer CA certificate when a ShangMi (SM) VPN gateway is used to establish the IPsec-VPN connection. |
TunnelOptionsSpecification |
interface{} |
Property tunnelOptionsSpecification: TunnelOptionsSpecification parameters are supported by dual-tunnel IPsec-VPN gateways. |
LocalSubnetRequired
LocalSubnet interface{}
- Type: interface{}
Property localSubnet: A network segment on the VPC side that needs to be interconnected with the local IDC for the second phase negotiation.
Multiple network segments are separated by commas, for example: 192.168.1.0/24, 192.168.2.0/24.
RemoteSubnetRequired
RemoteSubnet interface{}
- Type: interface{}
Property remoteSubnet: The network segment of the local IDC is used for the second phase negotiation.
Multiple network segments are separated by commas, for example: 192.168.3.0/24, 192.168.4.0/24.
VpnGatewayIdRequired
VpnGatewayId interface{}
- Type: interface{}
Property vpnGatewayId: ID of the VPN gateway.
AutoConfigRouteOptional
AutoConfigRoute interface{}
- Type: interface{}
Property autoConfigRoute: Specifies whether to automatically configure routes.
Valid values: true (default) false
BgpConfigOptional
BgpConfig interface{}
- Type: interface{}
Property bgpConfig: The Border Gateway Protocol (BGP) configuration.
This parameter is required when the VPN gateway has dynamic BGP enabled. Before you configure BGP, we recommend that you learn about how BGP works and its limits. For more information, see VPN Gateway supports BGP dynamic routing. We recommend that you use a private ASN to establish a connection with Alibaba Cloud over BGP. Refer to the relevant documentation for the private ASN range.
CustomerGatewayIdOptional
CustomerGatewayId interface{}
- Type: interface{}
Property customerGatewayId: The ID of the user gateway.
EffectImmediatelyOptional
EffectImmediately interface{}
- Type: interface{}
Property effectImmediately: Whether to delete the currently negotiated IPsec tunnel and re-initiate the negotiation.
Value: True: Negotiate immediately after the configuration is complete. False (default): Negotiate when traffic enters.
EnableDpdOptional
EnableDpd interface{}
- Type: interface{}
Property enableDpd: Specifies whether to enable the dead peer detection (DPD) feature.
Valid values: true (default) The initiator of the IPsec-VPN connection sends DPD packets to verify the existence and availability of the peer. If no response is received from the peer within a specified period of time, the connection fails. ISAKMP SAs and IPsec SAs are deleted. The IPsec tunnel is also deleted. false: disables DPD. The IPsec initiator does not send DPD packets.
EnableNatTraversalOptional
EnableNatTraversal interface{}
- Type: interface{}
Property enableNatTraversal: Specifies whether to enable NAT traversal.
Valid values: true (default) After NAT traversal is enabled, the initiator does not check the UDP ports during IKE negotiations and can automatically discover NAT gateway devices along the VPN tunnel. false
EnableTunnelsBgpOptional
EnableTunnelsBgp interface{}
- Type: interface{}
Property enableTunnelsBgp: Specifies whether to enable the BGP feature for the tunnel.
Valid values: true and false. Default value: false.
HealthCheckConfigOptional
HealthCheckConfig interface{}
- Type: interface{}
Property healthCheckConfig: Whether to enable the health check configuration.
IkeConfigOptional
IkeConfig interface{}
- Type: interface{}
Property ikeConfig: Configuration information for the first phase of negotiation.
IpsecConfigOptional
IpsecConfig interface{}
- Type: interface{}
Property ipsecConfig: Configuration information for the second phase negotiation.
NameOptional
Name interface{}
- Type: interface{}
Property name: The name of the IPsec connection.
The length is 2-128 characters and must start with a letter or Chinese. It can contain numbers, periods (.), underscores (_) and dashes (-), but cannot start with http:// or https:// .
RemoteCaCertificateOptional
RemoteCaCertificate interface{}
- Type: interface{}
Property remoteCaCertificate: The peer CA certificate when a ShangMi (SM) VPN gateway is used to establish the IPsec-VPN connection.
This parameter is required when an SM VPN gateway is used to establish the IPsec-VPN connection. You can ignore this parameter when a standard VPN gateway is used to create the IPsec-VPN connection.
TunnelOptionsSpecificationOptional
TunnelOptionsSpecification interface{}
- Type: interface{}
Property tunnelOptionsSpecification: TunnelOptionsSpecification parameters are supported by dual-tunnel IPsec-VPN gateways.
You can modify both the active and standby tunnels of the IPsec-VPN connection.