alibabacloud-vpc20160428 6.6.4__tar.gz → 6.6.6__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.
Files changed (17) hide show
  1. {alibabacloud_vpc20160428-6.6.4 → alibabacloud_vpc20160428-6.6.6}/ChangeLog.md +19 -0
  2. {alibabacloud_vpc20160428-6.6.4 → alibabacloud_vpc20160428-6.6.6}/PKG-INFO +1 -1
  3. alibabacloud_vpc20160428-6.6.6/alibabacloud_vpc20160428/__init__.py +1 -0
  4. {alibabacloud_vpc20160428-6.6.4 → alibabacloud_vpc20160428-6.6.6}/alibabacloud_vpc20160428/client.py +32 -24
  5. {alibabacloud_vpc20160428-6.6.4 → alibabacloud_vpc20160428-6.6.6}/alibabacloud_vpc20160428/models.py +57 -35
  6. {alibabacloud_vpc20160428-6.6.4 → alibabacloud_vpc20160428-6.6.6}/alibabacloud_vpc20160428.egg-info/PKG-INFO +1 -1
  7. {alibabacloud_vpc20160428-6.6.4 → alibabacloud_vpc20160428-6.6.6}/alibabacloud_vpc20160428.egg-info/requires.txt +2 -2
  8. {alibabacloud_vpc20160428-6.6.4 → alibabacloud_vpc20160428-6.6.6}/setup.py +3 -3
  9. alibabacloud_vpc20160428-6.6.4/alibabacloud_vpc20160428/__init__.py +0 -1
  10. {alibabacloud_vpc20160428-6.6.4 → alibabacloud_vpc20160428-6.6.6}/LICENSE +0 -0
  11. {alibabacloud_vpc20160428-6.6.4 → alibabacloud_vpc20160428-6.6.6}/MANIFEST.in +0 -0
  12. {alibabacloud_vpc20160428-6.6.4 → alibabacloud_vpc20160428-6.6.6}/README-CN.md +0 -0
  13. {alibabacloud_vpc20160428-6.6.4 → alibabacloud_vpc20160428-6.6.6}/README.md +0 -0
  14. {alibabacloud_vpc20160428-6.6.4 → alibabacloud_vpc20160428-6.6.6}/alibabacloud_vpc20160428.egg-info/SOURCES.txt +0 -0
  15. {alibabacloud_vpc20160428-6.6.4 → alibabacloud_vpc20160428-6.6.6}/alibabacloud_vpc20160428.egg-info/dependency_links.txt +0 -0
  16. {alibabacloud_vpc20160428-6.6.4 → alibabacloud_vpc20160428-6.6.6}/alibabacloud_vpc20160428.egg-info/top_level.txt +0 -0
  17. {alibabacloud_vpc20160428-6.6.4 → alibabacloud_vpc20160428-6.6.6}/setup.cfg +0 -0
@@ -1,3 +1,22 @@
1
+ 2024-05-16 Version: 6.6.5
2
+ - Update API DescribeVSwitches: add param EnableIpv6.
3
+ - Update API DescribeVpcs: add param EnableIpv6.
4
+
5
+
6
+ 2024-05-10 Version: 6.6.4
7
+ - Update API CreateSslVpnServer: add param IDaaSApplicationId.
8
+ - Update API DescribeSslVpnServers: update response param.
9
+ - Update API ModifySslVpnServer: add param IDaaSApplicationId.
10
+ - Update API ModifySslVpnServer: update response param.
11
+
12
+
13
+ 2024-05-10 Version: 6.6.4
14
+ - Update API CreateSslVpnServer: add param IDaaSApplicationId.
15
+ - Update API DescribeSslVpnServers: update response param.
16
+ - Update API ModifySslVpnServer: add param IDaaSApplicationId.
17
+ - Update API ModifySslVpnServer: update response param.
18
+
19
+
1
20
  2024-05-07 Version: 6.6.3
2
21
  - Update API DescribeNatGateways: update response param.
3
22
  - Update API GetNatGatewayAttribute: update response param.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud_vpc20160428
3
- Version: 6.6.4
3
+ Version: 6.6.6
4
4
  Summary: Alibaba Cloud Virtual Private Cloud (20160428) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -0,0 +1 @@
1
+ __version__ = '6.6.6'
@@ -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/120363.html).
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/73720.html) to query the status of the task.
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/120363.html).
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/73720.html) to query the status of the task.
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/120363.html).
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/73720.html) to query the status of the task.
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/120363.html).
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/73720.html) to query the status of the task.
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.
@@ -18057,7 +18057,7 @@ class Client(OpenApiClient):
18057
18057
  """
18058
18058
  @summary Deletes an IPsec server.
18059
18059
 
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/73720.html) to query the status of the task.
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/2794055.html) to query the status of the task.
18061
18061
  If a VPN gateway is in the **updating** state, the IPsec server is being deleted.
18062
18062
  If a VPN gateway is in the **active** state, the IPsec server is deleted.
18063
18063
  You cannot repeatedly call **DeleteIpsecServer** to delete an IPsec server from a VPN gateway within the specified period of time.
@@ -18103,7 +18103,7 @@ class Client(OpenApiClient):
18103
18103
  """
18104
18104
  @summary Deletes an IPsec server.
