alibabacloud-vpc20160428 6.6.6__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.
Files changed (17) hide show
  1. {alibabacloud_vpc20160428-6.6.6 → alibabacloud_vpc20160428-6.6.7}/ChangeLog.md +8 -0
  2. {alibabacloud_vpc20160428-6.6.6 → alibabacloud_vpc20160428-6.6.7}/PKG-INFO +1 -1
  3. alibabacloud_vpc20160428-6.6.7/alibabacloud_vpc20160428/__init__.py +1 -0
  4. {alibabacloud_vpc20160428-6.6.6 → alibabacloud_vpc20160428-6.6.7}/alibabacloud_vpc20160428/client.py +72 -36
  5. {alibabacloud_vpc20160428-6.6.6 → alibabacloud_vpc20160428-6.6.7}/alibabacloud_vpc20160428/models.py +140 -117
  6. {alibabacloud_vpc20160428-6.6.6 → alibabacloud_vpc20160428-6.6.7}/alibabacloud_vpc20160428.egg-info/PKG-INFO +1 -1
  7. {alibabacloud_vpc20160428-6.6.6 → alibabacloud_vpc20160428-6.6.7}/setup.py +1 -1
  8. alibabacloud_vpc20160428-6.6.6/alibabacloud_vpc20160428/__init__.py +0 -1
  9. {alibabacloud_vpc20160428-6.6.6 → alibabacloud_vpc20160428-6.6.7}/LICENSE +0 -0
  10. {alibabacloud_vpc20160428-6.6.6 → alibabacloud_vpc20160428-6.6.7}/MANIFEST.in +0 -0
  11. {alibabacloud_vpc20160428-6.6.6 → alibabacloud_vpc20160428-6.6.7}/README-CN.md +0 -0
  12. {alibabacloud_vpc20160428-6.6.6 → alibabacloud_vpc20160428-6.6.7}/README.md +0 -0
  13. {alibabacloud_vpc20160428-6.6.6 → alibabacloud_vpc20160428-6.6.7}/alibabacloud_vpc20160428.egg-info/SOURCES.txt +0 -0
  14. {alibabacloud_vpc20160428-6.6.6 → alibabacloud_vpc20160428-6.6.7}/alibabacloud_vpc20160428.egg-info/dependency_links.txt +0 -0
  15. {alibabacloud_vpc20160428-6.6.6 → alibabacloud_vpc20160428-6.6.7}/alibabacloud_vpc20160428.egg-info/requires.txt +0 -0
  16. {alibabacloud_vpc20160428-6.6.6 → alibabacloud_vpc20160428-6.6.7}/alibabacloud_vpc20160428.egg-info/top_level.txt +0 -0
  17. {alibabacloud_vpc20160428-6.6.6 → alibabacloud_vpc20160428-6.6.7}/setup.cfg +0 -0
@@ -1,3 +1,11 @@
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
+
1
9
  2024-05-16 Version: 6.6.5
2
10
  - Update API DescribeVSwitches: add param EnableIpv6.
3
11
  - Update API DescribeVpcs: add param EnableIpv6.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud_vpc20160428
3
- Version: 6.6.6
3
+ Version: 6.6.7
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.7'
@@ -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
  """
@@ -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 the task.
22489
- If the VPN gateway is in the **updating** state, the IPsec-VPN connection is being deleted.
22490
- If the VPN gateway is in the **active** state, the IPsec-VPN connection is deleted.
22491
- You cannot repeatedly call **DeleteVpnConnection** to delete an IPsec-VPN connection from the same VPN gateway within the specified period of time.
22492
- > After an IPsec-VPN connection between a virtual private cloud (VPC) and a data center is deleted, the communication between the VPC and data center is interrupted.
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 the task.
22542
- If the VPN gateway is in the **updating** state, the IPsec-VPN connection is being deleted.
22543
- If the VPN gateway is in the **active** state, the IPsec-VPN connection is deleted.
22544
- You cannot repeatedly call **DeleteVpnConnection** to delete an IPsec-VPN connection from the same VPN gateway within the specified period of time.
22545
- > After an IPsec-VPN connection between a virtual private cloud (VPC) and a data center is deleted, the communication between the VPC and data center is interrupted.
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 the task.
22594
- If the VPN gateway is in the **updating** state, the IPsec-VPN connection is being deleted.
22595
- If the VPN gateway is in the **active** state, the IPsec-VPN connection is deleted.
22596
- You cannot repeatedly call **DeleteVpnConnection** to delete an IPsec-VPN connection from the same VPN gateway within the specified period of time.
22597
- > After an IPsec-VPN connection between a virtual private cloud (VPC) and a data center is deleted, the communication between the VPC and data center is interrupted.
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 the task.
22613
- If the VPN gateway is in the **updating** state, the IPsec-VPN connection is being deleted.
22614
- If the VPN gateway is in the **active** state, the IPsec-VPN connection is deleted.
22615
- You cannot repeatedly call **DeleteVpnConnection** to delete an IPsec-VPN connection from the same VPN gateway within the specified period of time.
22616
- > After an IPsec-VPN connection between a virtual private cloud (VPC) and a data center is deleted, the communication between the VPC and data center is interrupted.
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
@@ -33399,7 +33407,11 @@ class Client(OpenApiClient):
33399
33407
  runtime: util_models.RuntimeOptions,
33400
33408
  ) -> vpc_20160428_models.DiagnoseVpnConnectionsResponse:
33401
33409
  """
33402
- @summary 诊断vpn connection
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 诊断vpn connection
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 诊断vpn connection
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 诊断vpn connection
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/73720.html) to query the status of the task.
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/73720.html) to query the status of the task.
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/73720.html) to query the status of the task.
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/73720.html) to query the status of the task.
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 of a VPN gateway.
47782
+ @summary Modifies the weight of a destination-based route.
47751
47783
 
