alibabacloud-vpc20160428 6.7.0__tar.gz → 6.7.2__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.7.0 → alibabacloud_vpc20160428-6.7.2}/ChangeLog.md +20 -0
- alibabacloud_vpc20160428-6.7.2/PKG-INFO +65 -0
- alibabacloud_vpc20160428-6.7.2/alibabacloud_vpc20160428/__init__.py +1 -0
- {alibabacloud_vpc20160428-6.7.0 → alibabacloud_vpc20160428-6.7.2}/alibabacloud_vpc20160428/client.py +88 -8
- {alibabacloud_vpc20160428-6.7.0 → alibabacloud_vpc20160428-6.7.2}/alibabacloud_vpc20160428/models.py +159 -26
- alibabacloud_vpc20160428-6.7.2/alibabacloud_vpc20160428.egg-info/PKG-INFO +65 -0
- {alibabacloud_vpc20160428-6.7.0 → alibabacloud_vpc20160428-6.7.2}/setup.py +1 -1
- alibabacloud_vpc20160428-6.7.0/PKG-INFO +0 -64
- alibabacloud_vpc20160428-6.7.0/alibabacloud_vpc20160428/__init__.py +0 -1
- alibabacloud_vpc20160428-6.7.0/alibabacloud_vpc20160428.egg-info/PKG-INFO +0 -64
- {alibabacloud_vpc20160428-6.7.0 → alibabacloud_vpc20160428-6.7.2}/LICENSE +0 -0
- {alibabacloud_vpc20160428-6.7.0 → alibabacloud_vpc20160428-6.7.2}/MANIFEST.in +0 -0
- {alibabacloud_vpc20160428-6.7.0 → alibabacloud_vpc20160428-6.7.2}/README-CN.md +0 -0
- {alibabacloud_vpc20160428-6.7.0 → alibabacloud_vpc20160428-6.7.2}/README.md +0 -0
- {alibabacloud_vpc20160428-6.7.0 → alibabacloud_vpc20160428-6.7.2}/alibabacloud_vpc20160428.egg-info/SOURCES.txt +0 -0
- {alibabacloud_vpc20160428-6.7.0 → alibabacloud_vpc20160428-6.7.2}/alibabacloud_vpc20160428.egg-info/dependency_links.txt +0 -0
- {alibabacloud_vpc20160428-6.7.0 → alibabacloud_vpc20160428-6.7.2}/alibabacloud_vpc20160428.egg-info/requires.txt +3 -3
- {alibabacloud_vpc20160428-6.7.0 → alibabacloud_vpc20160428-6.7.2}/alibabacloud_vpc20160428.egg-info/top_level.txt +0 -0
- {alibabacloud_vpc20160428-6.7.0 → alibabacloud_vpc20160428-6.7.2}/setup.cfg +0 -0
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
2024-07-19 Version: 6.7.1
|
|
2
|
+
- Update API CreateFailoverTestJob: add param DryRun.
|
|
3
|
+
- Update API CreateFailoverTestJob: update param ResourceType.
|
|
4
|
+
- Update API DescribeFailoverTestJob: update response param.
|
|
5
|
+
- Update API DescribeFailoverTestJobs: update response param.
|
|
6
|
+
- Update API UpdateFailoverTestJob: add param DryRun.
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
2024-06-28 Version: 6.7.0
|
|
10
|
+
- Support API GetPublicIpAddressPoolServiceStatus.
|
|
11
|
+
- Support API OpenPublicIpAddressPoolService.
|
|
12
|
+
- Update API AllocateIpv6Address: add param AddressType.
|
|
13
|
+
- Update API CreateBgpGroup: update response param.
|
|
14
|
+
- Update API DescribeIpv6Addresses: add param AddressType.
|
|
15
|
+
- Update API DescribeIpv6Addresses: update response param.
|
|
16
|
+
- Update API DescribeIpv6EgressOnlyRules: update response param.
|
|
17
|
+
- Update API ModifyBgpGroupAttribute: update response param.
|
|
18
|
+
- Update API ModifyRouteTableAttributes: add param RoutePropagationEnable.
|
|
19
|
+
|
|
20
|
+
|
|
1
21
|
2024-06-14 Version: 6.6.8
|
|
2
22
|
- Update API DeleteIpv4Gateway: add param InternetMode.
|
|
3
23
|
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: alibabacloud_vpc20160428
|
|
3
|
+
Version: 6.7.2
|
|
4
|
+
Summary: Alibaba Cloud Virtual Private Cloud (20160428) SDK Library for Python
|
|
5
|
+
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
|
+
Author: Alibaba Cloud SDK
|
|
7
|
+
Author-email: sdk-team@alibabacloud.com
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Keywords: alibabacloud,vpc20160428
|
|
10
|
+
Platform: any
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
|
+
Classifier: Programming Language :: Python
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
20
|
+
Classifier: Topic :: Software Development
|
|
21
|
+
Requires-Python: >=3.6
|
|
22
|
+
Description-Content-Type: text/markdown
|
|
23
|
+
License-File: LICENSE
|
|
24
|
+
|
|
25
|
+
English | [简体中文](README-CN.md)
|
|
26
|
+

