alibabacloud-vpc20160428 6.7.1__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.1 → alibabacloud_vpc20160428-6.7.2}/ChangeLog.md +8 -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.1 → alibabacloud_vpc20160428-6.7.2}/alibabacloud_vpc20160428/client.py +72 -0
- {alibabacloud_vpc20160428-6.7.1 → alibabacloud_vpc20160428-6.7.2}/alibabacloud_vpc20160428/models.py +96 -0
- alibabacloud_vpc20160428-6.7.2/alibabacloud_vpc20160428.egg-info/PKG-INFO +65 -0
- {alibabacloud_vpc20160428-6.7.1 → alibabacloud_vpc20160428-6.7.2}/setup.py +1 -1
- alibabacloud_vpc20160428-6.7.1/PKG-INFO +0 -64
- alibabacloud_vpc20160428-6.7.1/alibabacloud_vpc20160428/__init__.py +0 -1
- alibabacloud_vpc20160428-6.7.1/alibabacloud_vpc20160428.egg-info/PKG-INFO +0 -64
- {alibabacloud_vpc20160428-6.7.1 → alibabacloud_vpc20160428-6.7.2}/LICENSE +0 -0
- {alibabacloud_vpc20160428-6.7.1 → alibabacloud_vpc20160428-6.7.2}/MANIFEST.in +0 -0
- {alibabacloud_vpc20160428-6.7.1 → alibabacloud_vpc20160428-6.7.2}/README-CN.md +0 -0
- {alibabacloud_vpc20160428-6.7.1 → alibabacloud_vpc20160428-6.7.2}/README.md +0 -0
- {alibabacloud_vpc20160428-6.7.1 → alibabacloud_vpc20160428-6.7.2}/alibabacloud_vpc20160428.egg-info/SOURCES.txt +0 -0
- {alibabacloud_vpc20160428-6.7.1 → alibabacloud_vpc20160428-6.7.2}/alibabacloud_vpc20160428.egg-info/dependency_links.txt +0 -0
- {alibabacloud_vpc20160428-6.7.1 → alibabacloud_vpc20160428-6.7.2}/alibabacloud_vpc20160428.egg-info/requires.txt +3 -3
- {alibabacloud_vpc20160428-6.7.1 → alibabacloud_vpc20160428-6.7.2}/alibabacloud_vpc20160428.egg-info/top_level.txt +0 -0
- {alibabacloud_vpc20160428-6.7.1 → alibabacloud_vpc20160428-6.7.2}/setup.cfg +0 -0
|
@@ -1,3 +1,11 @@
|
|
|
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
|
+
|
|
1
9
|
2024-06-28 Version: 6.7.0
|
|
2
10
|
- Support API GetPublicIpAddressPoolServiceStatus.
|
|
3
11
|
- Support API OpenPublicIpAddressPoolService.
|
|
@@ -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.1 → 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):
|
|
@@ -18525,6 +18533,10 @@ class Client(OpenApiClient):
|
|
|
18525
18533
|
"""
|
|
18526
18534
|
UtilClient.validate_model(request)
|
|
18527
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
|
|
18528
18540
|
if not UtilClient.is_unset(request.ipv_6gateway_id):
|
|
18529
18541
|
query['Ipv6GatewayId'] = request.ipv_6gateway_id
|
|
18530
18542
|
if not UtilClient.is_unset(request.owner_account):
|
|
@@ -18578,6 +18590,10 @@ class Client(OpenApiClient):
|
|
|
18578
18590
|
"""
|
|
18579
18591
|
UtilClient.validate_model(request)
|
|
18580
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
|
|
18581
18597
|
if not UtilClient.is_unset(request.ipv_6gateway_id):
|
|
18582
18598
|
query['Ipv6GatewayId'] = request.ipv_6gateway_id
|
|
18583
18599
|
if not UtilClient.is_unset(request.owner_account):
|
|
@@ -18665,6 +18681,10 @@ class Client(OpenApiClient):
|
|
|
18665
18681
|
"""
|
|
18666
18682
|
UtilClient.validate_model(request)
|
|
18667
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
|
|
18668
18688
|
if not UtilClient.is_unset(request.ipv_6address_id):
|
|
18669
18689
|
query['Ipv6AddressId'] = request.ipv_6address_id
|
|
18670
18690
|
if not UtilClient.is_unset(request.ipv_6internet_bandwidth_id):
|
|
@@ -18716,6 +18736,10 @@ class Client(OpenApiClient):
|
|
|
18716
18736
|
"""
|
|
18717
18737
|
UtilClient.validate_model(request)
|
|
18718
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
|
|
18719
18743
|
if not UtilClient.is_unset(request.ipv_6address_id):
|
|
18720
18744
|
query['Ipv6AddressId'] = request.ipv_6address_id
|
|
18721
18745
|
if not UtilClient.is_unset(request.ipv_6internet_bandwidth_id):
|
|
@@ -21433,6 +21457,10 @@ class Client(OpenApiClient):
|
|
|
21433
21457
|
"""
|
|
21434
21458
|
UtilClient.validate_model(request)
|
|
21435
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
|
|
21436
21464
|
if not UtilClient.is_unset(request.owner_account):
|
|
21437
21465
|
query['OwnerAccount'] = request.owner_account
|
|
21438
21466
|
if not UtilClient.is_unset(request.owner_id):
|
|
@@ -21484,6 +21512,10 @@ class Client(OpenApiClient):
|
|
|
21484
21512
|
"""
|
|
21485
21513
|
UtilClient.validate_model(request)
|
|
21486
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
|
|
21487
21519
|
if not UtilClient.is_unset(request.owner_account):
|
|
21488
21520
|
query['OwnerAccount'] = request.owner_account
|
|
21489
21521
|
if not UtilClient.is_unset(request.owner_id):
|
|
@@ -21987,6 +22019,8 @@ class Client(OpenApiClient):
|
|
|
21987
22019
|
"""
|
|
21988
22020
|
UtilClient.validate_model(request)
|
|
21989
22021
|
query = {}
|
|
22022
|
+
if not UtilClient.is_unset(request.client_token):
|
|
22023
|
+
query['ClientToken'] = request.client_token
|
|
21990
22024
|
if not UtilClient.is_unset(request.dry_run):
|
|
21991
22025
|
query['DryRun'] = request.dry_run
|
|
21992
22026
|
if not UtilClient.is_unset(request.force_delete):
|
|
@@ -22044,6 +22078,8 @@ class Client(OpenApiClient):
|
|
|
22044
22078
|
"""
|
|
22045
22079
|
UtilClient.validate_model(request)
|
|
22046
22080
|
query = {}
|
|
22081
|
+
if not UtilClient.is_unset(request.client_token):
|
|
22082
|
+
query['ClientToken'] = request.client_token
|
|
22047
22083
|
if not UtilClient.is_unset(request.dry_run):
|
|
22048
22084
|
query['DryRun'] = request.dry_run
|
|
22049
22085
|
if not UtilClient.is_unset(request.force_delete):
|
|
@@ -28405,6 +28441,8 @@ class Client(OpenApiClient):
|
|
|
28405
28441
|
"""
|
|
28406
28442
|
UtilClient.validate_model(request)
|
|
28407
28443
|
query = {}
|
|
28444
|
+
if not UtilClient.is_unset(request.ip_version):
|
|
28445
|
+
query['IpVersion'] = request.ip_version
|
|
28408
28446
|
if not UtilClient.is_unset(request.owner_account):
|
|
28409
28447
|
query['OwnerAccount'] = request.owner_account
|
|
28410
28448
|
if not UtilClient.is_unset(request.owner_id):
|
|
@@ -28456,6 +28494,8 @@ class Client(OpenApiClient):
|
|
|
28456
28494
|
"""
|
|
28457
28495
|
UtilClient.validate_model(request)
|
|
28458
28496
|
query = {}
|
|
28497
|
+
if not UtilClient.is_unset(request.ip_version):
|
|
28498
|
+
query['IpVersion'] = request.ip_version
|
|
28459
28499
|
if not UtilClient.is_unset(request.owner_account):
|
|
28460
28500
|
query['OwnerAccount'] = request.owner_account
|
|
28461
28501
|
if not UtilClient.is_unset(request.owner_id):
|
|
@@ -43237,8 +43277,12 @@ class Client(OpenApiClient):
|
|
|
43237
43277
|
"""
|
|
43238
43278
|
UtilClient.validate_model(request)
|
|
43239
43279
|
query = {}
|
|
43280
|
+
if not UtilClient.is_unset(request.client_token):
|
|
43281
|
+
query['ClientToken'] = request.client_token
|
|
43240
43282
|
if not UtilClient.is_unset(request.description):
|
|
43241
43283
|
query['Description'] = request.description
|
|
43284
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
43285
|
+
query['DryRun'] = request.dry_run
|
|
43242
43286
|
if not UtilClient.is_unset(request.ipv_6address_id):
|
|
43243
43287
|
query['Ipv6AddressId'] = request.ipv_6address_id
|
|
43244
43288
|
if not UtilClient.is_unset(request.name):
|
|
@@ -43288,8 +43332,12 @@ class Client(OpenApiClient):
|
|
|
43288
43332
|
"""
|
|
43289
43333
|
UtilClient.validate_model(request)
|
|
43290
43334
|
query = {}
|
|
43335
|
+
if not UtilClient.is_unset(request.client_token):
|
|
43336
|
+
query['ClientToken'] = request.client_token
|
|
43291
43337
|
if not UtilClient.is_unset(request.description):
|
|
43292
43338
|
query['Description'] = request.description
|
|
43339
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
43340
|
+
query['DryRun'] = request.dry_run
|
|
43293
43341
|
if not UtilClient.is_unset(request.ipv_6address_id):
|
|
43294
43342
|
query['Ipv6AddressId'] = request.ipv_6address_id
|
|
43295
43343
|
if not UtilClient.is_unset(request.name):
|
|
@@ -43365,8 +43413,12 @@ class Client(OpenApiClient):
|
|
|
43365
43413
|
"""
|
|
43366
43414
|
UtilClient.validate_model(request)
|
|
43367
43415
|
query = {}
|
|
43416
|
+
if not UtilClient.is_unset(request.client_token):
|
|
43417
|
+
query['ClientToken'] = request.client_token
|
|
43368
43418
|
if not UtilClient.is_unset(request.description):
|
|
43369
43419
|
query['Description'] = request.description
|
|
43420
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
43421
|
+
query['DryRun'] = request.dry_run
|
|
43370
43422
|
if not UtilClient.is_unset(request.ipv_6gateway_id):
|
|
43371
43423
|
query['Ipv6GatewayId'] = request.ipv_6gateway_id
|
|
43372
43424
|
if not UtilClient.is_unset(request.name):
|
|
@@ -43416,8 +43468,12 @@ class Client(OpenApiClient):
|
|
|
43416
43468
|
"""
|
|
43417
43469
|
UtilClient.validate_model(request)
|
|
43418
43470
|
query = {}
|
|
43471
|
+
if not UtilClient.is_unset(request.client_token):
|
|
43472
|
+
query['ClientToken'] = request.client_token
|
|
43419
43473
|
if not UtilClient.is_unset(request.description):
|
|
43420
43474
|
query['Description'] = request.description
|
|
43475
|
+
if not UtilClient.is_unset(request.dry_run):
|
|
43476
|
+
query['DryRun'] = request.dry_run
|
|
43421
43477
|
if not UtilClient.is_unset(request.ipv_6gateway_id):
|
|
43422
43478
|
query['Ipv6GatewayId'] = request.ipv_6gateway_id
|
|
43423
43479
|
if not UtilClient.is_unset(request.name):
|
|
@@ -43499,6 +43555,10 @@ class Client(OpenApiClient):
|
|
|
43499
43555
|
query['Bandwidth'] = request.bandwidth
|
|
43500
43556
|
if not UtilClient.is_unset(request.client_token):
|
|
43501
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
|
|
43502
43562
|
if not UtilClient.is_unset(request.ipv_6address_id):
|
|
43503
43563
|
query['Ipv6AddressId'] = request.ipv_6address_id
|
|
43504
43564
|
if not UtilClient.is_unset(request.ipv_6internet_bandwidth_id):
|
|
@@ -43554,6 +43614,10 @@ class Client(OpenApiClient):
|
|
|
43554
43614
|
query['Bandwidth'] = request.bandwidth
|
|
43555
43615
|
if not UtilClient.is_unset(request.client_token):
|
|
43556
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
|
|
43557
43621
|
if not UtilClient.is_unset(request.ipv_6address_id):
|
|
43558
43622
|
query['Ipv6AddressId'] = request.ipv_6address_id
|
|
43559
43623
|
if not UtilClient.is_unset(request.ipv_6internet_bandwidth_id):
|
|
@@ -46032,6 +46096,10 @@ class Client(OpenApiClient):
|
|
|
46032
46096
|
"""
|
|
46033
46097
|
UtilClient.validate_model(request)
|
|
46034
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
|
|
46035
46103
|
if not UtilClient.is_unset(request.owner_account):
|
|
46036
46104
|
query['OwnerAccount'] = request.owner_account
|
|
46037
46105
|
if not UtilClient.is_unset(request.owner_id):
|
|
@@ -46084,6 +46152,10 @@ class Client(OpenApiClient):
|
|
|
46084
46152
|
"""
|
|
46085
46153
|
UtilClient.validate_model(request)
|
|
46086
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
|
|
46087
46159
|
if not UtilClient.is_unset(request.owner_account):
|
|
46088
46160
|
query['OwnerAccount'] = request.owner_account
|
|
46089
46161
|
if not UtilClient.is_unset(request.owner_id):
|
{alibabacloud_vpc20160428-6.7.1 → alibabacloud_vpc20160428-6.7.2}/alibabacloud_vpc20160428/models.py
RENAMED
|
@@ -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:
|
|
@@ -26284,6 +26290,8 @@ class DeleteIpv6EgressOnlyRuleResponse(TeaModel):
|
|
|
26284
26290
|
class DeleteIpv6GatewayRequest(TeaModel):
|
|
26285
26291
|
def __init__(
|
|
26286
26292
|
self,
|
|
26293
|
+
client_token: str = None,
|
|
26294
|
+
dry_run: bool = None,
|
|
26287
26295
|
ipv_6gateway_id: str = None,
|
|
26288
26296
|
owner_account: str = None,
|
|
26289
26297
|
owner_id: int = None,
|
|
@@ -26291,6 +26299,8 @@ class DeleteIpv6GatewayRequest(TeaModel):
|
|
|
26291
26299
|
resource_owner_account: str = None,
|
|
26292
26300
|
resource_owner_id: int = None,
|
|
26293
26301
|
):
|
|
26302
|
+
self.client_token = client_token
|
|
26303
|
+
self.dry_run = dry_run
|
|
26294
26304
|
# The ID of the IPv6 gateway that you want to delete.
|
|
26295
26305
|
#
|
|
26296
26306
|
# This parameter is required.
|
|
@@ -26313,6 +26323,10 @@ class DeleteIpv6GatewayRequest(TeaModel):
|
|
|
26313
26323
|
return _map
|
|
26314
26324
|
|
|
26315
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
|
|
26316
26330
|
if self.ipv_6gateway_id is not None:
|
|
26317
26331
|
result['Ipv6GatewayId'] = self.ipv_6gateway_id
|
|
26318
26332
|
if self.owner_account is not None:
|
|
@@ -26329,6 +26343,10 @@ class DeleteIpv6GatewayRequest(TeaModel):
|
|
|
26329
26343
|
|
|
26330
26344
|
def from_map(self, m: dict = None):
|
|
26331
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')
|
|
26332
26350
|
if m.get('Ipv6GatewayId') is not None:
|
|
26333
26351
|
self.ipv_6gateway_id = m.get('Ipv6GatewayId')
|
|
26334
26352
|
if m.get('OwnerAccount') is not None:
|
|
@@ -26416,6 +26434,8 @@ class DeleteIpv6GatewayResponse(TeaModel):
|
|
|
26416
26434
|
class DeleteIpv6InternetBandwidthRequest(TeaModel):
|
|
26417
26435
|
def __init__(
|
|
26418
26436
|
self,
|
|
26437
|
+
client_token: str = None,
|
|
26438
|
+
dry_run: bool = None,
|
|
26419
26439
|
ipv_6address_id: str = None,
|
|
26420
26440
|
ipv_6internet_bandwidth_id: str = None,
|
|
26421
26441
|
owner_account: str = None,
|
|
@@ -26424,6 +26444,8 @@ class DeleteIpv6InternetBandwidthRequest(TeaModel):
|
|
|
26424
26444
|
resource_owner_account: str = None,
|
|
26425
26445
|
resource_owner_id: int = None,
|
|
26426
26446
|
):
|
|
26447
|
+
self.client_token = client_token
|
|
26448
|
+
self.dry_run = dry_run
|
|
26427
26449
|
# The ID of the IPv6 address.
|
|
26428
26450
|
#
|
|
26429
26451
|
# > You must specify one of **Ipv6AddressId** and **Ipv6InternetBandwidthId**.
|
|
@@ -26450,6 +26472,10 @@ class DeleteIpv6InternetBandwidthRequest(TeaModel):
|
|
|
26450
26472
|
return _map
|
|
26451
26473
|
|
|
26452
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
|
|
26453
26479
|
if self.ipv_6address_id is not None:
|
|
26454
26480
|
result['Ipv6AddressId'] = self.ipv_6address_id
|
|
26455
26481
|
if self.ipv_6internet_bandwidth_id is not None:
|
|
@@ -26468,6 +26494,10 @@ class DeleteIpv6InternetBandwidthRequest(TeaModel):
|
|
|
26468
26494
|
|
|
26469
26495
|
def from_map(self, m: dict = None):
|
|
26470
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')
|
|
26471
26501
|
if m.get('Ipv6AddressId') is not None:
|
|
26472
26502
|
self.ipv_6address_id = m.get('Ipv6AddressId')
|
|
26473
26503
|
if m.get('Ipv6InternetBandwidthId') is not None:
|
|
@@ -29451,6 +29481,8 @@ class DeleteVSwitchResponse(TeaModel):
|
|
|
29451
29481
|
class DeleteVSwitchCidrReservationRequest(TeaModel):
|
|
29452
29482
|
def __init__(
|
|
29453
29483
|
self,
|
|
29484
|
+
client_token: str = None,
|
|
29485
|
+
dry_run: bool = None,
|
|
29454
29486
|
owner_account: str = None,
|
|
29455
29487
|
owner_id: int = None,
|
|
29456
29488
|
region_id: str = None,
|
|
@@ -29458,6 +29490,8 @@ class DeleteVSwitchCidrReservationRequest(TeaModel):
|
|
|
29458
29490
|
resource_owner_id: int = None,
|
|
29459
29491
|
v_switch_cidr_reservation_id: str = None,
|
|
29460
29492
|
):
|
|
29493
|
+
self.client_token = client_token
|
|
29494
|
+
self.dry_run = dry_run
|
|
29461
29495
|
self.owner_account = owner_account
|
|
29462
29496
|
self.owner_id = owner_id
|
|
29463
29497
|
# The ID of the region where the vSwitch is deployed.
|
|
@@ -29482,6 +29516,10 @@ class DeleteVSwitchCidrReservationRequest(TeaModel):
|
|
|
29482
29516
|
return _map
|
|
29483
29517
|
|
|
29484
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
|
|
29485
29523
|
if self.owner_account is not None:
|
|
29486
29524
|
result['OwnerAccount'] = self.owner_account
|
|
29487
29525
|
if self.owner_id is not None:
|
|
@@ -29498,6 +29536,10 @@ class DeleteVSwitchCidrReservationRequest(TeaModel):
|
|
|
29498
29536
|
|
|
29499
29537
|
def from_map(self, m: dict = None):
|
|
29500
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')
|
|
29501
29543
|
if m.get('OwnerAccount') is not None:
|
|
29502
29544
|
self.owner_account = m.get('OwnerAccount')
|
|
29503
29545
|
if m.get('OwnerId') is not None:
|
|
@@ -30045,6 +30087,7 @@ class DeleteVirtualBorderRouterResponse(TeaModel):
|
|
|
30045
30087
|
class DeleteVpcRequest(TeaModel):
|
|
30046
30088
|
def __init__(
|
|
30047
30089
|
self,
|
|
30090
|
+
client_token: str = None,
|
|
30048
30091
|
dry_run: bool = None,
|
|
30049
30092
|
force_delete: bool = None,
|
|
30050
30093
|
owner_account: str = None,
|
|
@@ -30054,6 +30097,7 @@ class DeleteVpcRequest(TeaModel):
|
|
|
30054
30097
|
resource_owner_id: int = None,
|
|
30055
30098
|
vpc_id: str = None,
|
|
30056
30099
|
):
|
|
30100
|
+
self.client_token = client_token
|
|
30057
30101
|
# Specifies whether to perform a dry run. Valid values:
|
|
30058
30102
|
#
|
|
30059
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.
|
|
@@ -30091,6 +30135,8 @@ class DeleteVpcRequest(TeaModel):
|
|
|
30091
30135
|
return _map
|
|
30092
30136
|
|
|
30093
30137
|
result = dict()
|
|
30138
|
+
if self.client_token is not None:
|
|
30139
|
+
result['ClientToken'] = self.client_token
|
|
30094
30140
|
if self.dry_run is not None:
|
|
30095
30141
|
result['DryRun'] = self.dry_run
|
|
30096
30142
|
if self.force_delete is not None:
|
|
@@ -30111,6 +30157,8 @@ class DeleteVpcRequest(TeaModel):
|
|
|
30111
30157
|
|
|
30112
30158
|
def from_map(self, m: dict = None):
|
|
30113
30159
|
m = m or dict()
|
|
30160
|
+
if m.get('ClientToken') is not None:
|
|
30161
|
+
self.client_token = m.get('ClientToken')
|
|
30114
30162
|
if m.get('DryRun') is not None:
|
|
30115
30163
|
self.dry_run = m.get('DryRun')
|
|
30116
30164
|
if m.get('ForceDelete') is not None:
|
|
@@ -47902,6 +47950,7 @@ class DescribePhysicalConnectionsResponse(TeaModel):
|
|
|
47902
47950
|
class DescribePublicIpAddressRequest(TeaModel):
|
|
47903
47951
|
def __init__(
|
|
47904
47952
|
self,
|
|
47953
|
+
ip_version: str = None,
|
|
47905
47954
|
owner_account: str = None,
|
|
47906
47955
|
owner_id: int = None,
|
|
47907
47956
|
page_number: int = None,
|
|
@@ -47910,6 +47959,7 @@ class DescribePublicIpAddressRequest(TeaModel):
|
|
|
47910
47959
|
resource_owner_account: str = None,
|
|
47911
47960
|
resource_owner_id: int = None,
|
|
47912
47961
|
):
|
|
47962
|
+
self.ip_version = ip_version
|
|
47913
47963
|
self.owner_account = owner_account
|
|
47914
47964
|
self.owner_id = owner_id
|
|
47915
47965
|
# The page number. Default value: **1**.
|
|
@@ -47934,6 +47984,8 @@ class DescribePublicIpAddressRequest(TeaModel):
|
|
|
47934
47984
|
return _map
|
|
47935
47985
|
|
|
47936
47986
|
result = dict()
|
|
47987
|
+
if self.ip_version is not None:
|
|
47988
|
+
result['IpVersion'] = self.ip_version
|
|
47937
47989
|
if self.owner_account is not None:
|
|
47938
47990
|
result['OwnerAccount'] = self.owner_account
|
|
47939
47991
|
if self.owner_id is not None:
|
|
@@ -47952,6 +48004,8 @@ class DescribePublicIpAddressRequest(TeaModel):
|
|
|
47952
48004
|
|
|
47953
48005
|
def from_map(self, m: dict = None):
|
|
47954
48006
|
m = m or dict()
|
|
48007
|
+
if m.get('IpVersion') is not None:
|
|
48008
|
+
self.ip_version = m.get('IpVersion')
|
|
47955
48009
|
if m.get('OwnerAccount') is not None:
|
|
47956
48010
|
self.owner_account = m.get('OwnerAccount')
|
|
47957
48011
|
if m.get('OwnerId') is not None:
|
|
@@ -83933,7 +83987,9 @@ class ModifyIPv6TranslatorEntryResponse(TeaModel):
|
|
|
83933
83987
|
class ModifyIpv6AddressAttributeRequest(TeaModel):
|
|
83934
83988
|
def __init__(
|
|
83935
83989
|
self,
|
|
83990
|
+
client_token: str = None,
|
|
83936
83991
|
description: str = None,
|
|
83992
|
+
dry_run: bool = None,
|
|
83937
83993
|
ipv_6address_id: str = None,
|
|
83938
83994
|
name: str = None,
|
|
83939
83995
|
owner_account: str = None,
|
|
@@ -83942,10 +83998,12 @@ class ModifyIpv6AddressAttributeRequest(TeaModel):
|
|
|
83942
83998
|
resource_owner_account: str = None,
|
|
83943
83999
|
resource_owner_id: int = None,
|
|
83944
84000
|
):
|
|
84001
|
+
self.client_token = client_token
|
|
83945
84002
|
# The description of the IPv6 address.
|
|
83946
84003
|
#
|
|
83947
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://`.
|
|
83948
84005
|
self.description = description
|
|
84006
|
+
self.dry_run = dry_run
|
|
83949
84007
|
# The ID of the IPv6 address.
|
|
83950
84008
|
#
|
|
83951
84009
|
# This parameter is required.
|
|
@@ -83972,8 +84030,12 @@ class ModifyIpv6AddressAttributeRequest(TeaModel):
|
|
|
83972
84030
|
return _map
|
|
83973
84031
|
|
|
83974
84032
|
result = dict()
|
|
84033
|
+
if self.client_token is not None:
|
|
84034
|
+
result['ClientToken'] = self.client_token
|
|
83975
84035
|
if self.description is not None:
|
|
83976
84036
|
result['Description'] = self.description
|
|
84037
|
+
if self.dry_run is not None:
|
|
84038
|
+
result['DryRun'] = self.dry_run
|
|
83977
84039
|
if self.ipv_6address_id is not None:
|
|
83978
84040
|
result['Ipv6AddressId'] = self.ipv_6address_id
|
|
83979
84041
|
if self.name is not None:
|
|
@@ -83992,8 +84054,12 @@ class ModifyIpv6AddressAttributeRequest(TeaModel):
|
|
|
83992
84054
|
|
|
83993
84055
|
def from_map(self, m: dict = None):
|
|
83994
84056
|
m = m or dict()
|
|
84057
|
+
if m.get('ClientToken') is not None:
|
|
84058
|
+
self.client_token = m.get('ClientToken')
|
|
83995
84059
|
if m.get('Description') is not None:
|
|
83996
84060
|
self.description = m.get('Description')
|
|
84061
|
+
if m.get('DryRun') is not None:
|
|
84062
|
+
self.dry_run = m.get('DryRun')
|
|
83997
84063
|
if m.get('Ipv6AddressId') is not None:
|
|
83998
84064
|
self.ipv_6address_id = m.get('Ipv6AddressId')
|
|
83999
84065
|
if m.get('Name') is not None:
|
|
@@ -84083,7 +84149,9 @@ class ModifyIpv6AddressAttributeResponse(TeaModel):
|
|
|
84083
84149
|
class ModifyIpv6GatewayAttributeRequest(TeaModel):
|
|
84084
84150
|
def __init__(
|
|
84085
84151
|
self,
|
|
84152
|
+
client_token: str = None,
|
|
84086
84153
|
description: str = None,
|
|
84154
|
+
dry_run: bool = None,
|
|
84087
84155
|
ipv_6gateway_id: str = None,
|
|
84088
84156
|
name: str = None,
|
|
84089
84157
|
owner_account: str = None,
|
|
@@ -84092,8 +84160,10 @@ class ModifyIpv6GatewayAttributeRequest(TeaModel):
|
|
|
84092
84160
|
resource_owner_account: str = None,
|
|
84093
84161
|
resource_owner_id: int = None,
|
|
84094
84162
|
):
|
|
84163
|
+
self.client_token = client_token
|
|
84095
84164
|
# The description of the IPv6 gateway.
|
|
84096
84165
|
self.description = description
|
|
84166
|
+
self.dry_run = dry_run
|
|
84097
84167
|
# The ID of the IPv6 gateway that you want to modify.
|
|
84098
84168
|
#
|
|
84099
84169
|
# This parameter is required.
|
|
@@ -84120,8 +84190,12 @@ class ModifyIpv6GatewayAttributeRequest(TeaModel):
|
|
|
84120
84190
|
return _map
|
|
84121
84191
|
|
|
84122
84192
|
result = dict()
|
|
84193
|
+
if self.client_token is not None:
|
|
84194
|
+
result['ClientToken'] = self.client_token
|
|
84123
84195
|
if self.description is not None:
|
|
84124
84196
|
result['Description'] = self.description
|
|
84197
|
+
if self.dry_run is not None:
|
|
84198
|
+
result['DryRun'] = self.dry_run
|
|
84125
84199
|
if self.ipv_6gateway_id is not None:
|
|
84126
84200
|
result['Ipv6GatewayId'] = self.ipv_6gateway_id
|
|
84127
84201
|
if self.name is not None:
|
|
@@ -84140,8 +84214,12 @@ class ModifyIpv6GatewayAttributeRequest(TeaModel):
|
|
|
84140
84214
|
|
|
84141
84215
|
def from_map(self, m: dict = None):
|
|
84142
84216
|
m = m or dict()
|
|
84217
|
+
if m.get('ClientToken') is not None:
|
|
84218
|
+
self.client_token = m.get('ClientToken')
|
|
84143
84219
|
if m.get('Description') is not None:
|
|
84144
84220
|
self.description = m.get('Description')
|
|
84221
|
+
if m.get('DryRun') is not None:
|
|
84222
|
+
self.dry_run = m.get('DryRun')
|
|
84145
84223
|
if m.get('Ipv6GatewayId') is not None:
|
|
84146
84224
|
self.ipv_6gateway_id = m.get('Ipv6GatewayId')
|
|
84147
84225
|
if m.get('Name') is not None:
|
|
@@ -84233,6 +84311,7 @@ class ModifyIpv6InternetBandwidthRequest(TeaModel):
|
|
|
84233
84311
|
self,
|
|
84234
84312
|
bandwidth: int = None,
|
|
84235
84313
|
client_token: str = None,
|
|
84314
|
+
dry_run: bool = None,
|
|
84236
84315
|
ipv_6address_id: str = None,
|
|
84237
84316
|
ipv_6internet_bandwidth_id: str = None,
|
|
84238
84317
|
owner_account: str = None,
|
|
@@ -84254,6 +84333,7 @@ class ModifyIpv6InternetBandwidthRequest(TeaModel):
|
|
|
84254
84333
|
#
|
|
84255
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.
|
|
84256
84335
|
self.client_token = client_token
|
|
84336
|
+
self.dry_run = dry_run
|
|
84257
84337
|
# The ID of the IPv6 address.
|
|
84258
84338
|
#
|
|
84259
84339
|
# > You must specify one of **Ipv6AddressId** and **Ipv6InternetBandwidthId**.
|
|
@@ -84282,6 +84362,8 @@ class ModifyIpv6InternetBandwidthRequest(TeaModel):
|
|
|
84282
84362
|
result['Bandwidth'] = self.bandwidth
|
|
84283
84363
|
if self.client_token is not None:
|
|
84284
84364
|
result['ClientToken'] = self.client_token
|
|
84365
|
+
if self.dry_run is not None:
|
|
84366
|
+
result['DryRun'] = self.dry_run
|
|
84285
84367
|
if self.ipv_6address_id is not None:
|
|
84286
84368
|
result['Ipv6AddressId'] = self.ipv_6address_id
|
|
84287
84369
|
if self.ipv_6internet_bandwidth_id is not None:
|
|
@@ -84304,6 +84386,8 @@ class ModifyIpv6InternetBandwidthRequest(TeaModel):
|
|
|
84304
84386
|
self.bandwidth = m.get('Bandwidth')
|
|
84305
84387
|
if m.get('ClientToken') is not None:
|
|
84306
84388
|
self.client_token = m.get('ClientToken')
|
|
84389
|
+
if m.get('DryRun') is not None:
|
|
84390
|
+
self.dry_run = m.get('DryRun')
|
|
84307
84391
|
if m.get('Ipv6AddressId') is not None:
|
|
84308
84392
|
self.ipv_6address_id = m.get('Ipv6AddressId')
|
|
84309
84393
|
if m.get('Ipv6InternetBandwidthId') is not None:
|
|
@@ -88190,6 +88274,8 @@ class ModifyVSwitchAttributeResponse(TeaModel):
|
|
|
88190
88274
|
class ModifyVSwitchCidrReservationAttributeRequest(TeaModel):
|
|
88191
88275
|
def __init__(
|
|
88192
88276
|
self,
|
|
88277
|
+
client_token: str = None,
|
|
88278
|
+
dry_run: bool = None,
|
|
88193
88279
|
owner_account: str = None,
|
|
88194
88280
|
owner_id: int = None,
|
|
88195
88281
|
region_id: str = None,
|
|
@@ -88199,6 +88285,8 @@ class ModifyVSwitchCidrReservationAttributeRequest(TeaModel):
|
|
|
88199
88285
|
v_switch_cidr_reservation_id: str = None,
|
|
88200
88286
|
v_switch_cidr_reservation_name: str = None,
|
|
88201
88287
|
):
|
|
88288
|
+
self.client_token = client_token
|
|
88289
|
+
self.dry_run = dry_run
|
|
88202
88290
|
self.owner_account = owner_account
|
|
88203
88291
|
self.owner_id = owner_id
|
|
88204
88292
|
# The ID of the region where the vSwitch is deployed.
|
|
@@ -88231,6 +88319,10 @@ class ModifyVSwitchCidrReservationAttributeRequest(TeaModel):
|
|
|
88231
88319
|
return _map
|
|
88232
88320
|
|
|
88233
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
|
|
88234
88326
|
if self.owner_account is not None:
|
|
88235
88327
|
result['OwnerAccount'] = self.owner_account
|
|
88236
88328
|
if self.owner_id is not None:
|
|
@@ -88251,6 +88343,10 @@ class ModifyVSwitchCidrReservationAttributeRequest(TeaModel):
|
|
|
88251
88343
|
|
|
88252
88344
|
def from_map(self, m: dict = None):
|
|
88253
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')
|
|
88254
88350
|
if m.get('OwnerAccount') is not None:
|
|
88255
88351
|
self.owner_account = m.get('OwnerAccount')
|
|
88256
88352
|
if m.get('OwnerId') 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.1
|
|
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.1'
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: alibabacloud-vpc20160428
|
|
3
|
-
Version: 6.7.1
|
|
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
|