47752
- @description **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.
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 of a VPN gateway.
47845
+ @summary Modifies the weight of a destination-based route.
47813
47846
 
47814
- @description **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.
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 of a VPN gateway.
47907
+ @summary Modifies the weight of a destination-based route.
47874
47908
 
47875
- @description **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.
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 of a VPN gateway.
47926
+ @summary Modifies the weight of a destination-based route.
47892
47927
 
47893
- @description **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.
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.
@@ -9923,8 +9923,6 @@ class CreateFullNatEntryRequest(TeaModel):
9923
9923
  # This parameter is required.
9924
9924
  self.nat_ip = nat_ip
9925
9925
  # The frontend port to be modified in the mapping of FULLNAT port. Valid values: **1** to **65535**.
9926
- #
9927
- # This parameter is required.
9928
9926
  self.nat_ip_port = nat_ip_port
9929
9927
  # The elastic network interface (ENI) ID.
9930
9928
  #
@@ -23852,7 +23850,7 @@ class DeleteCustomerGatewayRequest(TeaModel):
23852
23850
  ):
23853
23851
  # The client token that is used to ensure the idempotence of the request.
23854
23852
  #
23855
- # You can use the client to generate a value, and you must make sure that each request has a unique token value. The token can contain only ASCII characters and cannot exceed 64 characters in length.
23853
+ # You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
23856
23854
  #
23857
23855
  # > If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
23858
23856
  self.client_token = client_token
@@ -27947,7 +27945,7 @@ class DeleteRouteEntryRequest(TeaModel):
27947
27945
  route_entry_id: str = None,
27948
27946
  route_table_id: str = None,
27949
27947
  ):
27950
- # The destination CIDR block of the route entry. IPv4 and IPv6 CIDR blocks are supported.
27948
+ # The destination CIDR block of the route. Only IPv4 CIDR blocks, IPv6 CIDR blocks, and prefix lists are supported.
27951
27949
  self.destination_cidr_block = destination_cidr_block
27952
27950
  # The ID of the next hop.
27953
27951
  #
@@ -30994,7 +30992,9 @@ class DeleteVpnPbrRouteEntryRequest(TeaModel):
30994
30992
  #
30995
30993
  # This parameter is required.
30996
30994
  self.vpn_gateway_id = vpn_gateway_id
30997
- # The weight of the policy-based route.
30995
+ # The weight of the policy-based route. Valid values:
30996
+ #
30997
+ # You can call [DescribeVpnPbrRouteEntries](https://help.aliyun.com/document_detail/2526959.html) to query weights of policy-based routes.
30998
30998
  #
30999
30999
  # This parameter is required.
31000
31000
  self.weight = weight
@@ -34231,17 +34231,17 @@ class DescribeCustomerGatewaysRequestTag(TeaModel):
34231
34231
  key: str = None,
34232
34232
  value: str = None,
34233
34233
  ):
34234
- # The tag key. The tag key cannot be an empty string.
34234
+ # The key of the tag. The tag key cannot be an empty string.
34235
34235
  #
34236
- # It can be at most 64 characters in length, and cannot contain `http://` or `https://`. It cannot start with `aliyun` or `acs:`.
34236
+ # The tag key can be up to 64 characters in length and cannot contain `http://` or `https://`. The tag key cannot start with `aliyun` or `acs:`.
34237
34237
  #
34238
- # You can specify at most 20 tag keys in each call.
34238
+ # You can specify at most 20 tag keys at a time.
34239
34239
  self.key = key
34240
- # The tag value.
34240
+ # The value of the tag.
34241
34241
  #
34242
- # The tag value can be an empty string and cannot exceed 128 characters in length. It cannot start with `aliyun` or `acs:`, and cannot contain `http://` or `https://`.
34242
+ # The tag value can be up to 128 characters in length. It can be an empty string. It cannot start with `aliyun` or `acs:`, and cannot contain `http://` or `https://`.
34243
34243
  #
34244
- # Each tag key corresponds to one tag value. You can specify at most 20 tag values in each call.
34244
+ # Each tag key corresponds to one tag value. You can specify at most 20 tag values at a time.
34245
34245
  self.value = value
34246
34246
 
34247
34247
  def validate(self):
@@ -34304,11 +34304,7 @@ class DescribeCustomerGatewaysRequest(TeaModel):
34304
34304
  self.resource_group_id = resource_group_id
34305
34305
  self.resource_owner_account = resource_owner_account
34306
34306
  self.resource_owner_id = resource_owner_id
34307
- # The tag value.
34308
- #
34309
- # The tag value can be an empty string and cannot exceed 128 characters in length. It cannot start with `aliyun` or `acs:`, and cannot contain `http://` or `https://`.
34310
- #
34311
- # Each tag key corresponds to one tag value. You can specify up to 20 tag values in each call.
34307
+ # The tags to be added to the customer gateway.
34312
34308
  self.tag = tag
34313
34309
 
34314
34310
  def validate(self):
@@ -34381,9 +34377,9 @@ class DescribeCustomerGatewaysResponseBodyCustomerGatewaysCustomerGatewayTagsTag
34381
34377
  key: str = None,
34382
34378
  value: str = None,
34383
34379
  ):
34384
- # The key of tag N.
34380
+ # The key of the tag.
34385
34381
  self.key = key
34386
- # The value of tag N.
34382
+ # The value of the tag.
34387
34383
  self.value = value
34388
34384
 
34389
34385
  def validate(self):
@@ -34460,25 +34456,25 @@ class DescribeCustomerGatewaysResponseBodyCustomerGatewaysCustomerGateway(TeaMod
34460
34456
  ):