|
|
27
|
+
|
|
28
|
+
## Alibaba Cloud Vpc SDK for Python
|
|
29
|
+
|
|
30
|
+
## Requirements
|
|
31
|
+
|
|
32
|
+
- Python >= 3.6
|
|
33
|
+
|
|
34
|
+
## Installation
|
|
35
|
+
|
|
36
|
+
- **Install with pip**
|
|
37
|
+
|
|
38
|
+
Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
# Install the alibabacloud_vpc20160428
|
|
42
|
+
pip install alibabacloud_vpc20160428
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Issues
|
|
46
|
+
|
|
47
|
+
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
48
|
+
|
|
49
|
+
## Usage
|
|
50
|
+
|
|
51
|
+
[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
|
|
52
|
+
|
|
53
|
+
## Changelog
|
|
54
|
+
|
|
55
|
+
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/vpc-20160428/ChangeLog.md).
|
|
56
|
+
|
|
57
|
+
## References
|
|
58
|
+
|
|
59
|
+
- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
|
|
60
|
+
|
|
61
|
+
## License
|
|
62
|
+
|
|
63
|
+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
64
|
+
|
|
65
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '6.7.2'
|
{alibabacloud_vpc20160428-6.7.0 → alibabacloud_vpc20160428-6.7.2}/alibabacloud_vpc20160428/client.py
RENAMED
|
@@ -2055,6 +2055,10 @@ class Client(OpenApiClient):
|
|
|
2055
2055
|
query['Bandwidth'] = request.bandwidth
|
|
2056
2056
|
if not UtilClient.is_unset(request.client_token):
|
|
2057
2057
|
query['ClientToken'] = request.client_token
|
|
2058
|
+
if not UtilClient.is_unset(request.client_token):
|
|
2059
|
+
query['ClientToken'] = request.client_token
|
|
2060
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
2061
|
+
query['DryRun'] = request.dry_run
|
|
2058
2062
|
if not UtilClient.is_unset(request.internet_charge_type):
|
|
2059
2063
|
query['InternetChargeType'] = request.internet_charge_type
|
|
2060
2064
|
if not UtilClient.is_unset(request.ipv_6address_id):
|
|
@@ -2112,6 +2116,10 @@ class Client(OpenApiClient):
|
|
|
2112
2116
|
query['Bandwidth'] = request.bandwidth
|
|
2113
2117
|
if not UtilClient.is_unset(request.client_token):
|
|
2114
2118
|
query['ClientToken'] = request.client_token
|
|
2119
|
+
if not UtilClient.is_unset(request.client_token):
|
|
2120
|
+
query['ClientToken'] = request.client_token
|
|
2121
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
2122
|
+
query['DryRun'] = request.dry_run
|
|
2115
2123
|
if not UtilClient.is_unset(request.internet_charge_type):
|
|
2116
2124
|
query['InternetChargeType'] = request.internet_charge_type
|
|
2117
2125
|
if not UtilClient.is_unset(request.ipv_6address_id):
|
|
@@ -7387,6 +7395,8 @@ class Client(OpenApiClient):
|
|
|
7387
7395
|
query['ClientToken'] = request.client_token
|
|
7388
7396
|
if not UtilClient.is_unset(request.description):
|
|
7389
7397
|
query['Description'] = request.description
|
|
7398
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
7399
|
+
query['DryRun'] = request.dry_run
|
|
7390
7400
|
if not UtilClient.is_unset(request.job_duration):
|
|
7391
7401
|
query['JobDuration'] = request.job_duration
|
|
7392
7402
|
if not UtilClient.is_unset(request.job_type):
|
|
@@ -7444,6 +7454,8 @@ class Client(OpenApiClient):
|
|
|
7444
7454
|
query['ClientToken'] = request.client_token
|
|
7445
7455
|
if not UtilClient.is_unset(request.description):
|
|
7446
7456
|
query['Description'] = request.description
|
|
7457
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
7458
|
+
query['DryRun'] = request.dry_run
|
|
7447
7459
|
if not UtilClient.is_unset(request.job_duration):
|
|
7448
7460
|
query['JobDuration'] = request.job_duration
|
|
7449
7461
|
if not UtilClient.is_unset(request.job_type):
|
|
@@ -18521,6 +18533,10 @@ class Client(OpenApiClient):
|
|
|
18521
18533
|
"""
|
|
18522
18534
|
UtilClient.validate_model(request)
|
|
18523
18535
|
query = {}
|
|
18536
|
+
if not UtilClient.is_unset(request.client_token):
|
|
18537
|
+
query['ClientToken'] = request.client_token
|
|
18538
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
18539
|
+
query['DryRun'] = request.dry_run
|
|
18524
18540
|
if not UtilClient.is_unset(request.ipv_6gateway_id):
|
|
18525
18541
|
query['Ipv6GatewayId'] = request.ipv_6gateway_id
|
|
18526
18542
|
if not UtilClient.is_unset(request.owner_account):
|
|
@@ -18574,6 +18590,10 @@ class Client(OpenApiClient):
|
|
|
18574
18590
|
"""
|
|
18575
18591
|
UtilClient.validate_model(request)
|
|
18576
18592
|
query = {}
|
|
18593
|
+
if not UtilClient.is_unset(request.client_token):
|
|
18594
|
+
query['ClientToken'] = request.client_token
|
|
18595
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
18596
|
+
query['DryRun'] = request.dry_run
|
|
18577
18597
|
if not UtilClient.is_unset(request.ipv_6gateway_id):
|
|
18578
18598
|
query['Ipv6GatewayId'] = request.ipv_6gateway_id
|
|
18579
18599
|
if not UtilClient.is_unset(request.owner_account):
|
|
@@ -18661,6 +18681,10 @@ class Client(OpenApiClient):
|
|
|
18661
18681
|
"""
|
|
18662
18682
|
UtilClient.validate_model(request)
|
|
18663
18683
|
query = {}
|
|
18684
|
+
if not UtilClient.is_unset(request.client_token):
|
|
18685
|
+
query['ClientToken'] = request.client_token
|
|
18686
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
18687
|
+
query['DryRun'] = request.dry_run
|
|
18664
18688
|
if not UtilClient.is_unset(request.ipv_6address_id):
|
|
18665
18689
|
query['Ipv6AddressId'] = request.ipv_6address_id
|
|
18666
18690
|
if not UtilClient.is_unset(request.ipv_6internet_bandwidth_id):
|
|
@@ -18712,6 +18736,10 @@ class Client(OpenApiClient):
|
|
|
18712
18736
|
"""
|
|
18713
18737
|
UtilClient.validate_model(request)
|
|
18714
18738
|
query = {}
|
|
18739
|
+
if not UtilClient.is_unset(request.client_token):
|
|
18740
|
+
query['ClientToken'] = request.client_token
|
|
18741
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
18742
|
+
query['DryRun'] = request.dry_run
|
|
18715
18743
|
if not UtilClient.is_unset(request.ipv_6address_id):
|
|
18716
18744
|
query['Ipv6AddressId'] = request.ipv_6address_id
|
|
18717
18745
|
if not UtilClient.is_unset(request.ipv_6internet_bandwidth_id):
|
|
@@ -21429,6 +21457,10 @@ class Client(OpenApiClient):
|
|
|
21429
21457
|
"""
|
|
21430
21458
|
UtilClient.validate_model(request)
|
|
21431
21459
|
query = {}
|
|
21460
|
+
if not UtilClient.is_unset(request.client_token):
|
|
21461
|
+
query['ClientToken'] = request.client_token
|
|
21462
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
21463
|
+
query['DryRun'] = request.dry_run
|
|
21432
21464
|
if not UtilClient.is_unset(request.owner_account):
|
|
21433
21465
|
query['OwnerAccount'] = request.owner_account
|
|
21434
21466
|
if not UtilClient.is_unset(request.owner_id):
|
|
@@ -21480,6 +21512,10 @@ class Client(OpenApiClient):
|
|
|
21480
21512
|
"""
|
|
21481
21513
|
UtilClient.validate_model(request)
|
|
21482
21514
|
query = {}
|
|
21515
|
+
if not UtilClient.is_unset(request.client_token):
|
|
21516
|
+
query['ClientToken'] = request.client_token
|
|
21517
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
21518
|
+
query['DryRun'] = request.dry_run
|
|
21483
21519
|
if not UtilClient.is_unset(request.owner_account):
|
|
21484
21520
|
query['OwnerAccount'] = request.owner_account
|
|
21485
21521
|
if not UtilClient.is_unset(request.owner_id):
|
|
@@ -21983,6 +22019,8 @@ class Client(OpenApiClient):
|
|
|
21983
22019
|
"""
|
|
21984
22020
|
UtilClient.validate_model(request)
|
|
21985
22021
|
query = {}
|
|
22022
|
+
if not UtilClient.is_unset(request.client_token):
|
|
22023
|
+
query['ClientToken'] = request.client_token
|
|
21986
22024
|
if not UtilClient.is_unset(request.dry_run):
|
|
21987
22025
|
query['DryRun'] = request.dry_run
|
|
21988
22026
|
if not UtilClient.is_unset(request.force_delete):
|
|
@@ -22040,6 +22078,8 @@ class Client(OpenApiClient):
|
|
|
22040
22078
|
"""
|
|
22041
22079
|
UtilClient.validate_model(request)
|
|
22042
22080
|
query = {}
|
|
22081
|
+
if not UtilClient.is_unset(request.client_token):
|
|
22082
|
+
query['ClientToken'] = request.client_token
|
|
22043
22083
|
if not UtilClient.is_unset(request.dry_run):
|
|
22044
22084
|
query['DryRun'] = request.dry_run
|
|
22045
22085
|
if not UtilClient.is_unset(request.force_delete):
|
|
@@ -28401,6 +28441,8 @@ class Client(OpenApiClient):
|
|
|
28401
28441
|
"""
|
|
28402
28442
|
UtilClient.validate_model(request)
|
|
28403
28443
|
query = {}
|
|
28444
|
+
if not UtilClient.is_unset(request.ip_version):
|
|
28445
|
+
query['IpVersion'] = request.ip_version
|
|
28404
28446
|
if not UtilClient.is_unset(request.owner_account):
|
|
28405
28447
|
query['OwnerAccount'] = request.owner_account
|
|
28406
28448
|
if not UtilClient.is_unset(request.owner_id):
|
|
@@ -28452,6 +28494,8 @@ class Client(OpenApiClient):
|
|
|
28452
28494
|
"""
|
|
28453
28495
|
UtilClient.validate_model(request)
|
|
28454
28496
|
query = {}
|
|
28497
|
+
if not UtilClient.is_unset(request.ip_version):
|
|
28498
|
+
query['IpVersion'] = request.ip_version
|
|
28455
28499
|
if not UtilClient.is_unset(request.owner_account):
|
|
28456
28500
|
query['OwnerAccount'] = request.owner_account
|
|
28457
28501
|
if not UtilClient.is_unset(request.owner_id):
|
|
@@ -35587,7 +35631,7 @@ class Client(OpenApiClient):
|
|
|
35587
35631
|
runtime: util_models.RuntimeOptions,
|
|
35588
35632
|
) -> vpc_20160428_models.GetPublicIpAddressPoolServiceStatusResponse:
|
|
35589
35633
|
"""
|
|
35590
|
-
@summary
|
|
35634
|
+
@summary Queries whether the IP address pool feature is enabled.
|
|
35591
35635
|
|
|
35592
35636
|
@param request: GetPublicIpAddressPoolServiceStatusRequest
|
|
35593
35637
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -35634,7 +35678,7 @@ class Client(OpenApiClient):
|
|
|
35634
35678
|
runtime: util_models.RuntimeOptions,
|
|
35635
35679
|
) -> vpc_20160428_models.GetPublicIpAddressPoolServiceStatusResponse:
|
|
35636
35680
|
"""
|
|
35637
|
-
@summary
|
|
35681
|
+
@summary Queries whether the IP address pool feature is enabled.
|
|
35638
35682
|
|
|
35639
35683
|
@param request: GetPublicIpAddressPoolServiceStatusRequest
|
|
35640
35684
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -35680,7 +35724,7 @@ class Client(OpenApiClient):
|
|
|
35680
35724
|
request: vpc_20160428_models.GetPublicIpAddressPoolServiceStatusRequest,
|
|
35681
35725
|
) -> vpc_20160428_models.GetPublicIpAddressPoolServiceStatusResponse:
|
|
35682
35726
|
"""
|
|
35683
|
-
@summary
|
|
35727
|
+
@summary Queries whether the IP address pool feature is enabled.
|
|
35684
35728
|
|
|
35685
35729
|
@param request: GetPublicIpAddressPoolServiceStatusRequest
|
|
35686
35730
|
@return: GetPublicIpAddressPoolServiceStatusResponse
|
|
@@ -35693,7 +35737,7 @@ class Client(OpenApiClient):
|
|
|
35693
35737
|
request: vpc_20160428_models.GetPublicIpAddressPoolServiceStatusRequest,
|
|
35694
35738
|
) -> vpc_20160428_models.GetPublicIpAddressPoolServiceStatusResponse:
|
|
35695
35739
|
"""
|
|
35696
|
-
@summary
|
|
35740
|
+
@summary Queries whether the IP address pool feature is enabled.
|
|
35697
35741
|
|
|
35698
35742
|
@param request: GetPublicIpAddressPoolServiceStatusRequest
|
|
35699
35743
|
@return: GetPublicIpAddressPoolServiceStatusResponse
|
|
@@ -38513,7 +38557,7 @@ class Client(OpenApiClient):
|
|
|
38513
38557
|
runtime: util_models.RuntimeOptions,
|
|
38514
38558
|
) -> vpc_20160428_models.ListPublicIpAddressPoolsResponse:
|
|
38515
38559
|
"""
|
|
38516
|
-
@summary Queries
|
|
38560
|
+
@summary Queries available IP address pools.
|
|
38517
38561
|
|
|
38518
38562
|
@param request: ListPublicIpAddressPoolsRequest
|
|
38519
38563
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -38576,7 +38620,7 @@ class Client(OpenApiClient):
|
|
|
38576
38620
|
runtime: util_models.RuntimeOptions,
|
|
38577
38621
|
) -> vpc_20160428_models.ListPublicIpAddressPoolsResponse:
|
|
38578
38622
|
"""
|
|
38579
|
-
@summary Queries
|
|
38623
|
+
@summary Queries available IP address pools.
|
|
38580
38624
|
|
|
38581
38625
|
@param request: ListPublicIpAddressPoolsRequest
|
|
38582
38626
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -38638,7 +38682,7 @@ class Client(OpenApiClient):
|
|
|
38638
38682
|
request: vpc_20160428_models.ListPublicIpAddressPoolsRequest,
|
|
38639
38683
|
) -> vpc_20160428_models.ListPublicIpAddressPoolsResponse:
|
|
38640
38684
|
"""
|
|
38641
|
-
@summary Queries
|
|
38685
|
+
@summary Queries available IP address pools.
|
|
38642
38686
|
|
|
38643
38687
|
@param request: ListPublicIpAddressPoolsRequest
|
|
38644
38688
|
@return: ListPublicIpAddressPoolsResponse
|
|
@@ -38651,7 +38695,7 @@ class Client(OpenApiClient):
|
|
|
38651
38695
|
request: vpc_20160428_models.ListPublicIpAddressPoolsRequest,
|
|
38652
38696
|
) -> vpc_20160428_models.ListPublicIpAddressPoolsResponse:
|
|
38653
38697
|
"""
|
|
38654
|
-
@summary Queries
|
|
38698
|
+
@summary Queries available IP address pools.
|
|
38655
38699
|
|
|
38656
38700
|
@param request: ListPublicIpAddressPoolsRequest
|
|
38657
38701
|
@return: ListPublicIpAddressPoolsResponse
|
|
@@ -43233,8 +43277,12 @@ class Client(OpenApiClient):
|
|
|
43233
43277
|
"""
|
|
43234
43278
|
UtilClient.validate_model(request)
|
|
43235
43279
|
query = {}
|
|
43280
|
+
if not UtilClient.is_unset(request.client_token):
|
|
43281
|
+
query['ClientToken'] = request.client_token
|
|
43236
43282
|
if not UtilClient.is_unset(request.description):
|
|
43237
43283
|
query['Description'] = request.description
|
|
43284
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
43285
|
+
query['DryRun'] = request.dry_run
|
|
43238
43286
|
if not UtilClient.is_unset(request.ipv_6address_id):
|
|
43239
43287
|
query['Ipv6AddressId'] = request.ipv_6address_id
|
|
43240
43288
|
if not UtilClient.is_unset(request.name):
|
|
@@ -43284,8 +43332,12 @@ class Client(OpenApiClient):
|
|
|
43284
43332
|
"""
|
|
43285
43333
|
UtilClient.validate_model(request)
|
|
43286
43334
|
query = {}
|
|
43335
|
+
if not UtilClient.is_unset(request.client_token):
|
|
43336
|
+
query['ClientToken'] = request.client_token
|
|
43287
43337
|
if not UtilClient.is_unset(request.description):
|
|
43288
43338
|
query['Description'] = request.description
|
|
43339
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
43340
|
+
query['DryRun'] = request.dry_run
|
|
43289
43341
|
if not UtilClient.is_unset(request.ipv_6address_id):
|
|
43290
43342
|
query['Ipv6AddressId'] = request.ipv_6address_id
|
|
43291
43343
|
if not UtilClient.is_unset(request.name):
|
|
@@ -43361,8 +43413,12 @@ class Client(OpenApiClient):
|
|
|
43361
43413
|
"""
|
|
43362
43414
|
UtilClient.validate_model(request)
|
|
43363
43415
|
query = {}
|
|
43416
|
+
if not UtilClient.is_unset(request.client_token):
|
|
43417
|
+
query['ClientToken'] = request.client_token
|
|
43364
43418
|
if not UtilClient.is_unset(request.description):
|
|
43365
43419
|
query['Description'] = request.description
|
|
43420
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
43421
|
+
query['DryRun'] = request.dry_run
|
|
43366
43422
|
if not UtilClient.is_unset(request.ipv_6gateway_id):
|
|
43367
43423
|
query['Ipv6GatewayId'] = request.ipv_6gateway_id
|
|
43368
43424
|
if not UtilClient.is_unset(request.name):
|
|
@@ -43412,8 +43468,12 @@ class Client(OpenApiClient):
|
|
|
43412
43468
|
"""
|
|
43413
43469
|
UtilClient.validate_model(request)
|
|
43414
43470
|
query = {}
|
|
43471
|
+
if not UtilClient.is_unset(request.client_token):
|
|
43472
|
+
query['ClientToken'] = request.client_token
|
|
43415
43473
|
if not UtilClient.is_unset(request.description):
|
|
43416
43474
|
query['Description'] = request.description
|
|
43475
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
43476
|
+
query['DryRun'] = request.dry_run
|
|
43417
43477
|
if not UtilClient.is_unset(request.ipv_6gateway_id):
|
|
43418
43478
|
query['Ipv6GatewayId'] = request.ipv_6gateway_id
|
|
43419
43479
|
if not UtilClient.is_unset(request.name):
|
|
@@ -43495,6 +43555,10 @@ class Client(OpenApiClient):
|
|
|
43495
43555
|
query['Bandwidth'] = request.bandwidth
|
|
43496
43556
|
if not UtilClient.is_unset(request.client_token):
|
|
43497
43557
|
query['ClientToken'] = request.client_token
|
|
43558
|
+
if not UtilClient.is_unset(request.client_token):
|
|
43559
|
+
query['ClientToken'] = request.client_token
|
|
43560
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
43561
|
+
query['DryRun'] = request.dry_run
|
|
43498
43562
|
if not UtilClient.is_unset(request.ipv_6address_id):
|
|
43499
43563
|
query['Ipv6AddressId'] = request.ipv_6address_id
|
|
43500
43564
|
if not UtilClient.is_unset(request.ipv_6internet_bandwidth_id):
|
|
@@ -43550,6 +43614,10 @@ class Client(OpenApiClient):
|
|
|
43550
43614
|
query['Bandwidth'] = request.bandwidth
|
|
43551
43615
|
if not UtilClient.is_unset(request.client_token):
|
|
43552
43616
|
query['ClientToken'] = request.client_token
|
|
43617
|
+
if not UtilClient.is_unset(request.client_token):
|
|
43618
|
+
query['ClientToken'] = request.client_token
|
|
43619
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
43620
|
+
query['DryRun'] = request.dry_run
|
|
43553
43621
|
if not UtilClient.is_unset(request.ipv_6address_id):
|
|
43554
43622
|
query['Ipv6AddressId'] = request.ipv_6address_id
|
|
43555
43623
|
if not UtilClient.is_unset(request.ipv_6internet_bandwidth_id):
|
|
@@ -46028,6 +46096,10 @@ class Client(OpenApiClient):
|
|
|
46028
46096
|
"""
|
|
46029
46097
|
UtilClient.validate_model(request)
|
|
46030
46098
|
query = {}
|
|
46099
|
+
if not UtilClient.is_unset(request.client_token):
|
|
46100
|
+
query['ClientToken'] = request.client_token
|
|
46101
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
46102
|
+
query['DryRun'] = request.dry_run
|
|
46031
46103
|
if not UtilClient.is_unset(request.owner_account):
|
|
46032
46104
|
query['OwnerAccount'] = request.owner_account
|
|
46033
46105
|
if not UtilClient.is_unset(request.owner_id):
|
|
@@ -46080,6 +46152,10 @@ class Client(OpenApiClient):
|
|
|
46080
46152
|
"""
|
|
46081
46153
|
UtilClient.validate_model(request)
|
|
46082
46154
|
query = {}
|
|
46155
|
+
if not UtilClient.is_unset(request.client_token):
|
|
46156
|
+
query['ClientToken'] = request.client_token
|
|
46157
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
46158
|
+
query['DryRun'] = request.dry_run
|
|
46083
46159
|
if not UtilClient.is_unset(request.owner_account):
|
|
46084
46160
|
query['OwnerAccount'] = request.owner_account
|
|
46085
46161
|
if not UtilClient.is_unset(request.owner_id):
|
|
@@ -53305,6 +53381,8 @@ class Client(OpenApiClient):
|
|
|
53305
53381
|
query['ClientToken'] = request.client_token
|
|
53306
53382
|
if not UtilClient.is_unset(request.description):
|
|
53307
53383
|
query['Description'] = request.description
|
|
53384
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
53385
|
+
query['DryRun'] = request.dry_run
|
|
53308
53386
|
if not UtilClient.is_unset(request.job_duration):
|
|
53309
53387
|
query['JobDuration'] = request.job_duration
|
|
53310
53388
|
if not UtilClient.is_unset(request.job_id):
|
|
@@ -53360,6 +53438,8 @@ class Client(OpenApiClient):
|
|
|
53360
53438
|
query['ClientToken'] = request.client_token
|
|
53361
53439
|
if not UtilClient.is_unset(request.description):
|
|
53362
53440
|
query['Description'] = request.description
|
|
53441
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
53442
|
+
query['DryRun'] = request.dry_run
|
|
53363
53443
|
if not UtilClient.is_unset(request.job_duration):
|
|
53364
53444
|
query['JobDuration'] = request.job_duration
|
|
53365
53445
|
if not UtilClient.is_unset(request.job_id):
|
{alibabacloud_vpc20160428-6.7.0 → alibabacloud_vpc20160428-6.7.2}/alibabacloud_vpc20160428/models.py
RENAMED
|
@@ -1173,7 +1173,7 @@ class AddPublicIpAddressPoolCidrBlockResponseBody(TeaModel):
|
|
|
1173
1173
|
cidr_block: str = None,
|
|
1174
1174
|
request_id: str = None,
|
|
1175
1175
|
):
|
|
1176
|
-
# The CIDR
|
|
1176
|
+
# The CIDR block.
|
|
1177
1177
|
self.cidr_block = cidr_block
|
|
1178
1178
|
# The request ID.
|
|
1179
1179
|
self.request_id = request_id
|
|
@@ -2582,6 +2582,7 @@ class AllocateIpv6InternetBandwidthRequest(TeaModel):
|
|
|
2582
2582
|
self,
|
|
2583
2583
|
bandwidth: int = None,
|
|
2584
2584
|
client_token: str = None,
|
|
2585
|
+
dry_run: bool = None,
|
|
2585
2586
|
internet_charge_type: str = None,
|
|
2586
2587
|
ipv_6address_id: str = None,
|
|
2587
2588
|
ipv_6gateway_id: str = None,
|
|
@@ -2601,6 +2602,7 @@ class AllocateIpv6InternetBandwidthRequest(TeaModel):
|
|
|
2601
2602
|
#
|
|
2602
2603
|
# > 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.
|
|
2603
2604
|
self.client_token = client_token
|
|
2605
|
+
self.dry_run = dry_run
|
|
2604
2606
|
# The metering method of the Internet bandwidth for the IPv6 address. Valid values:
|
|
2605
2607
|
#
|
|
2606
2608
|
# * **PayByTraffic**: pay-by-data-transfer
|
|
@@ -2636,6 +2638,8 @@ class AllocateIpv6InternetBandwidthRequest(TeaModel):
|
|
|
2636
2638
|
result['Bandwidth'] = self.bandwidth
|
|
2637
2639
|
if self.client_token is not None:
|
|
2638
2640
|
result['ClientToken'] = self.client_token
|
|
2641
|
+
if self.dry_run is not None:
|
|
2642
|
+
result['DryRun'] = self.dry_run
|
|
2639
2643
|
if self.internet_charge_type is not None:
|
|
2640
2644
|
result['InternetChargeType'] = self.internet_charge_type
|
|
2641
2645
|
if self.ipv_6address_id is not None:
|
|
@@ -2660,6 +2664,8 @@ class AllocateIpv6InternetBandwidthRequest(TeaModel):
|
|
|
2660
2664
|
self.bandwidth = m.get('Bandwidth')
|
|
2661
2665
|
if m.get('ClientToken') is not None:
|
|
2662
2666
|
self.client_token = m.get('ClientToken')
|
|
2667
|
+
if m.get('DryRun') is not None:
|
|
2668
|
+
self.dry_run = m.get('DryRun')
|
|
2663
2669
|
if m.get('InternetChargeType') is not None:
|
|
2664
2670
|
self.internet_charge_type = m.get('InternetChargeType')
|
|
2665
2671
|
if m.get('Ipv6AddressId') is not None:
|
|
@@ -9169,6 +9175,7 @@ class CreateFailoverTestJobRequest(TeaModel):
|
|
|
9169
9175
|
self,
|
|
9170
9176
|
client_token: str = None,
|
|
9171
9177
|
description: str = None,
|
|
9178
|
+
dry_run: bool = None,
|
|
9172
9179
|
job_duration: int = None,
|
|
9173
9180
|
job_type: str = None,
|
|
9174
9181
|
name: str = None,
|
|
@@ -9181,6 +9188,7 @@ class CreateFailoverTestJobRequest(TeaModel):
|
|
|
9181
9188
|
):
|
|
9182
9189
|
self.client_token = client_token
|
|
9183
9190
|
self.description = description
|
|
9191
|
+
self.dry_run = dry_run
|
|
9184
9192
|
# This parameter is required.
|
|
9185
9193
|
self.job_duration = job_duration
|
|
9186
9194
|
# This parameter is required.
|
|
@@ -9208,6 +9216,8 @@ class CreateFailoverTestJobRequest(TeaModel):
|
|
|
9208
9216
|
result['ClientToken'] = self.client_token
|
|
9209
9217
|
if self.description is not None:
|
|
9210
9218
|
result['Description'] = self.description
|
|
9219
|
+
if self.dry_run is not None:
|
|
9220
|
+
result['DryRun'] = self.dry_run
|
|
9211
9221
|
if self.job_duration is not None:
|
|
9212
9222
|
result['JobDuration'] = self.job_duration
|
|
9213
9223
|
if self.job_type is not None:
|
|
@@ -9234,6 +9244,8 @@ class CreateFailoverTestJobRequest(TeaModel):
|
|
|
9234
9244
|
self.client_token = m.get('ClientToken')
|
|
9235
9245
|
if m.get('Description') is not None:
|
|
9236
9246
|
self.description = m.get('Description')
|
|
9247
|
+
if m.get('DryRun') is not None:
|
|
9248
|
+
self.dry_run = m.get('DryRun')
|
|
9237
9249
|
if m.get('JobDuration') is not None:
|
|
9238
9250
|
self.job_duration = m.get('JobDuration')
|
|
9239
9251
|
if m.get('JobType') is not None:
|
|
@@ -15093,45 +15105,49 @@ class CreateRouteEntriesRequestRouteEntries(TeaModel):
|
|
|
15093
15105
|
next_hop_type: str = None,
|
|
15094
15106
|
route_table_id: str = None,
|
|
15095
15107
|
):
|
|
15096
|
-
# The description of the custom route
|
|
15108
|
+
# The description of the custom route. You can specify at most 50 descriptions.
|
|
15097
15109
|
#
|
|
15098
15110
|
# The description must be 1 to 256 characters in length and cannot start with `http://` or `https://`.
|
|
15099
15111
|
self.description = description
|
|
15100
|
-
# The destination CIDR block of the custom route
|
|
15112
|
+
# The destination CIDR block of the custom route. IPv4 CIDR blocks, IPv6 CIDR blocks, and prefix lists are supported. You can enter up to 50 destination CIDR blocks. Make sure that the following requirements are met:
|
|
15101
15113
|
#
|
|
15102
|
-
# * The destination CIDR block
|
|
15103
|
-
# * The destination CIDR block of
|
|
15114
|
+
# * The destination CIDR block cannot point to 100.64.0.0/10 or belong to 100.64.0.0/10.
|
|
15115
|
+
# * The destination CIDR block of each route in the route table is unique.
|
|
15104
15116
|
#
|
|
15105
15117
|
# This parameter is required.
|
|
15106
15118
|
self.dst_cidr_block = dst_cidr_block
|
|
15107
|
-
# The IP version. You can specify
|
|
15119
|
+
# The IP version. Valid values: You can specify at most 50 IP versions. Valid values:
|
|
15108
15120
|
#
|
|
15109
15121
|
# * **4**: IPv4
|
|
15110
15122
|
# * **6**: IPv6
|
|
15111
15123
|
self.ip_version = ip_version
|
|
15112
|
-
# The name of the custom route
|
|
15124
|
+
# The name of the custom route that you want to add. You can specify at most 50 names.
|
|
15113
15125
|
#
|
|
15114
15126
|
# The name must be 1 to 128 characters in length and cannot start with `http://` or `https://`.
|
|
15115
15127
|
self.name = name
|
|
15116
|
-
# The next hop
|
|
15128
|
+
# The ID of the next hop for the custom route. You can specify at most 50 instance IDs.
|
|
15117
15129
|
#
|
|
15118
15130
|
# This parameter is required.
|
|
15119
15131
|
self.next_hop = next_hop
|
|
15120
|
-
# The type of next hop. You can specify
|
|
15121
|
-
#
|
|
15122
|
-
# * **Instance
|
|
15123
|
-
# * **HaVip**:
|
|
15124
|
-
# * **RouterInterface**:
|
|
15125
|
-
# * **NetworkInterface**:
|
|
15126
|
-
# * **VpnGateway**:
|
|
15127
|
-
# * **IPv6Gateway**:
|
|
15128
|
-
# * **NatGateway**:
|
|
15129
|
-
# * **Attachment**:
|
|
15130
|
-
# * **VpcPeer**:
|
|
15132
|
+
# The type of next hop. You can specify at most 50 next hop types. Valid values:
|
|
15133
|
+
#
|
|
15134
|
+
# * **Instance**: Elastic Compute Service (ECS) instance. This is the default value.
|
|
15135
|
+
# * **HaVip**: high-availability virtual IP address (HAVIP).
|
|
15136
|
+
# * **RouterInterface**: router interface.
|
|
15137
|
+
# * **NetworkInterface**: elastic network interface (ENI).
|
|
15138
|
+
# * **VpnGateway**: VPN gateway.
|
|
15139
|
+
# * **IPv6Gateway**: IPv6 gateway.
|
|
15140
|
+
# * **NatGateway**: NAT gateway.
|
|
15141
|
+
# * **Attachment**: transit router.
|
|
15142
|
+
# * **VpcPeer**: VPC peering connection.
|
|
15143
|
+
# * **Ipv4Gateway**: IPv4 gateway.
|
|
15144
|
+
# * **GatewayEndpoint**: gateway endpoint.
|
|
15145
|
+
# * **CenBasic**: CEN does not support transfer routers.
|
|
15146
|
+
# * **Ecr**: Express Connect Router (ECR).
|
|
15131
15147
|
#
|
|
15132
15148
|
# This parameter is required.
|
|
15133
15149
|
self.next_hop_type = next_hop_type
|
|
15134
|
-
# The ID of the route table to which you want to add
|
|
15150
|
+
# The ID of the route table to which you want to add custom route s. You can specify at most 50 route table IDs.
|
|
15135
15151
|
#
|
|
15136
15152
|
# This parameter is required.
|
|
15137
15153
|
self.route_table_id = route_table_id
|
|
@@ -15198,7 +15214,7 @@ class CreateRouteEntriesRequest(TeaModel):
|
|
|
15198
15214
|
self.region_id = region_id
|
|
15199
15215
|
self.resource_owner_account = resource_owner_account
|
|
15200
15216
|
self.resource_owner_id = resource_owner_id
|
|
15201
|
-
# The
|
|
15217
|
+
# The routes.
|
|
15202
15218
|
#
|
|
15203
15219
|
# This parameter is required.
|
|
15204
15220
|
self.route_entries = route_entries
|
|
@@ -15496,6 +15512,9 @@ class CreateRouteEntryRequest(TeaModel):
|
|
|
15496
15512
|
# * **NatGateway**: a NAT gateway.
|
|
15497
15513
|
# * **Attachment**: a transit router.
|
|
15498
15514
|
# * **VpcPeer**: a VPC peering connection.
|
|
15515
|
+
# * **Ipv4Gateway**: an IPv4 gateway.
|
|
15516
|
+
# * **GatewayEndpoint**: a gateway endpoint.
|
|
15517
|
+
# * **Ecr**: a Express Connect Router (ECR).
|
|
15499
15518
|
self.next_hop_type = next_hop_type
|
|
15500
15519
|
self.owner_account = owner_account
|
|
15501
15520
|
self.owner_id = owner_id
|
|
@@ -22140,19 +22159,19 @@ class CreateVpnGatewayRequest(TeaModel):
|
|
|
22140
22159
|
vpc_id: str = None,
|
|
22141
22160
|
vpn_type: str = None,
|
|
22142
22161
|
):
|
|
22143
|
-
# Specifies whether to enable automatic payment
|
|
22162
|
+
# Specifies whether to enable automatic payment. Valid values:
|
|
22144
22163
|
#
|
|
22145
22164
|
# * **true**\
|
|
22146
22165
|
# * **false** (default)
|
|
22147
22166
|
#
|
|
22148
|
-
# >
|
|
22167
|
+
# > To create a VPN gateway, we recommend that you enable automatic payment. If you disable automatic payment, you must manually pay the bill to create the VPN gateway.
|
|
22149
22168
|
self.auto_pay = auto_pay
|
|
22150
22169
|
# The maximum bandwidth of the VPN gateway. Unit: Mbit/s.
|
|
22151
22170
|
#
|
|
22152
22171
|
# * If you want to create a public VPN gateway, valid values are **10**, **100**, **200**, **500**, and **1000**.
|
|
22153
22172
|
# * If you want to create a private VPN gateway, valid values are **200** and **1000**.
|
|
22154
22173
|
#
|
|
22155
|
-
# > The maximum bandwidth supported by VPN gateways in some regions is
|
|
22174
|
+
# > The maximum bandwidth supported by VPN gateways in some regions is 500 Mbit/s. For more information, see [VPN gateway limits](https://help.aliyun.com/document_detail/65290.html).
|
|
22156
22175
|
#
|
|
22157
22176
|
# This parameter is required.
|
|
22158
22177
|
self.bandwidth = bandwidth
|
|
@@ -22170,12 +22189,12 @@ class CreateVpnGatewayRequest(TeaModel):
|
|
|
22170
22189
|
#
|
|
22171
22190
|
# For more information about the regions and zones that support the IPsec-VPN connections in dual-tunnel mode, see [IPsec-VPN connections support the dual-tunnel mode](https://help.aliyun.com/document_detail/2358946.html).
|
|
22172
22191
|
self.disaster_recovery_vswitch_id = disaster_recovery_vswitch_id
|
|
22173
|
-
# Specifies whether to enable
|
|
22192
|
+
# Specifies whether to enable IPsec-VPN for the VPN gateway. Valid values:
|
|
22174
22193
|
#
|
|
22175
22194
|
# * **true** (default)
|
|
22176
22195
|
# * **false**\
|
|
22177
22196
|
self.enable_ipsec = enable_ipsec
|
|
22178
|
-
# Specifies whether to enable
|
|
22197
|
+
# Specifies whether to enable SSL-VPN. Valid values:
|
|
22179
22198
|
#
|
|
22180
22199
|
# * **true**\
|
|
22181
22200
|
# * **false** (default)
|
|
@@ -26271,6 +26290,8 @@ class DeleteIpv6EgressOnlyRuleResponse(TeaModel):
|
|
|
26271
26290
|
class DeleteIpv6GatewayRequest(TeaModel):
|
|
26272
26291
|
def __init__(
|
|
26273
26292
|
self,
|
|
26293
|
+
client_token: str = None,
|
|
26294
|
+
dry_run: bool = None,
|
|
26274
26295
|
ipv_6gateway_id: str = None,
|
|
26275
26296
|
owner_account: str = None,
|
|
26276
26297
|
owner_id: int = None,
|
|
@@ -26278,6 +26299,8 @@ class DeleteIpv6GatewayRequest(TeaModel):
|
|
|
26278
26299
|
resource_owner_account: str = None,
|
|
26279
26300
|
resource_owner_id: int = None,
|
|
26280
26301
|
):
|
|
26302
|
+
self.client_token = client_token
|
|
26303
|
+
self.dry_run = dry_run
|
|
26281
26304
|
# The ID of the IPv6 gateway that you want to delete.
|
|
26282
26305
|
#
|
|
26283
26306
|
# This parameter is required.
|
|
@@ -26300,6 +26323,10 @@ class DeleteIpv6GatewayRequest(TeaModel):
|
|
|
26300
26323
|
return _map
|
|
26301
26324
|
|
|
26302
26325
|
result = dict()
|
|
26326
|
+
if self.client_token is not None:
|
|
26327
|
+
result['ClientToken'] = self.client_token
|
|
26328
|
+
if self.dry_run is not None:
|
|
26329
|
+
result['DryRun'] = self.dry_run
|
|
26303
26330
|
if self.ipv_6gateway_id is not None:
|
|
26304
26331
|
result['Ipv6GatewayId'] = self.ipv_6gateway_id
|
|
26305
26332
|
if self.owner_account is not None:
|
|
@@ -26316,6 +26343,10 @@ class DeleteIpv6GatewayRequest(TeaModel):
|
|
|
26316
26343
|
|
|
26317
26344
|
def from_map(self, m: dict = None):
|
|
26318
26345
|
m = m or dict()
|
|
26346
|
+
if m.get('ClientToken') is not None:
|
|
26347
|
+
self.client_token = m.get('ClientToken')
|
|
26348
|
+
if m.get('DryRun') is not None:
|
|
26349
|
+
self.dry_run = m.get('DryRun')
|
|
26319
26350
|
if m.get('Ipv6GatewayId') is not None:
|
|
26320
26351
|
self.ipv_6gateway_id = m.get('Ipv6GatewayId')
|
|
26321
26352
|
if m.get('OwnerAccount') is not None:
|
|
@@ -26403,6 +26434,8 @@ class DeleteIpv6GatewayResponse(TeaModel):
|
|
|
26403
26434
|
class DeleteIpv6InternetBandwidthRequest(TeaModel):
|
|
26404
26435
|
def __init__(
|
|
26405
26436
|
self,
|
|
26437
|
+
client_token: str = None,
|
|
26438
|
+
dry_run: bool = None,
|
|
26406
26439
|
ipv_6address_id: str = None,
|
|
26407
26440
|
ipv_6internet_bandwidth_id: str = None,
|
|
26408
26441
|
owner_account: str = None,
|
|
@@ -26411,6 +26444,8 @@ class DeleteIpv6InternetBandwidthRequest(TeaModel):
|
|
|
26411
26444
|
resource_owner_account: str = None,
|
|
26412
26445
|
resource_owner_id: int = None,
|
|
26413
26446
|
):
|
|
26447
|
+
self.client_token = client_token
|
|
26448
|
+
self.dry_run = dry_run
|
|
26414
26449
|
# The ID of the IPv6 address.
|
|
26415
26450
|
#
|
|
26416
26451
|
# > You must specify one of **Ipv6AddressId** and **Ipv6InternetBandwidthId**.
|
|
@@ -26437,6 +26472,10 @@ class DeleteIpv6InternetBandwidthRequest(TeaModel):
|
|
|
26437
26472
|
return _map
|
|
26438
26473
|
|
|
26439
26474
|
result = dict()
|
|
26475
|
+
if self.client_token is not None:
|
|
26476
|
+
result['ClientToken'] = self.client_token
|
|
26477
|
+
if self.dry_run is not None:
|
|
26478
|
+
result['DryRun'] = self.dry_run
|
|
26440
26479
|
if self.ipv_6address_id is not None:
|
|
26441
26480
|
result['Ipv6AddressId'] = self.ipv_6address_id
|
|
26442
26481
|
if self.ipv_6internet_bandwidth_id is not None:
|
|
@@ -26455,6 +26494,10 @@ class DeleteIpv6InternetBandwidthRequest(TeaModel):
|
|
|
26455
26494
|
|
|
26456
26495
|
def from_map(self, m: dict = None):
|
|
26457
26496
|
m = m or dict()
|
|
26497
|
+
if m.get('ClientToken') is not None:
|
|
26498
|
+
self.client_token = m.get('ClientToken')
|
|
26499
|
+
if m.get('DryRun') is not None:
|
|
26500
|
+
self.dry_run = m.get('DryRun')
|
|
26458
26501
|
if m.get('Ipv6AddressId') is not None:
|
|
26459
26502
|
self.ipv_6address_id = m.get('Ipv6AddressId')
|
|
26460
26503
|
if m.get('Ipv6InternetBandwidthId') is not None:
|
|
@@ -29438,6 +29481,8 @@ class DeleteVSwitchResponse(TeaModel):
|
|
|
29438
29481
|
class DeleteVSwitchCidrReservationRequest(TeaModel):
|
|
29439
29482
|
def __init__(
|
|
29440
29483
|
self,
|
|
29484
|
+
client_token: str = None,
|
|
29485
|
+
dry_run: bool = None,
|
|
29441
29486
|
owner_account: str = None,
|
|
29442
29487
|
owner_id: int = None,
|
|
29443
29488
|
region_id: str = None,
|
|
@@ -29445,6 +29490,8 @@ class DeleteVSwitchCidrReservationRequest(TeaModel):
|
|
|
29445
29490
|
resource_owner_id: int = None,
|
|
29446
29491
|
v_switch_cidr_reservation_id: str = None,
|
|
29447
29492
|
):
|
|
29493
|
+
self.client_token = client_token
|
|
29494
|
+
self.dry_run = dry_run
|
|
29448
29495
|
self.owner_account = owner_account
|
|
29449
29496
|
self.owner_id = owner_id
|
|
29450
29497
|
# The ID of the region where the vSwitch is deployed.
|
|
@@ -29469,6 +29516,10 @@ class DeleteVSwitchCidrReservationRequest(TeaModel):
|
|
|
29469
29516
|
return _map
|
|
29470
29517
|
|
|
29471
29518
|
result = dict()
|
|
29519
|
+
if self.client_token is not None:
|
|
29520
|
+
result['ClientToken'] = self.client_token
|
|
29521
|
+
if self.dry_run is not None:
|
|
29522
|
+
result['DryRun'] = self.dry_run
|
|
29472
29523
|
if self.owner_account is not None:
|
|
29473
29524
|
result['OwnerAccount'] = self.owner_account
|
|
29474
29525
|
if self.owner_id is not None:
|
|
@@ -29485,6 +29536,10 @@ class DeleteVSwitchCidrReservationRequest(TeaModel):
|
|
|
29485
29536
|
|
|
29486
29537
|
def from_map(self, m: dict = None):
|
|
29487
29538
|
m = m or dict()
|
|
29539
|
+
if m.get('ClientToken') is not None:
|
|
29540
|
+
self.client_token = m.get('ClientToken')
|
|
29541
|
+
if m.get('DryRun') is not None:
|
|
29542
|
+
self.dry_run = m.get('DryRun')
|
|
29488
29543
|
if m.get('OwnerAccount') is not None:
|
|
29489
29544
|
self.owner_account = m.get('OwnerAccount')
|
|
29490
29545
|
if m.get('OwnerId') is not None:
|
|
@@ -30032,6 +30087,7 @@ class DeleteVirtualBorderRouterResponse(TeaModel):
|
|
|
30032
30087
|
class DeleteVpcRequest(TeaModel):
|
|
30033
30088
|
def __init__(
|
|
30034
30089
|
self,
|
|
30090
|
+
client_token: str = None,
|
|
30035
30091
|
dry_run: bool = None,
|
|
30036
30092
|
force_delete: bool = None,
|
|
30037
30093
|
owner_account: str = None,
|
|
@@ -30041,6 +30097,7 @@ class DeleteVpcRequest(TeaModel):
|
|
|
30041
30097
|
resource_owner_id: int = None,
|
|
30042
30098
|
vpc_id: str = None,
|
|
30043
30099
|
):
|
|
30100
|
+
self.client_token = client_token
|
|
30044
30101
|
# Specifies whether to perform a dry run. Valid values:
|
|
30045
30102
|
#
|
|
30046
30103
|
# - **true**: performs a dry run. The system checks the required parameters, request syntax, and limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the `DryRunOperation` error code is returned.
|
|
@@ -30078,6 +30135,8 @@ class DeleteVpcRequest(TeaModel):
|
|
|
30078
30135
|
return _map
|
|
30079
30136
|
|
|
30080
30137
|
result = dict()
|
|
30138
|
+
if self.client_token is not None:
|
|
30139
|
+
result['ClientToken'] = self.client_token
|
|
30081
30140
|
if self.dry_run is not None:
|
|
30082
30141
|
result['DryRun'] = self.dry_run
|
|
30083
30142
|
if self.force_delete is not None:
|
|
@@ -30098,6 +30157,8 @@ class DeleteVpcRequest(TeaModel):
|
|
|
30098
30157
|
|
|
30099
30158
|
def from_map(self, m: dict = None):
|
|
30100
30159
|
m = m or dict()
|
|
30160
|
+
if m.get('ClientToken') is not None:
|
|
30161
|
+
self.client_token = m.get('ClientToken')
|
|
30101
30162
|
if m.get('DryRun') is not None:
|
|
30102
30163
|
self.dry_run = m.get('DryRun')
|
|
30103
30164
|
if m.get('ForceDelete') is not None:
|
|
@@ -47889,6 +47950,7 @@ class DescribePhysicalConnectionsResponse(TeaModel):
|
|
|
47889
47950
|
class DescribePublicIpAddressRequest(TeaModel):
|
|
47890
47951
|
def __init__(
|
|
47891
47952
|
self,
|
|
47953
|
+
ip_version: str = None,
|
|
47892
47954
|
owner_account: str = None,
|
|
47893
47955
|
owner_id: int = None,
|
|
47894
47956
|
page_number: int = None,
|
|
@@ -47897,6 +47959,7 @@ class DescribePublicIpAddressRequest(TeaModel):
|
|
|
47897
47959
|
resource_owner_account: str = None,
|
|
47898
47960
|
resource_owner_id: int = None,
|
|
47899
47961
|
):
|
|
47962
|
+
self.ip_version = ip_version
|
|
47900
47963
|
self.owner_account = owner_account
|
|
47901
47964
|
self.owner_id = owner_id
|
|
47902
47965
|
# The page number. Default value: **1**.
|
|
@@ -47921,6 +47984,8 @@ class DescribePublicIpAddressRequest(TeaModel):
|
|
|
47921
47984
|
return _map
|
|
47922
47985
|
|
|
47923
47986
|
result = dict()
|
|
47987
|
+
if self.ip_version is not None:
|
|
47988
|
+
result['IpVersion'] = self.ip_version
|
|
47924
47989
|
if self.owner_account is not None:
|
|
47925
47990
|
result['OwnerAccount'] = self.owner_account
|
|
47926
47991
|
if self.owner_id is not None:
|
|
@@ -47939,6 +48004,8 @@ class DescribePublicIpAddressRequest(TeaModel):
|
|
|
47939
48004
|
|
|
47940
48005
|
def from_map(self, m: dict = None):
|
|
47941
48006
|
m = m or dict()
|
|
48007
|
+
if m.get('IpVersion') is not None:
|
|
48008
|
+
self.ip_version = m.get('IpVersion')
|
|
47942
48009
|
if m.get('OwnerAccount') is not None:
|
|
47943
48010
|
self.owner_account = m.get('OwnerAccount')
|
|
47944
48011
|
if m.get('OwnerId') is not None:
|
|
@@ -69175,9 +69242,18 @@ class GetPublicIpAddressPoolServiceStatusRequest(TeaModel):
|
|
|
69175
69242
|
resource_owner_account: str = None,
|
|
69176
69243
|
resource_owner_id: int = None,
|
|
69177
69244
|
):
|
|
69245
|
+
# The client token that is used to ensure the idempotence of the request.
|
|
69246
|
+
#
|
|
69247
|
+
# You can use the client to generate the token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters.
|
|
69248
|
+
#
|
|
69249
|
+
# > 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.
|
|
69178
69250
|
self.client_token = client_token
|
|
69179
69251
|
self.owner_account = owner_account
|
|
69180
69252
|
self.owner_id = owner_id
|
|
69253
|
+
# The region ID of the IP address pool.
|
|
69254
|
+
#
|
|
69255
|
+
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
69256
|
+
#
|
|
69181
69257
|
# This parameter is required.
|
|
69182
69258
|
self.region_id = region_id
|
|
69183
69259
|
self.resource_owner_account = resource_owner_account
|
|
@@ -69229,7 +69305,12 @@ class GetPublicIpAddressPoolServiceStatusResponseBody(TeaModel):
|
|
|
69229
69305
|
enabled: bool = None,
|
|
69230
69306
|
request_id: str = None,
|
|
69231
69307
|
):
|
|
69308
|
+
# Indicates whether the IP address pool feature is enabled. Valid values:
|
|
69309
|
+
#
|
|
69310
|
+
# * **true**\
|
|
69311
|
+
# * **false** You can call OpenPublicIpAddressPoolService to enable the IP address pool feature.
|
|
69232
69312
|
self.enabled = enabled
|
|
69313
|
+
# The request ID.
|
|
69233
69314
|
self.request_id = request_id
|
|
69234
69315
|
|
|
69235
69316
|
def validate(self):
|
|
@@ -75845,6 +75926,10 @@ class ListPublicIpAddressPoolsResponseBodyPublicIpAddressPoolList(TeaModel):
|
|
|
75845
75926
|
# * **CloudBox** Only cloud box users can select this type.
|
|
75846
75927
|
# * **Default** (default)
|
|
75847
75928
|
self.biz_type = biz_type
|
|
75929
|
+
# The status of the IP address pool.
|
|
75930
|
+
#
|
|
75931
|
+
# * **Normal**\
|
|
75932
|
+
# * **FinancialLocked**\
|
|
75848
75933
|
self.business_status = business_status
|
|
75849
75934
|
# The time when the IP address pool was created. The time is displayed in the `YYYY-MM-DDThh:mm:ssZ` format.
|
|
75850
75935
|
self.creation_time = creation_time
|
|
@@ -83902,7 +83987,9 @@ class ModifyIPv6TranslatorEntryResponse(TeaModel):
|
|
|
83902
83987
|
class ModifyIpv6AddressAttributeRequest(TeaModel):
|
|
83903
83988
|
def __init__(
|
|
83904
83989
|
self,
|
|
83990
|
+
client_token: str = None,
|
|
83905
83991
|
description: str = None,
|
|
83992
|
+
dry_run: bool = None,
|
|
83906
83993
|
ipv_6address_id: str = None,
|
|
83907
83994
|
name: str = None,
|
|
83908
83995
|
owner_account: str = None,
|
|
@@ -83911,10 +83998,12 @@ class ModifyIpv6AddressAttributeRequest(TeaModel):
|
|
|
83911
83998
|
resource_owner_account: str = None,
|
|
83912
83999
|
resource_owner_id: int = None,
|
|
83913
84000
|
):
|
|
84001
|
+
self.client_token = client_token
|
|
83914
84002
|
# The description of the IPv6 address.
|
|
83915
84003
|
#
|
|
83916
84004
|
# It must be 2 to 256 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). It must start with a letter. The name must start with a letter and cannot start with `http://` or `https://`.
|
|
83917
84005
|
self.description = description
|
|
84006
|
+
self.dry_run = dry_run
|
|
83918
84007
|
# The ID of the IPv6 address.
|
|
83919
84008
|
#
|
|
83920
84009
|
# This parameter is required.
|
|
@@ -83941,8 +84030,12 @@ class ModifyIpv6AddressAttributeRequest(TeaModel):
|
|
|
83941
84030
|
return _map
|
|
83942
84031
|
|
|
83943
84032
|
result = dict()
|
|
84033
|
+
if self.client_token is not None:
|
|
84034
|
+
result['ClientToken'] = self.client_token
|
|
83944
84035
|
if self.description is not None:
|
|
83945
84036
|
result['Description'] = self.description
|
|
84037
|
+
if self.dry_run is not None:
|
|
84038
|
+
result['DryRun'] = self.dry_run
|
|
83946
84039
|
if self.ipv_6address_id is not None:
|
|
83947
84040
|
result['Ipv6AddressId'] = self.ipv_6address_id
|
|
83948
84041
|
if self.name is not None:
|
|
@@ -83961,8 +84054,12 @@ class ModifyIpv6AddressAttributeRequest(TeaModel):
|
|
|
83961
84054
|
|
|
83962
84055
|
def from_map(self, m: dict = None):
|
|
83963
84056
|
m = m or dict()
|
|
84057
|
+
if m.get('ClientToken') is not None:
|
|
84058
|
+
self.client_token = m.get('ClientToken')
|
|
83964
84059
|
if m.get('Description') is not None:
|
|
83965
84060
|
self.description = m.get('Description')
|
|
84061
|
+
if m.get('DryRun') is not None:
|
|
84062
|
+
self.dry_run = m.get('DryRun')
|
|
83966
84063
|
if m.get('Ipv6AddressId') is not None:
|
|
83967
84064
|
self.ipv_6address_id = m.get('Ipv6AddressId')
|
|
83968
84065
|
if m.get('Name') is not None:
|
|
@@ -84052,7 +84149,9 @@ class ModifyIpv6AddressAttributeResponse(TeaModel):
|
|
|
84052
84149
|
class ModifyIpv6GatewayAttributeRequest(TeaModel):
|
|
84053
84150
|
def __init__(
|
|
84054
84151
|
self,
|
|
84152
|
+
client_token: str = None,
|
|
84055
84153
|
description: str = None,
|
|
84154
|
+
dry_run: bool = None,
|
|
84056
84155
|
ipv_6gateway_id: str = None,
|
|
84057
84156
|
name: str = None,
|
|
84058
84157
|
owner_account: str = None,
|
|
@@ -84061,8 +84160,10 @@ class ModifyIpv6GatewayAttributeRequest(TeaModel):
|
|
|
84061
84160
|
resource_owner_account: str = None,
|
|
84062
84161
|
resource_owner_id: int = None,
|
|
84063
84162
|
):
|
|
84163
|
+
self.client_token = client_token
|
|
84064
84164
|
# The description of the IPv6 gateway.
|
|
84065
84165
|
self.description = description
|
|
84166
|
+
self.dry_run = dry_run
|
|
84066
84167
|
# The ID of the IPv6 gateway that you want to modify.
|
|
84067
84168
|
#
|
|
84068
84169
|
# This parameter is required.
|
|
@@ -84089,8 +84190,12 @@ class ModifyIpv6GatewayAttributeRequest(TeaModel):
|
|
|
84089
84190
|
return _map
|
|
84090
84191
|
|
|
84091
84192
|
result = dict()
|
|
84193
|
+
if self.client_token is not None:
|
|
84194
|
+
result['ClientToken'] = self.client_token
|
|
84092
84195
|
if self.description is not None:
|
|
84093
84196
|
result['Description'] = self.description
|
|
84197
|
+
if self.dry_run is not None:
|
|
84198
|
+
result['DryRun'] = self.dry_run
|
|
84094
84199
|
if self.ipv_6gateway_id is not None:
|
|
84095
84200
|
result['Ipv6GatewayId'] = self.ipv_6gateway_id
|
|
84096
84201
|
if self.name is not None:
|
|
@@ -84109,8 +84214,12 @@ class ModifyIpv6GatewayAttributeRequest(TeaModel):
|
|
|
84109
84214
|
|
|
84110
84215
|
def from_map(self, m: dict = None):
|
|
84111
84216
|
m = m or dict()
|
|
84217
|
+
if m.get('ClientToken') is not None:
|
|
84218
|
+
self.client_token = m.get('ClientToken')
|
|
84112
84219
|
if m.get('Description') is not None:
|
|
84113
84220
|
self.description = m.get('Description')
|
|
84221
|
+
if m.get('DryRun') is not None:
|
|
84222
|
+
self.dry_run = m.get('DryRun')
|
|
84114
84223
|
if m.get('Ipv6GatewayId') is not None:
|
|
84115
84224
|
self.ipv_6gateway_id = m.get('Ipv6GatewayId')
|
|
84116
84225
|
if m.get('Name') is not None:
|
|
@@ -84202,6 +84311,7 @@ class ModifyIpv6InternetBandwidthRequest(TeaModel):
|
|
|
84202
84311
|
self,
|
|
84203
84312
|
bandwidth: int = None,
|
|
84204
84313
|
client_token: str = None,
|
|
84314
|
+
dry_run: bool = None,
|
|
84205
84315
|
ipv_6address_id: str = None,
|
|
84206
84316
|
ipv_6internet_bandwidth_id: str = None,
|
|
84207
84317
|
owner_account: str = None,
|
|
@@ -84223,6 +84333,7 @@ class ModifyIpv6InternetBandwidthRequest(TeaModel):
|
|
|
84223
84333
|
#
|
|
84224
84334
|
# > 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.
|
|
84225
84335
|
self.client_token = client_token
|
|
84336
|
+
self.dry_run = dry_run
|
|
84226
84337
|
# The ID of the IPv6 address.
|
|
84227
84338
|
#
|
|
84228
84339
|
# > You must specify one of **Ipv6AddressId** and **Ipv6InternetBandwidthId**.
|
|
@@ -84251,6 +84362,8 @@ class ModifyIpv6InternetBandwidthRequest(TeaModel):
|
|
|
84251
84362
|
result['Bandwidth'] = self.bandwidth
|
|
84252
84363
|
if self.client_token is not None:
|
|
84253
84364
|
result['ClientToken'] = self.client_token
|
|
84365
|
+
if self.dry_run is not None:
|
|
84366
|
+
result['DryRun'] = self.dry_run
|
|
84254
84367
|
if self.ipv_6address_id is not None:
|
|
84255
84368
|
result['Ipv6AddressId'] = self.ipv_6address_id
|
|
84256
84369
|
if self.ipv_6internet_bandwidth_id is not None:
|
|
@@ -84273,6 +84386,8 @@ class ModifyIpv6InternetBandwidthRequest(TeaModel):
|
|
|
84273
84386
|
self.bandwidth = m.get('Bandwidth')
|
|
84274
84387
|
if m.get('ClientToken') is not None:
|
|
84275
84388
|
self.client_token = m.get('ClientToken')
|
|
84389
|
+
if m.get('DryRun') is not None:
|
|
84390
|
+
self.dry_run = m.get('DryRun')
|
|
84276
84391
|
if m.get('Ipv6AddressId') is not None:
|
|
84277
84392
|
self.ipv_6address_id = m.get('Ipv6AddressId')
|
|
84278
84393
|
if m.get('Ipv6InternetBandwidthId') is not None:
|
|
@@ -88159,6 +88274,8 @@ class ModifyVSwitchAttributeResponse(TeaModel):
|
|
|
88159
88274
|
class ModifyVSwitchCidrReservationAttributeRequest(TeaModel):
|
|
88160
88275
|
def __init__(
|
|
88161
88276
|
self,
|
|
88277
|
+
client_token: str = None,
|
|
88278
|
+
dry_run: bool = None,
|
|
88162
88279
|
owner_account: str = None,
|
|
88163
88280
|
owner_id: int = None,
|
|
88164
88281
|
region_id: str = None,
|
|
@@ -88168,6 +88285,8 @@ class ModifyVSwitchCidrReservationAttributeRequest(TeaModel):
|
|
|
88168
88285
|
v_switch_cidr_reservation_id: str = None,
|
|
88169
88286
|
v_switch_cidr_reservation_name: str = None,
|
|
88170
88287
|
):
|
|
88288
|
+
self.client_token = client_token
|
|
88289
|
+
self.dry_run = dry_run
|
|
88171
88290
|
self.owner_account = owner_account
|
|
88172
88291
|
self.owner_id = owner_id
|
|
88173
88292
|
# The ID of the region where the vSwitch is deployed.
|
|
@@ -88200,6 +88319,10 @@ class ModifyVSwitchCidrReservationAttributeRequest(TeaModel):
|
|
|
88200
88319
|
return _map
|
|
88201
88320
|
|
|
88202
88321
|
result = dict()
|
|
88322
|
+
if self.client_token is not None:
|
|
88323
|
+
result['ClientToken'] = self.client_token
|
|
88324
|
+
if self.dry_run is not None:
|
|
88325
|
+
result['DryRun'] = self.dry_run
|
|
88203
88326
|
if self.owner_account is not None:
|
|
88204
88327
|
result['OwnerAccount'] = self.owner_account
|
|
88205
88328
|
if self.owner_id is not None:
|
|
@@ -88220,6 +88343,10 @@ class ModifyVSwitchCidrReservationAttributeRequest(TeaModel):
|
|
|
88220
88343
|
|
|
88221
88344
|
def from_map(self, m: dict = None):
|
|
88222
88345
|
m = m or dict()
|
|
88346
|
+
if m.get('ClientToken') is not None:
|
|
88347
|
+
self.client_token = m.get('ClientToken')
|
|
88348
|
+
if m.get('DryRun') is not None:
|
|
88349
|
+
self.dry_run = m.get('DryRun')
|
|
88223
88350
|
if m.get('OwnerAccount') is not None:
|
|
88224
88351
|
self.owner_account = m.get('OwnerAccount')
|
|
88225
88352
|
if m.get('OwnerId') is not None:
|
|
@@ -98965,6 +99092,7 @@ class UpdateFailoverTestJobRequest(TeaModel):
|
|
|
98965
99092
|
self,
|
|
98966
99093
|
client_token: str = None,
|
|
98967
99094
|
description: str = None,
|
|
99095
|
+
dry_run: bool = None,
|
|
98968
99096
|
job_duration: int = None,
|
|
98969
99097
|
job_id: str = None,
|
|
98970
99098
|
name: str = None,
|
|
@@ -98976,6 +99104,7 @@ class UpdateFailoverTestJobRequest(TeaModel):
|
|
|
98976
99104
|
):
|
|
98977
99105
|
self.client_token = client_token
|
|
98978
99106
|
self.description = description
|
|
99107
|
+
self.dry_run = dry_run
|
|
98979
99108
|
self.job_duration = job_duration
|
|
98980
99109
|
# This parameter is required.
|
|
98981
99110
|
self.job_id = job_id
|
|
@@ -98999,6 +99128,8 @@ class UpdateFailoverTestJobRequest(TeaModel):
|
|
|
98999
99128
|
result['ClientToken'] = self.client_token
|
|
99000
99129
|
if self.description is not None:
|
|
99001
99130
|
result['Description'] = self.description
|
|
99131
|
+
if self.dry_run is not None:
|
|
99132
|
+
result['DryRun'] = self.dry_run
|
|
99002
99133
|
if self.job_duration is not None:
|
|
99003
99134
|
result['JobDuration'] = self.job_duration
|
|
99004
99135
|
if self.job_id is not None:
|
|
@@ -99023,6 +99154,8 @@ class UpdateFailoverTestJobRequest(TeaModel):
|
|
|
99023
99154
|
self.client_token = m.get('ClientToken')
|
|
99024
99155
|
if m.get('Description') is not None:
|
|
99025
99156
|
self.description = m.get('Description')
|
|
99157
|
+
if m.get('DryRun') is not None:
|
|
99158
|
+
self.dry_run = m.get('DryRun')
|
|
99026
99159
|
if m.get('JobDuration') is not None:
|
|
99027
99160
|
self.job_duration = m.get('JobDuration')
|
|
99028
99161
|
if m.get('JobId') is not None:
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: alibabacloud-vpc20160428
|
|
3
|
+
Version: 6.7.2
|
|
4
|
+
Summary: Alibaba Cloud Virtual Private Cloud (20160428) SDK Library for Python
|
|
5
|
+
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
|
+
Author: Alibaba Cloud SDK
|
|
7
|
+
Author-email: sdk-team@alibabacloud.com
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Keywords: alibabacloud,vpc20160428
|
|
10
|
+
Platform: any
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
|
+
Classifier: Programming Language :: Python
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
20
|
+
Classifier: Topic :: Software Development
|
|
21
|
+
Requires-Python: >=3.6
|
|
22
|
+
Description-Content-Type: text/markdown
|
|
23
|
+
License-File: LICENSE
|
|
24
|
+
|
|
25
|
+
English | [简体中文](README-CN.md)
|
|
26
|
+

