alibabacloud-vpc20160428 6.9.6__tar.gz → 6.10.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {alibabacloud_vpc20160428-6.9.6 → alibabacloud_vpc20160428-6.10.1}/ChangeLog.md +33 -0
- {alibabacloud_vpc20160428-6.9.6 → alibabacloud_vpc20160428-6.10.1}/PKG-INFO +1 -1
- alibabacloud_vpc20160428-6.10.1/alibabacloud_vpc20160428/__init__.py +1 -0
- {alibabacloud_vpc20160428-6.9.6 → alibabacloud_vpc20160428-6.10.1}/alibabacloud_vpc20160428/client.py +140 -24
- {alibabacloud_vpc20160428-6.9.6 → alibabacloud_vpc20160428-6.10.1}/alibabacloud_vpc20160428/models.py +524 -2
- {alibabacloud_vpc20160428-6.9.6 → alibabacloud_vpc20160428-6.10.1}/alibabacloud_vpc20160428.egg-info/PKG-INFO +1 -1
- {alibabacloud_vpc20160428-6.9.6 → alibabacloud_vpc20160428-6.10.1}/setup.py +1 -1
- alibabacloud_vpc20160428-6.9.6/alibabacloud_vpc20160428/__init__.py +0 -1
- {alibabacloud_vpc20160428-6.9.6 → alibabacloud_vpc20160428-6.10.1}/LICENSE +0 -0
- {alibabacloud_vpc20160428-6.9.6 → alibabacloud_vpc20160428-6.10.1}/MANIFEST.in +0 -0
- {alibabacloud_vpc20160428-6.9.6 → alibabacloud_vpc20160428-6.10.1}/README-CN.md +0 -0
- {alibabacloud_vpc20160428-6.9.6 → alibabacloud_vpc20160428-6.10.1}/README.md +0 -0
- {alibabacloud_vpc20160428-6.9.6 → alibabacloud_vpc20160428-6.10.1}/alibabacloud_vpc20160428.egg-info/SOURCES.txt +0 -0
- {alibabacloud_vpc20160428-6.9.6 → alibabacloud_vpc20160428-6.10.1}/alibabacloud_vpc20160428.egg-info/dependency_links.txt +0 -0
- {alibabacloud_vpc20160428-6.9.6 → alibabacloud_vpc20160428-6.10.1}/alibabacloud_vpc20160428.egg-info/requires.txt +0 -0
- {alibabacloud_vpc20160428-6.9.6 → alibabacloud_vpc20160428-6.10.1}/alibabacloud_vpc20160428.egg-info/top_level.txt +0 -0
- {alibabacloud_vpc20160428-6.9.6 → alibabacloud_vpc20160428-6.10.1}/setup.cfg +0 -0
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
2024-12-20 Version: 6.10.0
|
|
2
|
+
- Support API TransformEipSegmentToPublicIpAddressPool.
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
2024-12-18 Version: 6.9.6
|
|
6
|
+
- Update API CreateExpressConnectTrafficQos: add param ResourceGroupId.
|
|
7
|
+
- Update API CreateExpressConnectTrafficQos: add param Tags.
|
|
8
|
+
- Update API CreateForwardEntry: add param DryRun.
|
|
9
|
+
- Update API CreateSnatEntry: add param DryRun.
|
|
10
|
+
- Update API CreateVpnAttachment: add param EnableTunnelsBgp.
|
|
11
|
+
- Update API CreateVpnAttachment: add param TunnelOptionsSpecification.
|
|
12
|
+
- Update API CreateVpnAttachment: update param CustomerGatewayId.
|
|
13
|
+
- Update API CreateVpnAttachment: update param RemoteCaCert.
|
|
14
|
+
- Update API DescribeExpressConnectTrafficQos: add param ResourceGroupId.
|
|
15
|
+
- Update API DescribeExpressConnectTrafficQos: add param Tags.
|
|
16
|
+
- Update API DescribeExpressConnectTrafficQos: update response param.
|
|
17
|
+
- Update API DescribeVcoRouteEntries: update response param.
|
|
18
|
+
- Update API DescribeVpnAttachments: update response param.
|
|
19
|
+
- Update API DescribeVpnConnection: update response param.
|
|
20
|
+
- Update API DescribeVpnConnections: update response param.
|
|
21
|
+
- Update API DescribeVpnRouteEntries: update response param.
|
|
22
|
+
- Update API ModifyForwardEntry: add param DryRun.
|
|
23
|
+
- Update API ModifyForwardEntry: update response param.
|
|
24
|
+
- Update API ModifyRouteEntry: update param RouteEntryId.
|
|
25
|
+
- Update API ModifySnatEntry: add param DryRun.
|
|
26
|
+
- Update API ModifyTunnelAttribute: update param TunnelOptionsSpecification.
|
|
27
|
+
- Update API ModifyVpnAttachmentAttribute: add param EnableTunnelsBgp.
|
|
28
|
+
- Update API ModifyVpnAttachmentAttribute: add param TunnelOptionsSpecification.
|
|
29
|
+
- Update API ModifyVpnAttachmentAttribute: update param RemoteCaCert.
|
|
30
|
+
- Update API ModifyVpnAttachmentAttribute: update response param.
|
|
31
|
+
- Update API ModifyVpnConnectionAttribute: update param TunnelOptionsSpecification.
|
|
32
|
+
|
|
33
|
+
|
|
1
34
|
2024-11-29 Version: 6.9.5
|
|
2
35
|
- Update API CreateVpnAttachment: add param EnableTunnelsBgp.
|
|
3
36
|
- Update API CreateVpnAttachment: add param TunnelOptionsSpecification.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '6.10.1'
|
|
@@ -8441,7 +8441,7 @@ class Client(OpenApiClient):
|
|
|
8441
8441
|
runtime: util_models.RuntimeOptions,
|
|
8442
8442
|
) -> vpc_20160428_models.CreateHighReliablePhysicalConnectionResponse:
|
|
8443
8443
|
"""
|
|
8444
|
-
@summary
|
|
8444
|
+
@summary Creates Express Connect circuits in high reliability mode. This improves the stability of multiple Express Connect circuits and prevents service interruptions caused by single points of failures (SPOFs).
|
|
8445
8445
|
|
|
8446
8446
|
@param request: CreateHighReliablePhysicalConnectionRequest
|
|
8447
8447
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -8504,7 +8504,7 @@ class Client(OpenApiClient):
|
|
|
8504
8504
|
runtime: util_models.RuntimeOptions,
|
|
8505
8505
|
) -> vpc_20160428_models.CreateHighReliablePhysicalConnectionResponse:
|
|
8506
8506
|
"""
|
|
8507
|
-
@summary
|
|
8507
|
+
@summary Creates Express Connect circuits in high reliability mode. This improves the stability of multiple Express Connect circuits and prevents service interruptions caused by single points of failures (SPOFs).
|
|
8508
8508
|
|
|
8509
8509
|
@param request: CreateHighReliablePhysicalConnectionRequest
|
|
8510
8510
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -8566,7 +8566,7 @@ class Client(OpenApiClient):
|
|
|
8566
8566
|
request: vpc_20160428_models.CreateHighReliablePhysicalConnectionRequest,
|
|
8567
8567
|
) -> vpc_20160428_models.CreateHighReliablePhysicalConnectionResponse:
|
|
8568
8568
|
"""
|
|
8569
|
-
@summary
|
|
8569
|
+
@summary Creates Express Connect circuits in high reliability mode. This improves the stability of multiple Express Connect circuits and prevents service interruptions caused by single points of failures (SPOFs).
|
|
8570
8570
|
|
|
8571
8571
|
@param request: CreateHighReliablePhysicalConnectionRequest
|
|
8572
8572
|
@return: CreateHighReliablePhysicalConnectionResponse
|
|
@@ -8579,7 +8579,7 @@ class Client(OpenApiClient):
|
|
|
8579
8579
|
request: vpc_20160428_models.CreateHighReliablePhysicalConnectionRequest,
|
|
8580
8580
|
) -> vpc_20160428_models.CreateHighReliablePhysicalConnectionResponse:
|
|
8581
8581
|
"""
|
|
8582
|
-
@summary
|
|
8582
|
+
@summary Creates Express Connect circuits in high reliability mode. This improves the stability of multiple Express Connect circuits and prevents service interruptions caused by single points of failures (SPOFs).
|
|
8583
8583
|
|
|
8584
8584
|
@param request: CreateHighReliablePhysicalConnectionRequest
|
|
8585
8585
|
@return: CreateHighReliablePhysicalConnectionResponse
|
|
@@ -16693,7 +16693,7 @@ class Client(OpenApiClient):
|
|
|
16693
16693
|
runtime: util_models.RuntimeOptions,
|
|
16694
16694
|
) -> vpc_20160428_models.DeleteExpressConnectTrafficQosQueueResponse:
|
|
16695
16695
|
"""
|
|
16696
|
-
@summary
|
|
16696
|
+
@summary Deletes a quality of service (QoS) queue.
|
|
16697
16697
|
|
|
16698
16698
|
@param request: DeleteExpressConnectTrafficQosQueueRequest
|
|
16699
16699
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -16742,7 +16742,7 @@ class Client(OpenApiClient):
|
|
|
16742
16742
|
runtime: util_models.RuntimeOptions,
|
|
16743
16743
|
) -> vpc_20160428_models.DeleteExpressConnectTrafficQosQueueResponse:
|
|
16744
16744
|
"""
|
|
16745
|
-
@summary
|
|
16745
|
+
@summary Deletes a quality of service (QoS) queue.
|
|
16746
16746
|
|
|
16747
16747
|
@param request: DeleteExpressConnectTrafficQosQueueRequest
|
|
16748
16748
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -16790,7 +16790,7 @@ class Client(OpenApiClient):
|
|
|
16790
16790
|
request: vpc_20160428_models.DeleteExpressConnectTrafficQosQueueRequest,
|
|
16791
16791
|
) -> vpc_20160428_models.DeleteExpressConnectTrafficQosQueueResponse:
|
|
16792
16792
|
"""
|
|
16793
|
-
@summary
|
|
16793
|
+
@summary Deletes a quality of service (QoS) queue.
|
|
16794
16794
|
|
|
16795
16795
|
@param request: DeleteExpressConnectTrafficQosQueueRequest
|
|
16796
16796
|
@return: DeleteExpressConnectTrafficQosQueueResponse
|
|
@@ -16803,7 +16803,7 @@ class Client(OpenApiClient):
|
|
|
16803
16803
|
request: vpc_20160428_models.DeleteExpressConnectTrafficQosQueueRequest,
|
|
16804
16804
|
) -> vpc_20160428_models.DeleteExpressConnectTrafficQosQueueResponse:
|
|
16805
16805
|
"""
|
|
16806
|
-
@summary
|
|
16806
|
+
@summary Deletes a quality of service (QoS) queue.
|
|
16807
16807
|
|
|
16808
16808
|
@param request: DeleteExpressConnectTrafficQosQueueRequest
|
|
16809
16809
|
@return: DeleteExpressConnectTrafficQosQueueResponse
|
|
@@ -25117,7 +25117,7 @@ class Client(OpenApiClient):
|
|
|
25117
25117
|
runtime: util_models.RuntimeOptions,
|
|
25118
25118
|
) -> vpc_20160428_models.DescribeExpressConnectTrafficQosResponse:
|
|
25119
25119
|
"""
|
|
25120
|
-
@summary
|
|
25120
|
+
@summary Queries the quality of service (QoS) policies of Express Connect. The response can be displayed by page.
|
|
25121
25121
|
|
|
25122
25122
|
@param request: DescribeExpressConnectTrafficQosRequest
|
|
25123
25123
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -25174,7 +25174,7 @@ class Client(OpenApiClient):
|
|
|
25174
25174
|
runtime: util_models.RuntimeOptions,
|
|
25175
25175
|
) -> vpc_20160428_models.DescribeExpressConnectTrafficQosResponse:
|
|
25176
25176
|
"""
|
|
25177
|
-
@summary
|
|
25177
|
+
@summary Queries the quality of service (QoS) policies of Express Connect. The response can be displayed by page.
|
|
25178
25178
|
|
|
25179
25179
|
@param request: DescribeExpressConnectTrafficQosRequest
|
|
25180
25180
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -25230,7 +25230,7 @@ class Client(OpenApiClient):
|
|
|
25230
25230
|
request: vpc_20160428_models.DescribeExpressConnectTrafficQosRequest,
|
|
25231
25231
|
) -> vpc_20160428_models.DescribeExpressConnectTrafficQosResponse:
|
|
25232
25232
|
"""
|
|
25233
|
-
@summary
|
|
25233
|
+
@summary Queries the quality of service (QoS) policies of Express Connect. The response can be displayed by page.
|
|
25234
25234
|
|
|
25235
25235
|
@param request: DescribeExpressConnectTrafficQosRequest
|
|
25236
25236
|
@return: DescribeExpressConnectTrafficQosResponse
|
|
@@ -25243,7 +25243,7 @@ class Client(OpenApiClient):
|
|
|
25243
25243
|
request: vpc_20160428_models.DescribeExpressConnectTrafficQosRequest,
|
|
25244
25244
|
) -> vpc_20160428_models.DescribeExpressConnectTrafficQosResponse:
|
|
25245
25245
|
"""
|
|
25246
|
-
@summary
|
|
25246
|
+
@summary Queries the quality of service (QoS) policies of Express Connect. The response can be displayed by page.
|
|
25247
25247
|
|
|
25248
25248
|
@param request: DescribeExpressConnectTrafficQosRequest
|
|
25249
25249
|
@return: DescribeExpressConnectTrafficQosResponse
|
|
@@ -25257,7 +25257,7 @@ class Client(OpenApiClient):
|
|
|
25257
25257
|
runtime: util_models.RuntimeOptions,
|
|
25258
25258
|
) -> vpc_20160428_models.DescribeExpressConnectTrafficQosQueueResponse:
|
|
25259
25259
|
"""
|
|
25260
|
-
@summary
|
|
25260
|
+
@summary Queries the information about the quality of service (QoS) queues of the Express Connect circuit.
|
|
25261
25261
|
|
|
25262
25262
|
@param request: DescribeExpressConnectTrafficQosQueueRequest
|
|
25263
25263
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -25308,7 +25308,7 @@ class Client(OpenApiClient):
|
|
|
25308
25308
|
runtime: util_models.RuntimeOptions,
|
|
25309
25309
|
) -> vpc_20160428_models.DescribeExpressConnectTrafficQosQueueResponse:
|
|
25310
25310
|
"""
|
|
25311
|
-
@summary
|
|
25311
|
+
@summary Queries the information about the quality of service (QoS) queues of the Express Connect circuit.
|
|
25312
25312
|
|
|
25313
25313
|
@param request: DescribeExpressConnectTrafficQosQueueRequest
|
|
25314
25314
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -25358,7 +25358,7 @@ class Client(OpenApiClient):
|
|
|
25358
25358
|
request: vpc_20160428_models.DescribeExpressConnectTrafficQosQueueRequest,
|
|
25359
25359
|
) -> vpc_20160428_models.DescribeExpressConnectTrafficQosQueueResponse:
|
|
25360
25360
|
"""
|
|
25361
|
-
@summary
|
|
25361
|
+
@summary Queries the information about the quality of service (QoS) queues of the Express Connect circuit.
|
|
25362
25362
|
|
|
25363
25363
|
@param request: DescribeExpressConnectTrafficQosQueueRequest
|
|
25364
25364
|
@return: DescribeExpressConnectTrafficQosQueueResponse
|
|
@@ -25371,7 +25371,7 @@ class Client(OpenApiClient):
|
|
|
25371
25371
|
request: vpc_20160428_models.DescribeExpressConnectTrafficQosQueueRequest,
|
|
25372
25372
|
) -> vpc_20160428_models.DescribeExpressConnectTrafficQosQueueResponse:
|
|
25373
25373
|
"""
|
|
25374
|
-
@summary
|
|
25374
|
+
@summary Queries the information about the quality of service (QoS) queues of the Express Connect circuit.
|
|
25375
25375
|
|
|
25376
25376
|
@param request: DescribeExpressConnectTrafficQosQueueRequest
|
|
25377
25377
|
@return: DescribeExpressConnectTrafficQosQueueResponse
|
|
@@ -51855,7 +51855,7 @@ class Client(OpenApiClient):
|
|
|
51855
51855
|
runtime: util_models.RuntimeOptions,
|
|
51856
51856
|
) -> vpc_20160428_models.StopFailoverTestJobResponse:
|
|
51857
51857
|
"""
|
|
51858
|
-
@summary
|
|
51858
|
+
@summary Terminates a failover test.
|
|
51859
51859
|
|
|
51860
51860
|
@param request: StopFailoverTestJobRequest
|
|
51861
51861
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -51902,7 +51902,7 @@ class Client(OpenApiClient):
|
|
|
51902
51902
|
runtime: util_models.RuntimeOptions,
|
|
51903
51903
|
) -> vpc_20160428_models.StopFailoverTestJobResponse:
|
|
51904
51904
|
"""
|
|
51905
|
-
@summary
|
|
51905
|
+
@summary Terminates a failover test.
|
|
51906
51906
|
|
|
51907
51907
|
@param request: StopFailoverTestJobRequest
|
|
51908
51908
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -51948,7 +51948,7 @@ class Client(OpenApiClient):
|
|
|
51948
51948
|
request: vpc_20160428_models.StopFailoverTestJobRequest,
|
|
51949
51949
|
) -> vpc_20160428_models.StopFailoverTestJobResponse:
|
|
51950
51950
|
"""
|
|
51951
|
-
@summary
|
|
51951
|
+
@summary Terminates a failover test.
|
|
51952
51952
|
|
|
51953
51953
|
@param request: StopFailoverTestJobRequest
|
|
51954
51954
|
@return: StopFailoverTestJobResponse
|
|
@@ -51961,7 +51961,7 @@ class Client(OpenApiClient):
|
|
|
51961
51961
|
request: vpc_20160428_models.StopFailoverTestJobRequest,
|
|
51962
51962
|
) -> vpc_20160428_models.StopFailoverTestJobResponse:
|
|
51963
51963
|
"""
|
|
51964
|
-
@summary
|
|
51964
|
+
@summary Terminates a failover test.
|
|
51965
51965
|
|
|
51966
51966
|
@param request: StopFailoverTestJobRequest
|
|
51967
51967
|
@return: StopFailoverTestJobResponse
|
|
@@ -52553,6 +52553,122 @@ class Client(OpenApiClient):
|
|
|
52553
52553
|
runtime = util_models.RuntimeOptions()
|
|
52554
52554
|
return await self.terminate_virtual_border_router_with_options_async(request, runtime)
|
|
52555
52555
|
|
|
52556
|
+
def transform_eip_segment_to_public_ip_address_pool_with_options(
|
|
52557
|
+
self,
|
|
52558
|
+
request: vpc_20160428_models.TransformEipSegmentToPublicIpAddressPoolRequest,
|
|
52559
|
+
runtime: util_models.RuntimeOptions,
|
|
52560
|
+
) -> vpc_20160428_models.TransformEipSegmentToPublicIpAddressPoolResponse:
|
|
52561
|
+
"""
|
|
52562
|
+
@summary 连续EIP组转换为公网IP地址池
|
|
52563
|
+
|
|
52564
|
+
@param request: TransformEipSegmentToPublicIpAddressPoolRequest
|
|
52565
|
+
@param runtime: runtime options for this request RuntimeOptions
|
|
52566
|
+
@return: TransformEipSegmentToPublicIpAddressPoolResponse
|
|
52567
|
+
"""
|
|
52568
|
+
UtilClient.validate_model(request)
|
|
52569
|
+
query = {}
|
|
52570
|
+
if not UtilClient.is_unset(request.client_token):
|
|
52571
|
+
query['ClientToken'] = request.client_token
|
|
52572
|
+
if not UtilClient.is_unset(request.description):
|
|
52573
|
+
query['Description'] = request.description
|
|
52574
|
+
if not UtilClient.is_unset(request.instance_id):
|
|
52575
|
+
query['InstanceId'] = request.instance_id
|
|
52576
|
+
if not UtilClient.is_unset(request.name):
|
|
52577
|
+
query['Name'] = request.name
|
|
52578
|
+
if not UtilClient.is_unset(request.region_id):
|
|
52579
|
+
query['RegionId'] = request.region_id
|
|
52580
|
+
if not UtilClient.is_unset(request.resource_group_id):
|
|
52581
|
+
query['ResourceGroupId'] = request.resource_group_id
|
|
52582
|
+
req = open_api_models.OpenApiRequest(
|
|
52583
|
+
query=OpenApiUtilClient.query(query)
|
|
52584
|
+
)
|
|
52585
|
+
params = open_api_models.Params(
|
|
52586
|
+
action='TransformEipSegmentToPublicIpAddressPool',
|
|
52587
|
+
version='2016-04-28',
|
|
52588
|
+
protocol='HTTPS',
|
|
52589
|
+
pathname='/',
|
|
52590
|
+
method='POST',
|
|
52591
|
+
auth_type='AK',
|
|
52592
|
+
style='RPC',
|
|
52593
|
+
req_body_type='formData',
|
|
52594
|
+
body_type='json'
|
|
52595
|
+
)
|
|
52596
|
+
return TeaCore.from_map(
|
|
52597
|
+
vpc_20160428_models.TransformEipSegmentToPublicIpAddressPoolResponse(),
|
|
52598
|
+
self.call_api(params, req, runtime)
|
|
52599
|
+
)
|
|
52600
|
+
|
|
52601
|
+
async def transform_eip_segment_to_public_ip_address_pool_with_options_async(
|
|
52602
|
+
self,
|
|
52603
|
+
request: vpc_20160428_models.TransformEipSegmentToPublicIpAddressPoolRequest,
|
|
52604
|
+
runtime: util_models.RuntimeOptions,
|
|
52605
|
+
) -> vpc_20160428_models.TransformEipSegmentToPublicIpAddressPoolResponse:
|
|
52606
|
+
"""
|
|
52607
|
+
@summary 连续EIP组转换为公网IP地址池
|
|
52608
|
+
|
|
52609
|
+
@param request: TransformEipSegmentToPublicIpAddressPoolRequest
|
|
52610
|
+
@param runtime: runtime options for this request RuntimeOptions
|
|
52611
|
+
@return: TransformEipSegmentToPublicIpAddressPoolResponse
|
|
52612
|
+
"""
|
|
52613
|
+
UtilClient.validate_model(request)
|
|
52614
|
+
query = {}
|
|
52615
|
+
if not UtilClient.is_unset(request.client_token):
|
|
52616
|
+
query['ClientToken'] = request.client_token
|
|
52617
|
+
if not UtilClient.is_unset(request.description):
|
|
52618
|
+
query['Description'] = request.description
|
|
52619
|
+
if not UtilClient.is_unset(request.instance_id):
|
|
52620
|
+
query['InstanceId'] = request.instance_id
|
|
52621
|
+
if not UtilClient.is_unset(request.name):
|
|
52622
|
+
query['Name'] = request.name
|
|
52623
|
+
if not UtilClient.is_unset(request.region_id):
|
|
52624
|
+
query['RegionId'] = request.region_id
|
|
52625
|
+
if not UtilClient.is_unset(request.resource_group_id):
|
|
52626
|
+
query['ResourceGroupId'] = request.resource_group_id
|
|
52627
|
+
req = open_api_models.OpenApiRequest(
|
|
52628
|
+
query=OpenApiUtilClient.query(query)
|
|
52629
|
+
)
|
|
52630
|
+
params = open_api_models.Params(
|
|
52631
|
+
action='TransformEipSegmentToPublicIpAddressPool',
|
|
52632
|
+
version='2016-04-28',
|
|
52633
|
+
protocol='HTTPS',
|
|
52634
|
+
pathname='/',
|
|
52635
|
+
method='POST',
|
|
52636
|
+
auth_type='AK',
|
|
52637
|
+
style='RPC',
|
|
52638
|
+
req_body_type='formData',
|
|
52639
|
+
body_type='json'
|
|
52640
|
+
)
|
|
52641
|
+
return TeaCore.from_map(
|
|
52642
|
+
vpc_20160428_models.TransformEipSegmentToPublicIpAddressPoolResponse(),
|
|
52643
|
+
await self.call_api_async(params, req, runtime)
|
|
52644
|
+
)
|
|
52645
|
+
|
|
52646
|
+
def transform_eip_segment_to_public_ip_address_pool(
|
|
52647
|
+
self,
|
|
52648
|
+
request: vpc_20160428_models.TransformEipSegmentToPublicIpAddressPoolRequest,
|
|
52649
|
+
) -> vpc_20160428_models.TransformEipSegmentToPublicIpAddressPoolResponse:
|
|
52650
|
+
"""
|
|
52651
|
+
@summary 连续EIP组转换为公网IP地址池
|
|
52652
|
+
|
|
52653
|
+
@param request: TransformEipSegmentToPublicIpAddressPoolRequest
|
|
52654
|
+
@return: TransformEipSegmentToPublicIpAddressPoolResponse
|
|
52655
|
+
"""
|
|
52656
|
+
runtime = util_models.RuntimeOptions()
|
|
52657
|
+
return self.transform_eip_segment_to_public_ip_address_pool_with_options(request, runtime)
|
|
52658
|
+
|
|
52659
|
+
async def transform_eip_segment_to_public_ip_address_pool_async(
|
|
52660
|
+
self,
|
|
52661
|
+
request: vpc_20160428_models.TransformEipSegmentToPublicIpAddressPoolRequest,
|
|
52662
|
+
) -> vpc_20160428_models.TransformEipSegmentToPublicIpAddressPoolResponse:
|
|
52663
|
+
"""
|
|
52664
|
+
@summary 连续EIP组转换为公网IP地址池
|
|
52665
|
+
|
|
52666
|
+
@param request: TransformEipSegmentToPublicIpAddressPoolRequest
|
|
52667
|
+
@return: TransformEipSegmentToPublicIpAddressPoolResponse
|
|
52668
|
+
"""
|
|
52669
|
+
runtime = util_models.RuntimeOptions()
|
|
52670
|
+
return await self.transform_eip_segment_to_public_ip_address_pool_with_options_async(request, runtime)
|
|
52671
|
+
|
|
52556
52672
|
def un_tag_resources_with_options(
|
|
52557
52673
|
self,
|
|
52558
52674
|
request: vpc_20160428_models.UnTagResourcesRequest,
|
|
@@ -53979,7 +54095,7 @@ class Client(OpenApiClient):
|
|
|
53979
54095
|
runtime: util_models.RuntimeOptions,
|
|
53980
54096
|
) -> vpc_20160428_models.UpdateFailoverTestJobResponse:
|
|
53981
54097
|
"""
|
|
53982
|
-
@summary
|
|
54098
|
+
@summary Updates a failover test.
|
|
53983
54099
|
|
|
53984
54100
|
@param request: UpdateFailoverTestJobRequest
|
|
53985
54101
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -54036,7 +54152,7 @@ class Client(OpenApiClient):
|
|
|
54036
54152
|
runtime: util_models.RuntimeOptions,
|
|
54037
54153
|
) -> vpc_20160428_models.UpdateFailoverTestJobResponse:
|
|
54038
54154
|
"""
|
|
54039
|
-
@summary
|
|
54155
|
+
@summary Updates a failover test.
|
|
54040
54156
|
|
|
54041
54157
|
@param request: UpdateFailoverTestJobRequest
|
|
54042
54158
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -54092,7 +54208,7 @@ class Client(OpenApiClient):
|
|
|
54092
54208
|
request: vpc_20160428_models.UpdateFailoverTestJobRequest,
|
|
54093
54209
|
) -> vpc_20160428_models.UpdateFailoverTestJobResponse:
|
|
54094
54210
|
"""
|
|
54095
|
-
@summary
|
|
54211
|
+
@summary Updates a failover test.
|
|
54096
54212
|
|
|
54097
54213
|
@param request: UpdateFailoverTestJobRequest
|
|
54098
54214
|
@return: UpdateFailoverTestJobResponse
|
|
@@ -54105,7 +54221,7 @@ class Client(OpenApiClient):
|
|
|
54105
54221
|
request: vpc_20160428_models.UpdateFailoverTestJobRequest,
|
|
54106
54222
|
) -> vpc_20160428_models.UpdateFailoverTestJobResponse:
|
|
54107
54223
|
"""
|
|
54108
|
-
@summary
|
|
54224
|
+
@summary Updates a failover test.
|
|
54109
54225
|
|
|
54110
54226
|
@param request: UpdateFailoverTestJobRequest
|
|
54111
54227
|
@return: UpdateFailoverTestJobResponse
|