18105
18105
 
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/73720.html) to query the status of the task.
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/2794055.html) to query the status of the task.
18107
18107
  If a VPN gateway is in the **updating** state, the IPsec server is being deleted.
18108
18108
  If a VPN gateway is in the **active** state, the IPsec server is deleted.
18109
18109
  You cannot repeatedly call **DeleteIpsecServer** to delete an IPsec server from a VPN gateway within the specified period of time.
@@ -18148,7 +18148,7 @@ class Client(OpenApiClient):
18148
18148
  """
18149
18149
  @summary Deletes an IPsec server.
18150
18150
 
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/73720.html) to query the status of the task.
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/2794055.html) to query the status of the task.
18152
18152
  If a VPN gateway is in the **updating** state, the IPsec server is being deleted.
18153
18153
  If a VPN gateway is in the **active** state, the IPsec server is deleted.
18154
18154
  You cannot repeatedly call **DeleteIpsecServer** to delete an IPsec server from a VPN gateway within the specified period of time.
@@ -18166,7 +18166,7 @@ class Client(OpenApiClient):
18166
18166
  """
18167
18167
  @summary Deletes an IPsec server.
18168
18168
 
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/73720.html) to query the status of the task.
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/2794055.html) to query the status of the task.
18170
18170
  If a VPN gateway is in the **updating** state, the IPsec server is being deleted.
18171
18171
  If a VPN gateway is in the **active** state, the IPsec server is deleted.
18172
18172
  You cannot repeatedly call **DeleteIpsecServer** to delete an IPsec server from a VPN gateway within the specified period of time.
@@ -20665,7 +20665,7 @@ class Client(OpenApiClient):
20665
20665
  """
20666
20666
  @summary Deletes an SSL server.
20667
20667
 
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/73720.html) operation to query the status of the task.
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/2794055.html) operation to query the status of the task.
20669
20669
  If the VPN gateway is in the **updating** state, the SSL server is being deleted.
20670
20670
  If the VPN gateway is in the **active** state, the SSL server is deleted.
20671
20671
  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 +20717,7 @@ class Client(OpenApiClient):
20717
20717
  """
20718
20718
  @summary Deletes an SSL server.
20719
20719
 
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/73720.html) operation to query the status of the task.
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/2794055.html) operation to query the status of the task.
20721
20721
  If the VPN gateway is in the **updating** state, the SSL server is being deleted.
20722
20722
  If the VPN gateway is in the **active** state, the SSL server is deleted.
20723
20723
  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 +20768,7 @@ class Client(OpenApiClient):
20768
20768
  """
20769
20769
  @summary Deletes an SSL server.
20770
20770
 
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/73720.html) operation to query the status of the task.
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/2794055.html) operation to query the status of the task.
20772
20772
  If the VPN gateway is in the **updating** state, the SSL server is being deleted.
20773
20773
  If the VPN gateway is in the **active** state, the SSL server is deleted.
20774
20774
  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 +20786,7 @@ class Client(OpenApiClient):
20786
20786
  """
20787
20787
  @summary Deletes an SSL server.
20788
20788
 
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/73720.html) operation to query the status of the task.
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/2794055.html) operation to query the status of the task.
20790
20790
  If the VPN gateway is in the **updating** state, the SSL server is being deleted.
20791
20791
  If the VPN gateway is in the **active** state, the SSL server is deleted.
20792
20792
  You cannot repeatedly call the **DeleteSslVpnServer** operation to delete an SSL server from the same VPN gateway within the specified period of time.
@@ -29849,7 +29849,7 @@ class Client(OpenApiClient):
29849
29849
  """
29850
29850
  @summary Queries the clients that have connected to a VPN gateway through SSL-VPN connections.
29851
29851
 
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/303968.html).
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/2671058.html).
29853
29853
  If your VPN gateway was created after December 10, 2022, you can view connection information about SSL clients by default.
29854
29854
 
29855
29855
  @param request: DescribeSslVpnClientsRequest
@@ -29901,7 +29901,7 @@ class Client(OpenApiClient):
29901
29901
  """
29902
29902
  @summary Queries the clients that have connected to a VPN gateway through SSL-VPN connections.
29903
29903
 
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/303968.html).
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/2671058.html).
29905
29905
  If your VPN gateway was created after December 10, 2022, you can view connection information about SSL clients by default.
29906
29906
 
29907
29907
  @param request: DescribeSslVpnClientsRequest
@@ -29952,7 +29952,7 @@ class Client(OpenApiClient):
29952
29952
  """
29953
29953
  @summary Queries the clients that have connected to a VPN gateway through SSL-VPN connections.
29954
29954
 
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/303968.html).
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/2671058.html).
29956
29956
  If your VPN gateway was created after December 10, 2022, you can view connection information about SSL clients by default.
29957
29957
 
29958
29958
  @param request: DescribeSslVpnClientsRequest
@@ -29968,7 +29968,7 @@ class Client(OpenApiClient):
29968
29968
  """
29969
29969
  @summary Queries the clients that have connected to a VPN gateway through SSL-VPN connections.
29970
29970
 
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/303968.html).
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/2671058.html).
29972
29972
  If your VPN gateway was created after December 10, 2022, you can view connection information about SSL clients by default.