|
|
27
|
+
|
|
28
|
+
## Alibaba Cloud Vpc SDK for Python
|
|
29
|
+
|
|
30
|
+
## Requirements
|
|
31
|
+
|
|
32
|
+
- Python >= 3.6
|
|
33
|
+
|
|
34
|
+
## Installation
|
|
35
|
+
|
|
36
|
+
- **Install with pip**
|
|
37
|
+
|
|
38
|
+
Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
# Install the alibabacloud_vpc20160428
|
|
42
|
+
pip install alibabacloud_vpc20160428
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Issues
|
|
46
|
+
|
|
47
|
+
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
48
|
+
|
|
49
|
+
## Usage
|
|
50
|
+
|
|
51
|
+
[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
|
|
52
|
+
|
|
53
|
+
## Changelog
|
|
54
|
+
|
|
55
|
+
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/vpc-20160428/ChangeLog.md).
|
|
56
|
+
|
|
57
|
+
## References
|
|
58
|
+
|
|
59
|
+
- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
|
|
60
|
+
|
|
61
|
+
## License
|
|
62
|
+
|
|
63
|
+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
64
|
+
|
|
65
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: alibabacloud_vpc20160428
|
|
3
|
-
Version: 6.7.0
|
|
4
|
-
Summary: Alibaba Cloud Virtual Private Cloud (20160428) SDK Library for Python
|
|
5
|
-
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
|
-
Author: Alibaba Cloud SDK
|
|
7
|
-
Author-email: sdk-team@alibabacloud.com
|
|
8
|
-
License: Apache License 2.0
|
|
9
|
-
Description: English | [简体中文](README-CN.md)
|
|
10
|
-