34461
34457
  # The autonomous system number (ASN) of the gateway device in the data center.
34462
34458
  self.asn = asn
34463
- # The authentication key of the Border Gateway Protocol (BGP) routing protocol for the gateway device in the data center.
34459
+ # The authentication key that is used to connect to the gateway device in the data center by using Border Gateway Protocol (BGP).
34464
34460
  self.auth_key = auth_key
34465
- # The timestamp generated when the customer gateway was created. Unit: millisecond.
34461
+ # The time when the customer gateway was created. Unit: millisecond.
34466
34462
  #
34467
- # This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
34463
+ # This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
34468
34464
  self.create_time = create_time
34469
- # The ID of the customer gateway.
34465
+ # The customer gateway ID.
34470
34466
  self.customer_gateway_id = customer_gateway_id
34471
34467
  # The description of the customer gateway.
34472
34468
  self.description = description
34473
- # The public IP address of the gateway device in the data center.
34469
+ # The IP address of the gateway device in the data center.
34474
34470
  self.ip_address = ip_address
34475
34471
  # The name of the customer gateway.
34476
34472
  self.name = name
34477
34473
  # The ID of the resource group to which the customer gateway belongs.
34478
34474
  #
34479
- # You can call the [ListResourceGroups](https://help.aliyun.com/document_detail/158855.html) operation to query the resource group information.
34475
+ # You can call the [ListResourceGroups](https://help.aliyun.com/document_detail/158855.html) operation to query resource groups.
34480
34476
  self.resource_group_id = resource_group_id
34481
- # The list of tags added to the customer gateway.
34477
+ # The tags that are added to the customer gateway.
34482
34478
  self.tags = tags
34483
34479
 
34484
34480
  def validate(self):
@@ -52126,9 +52122,7 @@ class DescribeSslVpnClientCertResponseBody(TeaModel):
52126
52122
  self.request_id = request_id
52127
52123
  # The ID of the resource group to which the SSL client certificate belongs.
52128
52124
  #
52129
- # The SSL client certificate is the same as the resource group of the SSL server associated with it.
52130
- #
52131
- # You can call the [ListResourceGroups](https://help.aliyun.com/document_detail/158855.html) operation to query the resource group information.
52125
+ # The SSL client certificate and the SSL server associated with the SSL client certificate belong to the same resource group. You can call the [ListResourceGroups](https://help.aliyun.com/document_detail/158855.html) operation to query resource groups.
52132
52126
  self.resource_group_id = resource_group_id
52133
52127
  # The ID of the SSL client certificate.
52134
52128
  self.ssl_vpn_client_cert_id = ssl_vpn_client_cert_id
@@ -52992,7 +52986,7 @@ class DescribeSslVpnServersResponseBodySslVpnServersSslVpnServer(TeaModel):
52992
52986
  self.compress = compress
52993
52987
  # The total number of current connections.
52994
52988
  self.connections = connections
52995
- # The timestamp generated when the SSL server was created.
52989
+ # The timestamp generated when the SSL-VPN server was created.
52996
52990
  self.create_time = create_time
52997
52991
  # Indicates whether two-factor authentication is enabled.
52998
52992
  #
@@ -53003,7 +52997,7 @@ class DescribeSslVpnServersResponseBodySslVpnServersSslVpnServer(TeaModel):
53003
52997
  # The ID of the IDaaS instance.
53004
52998
  self.idaa_sinstance_id = idaa_sinstance_id
53005
52999
  self.idaa_sinstance_version = idaa_sinstance_version
53006
- # The ID of the region where the IDaaS instance is created.
53000
+ # The region ID of the IDaaS instance.
53007
53001
  self.idaa_sregion_id = idaa_sregion_id
53008
53002
  # The public IP address of the VPN gateway.
53009
53003
  self.internet_ip = internet_ip
@@ -53011,19 +53005,19 @@ class DescribeSslVpnServersResponseBodySslVpnServersSslVpnServer(TeaModel):
53011
53005
  self.local_subnet = local_subnet
53012
53006
  # The maximum number of connections.
53013
53007
  self.max_connections = max_connections
53014
- # The name of the SSL server.
53008
+ # The name of the SSL-VPN server.
53015
53009
  self.name = name
53016
- # The port that is used by the SSL server.
53010
+ # The port that is used by the SSL-VPN server.
53017
53011
  self.port = port
53018
- # The protocol that is used by the SSL server.
53012
+ # The protocol that is used by the SSL-VPN server.
53019
53013
  self.proto = proto
53020
- # The ID of the region where the SSL server is created.
53014
+ # The region ID of the SSL-VPN server.
53021
53015
  self.region_id = region_id
53022
- # The ID of the resource group to which the SSL server belongs.
53016
+ # The resource group ID of the SSL-VPN server.
53023
53017
  #
53024
- # You can call the [ListResourceGroups](https://help.aliyun.com/document_detail/158855.html) operation to query the resource group information.
53018
+ # You can call the [ListResourceGroups](https://help.aliyun.com/document_detail/158855.html) operation to query resource groups.
53025
53019
  self.resource_group_id = resource_group_id
53026
- # The ID of the SSL server.
53020
+ # The ID of the SSL-VPN server.
53027
53021
  self.ssl_vpn_server_id = ssl_vpn_server_id
53028
53022
  # The ID of the VPN gateway.
53029
53023
  self.vpn_gateway_id = vpn_gateway_id
@@ -53174,7 +53168,7 @@ class DescribeSslVpnServersResponseBody(TeaModel):
53174
53168
  self.page_size = page_size
53175
53169
  # The request ID.
53176
53170
  self.request_id = request_id