29973
29973
 
29974
29974
  @param request: DescribeSslVpnClientsRequest
@@ -30789,6 +30789,8 @@ class Client(OpenApiClient):
30789
30789
  query = {}
30790
30790
  if not UtilClient.is_unset(request.dry_run):
30791
30791
  query['DryRun'] = request.dry_run
30792
+ if not UtilClient.is_unset(request.enable_ipv_6):
30793
+ query['EnableIpv6'] = request.enable_ipv_6
30792
30794
  if not UtilClient.is_unset(request.is_default):
30793
30795
  query['IsDefault'] = request.is_default
30794
30796
  if not UtilClient.is_unset(request.owner_account):
@@ -30856,6 +30858,8 @@ class Client(OpenApiClient):
30856
30858
  query = {}
30857
30859
  if not UtilClient.is_unset(request.dry_run):
30858
30860
  query['DryRun'] = request.dry_run
30861
+ if not UtilClient.is_unset(request.enable_ipv_6):
30862
+ query['EnableIpv6'] = request.enable_ipv_6
30859
30863
  if not UtilClient.is_unset(request.is_default):
30860
30864
  query['IsDefault'] = request.is_default
30861
30865
  if not UtilClient.is_unset(request.owner_account):
@@ -31587,6 +31591,8 @@ class Client(OpenApiClient):
31587
31591
  query['DhcpOptionsSetId'] = request.dhcp_options_set_id
31588
31592
  if not UtilClient.is_unset(request.dry_run):
31589
31593
  query['DryRun'] = request.dry_run
31594
+ if not UtilClient.is_unset(request.enable_ipv_6):
31595
+ query['EnableIpv6'] = request.enable_ipv_6
31590
31596
  if not UtilClient.is_unset(request.is_default):
31591
31597
  query['IsDefault'] = request.is_default
31592
31598
  if not UtilClient.is_unset(request.owner_account):
@@ -31650,6 +31656,8 @@ class Client(OpenApiClient):
31650
31656
  query['DhcpOptionsSetId'] = request.dhcp_options_set_id
31651
31657
  if not UtilClient.is_unset(request.dry_run):
31652
31658
  query['DryRun'] = request.dry_run
31659
+ if not UtilClient.is_unset(request.enable_ipv_6):
31660
+ query['EnableIpv6'] = request.enable_ipv_6
31653
31661
  if not UtilClient.is_unset(request.is_default):
31654
31662
  query['IsDefault'] = request.is_default
31655
31663
  if not UtilClient.is_unset(request.owner_account):
@@ -53254,7 +53262,7 @@ class Client(OpenApiClient):
53254
53262
  @summary Modifies the configuration of an IPsec server.
53255
53263
 
53256
53264
  @description If you modify only the **IpsecServerName** parameter, this operation is synchronous. If you modify parameters other than **IpsecServerName**, this operation is asynchronous.
53257
- 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/73720.html) to query the status of a VPN gateway.
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/2794055.html) to query the status of a VPN gateway.
53258
53266
  If the VPN gateway is in the **updating** state, the configuration of the IPsec server is being modified.
53259
53267
  If the VPN gateway is in the **active** state, the configuration of the IPsec server is modified.
53260
53268
  You cannot repeatedly call the **UpdateIpsecServer** operation for the same VPN gateway within the specified period of time.
@@ -53317,7 +53325,7 @@ class Client(OpenApiClient):
53317
53325
  @summary Modifies the configuration of an IPsec server.
53318
53326
 
53319
53327
  @description If you modify only the **IpsecServerName** parameter, this operation is synchronous. If you modify parameters other than **IpsecServerName**, this operation is asynchronous.
53320
- 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/73720.html) to query the status of a VPN gateway.
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/2794055.html) to query the status of a VPN gateway.
53321
53329
  If the VPN gateway is in the **updating** state, the configuration of the IPsec server is being modified.
53322
53330
  If the VPN gateway is in the **active** state, the configuration of the IPsec server is modified.
53323
53331
  You cannot repeatedly call the **UpdateIpsecServer** operation for the same VPN gateway within the specified period of time.
@@ -53379,7 +53387,7 @@ class Client(OpenApiClient):
53379
53387
  @summary Modifies the configuration of an IPsec server.
53380
53388
 
53381
53389
  @description If you modify only the **IpsecServerName** parameter, this operation is synchronous. If you modify parameters other than **IpsecServerName**, this operation is asynchronous.
53382
- 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/73720.html) to query the status of a VPN gateway.
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/2794055.html) to query the status of a VPN gateway.
53383
53391
  If the VPN gateway is in the **updating** state, the configuration of the IPsec server is being modified.
53384
53392
  If the VPN gateway is in the **active** state, the configuration of the IPsec server is modified.
53385
53393
  You cannot repeatedly call the **UpdateIpsecServer** operation for the same VPN gateway within the specified period of time.
@@ -53398,7 +53406,7 @@ class Client(OpenApiClient):
53398
53406
  @summary Modifies the configuration of an IPsec server.
53399
53407
 
53400
53408
  @description If you modify only the **IpsecServerName** parameter, this operation is synchronous. If you modify parameters other than **IpsecServerName**, this operation is asynchronous.