|
|
11
|
-
|
|
12
|
-
## Alibaba Cloud Vpc SDK for Python
|
|
13
|
-
|
|
14
|
-
## Requirements
|
|
15
|
-
|
|
16
|
-
- Python >= 3.6
|
|
17
|
-
|
|
18
|
-
## Installation
|
|
19
|
-
|
|
20
|
-
- **Install with pip**
|
|
21
|
-
|
|
22
|
-
Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
# Install the alibabacloud_vpc20160428
|
|
26
|
-
pip install alibabacloud_vpc20160428
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
## Issues
|
|
30
|
-
|
|
31
|
-
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
32
|
-
|
|
33
|
-
## Usage
|
|
34
|
-
|
|
35
|
-
[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
|
|
36
|
-
|
|
37
|
-
## Changelog
|
|
38
|
-
|
|
39
|
-
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/vpc-20160428/ChangeLog.md).
|
|
40
|
-
|
|
41
|
-
## References
|
|
42
|
-
|
|
43
|
-
- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
|
|
44
|
-
|
|
45
|
-
## License
|
|
46
|
-
|
|
47
|
-
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
48
|
-
|
|
49
|
-
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
50
|
-
|
|
51
|
-
Keywords: alibabacloud,vpc20160428
|
|
52
|
-
Platform: any
|
|
53
|
-
Classifier: Development Status :: 4 - Beta
|
|
54
|
-
Classifier: Intended Audience :: Developers
|
|
55
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
56
|
-
Classifier: Programming Language :: Python
|
|
57
|
-
Classifier: Programming Language :: Python :: 3
|
|
58
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
59
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
60
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
61
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
62
|
-
Classifier: Topic :: Software Development
|
|
63
|
-
Requires-Python: >=3.6
|
|
64
|
-
Description-Content-Type: text/markdown
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '6.7.0'
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: alibabacloud-vpc20160428
|
|
3
|
-
Version: 6.7.0
|
|
4
|
-
Summary: Alibaba Cloud Virtual Private Cloud (20160428) SDK Library for Python
|
|
5
|
-
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
|
-
Author: Alibaba Cloud SDK
|
|
7
|
-
Author-email: sdk-team@alibabacloud.com
|
|
8
|
-
License: Apache License 2.0
|
|
9
|
-
Description: English | [简体中文](README-CN.md)
|
|
10
|
-

