VpnAttachmentProps
Properties for defining a VpnAttachment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vpnattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new VpnAttachmentProps {
object LocalSubnet,
object RemoteSubnet,
object AutoConfigRoute = null,
object BgpConfig = null,
object CustomerGatewayId = null,
object EffectImmediately = null,
object EnableDpd = null,
object EnableNatTraversal = null,
object EnableTunnelsBgp = null,
object HealthCheckConfig = null,
object IkeConfig = null,
object IpsecConfig = null,
object Name = null,
object NetworkType = null,
object RemoteCaCert = null,
object ResourceGroupId = null,
object TunnelBandwidth = null,
object TunnelOptionsSpecification = null
};
Properties
| Name | Type | Description |
|---|---|---|
LocalSubnet | object | Property localSubnet: The CIDR block on the VPC side. |
RemoteSubnet | object | Property remoteSubnet: The CIDR block on the data center side. |
AutoConfigRoute | object | Property autoConfigRoute: Specifies whether to automatically configure routes. |
BgpConfig | object | Property bgpConfig: The Border Gateway Protocol (BGP) configuration. |
CustomerGatewayId | object | Property customerGatewayId: The ID of the user gateway. |
EffectImmediately | object | Property effectImmediately: Whether to delete the currently negotiated IPsec tunnel and re-initiate the negotiation. |
EnableDpd | object | Property enableDpd: Specifies whether to enable the dead peer detection (DPD) feature. |
EnableNatTraversal | object | Property enableNatTraversal: Specifies whether to enable NAT traversal. |
EnableTunnelsBgp | object | Property enableTunnelsBgp: Support configuring this parameter when creating dual-tunnel mode IPsec-VPN connections. |
HealthCheckConfig | object | Property healthCheckConfig: This parameter is supported if you create an IPsec-VPN connection in single-tunnel mode. |
IkeConfig | object | Property ikeConfig: Configuration information for the first phase of negotiation. |
IpsecConfig | object | Property ipsecConfig: Configuration information for the second phase negotiation. |
Name | object | Property name: The name of the IPsec-VPN connection. |
NetworkType | object | Property networkType: The network type of the IPsec connection. |
RemoteCaCert | object | Property remoteCaCert: The peer CA certificate when a ShangMi (SM) VPN gateway is used to establish the IPsec-VPN connection. |
ResourceGroupId | object | Property resourceGroupId: The resource group ID to which the IPsec connection belongs. |
TunnelBandwidth | object | Property tunnelBandwidth: Used to indicate the bandwidth specification of a single VPN tunnel, values: Standard (default value): Standard type, default bandwidth 1Gbps Large: Large type, default bandwidth 3Gbps. |
TunnelOptionsSpecification | object | Property tunnelOptionsSpecification: Configuration of tunnels. |
LocalSubnetRequired
public object LocalSubnet { get; set; }
- Type: object
Property localSubnet: The CIDR block on the VPC side.
The CIDR block is used in Phase 2 negotiations. Separate multiple CIDR blocks with commas (,). Example: 192.168.1.0/24,192.168.2.0/24. The following routing modes are supported:
- If you set LocalSubnet and RemoteSubnet to 0.0.0.0/0, the routing mode of the IPsec-VPN connection is set to Destination Routing Mode.
- If you set LocalSubnet and RemoteSubnet to specific CIDR blocks, the routing mode of the IPsec-VPN connection is set to Protected Data Flows.
RemoteSubnetRequired
public object RemoteSubnet { get; set; }
- Type: object
Property remoteSubnet: The CIDR block on the data center side.
This CIDR block is used in Phase 2 negotiations. Separate multiple CIDR blocks with commas (,). Example: 192.168.3.0/24,192.168.4.0/24. The following routing modes are supported:
- If you set LocalSubnet and RemoteSubnet to 0.0.0.0/0, the routing mode of the IPsec-VPN connection is set to Destination Routing Mode.
- If you set LocalSubnet and RemoteSubnet to specific CIDR blocks, the routing mode of the IPsec-VPN connection is set to Protected Data Flows.
AutoConfigRouteOptional
public object AutoConfigRoute { get; set; }
- Type: object
Property autoConfigRoute: Specifies whether to automatically configure routes.
Valid values: true (default) false
BgpConfigOptional
public object BgpConfig { get; set; }
- Type: object
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
public object CustomerGatewayId { get; set; }
- Type: object
Property customerGatewayId: The ID of the user gateway.
EffectImmediatelyOptional
public object EffectImmediately { get; set; }
- Type: object
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
public object EnableDpd { get; set; }
- Type: object
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
public object EnableNatTraversal { get; set; }
- Type: object
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
public object EnableTunnelsBgp { get; set; }
- Type: object
Property enableTunnelsBgp: Support configuring this parameter when creating dual-tunnel mode IPsec-VPN connections.
Whether to enable BGP function for the tunnel. Values: true or false (default value).
Before adding BGP configuration, it is recommended that you first understand the working mechanism and usage limitations of the BGP dynamic routing function. For more information, please see Configuring BGP Dynamic Routing.
HealthCheckConfigOptional
public object HealthCheckConfig { get; set; }
- Type: object
Property healthCheckConfig: This parameter is supported if you create an IPsec-VPN connection in single-tunnel mode.
The health check configurations:
- HealthCheckConfig.enable: indicates whether the health check is enabled. Valid values: true and false (default).
- HealthCheckConfig.dip: the destination IP address configured for health checks. Enter the IP address of the on-premises data center that the VPC can access through the IPsec connection.
- HealthCheckConfig.sip: the source IP address configured for health checks. Enter the IP address of the VPC that the on-premises data center can access through the IPsec connection.
- HealthCheckConfig.interval: the time interval of health check retries. Unit: seconds. Default value: 3.
- HealthCheckConfig.retry: the maximum number of health check retries. Default value: 3.
- HealthCheckConfig.Policy: specifies whether to withdraw published routes when health checks fail. Valid values:
- revoke_route (default): withdraws published routes.
- reserve_route: does not withdraw published routes.
IkeConfigOptional
public object IkeConfig { get; set; }
- Type: object
Property ikeConfig: Configuration information for the first phase of negotiation.
IpsecConfigOptional
public object IpsecConfig { get; set; }
- Type: object
Property ipsecConfig: Configuration information for the second phase negotiation.
NameOptional
public object Name { get; set; }
- Type: object
Property name: The name of the IPsec-VPN connection.
The name must be 1 to 100 characters in length and cannot start with http:\/\/ or https:\/\/.
NetworkTypeOptional
public object NetworkType { get; set; }
- Type: object
Property networkType: The network type of the IPsec connection.
Value: public|private.
RemoteCaCertOptional
public object RemoteCaCert { get; set; }
- Type: object
Property remoteCaCert: 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.
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The resource group ID to which the IPsec connection belongs.
- You can call the ListResourceGroups interface to query the resource group ID.
- If you do not specify a resource group ID, the IPsec connection will belong to the default resource group after creation.
TunnelBandwidthOptional
public object TunnelBandwidth { get; set; }
- Type: object
Property tunnelBandwidth: Used to indicate the bandwidth specification of a single VPN tunnel, values: Standard (default value): Standard type, default bandwidth 1Gbps Large: Large type, default bandwidth 3Gbps.
TunnelOptionsSpecificationOptional
public object TunnelOptionsSpecification { get; set; }
- Type: object
Property tunnelOptionsSpecification: Configuration of tunnels.
- When creating dual-tunnel mode IPsec-VPN connections, you can configure parameters under TunnelOptionsSpecification array.
- When creating dual-tunnel mode IPsec-VPN connections, you must add two tunnels for the IPsec-VPN connection simultaneously to ensure the IPsec-VPN connection has link redundancy capability. Only two tunnels are supported under an IPsec-VPN connection.