53401
- 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/73720.html) to query the status of a VPN gateway.
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/2794055.html) to query the status of a VPN gateway.
53402
53410
  If the VPN gateway is in the **updating** state, the configuration of the IPsec server is being modified.
53403
53411
  If the VPN gateway is in the **active** state, the configuration of the IPsec server is modified.
53404
53412
  You cannot repeatedly call the **UpdateIpsecServer** operation for the same VPN gateway within the specified period of time.
@@ -11676,7 +11676,7 @@ class CreateIpsecServerRequest(TeaModel):
11676
11676
  #
11677
11677
  # The pre-shared key is used for identity authentication between the IPsec server and the client. The key must be 1 to 100 characters in length.
11678
11678
  #
11679
- # If you do not specify a pre-shared key, the system randomly generates a 16-character string as the pre-shared key. You can call the [ListIpsecServers](https://help.aliyun.com/document_detail/205453.html) operation to query the pre-shared keys that are generated by the system.
11679
+ # If you do not specify a pre-shared key, the system randomly generates a 16-character string as the pre-shared key. You can call the [ListIpsecServers](https://help.aliyun.com/document_detail/2794120.html) operation to query the pre-shared keys that are generated by the system.
11680
11680
  #
11681
11681
  # > The pre-shared key of the IPsec server must be the same as the client key. Otherwise, the IPsec server cannot be connected to the client.
11682
11682
  self.psk = psk
@@ -21030,7 +21030,7 @@ class CreateVpnAttachmentRequest(TeaModel):
21030
21030
  # * **IkeConfig.Psk**: The pre-shared key that is used for authentication between the VPN gateway and the data center.
21031
21031
  #
21032
21032
  # * It must be 1 to 100 characters in length, and can contain letters, digits, and the following characters: ``~!`@#$%^&*()_-+={}[]|;:\\",.<>/?``
21033
- # * If you do not specify a pre-shared key, the system generates a random 16-character string as the pre-shared key. You can call the [DescribeVpnConnection](https://help.aliyun.com/document_detail/448847.html) operation to query the pre-shared key that is generated by the system.
21033
+ # * If you do not specify a pre-shared key, the system generates a random 16-character string as the pre-shared key. You can call the [DescribeVpnConnection](https://help.aliyun.com/document_detail/2526951.html) operation to query the pre-shared key that is generated by the system.
21034
21034
  #
21035
21035
  # > The pre-shared key of the IPsec-VPN connection must be the same as the authentication key of the data center. Otherwise, a connection cannot be established between the data center and the VPN gateway.
21036
21036
  #
@@ -21078,9 +21078,9 @@ class CreateVpnAttachmentRequest(TeaModel):
21078
21078
  # * **private**\
21079
21079
  self.network_type = network_type
21080
21080
  self.owner_account = owner_account
21081
- # The ID of the region where the IPsec-VPN connection is established.
21081
+ # The region ID of the IPsec-VPN connection.
21082
21082
  #
21083
- # You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent list of regions.
21083
+ # You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
21084
21084
  #
21085
21085
  # This parameter is required.
21086
21086
  self.region_id = region_id