53177
- # The detailed information about the SSL servers.
53171
+ # The detailed information about the SSL-VPN server.
53178
53172
  self.ssl_vpn_servers = ssl_vpn_servers
53179
53173
  # The number of entries returned.
53180
53174
  self.total_count = total_count
@@ -60526,21 +60520,21 @@ class DescribeVpnConnectionLogsRequest(TeaModel):
60526
60520
  tunnel_id: str = None,
60527
60521
  vpn_connection_id: str = None,
60528
60522
  ):
60529
- # The beginning of the time range to query. The value must be a UNIX timestamp. For example, 1671003744 specifies 15:42:24 (UTC+8) on December 14, 2022.
60523
+ # The start time of the flow log. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
60530
60524
  #
60531
- # > If you specify **From**, you must also specify **To** or **MinutePeriod**.
60525
+ # > If you specify **From**, you must specify **To** or **MinutePeriod**.
60532
60526
  self.from_ = from_
60533
- # The interval at which log data is queried. Valid values: **1** to **10**. Unit: minutes.
60527
+ # The interval at which log data is collected. Valid values: **1** to **10**. Unit: minutes.
60534
60528
  #
60535
- # > If both **From** and **To** are not specified, you must specify **MinutePeriod**.
60529
+ # > If you do not specify **From** and **To**, you must specify **MinutePeriod**.
60536
60530
  self.minute_period = minute_period
60537
60531
  self.owner_account = owner_account
60538
60532
  self.owner_id = owner_id
60539
- # The number of the page to return. Default value: **1**.
60533
+ # The page number. Default value: **1**.
60540
60534
  self.page_number = page_number
60541
- # The number of entries to return on each page. Valid values: **1** to **50**. Default value: **10**.
60535
+ # The number of entries per page. Valid values: **1** to **50**. Default value: **10**.
60542
60536
  self.page_size = page_size
60543
- # The ID of the region to which the IPsec-VPN connection belongs.
60537
+ # The region ID of the IPsec-VPN connection.
60544
60538
  #
60545
60539
  # You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
60546
60540
  #
@@ -60548,11 +60542,13 @@ class DescribeVpnConnectionLogsRequest(TeaModel):
60548
60542
  self.region_id = region_id
60549
60543
  self.resource_owner_account = resource_owner_account
60550
60544
  self.resource_owner_id = resource_owner_id
60551
- # The end of the time range to query. The value must be a UNIX timestamp. For example, 1671004344 specifies 15:52:24 (UTC+8) on December 14, 2022.
60545
+ # The end time of the flow log. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
60552
60546
  #
60553
- # > If you specify **To**, you must also specify **From** or **MinutePeriod**.
60547
+ # > If you specify **To**, you must specify **From** or **MinutePeriod**.
60554
60548
  self.to = to
60555
- # The tunnel ID of the IPsec-VPN connection. You can specify this parameter only for IPsec-VPN connections in dual-tunnel mode.
60549
+ # The ID of the IPsec-VPN connection.
60550
+ #
60551
+ # This parameter is available only for a dual-tunnel IPsec-VPN connection.
60556
60552
  self.tunnel_id = tunnel_id
60557
60553
  # The ID of the IPsec-VPN connection.
60558
60554
  #
@@ -60662,20 +60658,18 @@ class DescribeVpnConnectionLogsResponseBody(TeaModel):
60662
60658
  ):
60663
60659
  # The number of entries on the current page.
60664
60660
  self.count = count
60665
- # An array of strings.
60666
- #
60667
- # Each item in the array is a log entry.
60661
+ # The log list.
60668
60662
  self.data = data
60669
60663
  # Indicates whether the log is accurate. Valid values:
60670
60664
  #
60671
- # * **true**: accurate
60672
- # * **false**: inaccurate
60665
+ # * **true**\
60666
+ # * **false**\
60673
60667
  self.is_completed = is_completed
60674
- # The page number of the returned page.
60668
+ # The page number.
60675
60669
  self.page_number = page_number
60676
- # The number of entries returned per page.
60670
+ # The number of entries per page.
60677
60671
  self.page_size = page_size
60678
- # The ID of the request.
60672
+ # The request ID.
60679
60673
  self.request_id = request_id
60680
60674
 
60681
60675
  def validate(self):
@@ -63354,34 +63348,34 @@ class DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGatewayReservationData(TeaMod
63354
63348
  reservation_ssl: str = None,
63355
63349
  status: str = None,
63356
63350
  ):
63357
- # If the order type is **TEMP_UPGRADE** (temporary upgrade), this parameter specifies the time when the temporary upgrade expires.
63351
+ # If the value of ReservationOrderType is **TEMP_UPGRADE**, this parameter indicates the time when the temporary upgrade expires.
63358
63352
  #
63359
- # If the order type is **RENEWCHANGE** (renewal with a specification change) or **RENEW** (renewal), this parameter indicates the time when the renewal or renewal with a specification change takes effect.
63353
+ # If the value of ReservationOrderType is **RENEWCHANGE** or **RENEW**, this parameter indicates the time when the renewal or renewal with a specification change takes effect.
63360
63354
  self.reservation_end_time = reservation_end_time
63361
- # The IPsec-VPN status of the order that has not taken effect. Valid values:
63355
+ # The IPsec-VPN status of the pending order. Valid values:
63362
63356
  #
63363
63357
  # * **enable**\
63364
63358
  # * **disable**\
63365
63359
  self.reservation_ipsec = reservation_ipsec
63366
63360
  # The maximum number of concurrent SSL-VPN connections of the pending order.
63367
63361
  self.reservation_max_connections = reservation_max_connections
63368
- # The type of the order that has not taken effect. Valid values:
63362
+ # The type of the pending order. Valid values:
63369
63363
  #
