Domain name for API request: vpc.tencentcloudapi.com.
This API (ModifyVpnConnectionAttribute) is used to modify VPN tunnels.
A maximum of 100 requests can be initiated per second for this API.
Note: This API supports Finance regions. If the common parameter Region is a Finance region, a domain name with the Finance region needs to be specified, for example: vpc.ap-shanghai-fsi.tencentcloudapi.com
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: ModifyVpnConnectionAttribute. |
Version | Yes | String | Common parameter. The value used for this API: 2017-03-12. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
VpnConnectionId | Yes | String | The ID of the VPN tunnel instance, such as vpnx-f49l6u0z . |
VpnConnectionName | No | String | VPN tunnel can be named freely, but the maximum length is 60 characters. |
PreShareKey | No | String | The pre-shared key. |
SecurityPolicyDatabases.N | No | Array of SecurityPolicyDatabase | The SPD policy group, for example: {"10.0.0.5/24":["172.123.10.5/16"]}. 10.0.0.5/24 is the VPC internal IP range, and 172.123.10.5/16 is the IDC IP range. The user specifies the IP range in the VPC that can communicate with the IP range in the IDC. |
IKEOptionsSpecification | No | IKEOptionsSpecification | IKE (Internet Key Exchange) configuration. IKE comes with a self-protection mechanism. The network security protocol is configured by the user. |
IPSECOptionsSpecification | No | IPSECOptionsSpecification | IPSec configuration. The IPSec secure session configuration is provided by Tencent Cloud. |
EnableHealthCheck | No | Boolean | Whether to enable the tunnel health check. |
HealthCheckLocalIp | No | String | Local IP address for the tunnel health check |
HealthCheckRemoteIp | No | String | Peer IP address for the tunnel health check |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to modify a VPN tunnel.
https://vpc.tencentcloudapi.com/?Action=ModifyVpnConnectionAttribute
&VpnConnectionId=vpnx-i0f4fo4m
&VpnConnectionName=new_name
&<Common request parameters>
{
"Response": {
"RequestId": "74883e1b-5901-46de-ae1e-d6e2cf591c5b"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InvalidParameterValue.Malformed | Invalid input parameter format. |
InvalidParameterValue.VpnConnCidrConflict | Destination IP address range conflicts with CIDR block of the current VPC tunnel. |
Was this page helpful?