@@ -21470,7 +21470,7 @@ class CreateVpnConnectionRequestTunnelOptionsSpecificationTunnelIkeConfig(TeaMod
21470
21470
  # The pre-shared key, which is used for identity authentication between the tunnel and the tunnel peer.
21471
21471
  #
21472
21472
  # * The key must be 1 to 100 characters in length and can contain digits, letters, and the following characters: ``~!\\`@#$%^&*()_-+={}[]|;:\\",.<>/?``
21473
- # * If you do not specify a pre-shared key, the system generates a random 16-character string as the pre-shared key. You can call the [DescribeVpnConnection](https://help.aliyun.com/document_detail/448847.html) operation to query the pre-shared key that is generated by the system.
21473
+ # * If you do not specify a pre-shared key, the system generates a random 16-character string as the pre-shared key. You can call the [DescribeVpnConnection](https://help.aliyun.com/document_detail/2526951.html) operation to query the pre-shared key that is generated by the system.
21474
21474
  #
21475
21475
  # > The tunnel and the tunnel peer must use the same pre-shared key. Otherwise, the tunnel cannot be established.
21476
21476
  self.psk = psk
@@ -21721,22 +21721,26 @@ class CreateVpnConnectionRequest(TeaModel):
21721
21721
  # * **true** (default)
21722
21722
  # * **false**\
21723
21723
  self.auto_config_route = auto_config_route
21724
- # This parameter is available if you create an IPsec-VPN connection in single-tunnel mode.
21724
+ # This parameter is supported when you create an IPsec-VPN connection in single-tunnel mode.
21725
21725
  #
21726
- # The Border Gateway Protocol (BGP) configurations:
21726
+ # BGP configuration:
21727
21727
  #
21728
- # * **BgpConfig.EnableBgp**: specifies whether to enable BGP. Valid values: **true** and **false**. Default value: false.
21728
+ # * **BgpConfig.EnableBgp**: specifies whether to enable BGP. Valid values: **true** and **false** (default).
21729
21729
  #
21730
- # * **BgpConfig.LocalAsn**: the autonomous system number (ASN) on the Alibaba Cloud side. Valid values: **1** to **4294967295**. Default value: **45104**.
21730
+ # * **BgpConfig.LocalAsn:** the autonomous system number (ASN) on the Alibaba Cloud side. Valid values: **1** to **4294967295**. Default value: **45104**.
21731
21731
  #
21732
- # * **BgpConfig.TunnelCidr**: the CIDR block of the IPsec tunnel. The CIDR block must belong to 169.254.0.0/16. The subnet mask of the CIDR block must be 30 bits in length.
21732
+ # You can enter a value in two segments separated by a period (.). Each segment is 16 bits in length. Enter the number in each segment in decimal format.
21733
21733
  #
21734
- # > The CIDR block of an IPsec tunnel associated with a VPN gateway must be unique.
21734
+ # For example, if you enter 123.456, the ASN is 8061384. The ASN is calculated by using the following formula: 123 × 65536 + 456 = 8061384.
21735
21735
  #
21736
- # * **LocalBgpIp**: the BGP address on the Alibaba Cloud side. This IP address must fall within the CIDR block range of the IPsec tunnel.
21736
+ # * **BgpConfig.TunnelCidr**: The CIDR block of the IPsec tunnel. The CIDR block must belong to 169.254.0.0/16 and the subnet mask is 30 bits in length.
21737
21737
  #
21738
- # >* 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](https://help.aliyun.com/document_detail/170235.html).
21739
- # >* We recommend that you use a private ASN to establish a connection with Alibaba Cloud over BGP. For information about the range of private ASNs, see the relevant documentation.
21738
+ # >The CIDR block of the IPsec tunnel for each IPsec-VPN connection on a VPN gateway must be unique.
21739
+ #
21740
+ # * **LocalBgpIp**: the BGP address on the Alibaba Cloud side. It must be an IP address that falls within the CIDR block of the IPsec tunnel.
21741
+ #
21742
+ # > * Before you add BGP configurations, we recommend that you learn about how BGP works and the limits. For more information, see [VPN Gateway supports BGP dynamic routing](https://help.aliyun.com/document_detail/170235.html).
21743
+ # > * We recommend that you use private ASN to establish BGP connections to Alibaba Cloud. Refer to the relevant documentation for the private ASN range.
21740
21744
  self.bgp_config = bgp_config
21741
21745
  # The client token that is used to ensure the idempotence of the request.
21742
21746
  #
@@ -21748,10 +21752,10 @@ class CreateVpnConnectionRequest(TeaModel):
21748
21752
  #
21749
21753
  # The ID of the customer gateway.
21750
21754
  self.customer_gateway_id = customer_gateway_id
21751
- # Specify whether to immediately start IPsec negotiations after the configuration takes effect. Valid values:
21755
+ # Specifies whether to immediately start IPsec negotiations. Valid values:
21752
21756
  #
21753
- # * **true**: immediately starts IPsec negotiations after the configuration is complete.
21754
- # * **false** (default): starts IPsec negotiations when inbound traffic is received.
21757
+ # * **true**: immediately starts IPsec negotiations.
21758
+ # * **false** (default): starts IPsec negotiations when inbound traffic is detected.
21755
21759
  self.effect_immediately = effect_immediately
21756
21760
  # This parameter is available if you create an IPsec-VPN connection in single-tunnel mode.
21757
21761
  #
@@ -21789,7 +21793,7 @@ class CreateVpnConnectionRequest(TeaModel):
21789
21793
  #
21790
21794
  # * The key must be 1 to 100 characters in length and can contain digits, letters, and the following characters: ``~!\\`@#$%^&*()_-+={}[]|;:\\",.<>/?``
21791
21795
  #
21792
- # * If you do not specify a pre-shared key, the system generates a random 16-character string as the pre-shared key. You can call the [DescribeVpnConnection](https://help.aliyun.com/document_detail/448847.html) operation to query the pre-shared key that is generated by the system.
21796
+ # * If you do not specify a pre-shared key, the system generates a random 16-character string as the pre-shared key. You can call the [DescribeVpnConnection](https://help.aliyun.com/document_detail/2526951.html) operation to query the pre-shared key that is generated by the system.
21793
21797
  #
21794
21798
  # >The pre-shared key of the IPsec-VPN connection must be the same as the authentication key of the on-premises database. Otherwise, the on-premises database and the VPN gateway cannot establish a connection.
21795
21799
  #
@@ -52278,7 +52282,7 @@ class DescribeSslVpnClientCertsRequest(TeaModel):
52278
52282
  # The ID of the resource group to which the SSL client certificate belongs.
52279
52283
  #
52280
52284
  # The SSL client certificate is the same as the resource group of the SSL server associated with it.
52281
- # You can call the [DescribeSslVpnServers](https://help.aliyun.com/document_detail/2526933.html) operation to query the ID of the resource group to which the SSL server belongs.
52285
+ # You can call the [DescribeSslVpnServers](https://help.aliyun.com/document_detail/2794078.html) operation to query the ID of the resource group to which the SSL server belongs.
52282
52286
  self.resource_group_id = resource_group_id
52283
52287
  self.resource_owner_account = resource_owner_account
52284
52288
  self.resource_owner_id = resource_owner_id
@@ -54820,6 +54824,7 @@ class DescribeVSwitchesRequest(TeaModel):
54820
54824
  def __init__(
54821
54825
  self,
54822
54826
  dry_run: bool = None,
54827
+ enable_ipv_6: bool = None,
54823
54828
  is_default: bool = None,
54824
54829
  owner_account: str = None,
54825
54830
  owner_id: int = None,
@@ -54842,6 +54847,7 @@ class DescribeVSwitchesRequest(TeaModel):
54842
54847
  # * **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the `DryRunOperation` error code is returned.
54843
54848
  # * **false** (default): performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
54844
54849
  self.dry_run = dry_run
54850
+ self.enable_ipv_6 = enable_ipv_6
54845
54851
  # Specifies whether to query the default vSwitches in the specified region. Valid values:
54846
54852
  #
54847
54853
  # * **true**\
@@ -54896,6 +54902,8 @@ class DescribeVSwitchesRequest(TeaModel):
54896
54902
  result = dict()
54897
54903
  if self.dry_run is not None:
54898
54904
  result['DryRun'] = self.dry_run
54905
+ if self.enable_ipv_6 is not None:
54906
+ result['EnableIpv6'] = self.enable_ipv_6
54899
54907
  if self.is_default is not None:
54900
54908
  result['IsDefault'] = self.is_default
54901
54909
  if self.owner_account is not None:
@@ -54936,6 +54944,8 @@ class DescribeVSwitchesRequest(TeaModel):
54936
54944
  m = m or dict()
54937
54945
  if m.get('DryRun') is not None:
54938
54946
  self.dry_run = m.get('DryRun')
54947
+ if m.get('EnableIpv6') is not None:
54948
+ self.enable_ipv_6 = m.get('EnableIpv6')
54939
54949
  if m.get('IsDefault') is not None:
54940
54950
  self.is_default = m.get('IsDefault')
54941
54951
  if m.get('OwnerAccount') is not None:
@@ -58294,6 +58304,7 @@ class DescribeVpcsRequest(TeaModel):
58294
58304
  self,
58295
58305
  dhcp_options_set_id: str = None,
58296
58306
  dry_run: bool = None,
58307
+ enable_ipv_6: bool = None,
58297
58308
  is_default: bool = None,
58298
58309
  owner_account: str = None,
58299
58310
  owner_id: int = None,
@@ -58315,6 +58326,7 @@ class DescribeVpcsRequest(TeaModel):
58315
58326
  # * **true**: performs only a dry run. The system prechecks whether your AccessKey pair is valid, whether the RAM user is authorized, and whether the required parameters are specified. If the request fails the dry run, an error message is returned. If the request passes the dry run, the `DryRunOperation` error code is returned.
58316
58327
  # * **false** (default): sends the request. If the request passes the check, a 2xx HTTP status code is returned and VPCs are queried.
58317
58328
  self.dry_run = dry_run
58329
+ self.enable_ipv_6 = enable_ipv_6
58318
58330
  # Specifies whether to query the default VPC in the specified region. Valid values:
58319
58331
  #
58320
58332
  # * **true** (default)
@@ -58363,6 +58375,8 @@ class DescribeVpcsRequest(TeaModel):
58363
58375
  result['DhcpOptionsSetId'] = self.dhcp_options_set_id
58364
58376
  if self.dry_run is not None:
58365
58377
  result['DryRun'] = self.dry_run
58378
+ if self.enable_ipv_6 is not None:
58379
+ result['EnableIpv6'] = self.enable_ipv_6
58366
58380
  if self.is_default is not None:
58367
58381
  result['IsDefault'] = self.is_default
58368
58382
  if self.owner_account is not None:
@@ -58399,6 +58413,8 @@ class DescribeVpcsRequest(TeaModel):
58399
58413
  self.dhcp_options_set_id = m.get('DhcpOptionsSetId')
58400
58414
  if m.get('DryRun') is not None:
58401
58415
  self.dry_run = m.get('DryRun')
58416
+ if m.get('EnableIpv6') is not None:
58417
+ self.enable_ipv_6 = m.get('EnableIpv6')
58402
58418
  if m.get('IsDefault') is not None:
58403
58419
  self.is_default = m.get('IsDefault')
58404
58420
  if m.get('OwnerAccount') is not None:
@@ -75618,6 +75634,7 @@ class ListPublicIpAddressPoolsResponseBodyPublicIpAddressPoolList(TeaModel):
75618
75634
  def __init__(
75619
75635
  self,
75620
75636
  biz_type: str = None,
75637
+ business_status: str = None,
75621
75638
  creation_time: str = None,
75622
75639
  description: str = None,
75623
75640
  ip_address_remaining: bool = None,
@@ -75641,6 +75658,7 @@ class ListPublicIpAddressPoolsResponseBodyPublicIpAddressPoolList(TeaModel):
75641
75658
  # * **CloudBox** Only cloud box users can select this type.
75642
75659
  # * **Default** (default)
75643
75660
  self.biz_type = biz_type
75661
+ self.business_status = business_status
75644
75662
  # The time when the IP address pool was created. The time is displayed in the `YYYY-MM-DDThh:mm:ssZ` format.
75645
75663
  self.creation_time = creation_time
75646
75664
  # The description of the IP address pool.
@@ -75722,6 +75740,8 @@ class ListPublicIpAddressPoolsResponseBodyPublicIpAddressPoolList(TeaModel):
75722
75740
  result = dict()
75723
75741
  if self.biz_type is not None:
75724
75742
  result['BizType'] = self.biz_type
75743
+ if self.business_status is not None:
75744
+ result['BusinessStatus'] = self.business_status
75725
75745
  if self.creation_time is not None:
75726
75746
  result['CreationTime'] = self.creation_time
75727
75747
  if self.description is not None:
@@ -75764,6 +75784,8 @@ class ListPublicIpAddressPoolsResponseBodyPublicIpAddressPoolList(TeaModel):
75764
75784
  m = m or dict()
75765
75785
  if m.get('BizType') is not None:
75766
75786
  self.biz_type = m.get('BizType')
75787
+ if m.get('BusinessStatus') is not None:
75788
+ self.business_status = m.get('BusinessStatus')
75767
75789
  if m.get('CreationTime') is not None:
75768
75790
  self.creation_time = m.get('CreationTime')
75769
75791
  if m.get('Description') is not None:
@@ -89942,7 +89964,7 @@ class ModifyVpnConnectionAttributeRequestTunnelOptionsSpecificationTunnelIkeConf
89942
89964
  # The pre-shared key, which is used for identity authentication between the tunnel and the tunnel peer.
89943
89965
  #
89944
89966
  # * The key must be 1 to 100 characters in length and can contain digits, letters, and the following characters: ``~!\\`@#$%^&*()_-+={}[]|;:\\",.<>/?``
89945
- # * If you do not specify a pre-shared key, the system generates a random 16-character string as the pre-shared key. You can call the [DescribeVpnConnection](https://help.aliyun.com/document_detail/448847.html) operation to query the pre-shared key that is generated by the system.
89967
+ # * If you do not specify a pre-shared key, the system generates a random 16-character string as the pre-shared key. You can call the [DescribeVpnConnection](https://help.aliyun.com/document_detail/2526951.html) operation to query the pre-shared key that is generated by the system.
89946
89968
  #
89947
89969
  # > The tunnel and the tunnel peer must use the same pre-shared key. Otherwise, the tunnel cannot be established.
89948
89970
  self.psk = psk
@@ -90254,7 +90276,7 @@ class ModifyVpnConnectionAttributeRequest(TeaModel):
90254
90276
  # * **IkeConfig.Psk**: the pre-shared key that is used for authentication between the VPN gateway and the data center.
90255
90277
  #
90256
90278
  # * It must be 1 to 100 characters in length, and can contain letters, digits, and the following characters: ``~!`@#$%^&*()_-+={}[]|;:\\",.<>/?``
90257
- # * If you do not specify a pre-shared key, the system generates a random 16-character string as the pre-shared key. You can call the [DescribeVpnConnection](https://help.aliyun.com/document_detail/448847.html) operation to query the pre-shared key that is generated by the system.
90279
+ # * If you do not specify a pre-shared key, the system generates a random 16-character string as the pre-shared key. You can call the [DescribeVpnConnection](https://help.aliyun.com/document_detail/2526951.html) operation to query the pre-shared key that is generated by the system.
90258
90280
  #
90259
90281
  # > The pre-shared key of the IPsec-VPN connection must be the same as the authentication key of the on-premises database. Otherwise, the on-premises database and the VPN gateway cannot establish a connection.
90260
90282
  #
@@ -99001,21 +99023,21 @@ class UpdateIpsecServerRequest(TeaModel):
99001
99023
  # * **true**: prechecks the request without modifying the configurations of the IPsec server. The system checks the required parameters, request format, and service limits. If the request fails to pass the precheck, an error code is returned. If the request passes the precheck, the `DryRunOperation` error code is returned.
99002
99024
  # * **false**: sends the request. This is the default value. If the request passes the precheck, the system modifies the configurations of the IPsec server.
99003
99025
  self.dry_run = dry_run
99004
- # Specifies whether to delete the current IPsec tunnel and initiate negotiations again. Valid values:
99026
+ # Specifies whether to delete the negotiated IPsec tunnel and initiate the negotiation again. Valid values:
99005
99027
  #
99006
99028
  # * **true**: immediately initiates negotiations after the configuration is complete.
99007
- # * **false**: initiates negotiations when inbound traffic is detected. This is the default value.
99029
+ # * **false**: initiates negotiations when inbound traffic is detected.
99008
99030
  self.effect_immediately = effect_immediately
99009
- # The configuration of Phase 1 negotiation. Valid values:
99031
+ # The configuration of Phase 1 negotiations. Valid values:
99010
99032
  #
99011
- # * **IkeVersion**: the IKE version. Valid values: **ikev1** and **ikev2**. Default value: **ikev2**.
99012
- # * **IkeMode**: the IKE negotiation mode. Default value: **main**.
99033
+ # * **IkeVersion**: The IKE version. Valid values: **ikev1** and **ikev2**.
99034
+ # * **IkeMode**: The IKE negotiation mode. Default value: **main**.
99013
99035
  # * **IkeEncAlg**: the encryption algorithm that is used in Phase 1 negotiation. Default value: **aes**.
99014
99036
  # * **IkeAuthAlg**: the authentication algorithm that is used in Phase 1 negotiation. Default value: **sha1**.
99015
- # * **IkePfs**: the Diffie-Hellman key exchange algorithm that is used in Phase 1 negotiation. Default value: **group2**.
99016
- # * **IkeLifetime**: the security association (SA) lifetime determined by Phase 1 negotiation. Unit: seconds. Valid values: **0** to **86400**. Default value: **86400**.
99017
- # * **LocalId**: the identifier of the IPsec server. The value can be a fully qualified domain name (FQDN) or an IP address. The default value is the public IP address of the VPN gateway.
99018
- # * **RemoteId**: the peer identifier. The value can be an FQDN or an IP address. The default value is empty.
99037
+ # * **IkePfs**: The Diffie-Hellman key exchange algorithm that is used in Phase 1 negotiations. Default value: **group2**.
99038
+ # * **IkeLifetime**: The SA lifetime determined by Phase 1 negotiations. Unit: seconds. Valid values: **0** to **86400**. Default value: **86400**.
99039
+ # * **LocalId**: The identifier of the IPsec server. Only FQDN and IP address formats are supported.
99040
+ # * **RemoteId**: the peer identifier. Only FQDN and IP address formats are supported.
99019
99041
  self.ike_config = ike_config
99020
99042
  # The configuration of Phase 2 negotiation. Valid values:
99021
99043
  #
@@ -99028,9 +99050,9 @@ class UpdateIpsecServerRequest(TeaModel):
99028
99050
  #
99029
99051
  # This parameter is required.
99030
99052
  self.ipsec_server_id = ipsec_server_id
99031
- # The IPsec server name.
99053
+ # The name of the IPsec server.
99032
99054
  #
99033
- # The name must be 1 to 100 characters in length and cannot start with `http://` or `https://`.
99055
+ # It must be 1 to 100 characters in length.
99034
99056
  self.ipsec_server_name = ipsec_server_name
99035
99057
  # The local CIDR blocks, which are the CIDR blocks of the virtual private cloud (VPC) for the client to access.
99036
99058
  #
@@ -99038,11 +99060,11 @@ class UpdateIpsecServerRequest(TeaModel):
99038
99060
  self.local_subnet = local_subnet
99039
99061
  # The pre-shared key.
99040
99062
  #
99041
- # The pre-shared key is used for identity authentication between the IPsec server and the client. The key must be 1 to 100 characters in length.
99063
+ # The pre-shared key that is used for authentication between the IPsec-VPN server and the client. It must be 1 to 100 characters in length.
99042
99064
  #
99043
- # If you do not specify a pre-shared key, the system randomly generates a 16-character string as the pre-shared key. You can call the [ListIpsecServers](https://help.aliyun.com/document_detail/205453.html) operation to query the pre-shared keys that are generated by the system.
99065
+ # You can call [ListIpsecServers](https://help.aliyun.com/document_detail/2794120.html) to query keys generated by the system.
99044
99066
  #
99045
- # > The pre-shared key of the IPsec server must be the same as the client key. Otherwise, the IPsec server cannot be connected to the client.
99067
+ # > The pre-shared key of the IPsec server key must be the same as that of the client. Otherwise, the connection between the IPsec server and the client cannot be established.
99046
99068
  self.psk = psk
99047
99069
  # Specifies whether to enable pre-shared key authentication. If you set the value to **true**, pre-shared key authentication is enabled.
99048
99070
  self.psk_enabled = psk_enabled
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud-vpc20160428
3
- Version: 6.6.4
3
+ Version: 6.6.6
4
4
  Summary: Alibaba Cloud Virtual Private Cloud (20160428) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -1,4 +1,4 @@
1
- alibabacloud_tea_util<1.0.0,>=0.3.11
2
- alibabacloud_tea_openapi<1.0.0,>=0.3.8
1
+ alibabacloud_tea_util<1.0.0,>=0.3.12
2
+ alibabacloud_tea_openapi<1.0.0,>=0.3.9
3
3
  alibabacloud_openapi_util<1.0.0,>=0.2.1
4
4
  alibabacloud_endpoint_util<1.0.0,>=0.0.3
@@ -24,7 +24,7 @@ from setuptools import setup, find_packages
24
24
  """
25
25
  setup module for alibabacloud_vpc20160428.
26
26
 
27
- Created on 10/05/2024
27
+ Created on 27/05/2024
28
28
 
29
29
  @author: Alibaba Cloud SDK
30
30
  """
@@ -37,8 +37,8 @@ AUTHOR_EMAIL = "sdk-team@alibabacloud.com"
37
37
  URL = "https://github.com/aliyun/alibabacloud-python-sdk"
38
38
  VERSION = __import__(PACKAGE).__version__
39
39
  REQUIRES = [
40
- "alibabacloud_tea_util>=0.3.11, <1.0.0",
41
- "alibabacloud_tea_openapi>=0.3.8, <1.0.0",
40
+ "alibabacloud_tea_util>=0.3.12, <1.0.0",
41
+ "alibabacloud_tea_openapi>=0.3.9, <1.0.0",
42
42
  "alibabacloud_openapi_util>=0.2.1, <1.0.0",
43
43
  "alibabacloud_endpoint_util>=0.0.3, <1.0.0"
44
44
  ]
@@ -1 +0,0 @@
1
- __version__ = '6.6.4'