63370
- # * **RENEWCHANGE**: renewal with upgrade or downgrade
63364
+ # * **RENEWCHANGE**: renewal with a specification change
63371
63365
  # * **TEMP_UPGRADE**: temporary upgrade
63372
63366
  # * **RENEW**: renewal
63373
63367
  self.reservation_order_type = reservation_order_type
63374
63368
  # The bandwidth of the pending order. Unit: Mbit/s.
63375
63369
  self.reservation_spec = reservation_spec
63376
- # The SSL-VPN status of the order that has not taken effect. Valid values:
63370
+ # The SSL-VPN status of the pending order. Valid values:
63377
63371
  #
63378
63372
  # * **enable**\
63379
63373
  # * **disable**\
63380
63374
  self.reservation_ssl = reservation_ssl
63381
- # The status of the order that has not taken effect.
63375
+ # The status of the pending order.
63382
63376
  #
63383
63377
  # * **1**: indicates that the order is an order for renewal or renewal with a specification change and the order has not taken effect.
63384
- # * **2**: indicates that the order is an order for temporary upgrade and the order has taken effect. After the temporary upgrade expires, the system restores the VPN gateway to its previous specifications. In this case, **ReservationIpsec**, **ReservationMaxConnections**, **ReservationSpec**, and **ReservationSsl** indicate the previous specification.
63378
+ # * **2**: indicates that the order is an order for temporary upgrade and the order has taken effect. After the temporary upgrade expires, the system restores the VPN gateway to its previous specifications. In this case, the values of **ReservationIpsec**, **ReservationMaxConnections**, **ReservationSpec**, and **ReservationSsl** indicate the previous specifications of the VPN gateway.
63385
63379
  self.status = status
63386
63380
 
63387
63381
  def validate(self):
@@ -63434,9 +63428,9 @@ class DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGatewayTagsTag(TeaModel):
63434
63428
  key: str = None,
63435
63429
  value: str = None,
63436
63430
  ):
63437
- # The key of tag N.
63431
+ # The tag key.
63438
63432
  self.key = key
63439
- # The value of tag N.
63433
+ # The tag value.
63440
63434
  self.value = value
63441
63435
 
63442
63436
  def validate(self):
@@ -63529,51 +63523,51 @@ class DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGateway(TeaModel):
63529
63523
  vpn_gateway_id: str = None,
63530
63524
  vpn_type: str = None,
63531
63525
  ):
63532
- # Indicates whether BGP routes are automatically advertised to the VPC. Valid values:
63526
+ # Indicates whether Border Gateway Protocol (BGP) routes are automatically advertised to the VPC. Valid values:
63533
63527
  #
63534
63528
  # * **true**\
63535
63529
  # * **false**\
63536
63530
  self.auto_propagate = auto_propagate
63537
- # The payment status of the VPN gateway.
63531
+ # The payment status of the VPN gateway. Valid values:
63538
63532
  #
63539
- # * **Normal**\
63540
- # * **FinancialLocked**\
63533
+ # * **Normal**: The VPN gateway runs as expected.
63534
+ # * **FinancialLocked**: The VPN gateway is locked due to overdue payments.
63541
63535
  self.business_status = business_status
63542
63536
  # The billing method of the VPN gateway.
63543
63537
  #
63544
- # The value is fixed as **POSTPAY**, which indicates the pay-as-you-go billing method.
63538
+ # Only **POSTPAY** may be returned, which indicates the pay-as-you-go billing method.
63545
63539
  self.charge_type = charge_type
63546
- # The timestamp when the VPN gateway was created. Unit: millisecond.
63540
+ # The timestamp generated when the VPN gateway was created. Unit: milliseconds.
63547
63541
  #
63548
- # This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
63542
+ # This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
63549
63543
  self.create_time = create_time
63550
63544
  # The description of the VPN gateway.
63551
63545
  self.description = description
63552
- # The second IP address assigned by the system to create an IPsec-VPN connection.
63546
+ # The second IP address that is assigned to the VPN gateway to create IPsec-VPN connections.
63553
63547
  #
63554
- # This parameter is returned only when the VPN gateway supports the dual-tunnel mode.
63548
+ # This parameter is returned only if the VPN gateway supports IPsec-VPN connections in dual-tunnel mode.
63555
63549
  self.disaster_recovery_internet_ip = disaster_recovery_internet_ip
63556
- # The ID of the second vSwitch associated with the VPN gateway.
63550
+ # The ID of the second vSwitch that is associated with the VPN gateway.
63557
63551
  #
63558
- # This parameter is returned only when the VPN gateway supports the dual-tunnel mode.
63552
+ # This parameter is returned only if the VPN gateway supports IPsec-VPN connections in dual-tunnel mode.
63559
63553
  self.disaster_recovery_vswitch_id = disaster_recovery_vswitch_id
63560
- # The BGP status of the VPN gateway.
63554
+ # The BGP status of the VPN gateway. Valid values:
63561
63555
  #
63562
- # * **true**\
63563
- # * **false**\
63556
+ # * **true**: The feature is enabled.
63557
+ # * **false**: The feature is disabled.
63564
63558
  self.enable_bgp = enable_bgp
63565
- # The timestamp when the VPN gateway expires. Unit: millisecond.
63559
+ # The timestamp generated when the VPN gateway expires. Unit: milliseconds.
63566
63560
  #
63567
63561
  # This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
63568
63562
  self.end_time = end_time
63569
63563
  self.eni_instance_ids = eni_instance_ids
