alibabacloud-vpc20160428 6.6.5__tar.gz → 6.6.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {alibabacloud_vpc20160428-6.6.5 → alibabacloud_vpc20160428-6.6.7}/ChangeLog.md +13 -0
- {alibabacloud_vpc20160428-6.6.5 → alibabacloud_vpc20160428-6.6.7}/PKG-INFO +1 -1
- alibabacloud_vpc20160428-6.6.7/alibabacloud_vpc20160428/__init__.py +1 -0
- {alibabacloud_vpc20160428-6.6.5 → alibabacloud_vpc20160428-6.6.7}/alibabacloud_vpc20160428/client.py +96 -60
- {alibabacloud_vpc20160428-6.6.5 → alibabacloud_vpc20160428-6.6.7}/alibabacloud_vpc20160428/models.py +162 -133
- {alibabacloud_vpc20160428-6.6.5 → alibabacloud_vpc20160428-6.6.7}/alibabacloud_vpc20160428.egg-info/PKG-INFO +1 -1
- {alibabacloud_vpc20160428-6.6.5 → alibabacloud_vpc20160428-6.6.7}/setup.py +1 -1
- alibabacloud_vpc20160428-6.6.5/alibabacloud_vpc20160428/__init__.py +0 -1
- {alibabacloud_vpc20160428-6.6.5 → alibabacloud_vpc20160428-6.6.7}/LICENSE +0 -0
- {alibabacloud_vpc20160428-6.6.5 → alibabacloud_vpc20160428-6.6.7}/MANIFEST.in +0 -0
- {alibabacloud_vpc20160428-6.6.5 → alibabacloud_vpc20160428-6.6.7}/README-CN.md +0 -0
- {alibabacloud_vpc20160428-6.6.5 → alibabacloud_vpc20160428-6.6.7}/README.md +0 -0
- {alibabacloud_vpc20160428-6.6.5 → alibabacloud_vpc20160428-6.6.7}/alibabacloud_vpc20160428.egg-info/SOURCES.txt +0 -0
- {alibabacloud_vpc20160428-6.6.5 → alibabacloud_vpc20160428-6.6.7}/alibabacloud_vpc20160428.egg-info/dependency_links.txt +0 -0
- {alibabacloud_vpc20160428-6.6.5 → alibabacloud_vpc20160428-6.6.7}/alibabacloud_vpc20160428.egg-info/requires.txt +0 -0
- {alibabacloud_vpc20160428-6.6.5 → alibabacloud_vpc20160428-6.6.7}/alibabacloud_vpc20160428.egg-info/top_level.txt +0 -0
- {alibabacloud_vpc20160428-6.6.5 → alibabacloud_vpc20160428-6.6.7}/setup.cfg +0 -0
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2024-05-27 Version: 6.6.6
|
|
2
|
+
- Update API ListPublicIpAddressPools: update response param.
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
2024-05-27 Version: 6.6.6
|
|
6
|
+
- Update API ListPublicIpAddressPools: update response param.
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
2024-05-16 Version: 6.6.5
|
|
10
|
+
- Update API DescribeVSwitches: add param EnableIpv6.
|
|
11
|
+
- Update API DescribeVpcs: add param EnableIpv6.
|
|
12
|
+
|
|
13
|
+
|
|
1
14
|
2024-05-10 Version: 6.6.4
|
|
2
15
|
- Update API CreateSslVpnServer: add param IDaaSApplicationId.
|
|
3
16
|
- Update API DescribeSslVpnServers: update response param.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '6.6.7'
|
{alibabacloud_vpc20160428-6.6.5 → alibabacloud_vpc20160428-6.6.7}/alibabacloud_vpc20160428/client.py
RENAMED
|
@@ -8983,9 +8983,9 @@ class Client(OpenApiClient):
|
|
|
8983
8983
|
"""
|
|
8984
8984
|
@summary Creates an IPsec server.
|
|
8985
8985
|
|
|
8986
|
-
@description Before you create an IPsec server, you must create a VPN gateway and enable the SSL-VPN feature for the VPN gateway. For more information, see [CreateVpnGateway](https://help.aliyun.com/document_detail/
|
|
8986
|
+
@description Before you create an IPsec server, you must create a VPN gateway and enable the SSL-VPN feature for the VPN gateway. For more information, see [CreateVpnGateway](https://help.aliyun.com/document_detail/2794049.html).
|
|
8987
8987
|
Before you create an IPsec server, make sure that no IPsec-VPN connection exists on the VPN gateway. For more information, see [DeleteVpnConnection](https://help.aliyun.com/document_detail/2526948.html).
|
|
8988
|
-
**CreateIpsecServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/
|
|
8988
|
+
**CreateIpsecServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/2794055.html) to query the status of the task.
|
|
8989
8989
|
If the VPN gateway is in the **updating** state, the IPsec server is being created.
|
|
8990
8990
|
If the VPN gateway is in the **active** state, the IPsec server is created.
|
|
8991
8991
|
You cannot repeatedly call **CreateIpsecServer** within the specified period of time.
|
|
@@ -9047,9 +9047,9 @@ class Client(OpenApiClient):
|
|
|
9047
9047
|
"""
|
|
9048
9048
|
@summary Creates an IPsec server.
|
|
9049
9049
|
|
|
9050
|
-
@description Before you create an IPsec server, you must create a VPN gateway and enable the SSL-VPN feature for the VPN gateway. For more information, see [CreateVpnGateway](https://help.aliyun.com/document_detail/
|
|
9050
|
+
@description Before you create an IPsec server, you must create a VPN gateway and enable the SSL-VPN feature for the VPN gateway. For more information, see [CreateVpnGateway](https://help.aliyun.com/document_detail/2794049.html).
|
|
9051
9051
|
Before you create an IPsec server, make sure that no IPsec-VPN connection exists on the VPN gateway. For more information, see [DeleteVpnConnection](https://help.aliyun.com/document_detail/2526948.html).
|
|
9052
|
-
**CreateIpsecServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/
|
|
9052
|
+
**CreateIpsecServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/2794055.html) to query the status of the task.
|
|
9053
9053
|
If the VPN gateway is in the **updating** state, the IPsec server is being created.
|
|
9054
9054
|
If the VPN gateway is in the **active** state, the IPsec server is created.
|
|
9055
9055
|
You cannot repeatedly call **CreateIpsecServer** within the specified period of time.
|
|
@@ -9110,9 +9110,9 @@ class Client(OpenApiClient):
|
|
|
9110
9110
|
"""
|
|
9111
9111
|
@summary Creates an IPsec server.
|
|
9112
9112
|
|
|
9113
|
-
@description Before you create an IPsec server, you must create a VPN gateway and enable the SSL-VPN feature for the VPN gateway. For more information, see [CreateVpnGateway](https://help.aliyun.com/document_detail/
|
|
9113
|
+
@description Before you create an IPsec server, you must create a VPN gateway and enable the SSL-VPN feature for the VPN gateway. For more information, see [CreateVpnGateway](https://help.aliyun.com/document_detail/2794049.html).
|
|
9114
9114
|
Before you create an IPsec server, make sure that no IPsec-VPN connection exists on the VPN gateway. For more information, see [DeleteVpnConnection](https://help.aliyun.com/document_detail/2526948.html).
|
|
9115
|
-
**CreateIpsecServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/
|
|
9115
|
+
**CreateIpsecServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/2794055.html) to query the status of the task.
|
|
9116
9116
|
If the VPN gateway is in the **updating** state, the IPsec server is being created.
|
|
9117
9117
|
If the VPN gateway is in the **active** state, the IPsec server is created.
|
|
9118
9118
|
You cannot repeatedly call **CreateIpsecServer** within the specified period of time.
|
|
@@ -9130,9 +9130,9 @@ class Client(OpenApiClient):
|
|
|
9130
9130
|
"""
|
|
9131
9131
|
@summary Creates an IPsec server.
|
|
9132
9132
|
|
|
9133
|
-
@description Before you create an IPsec server, you must create a VPN gateway and enable the SSL-VPN feature for the VPN gateway. For more information, see [CreateVpnGateway](https://help.aliyun.com/document_detail/
|
|
9133
|
+
@description Before you create an IPsec server, you must create a VPN gateway and enable the SSL-VPN feature for the VPN gateway. For more information, see [CreateVpnGateway](https://help.aliyun.com/document_detail/2794049.html).
|
|
9134
9134
|
Before you create an IPsec server, make sure that no IPsec-VPN connection exists on the VPN gateway. For more information, see [DeleteVpnConnection](https://help.aliyun.com/document_detail/2526948.html).
|
|
9135
|
-
**CreateIpsecServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/
|
|
9135
|
+
**CreateIpsecServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/2794055.html) to query the status of the task.
|
|
9136
9136
|
If the VPN gateway is in the **updating** state, the IPsec server is being created.
|
|
9137
9137
|
If the VPN gateway is in the **active** state, the IPsec server is created.
|
|
9138
9138
|
You cannot repeatedly call **CreateIpsecServer** within the specified period of time.
|
|
@@ -16177,6 +16177,8 @@ class Client(OpenApiClient):
|
|
|
16177
16177
|
"""
|
|
16178
16178
|
@summary Deletes a customer gateway.
|
|
16179
16179
|
|
|
16180
|
+
@description Before you delete a customer gateway, make sure that no IPsec-VPN connection is associated with the customer gateway. For more information about how to delete an IPsec-VPN connection, see [DeleteVpnAttachment](https://help.aliyun.com/document_detail/2526938.html) or [DeleteVpnConnection](https://help.aliyun.com/document_detail/2526948.html).
|
|
16181
|
+
|
|
16180
16182
|
@param request: DeleteCustomerGatewayRequest
|
|
16181
16183
|
@param runtime: runtime options for this request RuntimeOptions
|
|
16182
16184
|
@return: DeleteCustomerGatewayResponse
|
|
@@ -16224,6 +16226,8 @@ class Client(OpenApiClient):
|
|
|
16224
16226
|
"""
|
|
16225
16227
|
@summary Deletes a customer gateway.
|
|
16226
16228
|
|
|
16229
|
+
@description Before you delete a customer gateway, make sure that no IPsec-VPN connection is associated with the customer gateway. For more information about how to delete an IPsec-VPN connection, see [DeleteVpnAttachment](https://help.aliyun.com/document_detail/2526938.html) or [DeleteVpnConnection](https://help.aliyun.com/document_detail/2526948.html).
|
|
16230
|
+
|
|
16227
16231
|
@param request: DeleteCustomerGatewayRequest
|
|
16228
16232
|
@param runtime: runtime options for this request RuntimeOptions
|
|
16229
16233
|
@return: DeleteCustomerGatewayResponse
|
|
@@ -16270,6 +16274,8 @@ class Client(OpenApiClient):
|
|
|
16270
16274
|
"""
|
|
16271
16275
|
@summary Deletes a customer gateway.
|
|
16272
16276
|
|
|
16277
|
+
@description Before you delete a customer gateway, make sure that no IPsec-VPN connection is associated with the customer gateway. For more information about how to delete an IPsec-VPN connection, see [DeleteVpnAttachment](https://help.aliyun.com/document_detail/2526938.html) or [DeleteVpnConnection](https://help.aliyun.com/document_detail/2526948.html).
|
|
16278
|
+
|
|
16273
16279
|
@param request: DeleteCustomerGatewayRequest
|
|
16274
16280
|
@return: DeleteCustomerGatewayResponse
|
|
16275
16281
|
"""
|
|
@@ -16283,6 +16289,8 @@ class Client(OpenApiClient):
|
|
|
16283
16289
|
"""
|
|
16284
16290
|
@summary Deletes a customer gateway.
|
|
16285
16291
|
|
|
16292
|
+
@description Before you delete a customer gateway, make sure that no IPsec-VPN connection is associated with the customer gateway. For more information about how to delete an IPsec-VPN connection, see [DeleteVpnAttachment](https://help.aliyun.com/document_detail/2526938.html) or [DeleteVpnConnection](https://help.aliyun.com/document_detail/2526948.html).
|
|
16293
|
+
|
|
16286
16294
|
@param request: DeleteCustomerGatewayRequest
|
|
16287
16295
|
@return: DeleteCustomerGatewayResponse
|
|
16288
16296
|
"""
|
|
@@ -18057,7 +18065,7 @@ class Client(OpenApiClient):
|
|
|
18057
18065
|
"""
|
|
18058
18066
|
@summary Deletes an IPsec server.
|
|
18059
18067
|
|
|
18060
|
-
@description **DeleteIpsecServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/
|
|
18068
|
+
@description **DeleteIpsecServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/2794055.html) to query the status of the task.
|
|
18061
18069
|
If a VPN gateway is in the **updating** state, the IPsec server is being deleted.
|
|
18062
18070
|
If a VPN gateway is in the **active** state, the IPsec server is deleted.
|
|
18063
18071
|
You cannot repeatedly call **DeleteIpsecServer** to delete an IPsec server from a VPN gateway within the specified period of time.
|
|
@@ -18103,7 +18111,7 @@ class Client(OpenApiClient):
|
|
|
18103
18111
|
"""
|
|
18104
18112
|
@summary Deletes an IPsec server.
|
|
18105
18113
|
|
|
18106
|
-
@description **DeleteIpsecServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/
|
|
18114
|
+
@description **DeleteIpsecServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/2794055.html) to query the status of the task.
|
|
18107
18115
|
If a VPN gateway is in the **updating** state, the IPsec server is being deleted.
|
|
18108
18116
|
If a VPN gateway is in the **active** state, the IPsec server is deleted.
|
|
18109
18117
|
You cannot repeatedly call **DeleteIpsecServer** to delete an IPsec server from a VPN gateway within the specified period of time.
|
|
@@ -18148,7 +18156,7 @@ class Client(OpenApiClient):
|
|
|
18148
18156
|
"""
|
|
18149
18157
|
@summary Deletes an IPsec server.
|
|
18150
18158
|
|
|
18151
|
-
@description **DeleteIpsecServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/
|
|
18159
|
+
@description **DeleteIpsecServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/2794055.html) to query the status of the task.
|
|
18152
18160
|
If a VPN gateway is in the **updating** state, the IPsec server is being deleted.
|
|
18153
18161
|
If a VPN gateway is in the **active** state, the IPsec server is deleted.
|
|
18154
18162
|
You cannot repeatedly call **DeleteIpsecServer** to delete an IPsec server from a VPN gateway within the specified period of time.
|
|
@@ -18166,7 +18174,7 @@ class Client(OpenApiClient):
|
|
|
18166
18174
|
"""
|
|
18167
18175
|
@summary Deletes an IPsec server.
|
|
18168
18176
|
|
|
18169
|
-
@description **DeleteIpsecServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/
|
|
18177
|
+
@description **DeleteIpsecServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/2794055.html) to query the status of the task.
|
|
18170
18178
|
If a VPN gateway is in the **updating** state, the IPsec server is being deleted.
|
|
18171
18179
|
If a VPN gateway is in the **active** state, the IPsec server is deleted.
|
|
18172
18180
|
You cannot repeatedly call **DeleteIpsecServer** to delete an IPsec server from a VPN gateway within the specified period of time.
|
|
@@ -20665,7 +20673,7 @@ class Client(OpenApiClient):
|
|
|
20665
20673
|
"""
|
|
20666
20674
|
@summary Deletes an SSL server.
|
|
20667
20675
|
|
|
20668
|
-
@description **DeleteSslVpnServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeVpnGateway](https://help.aliyun.com/document_detail/
|
|
20676
|
+
@description **DeleteSslVpnServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeVpnGateway](https://help.aliyun.com/document_detail/2794055.html) operation to query the status of the task.
|
|
20669
20677
|
If the VPN gateway is in the **updating** state, the SSL server is being deleted.
|
|
20670
20678
|
If the VPN gateway is in the **active** state, the SSL server is deleted.
|
|
20671
20679
|
You cannot repeatedly call the **DeleteSslVpnServer** operation to delete an SSL server from the same VPN gateway within the specified period of time.
|
|
@@ -20717,7 +20725,7 @@ class Client(OpenApiClient):
|
|
|
20717
20725
|
"""
|
|
20718
20726
|
@summary Deletes an SSL server.
|
|
20719
20727
|
|
|
20720
|
-
@description **DeleteSslVpnServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeVpnGateway](https://help.aliyun.com/document_detail/
|
|
20728
|
+
@description **DeleteSslVpnServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeVpnGateway](https://help.aliyun.com/document_detail/2794055.html) operation to query the status of the task.
|
|
20721
20729
|
If the VPN gateway is in the **updating** state, the SSL server is being deleted.
|
|
20722
20730
|
If the VPN gateway is in the **active** state, the SSL server is deleted.
|
|
20723
20731
|
You cannot repeatedly call the **DeleteSslVpnServer** operation to delete an SSL server from the same VPN gateway within the specified period of time.
|
|
@@ -20768,7 +20776,7 @@ class Client(OpenApiClient):
|
|
|
20768
20776
|
"""
|
|
20769
20777
|
@summary Deletes an SSL server.
|
|
20770
20778
|
|
|
20771
|
-
@description **DeleteSslVpnServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeVpnGateway](https://help.aliyun.com/document_detail/
|
|
20779
|
+
@description **DeleteSslVpnServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeVpnGateway](https://help.aliyun.com/document_detail/2794055.html) operation to query the status of the task.
|
|
20772
20780
|
If the VPN gateway is in the **updating** state, the SSL server is being deleted.
|
|
20773
20781
|
If the VPN gateway is in the **active** state, the SSL server is deleted.
|
|
20774
20782
|
You cannot repeatedly call the **DeleteSslVpnServer** operation to delete an SSL server from the same VPN gateway within the specified period of time.
|
|
@@ -20786,7 +20794,7 @@ class Client(OpenApiClient):
|
|
|
20786
20794
|
"""
|
|
20787
20795
|
@summary Deletes an SSL server.
|
|
20788
20796
|
|
|
20789
|
-
@description **DeleteSslVpnServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeVpnGateway](https://help.aliyun.com/document_detail/
|
|
20797
|
+
@description **DeleteSslVpnServer** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeVpnGateway](https://help.aliyun.com/document_detail/2794055.html) operation to query the status of the task.
|
|
20790
20798
|
If the VPN gateway is in the **updating** state, the SSL server is being deleted.
|
|
20791
20799
|
If the VPN gateway is in the **active** state, the SSL server is deleted.
|
|
20792
20800
|
You cannot repeatedly call the **DeleteSslVpnServer** operation to delete an SSL server from the same VPN gateway within the specified period of time.
|
|
@@ -22485,11 +22493,11 @@ class Client(OpenApiClient):
|
|
|
22485
22493
|
"""
|
|
22486
22494
|
@summary Deletes an IPsec-VPN connection.
|
|
22487
22495
|
|
|
22488
|
-
@description **DeleteVpnConnection** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeVpnGateway](https://help.aliyun.com/document_detail/73720.html) operation to query the status of
|
|
22489
|
-
If
|
|
22490
|
-
If
|
|
22491
|
-
You cannot
|
|
22492
|
-
> After an IPsec-VPN connection between a
|
|
22496
|
+
@description **DeleteVpnConnection** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeVpnGateway](https://help.aliyun.com/document_detail/73720.html) operation to query the status of a VPN gateway.
|
|
22497
|
+
If a VPN gateway is in the **updating** state, the IPsec-VPN connection is being deleted.
|
|
22498
|
+
If a VPN gateway is in the **active** state, the IPsec-VPN connection has been deleted.
|
|
22499
|
+
You cannot call the **DeleteVpnConnection** operation to delete multiple IPsec-VPN connections for a VPN gateway at a time.
|
|
22500
|
+
> After an IPsec-VPN connection between a data center and Alibaba Cloud is deleted, the connection between the data center and Alibaba Cloud is closed.
|
|
22493
22501
|
|
|
22494
22502
|
@param request: DeleteVpnConnectionRequest
|
|
22495
22503
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -22538,11 +22546,11 @@ class Client(OpenApiClient):
|
|
|
22538
22546
|
"""
|
|
22539
22547
|
@summary Deletes an IPsec-VPN connection.
|
|
22540
22548
|
|
|
22541
|
-
@description **DeleteVpnConnection** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeVpnGateway](https://help.aliyun.com/document_detail/73720.html) operation to query the status of
|
|
22542
|
-
If
|
|
22543
|
-
If
|
|
22544
|
-
You cannot
|
|
22545
|
-
> After an IPsec-VPN connection between a
|
|
22549
|
+
@description **DeleteVpnConnection** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeVpnGateway](https://help.aliyun.com/document_detail/73720.html) operation to query the status of a VPN gateway.
|
|
22550
|
+
If a VPN gateway is in the **updating** state, the IPsec-VPN connection is being deleted.
|
|
22551
|
+
If a VPN gateway is in the **active** state, the IPsec-VPN connection has been deleted.
|
|
22552
|
+
You cannot call the **DeleteVpnConnection** operation to delete multiple IPsec-VPN connections for a VPN gateway at a time.
|
|
22553
|
+
> After an IPsec-VPN connection between a data center and Alibaba Cloud is deleted, the connection between the data center and Alibaba Cloud is closed.
|
|
22546
22554
|
|
|
22547
22555
|
@param request: DeleteVpnConnectionRequest
|
|
22548
22556
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -22590,11 +22598,11 @@ class Client(OpenApiClient):
|
|
|
22590
22598
|
"""
|
|
22591
22599
|
@summary Deletes an IPsec-VPN connection.
|
|
22592
22600
|
|
|
22593
|
-
@description **DeleteVpnConnection** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeVpnGateway](https://help.aliyun.com/document_detail/73720.html) operation to query the status of
|
|
22594
|
-
If
|
|
22595
|
-
If
|
|
22596
|
-
You cannot
|
|
22597
|
-
> After an IPsec-VPN connection between a
|
|
22601
|
+
@description **DeleteVpnConnection** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeVpnGateway](https://help.aliyun.com/document_detail/73720.html) operation to query the status of a VPN gateway.
|
|
22602
|
+
If a VPN gateway is in the **updating** state, the IPsec-VPN connection is being deleted.
|
|
22603
|
+
If a VPN gateway is in the **active** state, the IPsec-VPN connection has been deleted.
|
|
22604
|
+
You cannot call the **DeleteVpnConnection** operation to delete multiple IPsec-VPN connections for a VPN gateway at a time.
|
|
22605
|
+
> After an IPsec-VPN connection between a data center and Alibaba Cloud is deleted, the connection between the data center and Alibaba Cloud is closed.
|
|
22598
22606
|
|
|
22599
22607
|
@param request: DeleteVpnConnectionRequest
|
|
22600
22608
|
@return: DeleteVpnConnectionResponse
|
|
@@ -22609,11 +22617,11 @@ class Client(OpenApiClient):
|
|
|
22609
22617
|
"""
|
|
22610
22618
|
@summary Deletes an IPsec-VPN connection.
|
|
22611
22619
|
|
|
22612
|
-
@description **DeleteVpnConnection** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeVpnGateway](https://help.aliyun.com/document_detail/73720.html) operation to query the status of
|
|
22613
|
-
If
|
|
22614
|
-
If
|
|
22615
|
-
You cannot
|
|
22616
|
-
> After an IPsec-VPN connection between a
|
|
22620
|
+
@description **DeleteVpnConnection** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [DescribeVpnGateway](https://help.aliyun.com/document_detail/73720.html) operation to query the status of a VPN gateway.
|
|
22621
|
+
If a VPN gateway is in the **updating** state, the IPsec-VPN connection is being deleted.
|
|
22622
|
+
If a VPN gateway is in the **active** state, the IPsec-VPN connection has been deleted.
|
|
22623
|
+
You cannot call the **DeleteVpnConnection** operation to delete multiple IPsec-VPN connections for a VPN gateway at a time.
|
|
22624
|
+
> After an IPsec-VPN connection between a data center and Alibaba Cloud is deleted, the connection between the data center and Alibaba Cloud is closed.
|
|
22617
22625
|
|
|
22618
22626
|
@param request: DeleteVpnConnectionRequest
|
|
22619
22627
|
@return: DeleteVpnConnectionResponse
|
|
@@ -29849,7 +29857,7 @@ class Client(OpenApiClient):
|
|
|
29849
29857
|
"""
|
|
29850
29858
|
@summary Queries the clients that have connected to a VPN gateway through SSL-VPN connections.
|
|
29851
29859
|
|
|
29852
|
-
@description If your VPN gateway was created before December 10, 2022, you must upgrade your VPN gateway to the latest version before you can view connection information about SSL clients. For more information, see [Upgrade a VPN gateway](https://help.aliyun.com/document_detail/
|
|
29860
|
+
@description If your VPN gateway was created before December 10, 2022, you must upgrade your VPN gateway to the latest version before you can view connection information about SSL clients. For more information, see [Upgrade a VPN gateway](https://help.aliyun.com/document_detail/2671058.html).
|
|
29853
29861
|
If your VPN gateway was created after December 10, 2022, you can view connection information about SSL clients by default.
|
|
29854
29862
|
|
|
29855
29863
|
@param request: DescribeSslVpnClientsRequest
|
|
@@ -29901,7 +29909,7 @@ class Client(OpenApiClient):
|
|
|
29901
29909
|
"""
|
|
29902
29910
|
@summary Queries the clients that have connected to a VPN gateway through SSL-VPN connections.
|
|
29903
29911
|
|
|
29904
|
-
@description If your VPN gateway was created before December 10, 2022, you must upgrade your VPN gateway to the latest version before you can view connection information about SSL clients. For more information, see [Upgrade a VPN gateway](https://help.aliyun.com/document_detail/
|
|
29912
|
+
@description If your VPN gateway was created before December 10, 2022, you must upgrade your VPN gateway to the latest version before you can view connection information about SSL clients. For more information, see [Upgrade a VPN gateway](https://help.aliyun.com/document_detail/2671058.html).
|
|
29905
29913
|
If your VPN gateway was created after December 10, 2022, you can view connection information about SSL clients by default.
|
|
29906
29914
|
|
|
29907
29915
|
@param request: DescribeSslVpnClientsRequest
|
|
@@ -29952,7 +29960,7 @@ class Client(OpenApiClient):
|
|
|
29952
29960
|
"""
|
|
29953
29961
|
@summary Queries the clients that have connected to a VPN gateway through SSL-VPN connections.
|
|
29954
29962
|
|
|
29955
|
-
@description If your VPN gateway was created before December 10, 2022, you must upgrade your VPN gateway to the latest version before you can view connection information about SSL clients. For more information, see [Upgrade a VPN gateway](https://help.aliyun.com/document_detail/
|
|
29963
|
+
@description If your VPN gateway was created before December 10, 2022, you must upgrade your VPN gateway to the latest version before you can view connection information about SSL clients. For more information, see [Upgrade a VPN gateway](https://help.aliyun.com/document_detail/2671058.html).
|
|
29956
29964
|
If your VPN gateway was created after December 10, 2022, you can view connection information about SSL clients by default.
|
|
29957
29965
|
|
|
29958
29966
|
@param request: DescribeSslVpnClientsRequest
|
|
@@ -29968,7 +29976,7 @@ class Client(OpenApiClient):
|
|
|
29968
29976
|
"""
|
|
29969
29977
|
@summary Queries the clients that have connected to a VPN gateway through SSL-VPN connections.
|
|
29970
29978
|
|
|
29971
|
-
@description If your VPN gateway was created before December 10, 2022, you must upgrade your VPN gateway to the latest version before you can view connection information about SSL clients. For more information, see [Upgrade a VPN gateway](https://help.aliyun.com/document_detail/
|
|
29979
|
+
@description If your VPN gateway was created before December 10, 2022, you must upgrade your VPN gateway to the latest version before you can view connection information about SSL clients. For more information, see [Upgrade a VPN gateway](https://help.aliyun.com/document_detail/2671058.html).
|
|
29972
29980
|
If your VPN gateway was created after December 10, 2022, you can view connection information about SSL clients by default.
|
|
29973
29981
|
|
|
29974
29982
|
@param request: DescribeSslVpnClientsRequest
|
|
@@ -33399,7 +33407,11 @@ class Client(OpenApiClient):
|
|
|
33399
33407
|
runtime: util_models.RuntimeOptions,
|
|
33400
33408
|
) -> vpc_20160428_models.DiagnoseVpnConnectionsResponse:
|
|
33401
33409
|
"""
|
|
33402
|
-
@summary
|
|
33410
|
+
@summary Diagnoses IPsec-VPN connections.
|
|
33411
|
+
|
|
33412
|
+
@description If the IPsec-VPN connection is in single-tunnel mode, the request parameter `VpnConnectionIds` is required when you call the **DiagnoseVpnConnections** operation.
|
|
33413
|
+
If the IPsec-VPN connection is in dual-tunnel mode, the request parameter `TunnelIds` is required when you call the **DiagnoseVpnConnections** operation.
|
|
33414
|
+
After you call the **DiagnoseVpnConnections** operation, if the current IPsec-VPN connection is faulty, the operation returns the corresponding error code (**FailedReasonCode**) and log (**SourceLog**). You can troubleshoot based on the error code and log information. For more information, see [Common errors and troubleshooting methods for IPsec-VPN connections](https://help.aliyun.com/document_detail/477862.html).
|
|
33403
33415
|
|
|
33404
33416
|
@param request: DiagnoseVpnConnectionsRequest
|
|
33405
33417
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -33446,7 +33458,11 @@ class Client(OpenApiClient):
|
|
|
33446
33458
|
runtime: util_models.RuntimeOptions,
|
|
33447
33459
|
) -> vpc_20160428_models.DiagnoseVpnConnectionsResponse:
|
|
33448
33460
|
"""
|
|
33449
|
-
@summary
|
|
33461
|
+
@summary Diagnoses IPsec-VPN connections.
|
|
33462
|
+
|
|
33463
|
+
@description If the IPsec-VPN connection is in single-tunnel mode, the request parameter `VpnConnectionIds` is required when you call the **DiagnoseVpnConnections** operation.
|
|
33464
|
+
If the IPsec-VPN connection is in dual-tunnel mode, the request parameter `TunnelIds` is required when you call the **DiagnoseVpnConnections** operation.
|
|
33465
|
+
After you call the **DiagnoseVpnConnections** operation, if the current IPsec-VPN connection is faulty, the operation returns the corresponding error code (**FailedReasonCode**) and log (**SourceLog**). You can troubleshoot based on the error code and log information. For more information, see [Common errors and troubleshooting methods for IPsec-VPN connections](https://help.aliyun.com/document_detail/477862.html).
|
|
33450
33466
|
|
|
33451
33467
|
@param request: DiagnoseVpnConnectionsRequest
|
|
33452
33468
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -33492,7 +33508,11 @@ class Client(OpenApiClient):
|
|
|
33492
33508
|
request: vpc_20160428_models.DiagnoseVpnConnectionsRequest,
|
|
33493
33509
|
) -> vpc_20160428_models.DiagnoseVpnConnectionsResponse:
|
|
33494
33510
|
"""
|
|
33495
|
-
@summary
|
|
33511
|
+
@summary Diagnoses IPsec-VPN connections.
|
|
33512
|
+
|
|
33513
|
+
@description If the IPsec-VPN connection is in single-tunnel mode, the request parameter `VpnConnectionIds` is required when you call the **DiagnoseVpnConnections** operation.
|
|
33514
|
+
If the IPsec-VPN connection is in dual-tunnel mode, the request parameter `TunnelIds` is required when you call the **DiagnoseVpnConnections** operation.
|
|
33515
|
+
After you call the **DiagnoseVpnConnections** operation, if the current IPsec-VPN connection is faulty, the operation returns the corresponding error code (**FailedReasonCode**) and log (**SourceLog**). You can troubleshoot based on the error code and log information. For more information, see [Common errors and troubleshooting methods for IPsec-VPN connections](https://help.aliyun.com/document_detail/477862.html).
|
|
33496
33516
|
|
|
33497
33517
|
@param request: DiagnoseVpnConnectionsRequest
|
|
33498
33518
|
@return: DiagnoseVpnConnectionsResponse
|
|
@@ -33505,7 +33525,11 @@ class Client(OpenApiClient):
|
|
|
33505
33525
|
request: vpc_20160428_models.DiagnoseVpnConnectionsRequest,
|
|
33506
33526
|
) -> vpc_20160428_models.DiagnoseVpnConnectionsResponse:
|
|
33507
33527
|
"""
|
|
33508
|
-
@summary
|
|
33528
|
+
@summary Diagnoses IPsec-VPN connections.
|
|
33529
|
+
|
|
33530
|
+
@description If the IPsec-VPN connection is in single-tunnel mode, the request parameter `VpnConnectionIds` is required when you call the **DiagnoseVpnConnections** operation.
|
|
33531
|
+
If the IPsec-VPN connection is in dual-tunnel mode, the request parameter `TunnelIds` is required when you call the **DiagnoseVpnConnections** operation.
|
|
33532
|
+
After you call the **DiagnoseVpnConnections** operation, if the current IPsec-VPN connection is faulty, the operation returns the corresponding error code (**FailedReasonCode**) and log (**SourceLog**). You can troubleshoot based on the error code and log information. For more information, see [Common errors and troubleshooting methods for IPsec-VPN connections](https://help.aliyun.com/document_detail/477862.html).
|
|
33509
33533
|
|
|
33510
33534
|
@param request: DiagnoseVpnConnectionsRequest
|
|
33511
33535
|
@return: DiagnoseVpnConnectionsResponse
|
|
@@ -45101,6 +45125,8 @@ class Client(OpenApiClient):
|
|
|
45101
45125
|
runtime: util_models.RuntimeOptions,
|
|
45102
45126
|
) -> vpc_20160428_models.ModifySslVpnClientCertResponse:
|
|
45103
45127
|
"""
|
|
45128
|
+
@summary Modifies the name of an SSL-VPN client certificate.
|
|
45129
|
+
|
|
45104
45130
|
@param request: ModifySslVpnClientCertRequest
|
|
45105
45131
|
@param runtime: runtime options for this request RuntimeOptions
|
|
45106
45132
|
@return: ModifySslVpnClientCertResponse
|
|
@@ -45148,6 +45174,8 @@ class Client(OpenApiClient):
|
|
|
45148
45174
|
runtime: util_models.RuntimeOptions,
|
|
45149
45175
|
) -> vpc_20160428_models.ModifySslVpnClientCertResponse:
|
|
45150
45176
|
"""
|
|
45177
|
+
@summary Modifies the name of an SSL-VPN client certificate.
|
|
45178
|
+
|
|
45151
45179
|
@param request: ModifySslVpnClientCertRequest
|
|
45152
45180
|
@param runtime: runtime options for this request RuntimeOptions
|
|
45153
45181
|
@return: ModifySslVpnClientCertResponse
|
|
@@ -45194,6 +45222,8 @@ class Client(OpenApiClient):
|
|
|
45194
45222
|
request: vpc_20160428_models.ModifySslVpnClientCertRequest,
|
|
45195
45223
|
) -> vpc_20160428_models.ModifySslVpnClientCertResponse:
|
|
45196
45224
|
"""
|
|
45225
|
+
@summary Modifies the name of an SSL-VPN client certificate.
|
|
45226
|
+
|
|
45197
45227
|
@param request: ModifySslVpnClientCertRequest
|
|
45198
45228
|
@return: ModifySslVpnClientCertResponse
|
|
45199
45229
|
"""
|
|
@@ -45205,6 +45235,8 @@ class Client(OpenApiClient):
|
|
|
45205
45235
|
request: vpc_20160428_models.ModifySslVpnClientCertRequest,
|
|
45206
45236
|
) -> vpc_20160428_models.ModifySslVpnClientCertResponse:
|
|
45207
45237
|
"""
|
|
45238
|
+
@summary Modifies the name of an SSL-VPN client certificate.
|
|
45239
|
+
|
|
45208
45240
|
@param request: ModifySslVpnClientCertRequest
|
|
45209
45241
|
@return: ModifySslVpnClientCertResponse
|
|
45210
45242
|
"""
|
|
@@ -45220,7 +45252,7 @@ class Client(OpenApiClient):
|
|
|
45220
45252
|
@summary Modifies the configurations of an SSL server.
|
|
45221
45253
|
|
|
45222
45254
|
@description If you modify only the **name** of the SSL server, the operation is synchronous. If you also modify other configurations besides the **name**, the operation is asynchronous.
|
|
45223
|
-
When **ModifySslVpnServer** is an asynchronous operation, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/
|
|
45255
|
+
When **ModifySslVpnServer** is an asynchronous operation, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/2794055.html) to query the status of the task.
|
|
45224
45256
|
If a VPN gateway is in the **updating** state, the configurations of the SSL server are being modified.
|
|
45225
45257
|
If a VPN gateway is in the **active** state, the configurations of the SSL server are modified.
|
|
45226
45258
|
You cannot repeatedly call **ModifySslVpnServer** to modify the configurations of an SSL server within the specified period of time.
|
|
@@ -45295,7 +45327,7 @@ class Client(OpenApiClient):
|
|
|
45295
45327
|
@summary Modifies the configurations of an SSL server.
|
|
45296
45328
|
|
|
45297
45329
|
@description If you modify only the **name** of the SSL server, the operation is synchronous. If you also modify other configurations besides the **name**, the operation is asynchronous.
|
|
45298
|
-
When **ModifySslVpnServer** is an asynchronous operation, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/
|
|
45330
|
+
When **ModifySslVpnServer** is an asynchronous operation, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/2794055.html) to query the status of the task.
|
|
45299
45331
|
If a VPN gateway is in the **updating** state, the configurations of the SSL server are being modified.
|
|
45300
45332
|
If a VPN gateway is in the **active** state, the configurations of the SSL server are modified.
|
|
45301
45333
|
You cannot repeatedly call **ModifySslVpnServer** to modify the configurations of an SSL server within the specified period of time.
|
|
@@ -45369,7 +45401,7 @@ class Client(OpenApiClient):
|
|
|
45369
45401
|
@summary Modifies the configurations of an SSL server.
|
|
45370
45402
|
|
|
45371
45403
|
@description If you modify only the **name** of the SSL server, the operation is synchronous. If you also modify other configurations besides the **name**, the operation is asynchronous.
|
|
45372
|
-
When **ModifySslVpnServer** is an asynchronous operation, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/
|
|
45404
|
+
When **ModifySslVpnServer** is an asynchronous operation, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/2794055.html) to query the status of the task.
|
|
45373
45405
|
If a VPN gateway is in the **updating** state, the configurations of the SSL server are being modified.
|
|
45374
45406
|
If a VPN gateway is in the **active** state, the configurations of the SSL server are modified.
|
|
45375
45407
|
You cannot repeatedly call **ModifySslVpnServer** to modify the configurations of an SSL server within the specified period of time.
|
|
@@ -45388,7 +45420,7 @@ class Client(OpenApiClient):
|
|
|
45388
45420
|
@summary Modifies the configurations of an SSL server.
|
|
45389
45421
|
|
|
45390
45422
|
@description If you modify only the **name** of the SSL server, the operation is synchronous. If you also modify other configurations besides the **name**, the operation is asynchronous.
|
|
45391
|
-
When **ModifySslVpnServer** is an asynchronous operation, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/
|
|
45423
|
+
When **ModifySslVpnServer** is an asynchronous operation, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/2794055.html) to query the status of the task.
|
|
45392
45424
|
If a VPN gateway is in the **updating** state, the configurations of the SSL server are being modified.
|
|
45393
45425
|
If a VPN gateway is in the **active** state, the configurations of the SSL server are modified.
|
|
45394
45426
|
You cannot repeatedly call **ModifySslVpnServer** to modify the configurations of an SSL server within the specified period of time.
|
|
@@ -47747,9 +47779,10 @@ class Client(OpenApiClient):
|
|
|
47747
47779
|
runtime: util_models.RuntimeOptions,
|
|
47748
47780
|
) -> vpc_20160428_models.ModifyVpnRouteEntryWeightResponse:
|
|
47749
47781
|
"""
|
|
47750
|
-
@summary Modifies the weight of a destination-based route
|
|
47782
|
+
@summary Modifies the weight of a destination-based route.
|
|
47751
47783
|
|
|
47752
|
-
@description
|
|
47784
|
+
@description In scenarios where a VPN gateway has an active and a standby destination-based route, if you need to modify the weight of the active destination-based route, you must first delete the standby destination-based route. After you modify the active destination-based route, configure a standby destination-based route. If you need to modify the weight of the standby destination-based route, you also need to delete the active destination-based route first. After you modify the standby destination-based route, configure an active destination-based route. For more information about how to delete a destination-based route, see [DeleteVpnRouteEntry](https://help.aliyun.com/document_detail/2526961.html).
|
|
47785
|
+
**ModifyVpnRouteEntryWeight** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/73720.html) to query the status of the task.
|
|
47753
47786
|
If the VPN gateway is in the **updating** state, the weight of the destination-based route is being modified.
|
|
47754
47787
|
If the VPN gateway is in the **active** state, the weight of the destination-based route is modified.
|
|
47755
47788
|
You cannot repeatedly call the **ModifyVpnRouteEntryWeight** operation to modify the weight of destination-based route for the same VPN gateway within the specified period of time.
|
|
@@ -47809,9 +47842,10 @@ class Client(OpenApiClient):
|
|
|
47809
47842
|
runtime: util_models.RuntimeOptions,
|
|
47810
47843
|
) -> vpc_20160428_models.ModifyVpnRouteEntryWeightResponse:
|
|
47811
47844
|
"""
|
|
47812
|
-
@summary Modifies the weight of a destination-based route
|
|
47845
|
+
@summary Modifies the weight of a destination-based route.
|
|
47813
47846
|
|
|
47814
|
-
@description
|
|
47847
|
+
@description In scenarios where a VPN gateway has an active and a standby destination-based route, if you need to modify the weight of the active destination-based route, you must first delete the standby destination-based route. After you modify the active destination-based route, configure a standby destination-based route. If you need to modify the weight of the standby destination-based route, you also need to delete the active destination-based route first. After you modify the standby destination-based route, configure an active destination-based route. For more information about how to delete a destination-based route, see [DeleteVpnRouteEntry](https://help.aliyun.com/document_detail/2526961.html).
|
|
47848
|
+
**ModifyVpnRouteEntryWeight** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/73720.html) to query the status of the task.
|
|
47815
47849
|
If the VPN gateway is in the **updating** state, the weight of the destination-based route is being modified.
|
|
47816
47850
|
If the VPN gateway is in the **active** state, the weight of the destination-based route is modified.
|
|
47817
47851
|
You cannot repeatedly call the **ModifyVpnRouteEntryWeight** operation to modify the weight of destination-based route for the same VPN gateway within the specified period of time.
|
|
@@ -47870,9 +47904,10 @@ class Client(OpenApiClient):
|
|
|
47870
47904
|
request: vpc_20160428_models.ModifyVpnRouteEntryWeightRequest,
|
|
47871
47905
|
) -> vpc_20160428_models.ModifyVpnRouteEntryWeightResponse:
|
|
47872
47906
|
"""
|
|
47873
|
-
@summary Modifies the weight of a destination-based route
|
|
47907
|
+
@summary Modifies the weight of a destination-based route.
|
|
47874
47908
|
|
|
47875
|
-
@description
|
|
47909
|
+
@description In scenarios where a VPN gateway has an active and a standby destination-based route, if you need to modify the weight of the active destination-based route, you must first delete the standby destination-based route. After you modify the active destination-based route, configure a standby destination-based route. If you need to modify the weight of the standby destination-based route, you also need to delete the active destination-based route first. After you modify the standby destination-based route, configure an active destination-based route. For more information about how to delete a destination-based route, see [DeleteVpnRouteEntry](https://help.aliyun.com/document_detail/2526961.html).
|
|
47910
|
+
**ModifyVpnRouteEntryWeight** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/73720.html) to query the status of the task.
|
|
47876
47911
|
If the VPN gateway is in the **updating** state, the weight of the destination-based route is being modified.
|
|
47877
47912
|
If the VPN gateway is in the **active** state, the weight of the destination-based route is modified.
|
|
47878
47913
|
You cannot repeatedly call the **ModifyVpnRouteEntryWeight** operation to modify the weight of destination-based route for the same VPN gateway within the specified period of time.
|
|
@@ -47888,9 +47923,10 @@ class Client(OpenApiClient):
|
|
|
47888
47923
|
request: vpc_20160428_models.ModifyVpnRouteEntryWeightRequest,
|
|
47889
47924
|
) -> vpc_20160428_models.ModifyVpnRouteEntryWeightResponse:
|
|
47890
47925
|
"""
|
|
47891
|
-
@summary Modifies the weight of a destination-based route
|
|
47926
|
+
@summary Modifies the weight of a destination-based route.
|
|
47892
47927
|
|
|
47893
|
-
@description
|
|
47928
|
+
@description In scenarios where a VPN gateway has an active and a standby destination-based route, if you need to modify the weight of the active destination-based route, you must first delete the standby destination-based route. After you modify the active destination-based route, configure a standby destination-based route. If you need to modify the weight of the standby destination-based route, you also need to delete the active destination-based route first. After you modify the standby destination-based route, configure an active destination-based route. For more information about how to delete a destination-based route, see [DeleteVpnRouteEntry](https://help.aliyun.com/document_detail/2526961.html).
|
|
47929
|
+
**ModifyVpnRouteEntryWeight** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/73720.html) to query the status of the task.
|
|
47894
47930
|
If the VPN gateway is in the **updating** state, the weight of the destination-based route is being modified.
|
|
47895
47931
|
If the VPN gateway is in the **active** state, the weight of the destination-based route is modified.
|
|
47896
47932
|
You cannot repeatedly call the **ModifyVpnRouteEntryWeight** operation to modify the weight of destination-based route for the same VPN gateway within the specified period of time.
|
|
@@ -53262,7 +53298,7 @@ class Client(OpenApiClient):
|
|
|
53262
53298
|
@summary Modifies the configuration of an IPsec server.
|
|
53263
53299
|
|
|
53264
53300
|
@description If you modify only the **IpsecServerName** parameter, this operation is synchronous. If you modify parameters other than **IpsecServerName**, this operation is asynchronous.
|
|
53265
|
-
When the **UpdateIpsecServer** operation is asynchronous, the system returns a request ID after you send a request to call this operation and the IPsec server is being modified in the backend. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/
|
|
53301
|
+
When the **UpdateIpsecServer** operation is asynchronous, the system returns a request ID after you send a request to call this operation and the IPsec server is being modified in the backend. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/2794055.html) to query the status of a VPN gateway.
|
|
53266
53302
|
If the VPN gateway is in the **updating** state, the configuration of the IPsec server is being modified.
|
|
53267
53303
|
If the VPN gateway is in the **active** state, the configuration of the IPsec server is modified.
|
|
53268
53304
|
You cannot repeatedly call the **UpdateIpsecServer** operation for the same VPN gateway within the specified period of time.
|
|
@@ -53325,7 +53361,7 @@ class Client(OpenApiClient):
|
|
|
53325
53361
|
@summary Modifies the configuration of an IPsec server.
|
|
53326
53362
|
|
|
53327
53363
|
@description If you modify only the **IpsecServerName** parameter, this operation is synchronous. If you modify parameters other than **IpsecServerName**, this operation is asynchronous.
|
|
53328
|
-
When the **UpdateIpsecServer** operation is asynchronous, the system returns a request ID after you send a request to call this operation and the IPsec server is being modified in the backend. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/
|
|
53364
|
+
When the **UpdateIpsecServer** operation is asynchronous, the system returns a request ID after you send a request to call this operation and the IPsec server is being modified in the backend. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/2794055.html) to query the status of a VPN gateway.
|
|
53329
53365
|
If the VPN gateway is in the **updating** state, the configuration of the IPsec server is being modified.
|
|
53330
53366
|
If the VPN gateway is in the **active** state, the configuration of the IPsec server is modified.
|
|
53331
53367
|
You cannot repeatedly call the **UpdateIpsecServer** operation for the same VPN gateway within the specified period of time.
|
|
@@ -53387,7 +53423,7 @@ class Client(OpenApiClient):
|
|
|
53387
53423
|
@summary Modifies the configuration of an IPsec server.
|
|
53388
53424
|
|
|
53389
53425
|
@description If you modify only the **IpsecServerName** parameter, this operation is synchronous. If you modify parameters other than **IpsecServerName**, this operation is asynchronous.
|
|
53390
|
-
When the **UpdateIpsecServer** operation is asynchronous, the system returns a request ID after you send a request to call this operation and the IPsec server is being modified in the backend. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/
|
|
53426
|
+
When the **UpdateIpsecServer** operation is asynchronous, the system returns a request ID after you send a request to call this operation and the IPsec server is being modified in the backend. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/2794055.html) to query the status of a VPN gateway.
|
|
53391
53427
|
If the VPN gateway is in the **updating** state, the configuration of the IPsec server is being modified.
|
|
53392
53428
|
If the VPN gateway is in the **active** state, the configuration of the IPsec server is modified.
|
|
53393
53429
|
You cannot repeatedly call the **UpdateIpsecServer** operation for the same VPN gateway within the specified period of time.
|
|
@@ -53406,7 +53442,7 @@ class Client(OpenApiClient):
|
|
|
53406
53442
|
@summary Modifies the configuration of an IPsec server.
|
|
53407
53443
|
|
|
53408
53444
|
@description If you modify only the **IpsecServerName** parameter, this operation is synchronous. If you modify parameters other than **IpsecServerName**, this operation is asynchronous.
|
|
53409
|
-
When the **UpdateIpsecServer** operation is asynchronous, the system returns a request ID after you send a request to call this operation and the IPsec server is being modified in the backend. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/
|
|
53445
|
+
When the **UpdateIpsecServer** operation is asynchronous, the system returns a request ID after you send a request to call this operation and the IPsec server is being modified in the backend. You can call [DescribeVpnGateway](https://help.aliyun.com/document_detail/2794055.html) to query the status of a VPN gateway.
|
|
53410
53446
|
If the VPN gateway is in the **updating** state, the configuration of the IPsec server is being modified.
|
|
53411
53447
|
If the VPN gateway is in the **active** state, the configuration of the IPsec server is modified.
|
|
53412
53448
|
You cannot repeatedly call the **UpdateIpsecServer** operation for the same VPN gateway within the specified period of time.
|