|
|
11
|
-
|
|
12
|
-
## Alibaba Cloud Vpc SDK for Python
|
|
13
|
-
|
|
14
|
-
## Requirements
|
|
15
|
-
|
|
16
|
-
- Python >= 3.6
|
|
17
|
-
|
|
18
|
-
## Installation
|
|
19
|
-
|
|
20
|
-
- **Install with pip**
|
|
21
|
-
|
|
22
|
-
Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
# Install the alibabacloud_vpc20160428
|
|
26
|
-
pip install alibabacloud_vpc20160428
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
## Issues
|
|
30
|
-
|
|
31
|
-
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
32
|
-
|
|
33
|
-
## Usage
|
|
34
|
-
|
|
35
|
-
[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
|
|
36
|
-
|
|
37
|
-
## Changelog
|
|
38
|
-
|
|
39
|
-
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/vpc-20160428/ChangeLog.md).
|
|
40
|
-
|
|
41
|
-
## References
|
|
42
|
-
|
|
43
|
-
- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
|
|
44
|
-
|
|
45
|
-
## License
|
|
46
|
-
|
|
47
|
-
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
48
|
-
|
|
49
|
-
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
50
|
-
|
|
51
|
-
Keywords: alibabacloud,vpc20160428
|
|
52
|
-
Platform: any
|
|
53
|
-
Classifier: Development Status :: 4 - Beta
|
|
54
|
-
Classifier: Intended Audience :: Developers
|
|
55
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
56
|
-
Classifier: Programming Language :: Python
|
|
57
|
-
Classifier: Programming Language :: Python :: 3
|
|
58
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
59
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
60
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
61
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
62
|
-
Classifier: Topic :: Software Development
|
|
63
|
-
Requires-Python: >=3.6
|
|
64
|
-
Description-Content-Type: text/markdown
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
alibabacloud_tea_util<1.0.0,>=0.3.12
|
|
2
|
-
alibabacloud_tea_openapi<1.0.0,>=0.3.10
|
|
3
|
-
alibabacloud_openapi_util<1.0.0,>=0.2.1
|
|
4
1
|
alibabacloud_endpoint_util<1.0.0,>=0.0.3
|
|
2
|
+
alibabacloud_openapi_util<1.0.0,>=0.2.1
|
|
3
|
+
alibabacloud_tea_openapi<1.0.0,>=0.3.10
|
|
4
|
+
alibabacloud_tea_util<1.0.0,>=0.3.12
|
|
File without changes
|
|
File without changes
|