63570
- # * If the VPN gateway supports IPsec-VPN connections in single-tunnel mode, the address is the IP address of the VPN gateway and can be used to create an IPsec-VPN connection or an SSL-VPN connection.
63564
+ # * If the VPN gateway supports IPsec-VPN connections in single-tunnel mode, the value of this parameter is the IP address of the VPN gateway, which can be used to create IPsec-VPN or SSL-VPN connections.
63571
63565
  #
63572
- # * If the VPN gateway supports IPsec-VPN connections in dual-tunnel mode, the address is the first IP address used to create an IPsec-VPN connection. The address cannot be used to create an SSL-VPN connection.
63566
+ # * If the VPN gateway supports IPsec-VPN connections in dual-tunnel mode, the value of this parameter is the first IP address that is used to create an IPsec-VPN connection. The IP address cannot be used to create SSL-VPN connections.
63573
63567
  #
63574
- # If the VPN gateway supports IPsec-VPN connections in dual-tunnel mode, the system assigns two IP addresses to the VPN gateway to create two encrypted tunnels.
63568
+ # If the VPN gateway supports IPsec-VPN connections in dual-tunnel mode, the system assigns two IPsec addresses to the VPN gateway to create IPsec-VPN connections in dual-tunnel mode.
63575
63569
  self.internet_ip = internet_ip
63576
- # Indicates whether IPsec-VPN is enabled for the VPN gateway.
63570
+ # Indicates whether IPsec-VPN is enabled for the VPN gateway. Valid values:
63577
63571
  #
63578
63572
  # * **enable**\
63579
63573
  # * **disable**\
@@ -63585,26 +63579,26 @@ class DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGateway(TeaModel):
63585
63579
  # * **public**\
63586
63580
  # * **private**\
63587
63581
  self.network_type = network_type
63588
- # The information about pending orders.
63582
+ # The pending orders.
63589
63583
  #
63590
- # > This parameter is returned only when **IncludeReservationData** is set to **true**.
63584
+ # > This parameter is returned only if **IncludeReservationData** is set to **true**.
63591
63585
  self.reservation_data = reservation_data
63592
63586
  # The ID of the resource group to which the VPN gateway belongs.
63593
63587
  #
63594
- # You can call the [ListResourceGroups](https://help.aliyun.com/document_detail/158855.html) operation to query the resource group information.
63588
+ # You can call the [ListResourceGroups](https://help.aliyun.com/document_detail/158855.html) operation to query resource groups.
63595
63589
  self.resource_group_id = resource_group_id
63596
- # The maximum bandwidth of the VPN gateway. **M** indicates Mbit/s.
63590
+ # The maximum bandwidth of the VPN gateway. Unit: **M**, which indicates Mbit/s.
63597
63591
  self.spec = spec
63598
63592
  # The number of SSL-VPN connections supported by the VPN gateway.
63599
63593
  self.ssl_max_connections = ssl_max_connections
63600
- # Indicates whether SSL-VPN is enabled for the VPN gateway.
63594
+ # Indicates whether SSL-VPN is enabled for the VPN gateway. Valid values:
63601
63595
  #
63602
63596
  # * **enable**\
63603
63597
  # * **disable**\
63604
63598
  self.ssl_vpn = ssl_vpn
63605
63599
  # The IP address of the SSL-VPN connection.
63606
63600
  #
63607
- # This parameter is returned only when the VPN gateway is a public VPN gateway and supports only the single-tunnel mode. In addition, the VPN gateway must have the SSL-VPN feature enabled.
63601
+ # This parameter is returned only if the VPN gateway is a public VPN gateway and supports IPsec-VPN connections in dual-tunnel mode. In addition, SSL-VPN must be enabled for the VPN gateway.
63608
63602
  self.ssl_vpn_internet_ip = ssl_vpn_internet_ip
63609
63603
  # The status of the VPN gateway. Valid values:
63610
63604
  #
@@ -63614,43 +63608,43 @@ class DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGateway(TeaModel):
63614
63608
  # * **updating**\
63615
63609
  # * **deleting**\
63616
63610
  self.status = status
63617
- # The automatically generated tag of the VPN gateway.
63611
+ # The tag that is automatically generated for the VPN gateway. The tag consists of the following parameters:
63618
63612
  #
63619
63613
  # * **VpnEnableBgp**: indicates whether the VPN gateway supports BGP. Valid values:
63620
63614
  #
63621
63615
  # * **true**\
63622
63616
  # * **false**\
63623
63617
  #
63624
- # * **VisuallySsl**: indicates whether the VPN gateway allows you to view information about connected SSL clients.
63618
+ # * **VisuallySsl**: indicates whether the VPN gateway allows you to view the connection information of SSL clients. Valid values:
63625
63619
  #
63626
63620
  # * **true**\
63627
63621
  # * **false**\
63628
63622
  #
63629
- # * **PbrPriority**: indicates whether the VPN gateway allows you to configure priorities for policy-based routes.
63623
+ # * **PbrPriority**: indicates whether the VPN gateway allows you to configure priorities for policy-based routes. Valid values:
63630
63624
  #
63631
63625
  # * **true**\
63632
63626
  # * **false**\
63633
63627
  #
63634
- # * **VpnNewImage**: indicates whether the VPN gateway is upgraded.
63628
+ # * **VpnNewImage**: indicates whether the VPN gateway is upgraded. Valid values:
63635
63629
  #
63636
63630
  # * **true**\
63637
63631
  # * **false**\
63638
63632
  #
63639
- # * **description**: the description of the VPN gateway. This parameter is for internal system use only.
63633
+ # * **description**: the description of the VPN gateway. This parameter is only for internal use.
63640
63634
  #
63641
- # * **VpnVersion**: the version of the VPN gateway.
63635
+ # * **VpnVersion**: the version number of the VPN gateway.
63642
63636
  self.tag = tag
63643
- # The tags to be added to the VPN gateway.
63637
+ # The tags that are added to the VPN gateway.
63644
63638
  self.tags = tags
63645
63639
  # The ID of the vSwitch to which the VPN gateway belongs.
63646
63640
  self.v_switch_id = v_switch_id
63647
- # The ID of the virtual private cloud (VPC) to which the VPN gateway belongs.
63641
+ # The ID of the VPC to which the VPN gateway belongs.
63648
63642
  self.vpc_id = vpc_id
63649
63643
  # The ID of the VPN gateway.
63650
63644
  self.vpn_gateway_id = vpn_gateway_id
63651
63645
  # The type of the VPN gateway.
63652
63646
  #
63653
- # Only **Normal** may be returned, which indicates a standard NAT gateway.
63647
+ # Only **Normal** may be returned, which indicates a standard VPN gateway.
63654
63648
  self.vpn_type = vpn_type
63655
63649
 
63656
63650
  def validate(self):
@@ -63837,7 +63831,7 @@ class DescribeVpnGatewaysResponseBody(TeaModel):
63837
63831
  self.request_id = request_id
63838
63832
  # The number of entries returned.
63839
63833
  self.total_count = total_count
63840
- # The information about VPN gateways.
63834
+ # The VPN gateways.
63841
63835
  self.vpn_gateways = vpn_gateways
63842
63836
 
63843
63837
  def validate(self):
@@ -64011,7 +64005,7 @@ class DescribeVpnPbrRouteEntriesResponseBodyVpnPbrRouteEntriesVpnPbrRouteEntry(T
64011
64005
  vpn_instance_id: str = None,
64012
64006
  weight: int = None,
64013
64007
  ):
64014
- # The time when the policy-based route was created. Unit: milliseconds.
64008
+ # The time when the policy-based route was created. Unit: millisecond.
64015
64009
  #
64016
64010
  # This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
64017
64011
  self.create_time = create_time
@@ -64019,7 +64013,7 @@ class DescribeVpnPbrRouteEntriesResponseBodyVpnPbrRouteEntriesVpnPbrRouteEntry(T
64019
64013
  self.next_hop = next_hop
64020
64014
  # The ID of the tunnel associated with the next hop of the policy-based route.
64021
64015
  #
64022
- # This parameter is returned only if the VPN gateway supports the dual-tunnel mode.
64016
+ # This parameter is returned only if the VPN gateway supports IPsec-VPN connections in dual-tunnel mode.
64023
64017
  self.next_hop_tunnel_id = next_hop_tunnel_id
64024
64018
  # The priority of the policy-based route.
64025
64019
  #
@@ -64034,16 +64028,16 @@ class DescribeVpnPbrRouteEntriesResponseBodyVpnPbrRouteEntriesVpnPbrRouteEntry(T
64034
64028
  # * **published**: advertised to the VPC route table.
64035
64029
  # * **normal**: not advertised to the VPC route table.
64036
64030
  self.state = state
64037
- # The VPN gateway ID.
64031
+ # The ID of the VPN gateway.
64038
64032
  self.vpn_instance_id = vpn_instance_id
64039
- # The weight of the policy-based route. Valid values:
64033
+ # The weight of the policy-based route.
64040
64034
  #
64041
- # * For a VPN gateway that supports the dual-tunnel mode, the default value is **100**.
64035
+ # For a VPN gateway that supports IPsec-VPN connections in single-tunnel mode, the weight of a policy-based route indicates the priority of the route.
64042
64036
  #
64043
- # * For a VPN gateway that supports the single-tunnel mode, the weight specifies the priority of the policy-based route.
64037
+ # * **100**: a high priority If multiple policy-based routes with the same source CIDR block and destination CIDR block exist, the IPsec-VPN connection associated with the policy-based route is the active connection.
64038
+ # * **0**: a low priority If multiple policy-based routes with the same source CIDR block and destination CIDR block exist, the IPsec-VPN connection associated with the policy-based route is the standby connection.
64044
64039
  #
64045
- # * **100**: a high priority If multiple policy-based routes with the same source CIDR block and destination CIDR block exist, the IPsec-VPN connection associated with the policy-based route is the active connection.
64046
- # * **0**: a low priority If multiple policy-based routes with the same source CIDR block and destination CIDR block exist, the IPsec-VPN connection associated with the policy-based route is the standby connection.
64040
+ # > For a VPN gateway that does not support IPsec-VPN connections in single-tunnel mode, this parameter does not take effect.
64047
64041
  self.weight = weight
64048
64042
 
64049
64043
  def validate(self):
@@ -65215,13 +65209,22 @@ class DiagnoseVpnConnectionsRequest(TeaModel):
65215
65209
  vpn_connection_ids: List[str] = None,
65216
65210
  vpn_gateway_id: str = None,
65217
65211
  ):
65212
+ # The page number. Default value: **1**.
65218
65213
  self.page_number = page_number
65214
+ # The number of entries per page. Default value: **10**.
65219
65215
  self.page_size = page_size
65216
+ # The region ID of the IPsec-VPN connection.
65217
+ #
65218
+ # You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
65219
+ #
65220
65220
  # This parameter is required.
65221
65221
  self.region_id = region_id
65222
65222
  self.resource_owner_id = resource_owner_id
65223
+ # The list of tunnel IDs.
65223
65224
  self.tunnel_ids = tunnel_ids
65225
+ # The IDs of IPsec-VPN connections.
65224
65226
  self.vpn_connection_ids = vpn_connection_ids
65227
+ # The ID of the VPN gateway.
65225
65228
  self.vpn_gateway_id = vpn_gateway_id
65226
65229
 
65227
65230
  def validate(self):
@@ -65281,14 +65284,29 @@ class DiagnoseVpnConnectionsResponseBodyVpnConnections(TeaModel):
65281
65284
  tunnel_id: str = None,
65282
65285
  vpn_connection_id: str = None,
65283
65286
  ):
65287
+ # The cause of the error.
65284
65288
  self.failed_reason = failed_reason
65289
+ # The error code.
65285
65290
  self.failed_reason_code = failed_reason_code
65291
+ # The timestamp when the current error occurred on the IPsec-VPN connection. Unit: millisecond.
65292
+ #
65293
+ # This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
65286
65294
  self.failed_time = failed_time
65295
+ # If the values of the parameters configured for the IPsec-VPN connection and the peer gateway device do not match, this parameter indicates the value of the parameters configured for the IPsec-VPN connection.
65287
65296
  self.mismatch_local_param = mismatch_local_param
65297
+ # If the parameter values configured for the IPsec-VPN connection and the peer gateway device do not match, this parameter indicates the value of the parameter configured for the peer gateway device.
65288
65298
  self.mismatch_remote_param = mismatch_remote_param
65299
+ # The error level. Valid values:
65300
+ #
65301
+ # * **Critical**\
65302
+ # * **Warn**\
65303
+ # * **Normal**\
65289
65304
  self.severity = severity
65305
+ # The log information about the error.
65290
65306
  self.source_log = source_log
65307
+ # The tunnel ID.
65291
65308
  self.tunnel_id = tunnel_id
65309
+ # The ID of the IPsec-VPN connection.
65292
65310
  self.vpn_connection_id = vpn_connection_id
65293
65311
 
65294
65312
  def validate(self):
@@ -65352,10 +65370,15 @@ class DiagnoseVpnConnectionsResponseBody(TeaModel):
65352
65370
  total_count: int = None,
65353
65371
  vpn_connections: List[DiagnoseVpnConnectionsResponseBodyVpnConnections] = None,
65354
65372
  ):
65373
+ # The page number.
65355
65374
  self.page_number = page_number
65375
+ # The number of entries per page.
65356
65376
  self.page_size = page_size
65377
+ # The request ID.
65357
65378
  self.request_id = request_id
65379
+ # The number of entries returned.
65358
65380
  self.total_count = total_count
65381
+ # The diagnostic information.
65359
65382
  self.vpn_connections = vpn_connections
65360
65383
 
65361
65384
  def validate(self):
@@ -86356,11 +86379,11 @@ class ModifySslVpnClientCertRequest(TeaModel):
86356
86379
  ):
86357
86380
  # The client token that is used to ensure the idempotence of the request.
86358
86381
  #
86359
- # You can use the client to generate the value, but you must make sure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
86382
+ # You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
86360
86383
  #
86361
- # > If you do not set this parameter, **ClientToken** is set to the value of **RequestId**. The value of **RequestId** may be different for each API request.
86384
+ # > If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
86362
86385
  self.client_token = client_token
86363
- # The name of the SSL-VPN client certificate.
86386
+ # The new name of the SSL client certificate. This parameter cannot be left empty.
86364
86387
  #
86365
86388
  # The name must be 1 to 100 characters in length and cannot start with `http://` or `https://`.
86366
86389
  self.name = name
@@ -86374,7 +86397,7 @@ class ModifySslVpnClientCertRequest(TeaModel):
86374
86397
  self.region_id = region_id
86375
86398
  self.resource_owner_account = resource_owner_account
86376
86399
  self.resource_owner_id = resource_owner_id
86377
- # The ID of the SSL-VPN client certificate.
86400
+ # The ID of the SSL client certificate.
86378
86401
  #
86379
86402
  # This parameter is required.
86380
86403
  self.ssl_vpn_client_cert_id = ssl_vpn_client_cert_id
@@ -86436,9 +86459,9 @@ class ModifySslVpnClientCertResponseBody(TeaModel):
86436
86459
  ):
86437
86460
  # The name of the SSL client certificate.
86438
86461
  self.name = name
86439
- # The ID of the request.
86462
+ # The request ID.
86440
86463
  self.request_id = request_id
86441
- # The ID of the SSL-VPN client certificate.
86464
+ # The ID of the SSL client certificate.
86442
86465
  self.ssl_vpn_client_cert_id = ssl_vpn_client_cert_id
86443
86466
 
86444
86467
  def validate(self):
@@ -92339,7 +92362,7 @@ class ModifyVpnRouteEntryWeightRequest(TeaModel):
92339
92362
  #
92340
92363
  # > If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
92341
92364
  self.client_token = client_token
92342
- # The new weight that you want to set for the destination-based route. Valid values:
92365
+ # The new weight of the destination-based route. Valid values:
92343
92366
  #
92344
92367
  # * **0**: a low priority
92345
92368
  # * **100**: a high priority
@@ -92368,7 +92391,7 @@ class ModifyVpnRouteEntryWeightRequest(TeaModel):
92368
92391
  #
92369
92392
  # This parameter is required.
92370
92393
  self.vpn_gateway_id = vpn_gateway_id
92371
- # The previous weight of the destination-based route. Valid values:
92394
+ # The original weight of the destination-based route. Valid values:
92372
92395
  #
92373
92396
  # * **0**: a low priority
92374
92397
  # * **100**: a high priority
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud-vpc20160428
3
- Version: 6.6.6
3
+ Version: 6.6.7
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
@@ -24,7 +24,7 @@ from setuptools import setup, find_packages
24
24
  """
25
25
  setup module for alibabacloud_vpc20160428.
26
26
 
27
- Created on 27/05/2024
27
+ Created on 06/06/2024
28
28
 
29
29
  @author: Alibaba Cloud SDK
30
30
  """
@@ -1 +0,0 @@
1
- __version__ = '6.6.6'