alibabacloud-vpc20160428 6.11.8__tar.gz → 6.11.9__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.11.8 → alibabacloud_vpc20160428-6.11.9}/ChangeLog.md +5 -0
- {alibabacloud_vpc20160428-6.11.8 → alibabacloud_vpc20160428-6.11.9}/PKG-INFO +1 -1
- alibabacloud_vpc20160428-6.11.9/alibabacloud_vpc20160428/__init__.py +1 -0
- {alibabacloud_vpc20160428-6.11.8 → alibabacloud_vpc20160428-6.11.9}/alibabacloud_vpc20160428/client.py +12 -0
- {alibabacloud_vpc20160428-6.11.8 → alibabacloud_vpc20160428-6.11.9}/alibabacloud_vpc20160428/models.py +20 -3
- {alibabacloud_vpc20160428-6.11.8 → alibabacloud_vpc20160428-6.11.9}/alibabacloud_vpc20160428.egg-info/PKG-INFO +1 -1
- {alibabacloud_vpc20160428-6.11.8 → alibabacloud_vpc20160428-6.11.9}/setup.py +1 -1
- alibabacloud_vpc20160428-6.11.8/alibabacloud_vpc20160428/__init__.py +0 -1
- {alibabacloud_vpc20160428-6.11.8 → alibabacloud_vpc20160428-6.11.9}/LICENSE +0 -0
- {alibabacloud_vpc20160428-6.11.8 → alibabacloud_vpc20160428-6.11.9}/MANIFEST.in +0 -0
- {alibabacloud_vpc20160428-6.11.8 → alibabacloud_vpc20160428-6.11.9}/README-CN.md +0 -0
- {alibabacloud_vpc20160428-6.11.8 → alibabacloud_vpc20160428-6.11.9}/README.md +0 -0
- {alibabacloud_vpc20160428-6.11.8 → alibabacloud_vpc20160428-6.11.9}/alibabacloud_vpc20160428.egg-info/SOURCES.txt +0 -0
- {alibabacloud_vpc20160428-6.11.8 → alibabacloud_vpc20160428-6.11.9}/alibabacloud_vpc20160428.egg-info/dependency_links.txt +0 -0
- {alibabacloud_vpc20160428-6.11.8 → alibabacloud_vpc20160428-6.11.9}/alibabacloud_vpc20160428.egg-info/requires.txt +0 -0
- {alibabacloud_vpc20160428-6.11.8 → alibabacloud_vpc20160428-6.11.9}/alibabacloud_vpc20160428.egg-info/top_level.txt +0 -0
- {alibabacloud_vpc20160428-6.11.8 → alibabacloud_vpc20160428-6.11.9}/setup.cfg +0 -0
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
2025-07-15 Version: 6.11.8
|
|
2
|
+
- Update API DescribeNatGatewayAssociateNetworkInterfaces: add response parameters Body.AssociateNetworkInterfaces.$.ResourceVpcId.
|
|
3
|
+
- Update API GetVpcPrefixListAssociations: add response parameters Body.PrefixListAssociation.$.CidrList.
|
|
4
|
+
|
|
5
|
+
|
|
1
6
|
2025-06-16 Version: 6.11.7
|
|
2
7
|
- Update API GetDhcpOptionsSet: add response parameters Body.CreationTime.
|
|
3
8
|
- Update API ListDhcpOptionsSets: add response parameters Body.DhcpOptionsSets.$.CreationTime.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '6.11.9'
|
|
@@ -3809,6 +3809,8 @@ class Client(OpenApiClient):
|
|
|
3809
3809
|
query['IpVersion'] = request.ip_version
|
|
3810
3810
|
if not UtilClient.is_unset(request.ipam_pool_id):
|
|
3811
3811
|
query['IpamPoolId'] = request.ipam_pool_id
|
|
3812
|
+
if not UtilClient.is_unset(request.ipv_6cidr_mask):
|
|
3813
|
+
query['Ipv6CidrMask'] = request.ipv_6cidr_mask
|
|
3812
3814
|
if not UtilClient.is_unset(request.ipv_6isp):
|
|
3813
3815
|
query['Ipv6Isp'] = request.ipv_6isp
|
|
3814
3816
|
if not UtilClient.is_unset(request.owner_account):
|
|
@@ -3874,6 +3876,8 @@ class Client(OpenApiClient):
|
|
|
3874
3876
|
query['IpVersion'] = request.ip_version
|
|
3875
3877
|
if not UtilClient.is_unset(request.ipam_pool_id):
|
|
3876
3878
|
query['IpamPoolId'] = request.ipam_pool_id
|
|
3879
|
+
if not UtilClient.is_unset(request.ipv_6cidr_mask):
|
|
3880
|
+
query['Ipv6CidrMask'] = request.ipv_6cidr_mask
|
|
3877
3881
|
if not UtilClient.is_unset(request.ipv_6isp):
|
|
3878
3882
|
query['Ipv6Isp'] = request.ipv_6isp
|
|
3879
3883
|
if not UtilClient.is_unset(request.owner_account):
|
|
@@ -13994,6 +13998,10 @@ class Client(OpenApiClient):
|
|
|
13994
13998
|
query['Ipv4IpamPoolId'] = request.ipv_4ipam_pool_id
|
|
13995
13999
|
if not UtilClient.is_unset(request.ipv_6cidr_block):
|
|
13996
14000
|
query['Ipv6CidrBlock'] = request.ipv_6cidr_block
|
|
14001
|
+
if not UtilClient.is_unset(request.ipv_6cidr_mask):
|
|
14002
|
+
query['Ipv6CidrMask'] = request.ipv_6cidr_mask
|
|
14003
|
+
if not UtilClient.is_unset(request.ipv_6ipam_pool_id):
|
|
14004
|
+
query['Ipv6IpamPoolId'] = request.ipv_6ipam_pool_id
|
|
13997
14005
|
if not UtilClient.is_unset(request.ipv_6isp):
|
|
13998
14006
|
query['Ipv6Isp'] = request.ipv_6isp
|
|
13999
14007
|
if not UtilClient.is_unset(request.owner_account):
|
|
@@ -14076,6 +14084,10 @@ class Client(OpenApiClient):
|
|
|
14076
14084
|
query['Ipv4IpamPoolId'] = request.ipv_4ipam_pool_id
|
|
14077
14085
|
if not UtilClient.is_unset(request.ipv_6cidr_block):
|
|
14078
14086
|
query['Ipv6CidrBlock'] = request.ipv_6cidr_block
|
|
14087
|
+
if not UtilClient.is_unset(request.ipv_6cidr_mask):
|
|
14088
|
+
query['Ipv6CidrMask'] = request.ipv_6cidr_mask
|
|
14089
|
+
if not UtilClient.is_unset(request.ipv_6ipam_pool_id):
|
|
14090
|
+
query['Ipv6IpamPoolId'] = request.ipv_6ipam_pool_id
|
|
14079
14091
|
if not UtilClient.is_unset(request.ipv_6isp):
|
|
14080
14092
|
query['Ipv6Isp'] = request.ipv_6isp
|
|
14081
14093
|
if not UtilClient.is_unset(request.owner_account):
|
|
@@ -4808,6 +4808,7 @@ class AssociateVpcCidrBlockRequest(TeaModel):
|
|
|
4808
4808
|
ipv_6cidr_block: str = None,
|
|
4809
4809
|
ip_version: str = None,
|
|
4810
4810
|
ipam_pool_id: str = None,
|
|
4811
|
+
ipv_6cidr_mask: int = None,
|
|
4811
4812
|
ipv_6isp: str = None,
|
|
4812
4813
|
owner_account: str = None,
|
|
4813
4814
|
owner_id: int = None,
|
|
@@ -4829,6 +4830,7 @@ class AssociateVpcCidrBlockRequest(TeaModel):
|
|
|
4829
4830
|
self.ip_version = ip_version
|
|
4830
4831
|
# The ID of the IP Address Manager (IPAM) pool that contains IPv4 addresses.
|
|
4831
4832
|
self.ipam_pool_id = ipam_pool_id
|
|
4833
|
+
self.ipv_6cidr_mask = ipv_6cidr_mask
|
|
4832
4834
|
# The type of the IPv6 CIDR block. Valid values:
|
|
4833
4835
|
#
|
|
4834
4836
|
# * **BGP** (default)
|
|
@@ -4843,8 +4845,6 @@ class AssociateVpcCidrBlockRequest(TeaModel):
|
|
|
4843
4845
|
# The region ID of the VPC to which you want to add a secondary CIDR block.
|
|
4844
4846
|
#
|
|
4845
4847
|
# You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the region ID.
|
|
4846
|
-
#
|
|
4847
|
-
# This parameter is required.
|
|
4848
4848
|
self.region_id = region_id
|
|
4849
4849
|
self.resource_owner_account = resource_owner_account
|
|
4850
4850
|
self.resource_owner_id = resource_owner_id
|
|
@@ -4885,6 +4885,8 @@ class AssociateVpcCidrBlockRequest(TeaModel):
|
|
|
4885
4885
|
result['IpVersion'] = self.ip_version
|
|
4886
4886
|
if self.ipam_pool_id is not None:
|
|
4887
4887
|
result['IpamPoolId'] = self.ipam_pool_id
|
|
4888
|
+
if self.ipv_6cidr_mask is not None:
|
|
4889
|
+
result['Ipv6CidrMask'] = self.ipv_6cidr_mask
|
|
4888
4890
|
if self.ipv_6isp is not None:
|
|
4889
4891
|
result['Ipv6Isp'] = self.ipv_6isp
|
|
4890
4892
|
if self.owner_account is not None:
|
|
@@ -4913,6 +4915,8 @@ class AssociateVpcCidrBlockRequest(TeaModel):
|
|
|
4913
4915
|
self.ip_version = m.get('IpVersion')
|
|
4914
4916
|
if m.get('IpamPoolId') is not None:
|
|
4915
4917
|
self.ipam_pool_id = m.get('IpamPoolId')
|
|
4918
|
+
if m.get('Ipv6CidrMask') is not None:
|
|
4919
|
+
self.ipv_6cidr_mask = m.get('Ipv6CidrMask')
|
|
4916
4920
|
if m.get('Ipv6Isp') is not None:
|
|
4917
4921
|
self.ipv_6isp = m.get('Ipv6Isp')
|
|
4918
4922
|
if m.get('OwnerAccount') is not None:
|
|
@@ -20805,6 +20809,8 @@ class CreateVpcRequest(TeaModel):
|
|
|
20805
20809
|
ipv_4cidr_mask: int = None,
|
|
20806
20810
|
ipv_4ipam_pool_id: str = None,
|
|
20807
20811
|
ipv_6cidr_block: str = None,
|
|
20812
|
+
ipv_6cidr_mask: int = None,
|
|
20813
|
+
ipv_6ipam_pool_id: str = None,
|
|
20808
20814
|
ipv_6isp: str = None,
|
|
20809
20815
|
owner_account: str = None,
|
|
20810
20816
|
owner_id: int = None,
|
|
@@ -20852,6 +20858,8 @@ class CreateVpcRequest(TeaModel):
|
|
|
20852
20858
|
self.ipv_4ipam_pool_id = ipv_4ipam_pool_id
|
|
20853
20859
|
# The IPv6 CIDR block of the VPC. If you enable IPv6 for a VPC, the system allocates an IPv6 CIDR block. To specify an IPv6 CIDR block, you must call the [AllocateVpcIpv6Cidr](https://help.aliyun.com/document_detail/448916.html) operation to reserve the specified IPv6 CIDR block.
|
|
20854
20860
|
self.ipv_6cidr_block = ipv_6cidr_block
|
|
20861
|
+
self.ipv_6cidr_mask = ipv_6cidr_mask
|
|
20862
|
+
self.ipv_6ipam_pool_id = ipv_6ipam_pool_id
|
|
20855
20863
|
# The type of the IPv6 CIDR block of the VPC. Valid values:
|
|
20856
20864
|
#
|
|
20857
20865
|
# * **BGP** (default)
|
|
@@ -20916,6 +20924,10 @@ class CreateVpcRequest(TeaModel):
|
|
|
20916
20924
|
result['Ipv4IpamPoolId'] = self.ipv_4ipam_pool_id
|
|
20917
20925
|
if self.ipv_6cidr_block is not None:
|
|
20918
20926
|
result['Ipv6CidrBlock'] = self.ipv_6cidr_block
|
|
20927
|
+
if self.ipv_6cidr_mask is not None:
|
|
20928
|
+
result['Ipv6CidrMask'] = self.ipv_6cidr_mask
|
|
20929
|
+
if self.ipv_6ipam_pool_id is not None:
|
|
20930
|
+
result['Ipv6IpamPoolId'] = self.ipv_6ipam_pool_id
|
|
20919
20931
|
if self.ipv_6isp is not None:
|
|
20920
20932
|
result['Ipv6Isp'] = self.ipv_6isp
|
|
20921
20933
|
if self.owner_account is not None:
|
|
@@ -20960,6 +20972,10 @@ class CreateVpcRequest(TeaModel):
|
|
|
20960
20972
|
self.ipv_4ipam_pool_id = m.get('Ipv4IpamPoolId')
|
|
20961
20973
|
if m.get('Ipv6CidrBlock') is not None:
|
|
20962
20974
|
self.ipv_6cidr_block = m.get('Ipv6CidrBlock')
|
|
20975
|
+
if m.get('Ipv6CidrMask') is not None:
|
|
20976
|
+
self.ipv_6cidr_mask = m.get('Ipv6CidrMask')
|
|
20977
|
+
if m.get('Ipv6IpamPoolId') is not None:
|
|
20978
|
+
self.ipv_6ipam_pool_id = m.get('Ipv6IpamPoolId')
|
|
20963
20979
|
if m.get('Ipv6Isp') is not None:
|
|
20964
20980
|
self.ipv_6isp = m.get('Ipv6Isp')
|
|
20965
20981
|
if m.get('OwnerAccount') is not None:
|
|
@@ -72951,7 +72967,7 @@ class GetVpcPrefixListAssociationsRequest(TeaModel):
|
|
|
72951
72967
|
resource_owner_account: str = None,
|
|
72952
72968
|
resource_owner_id: int = None,
|
|
72953
72969
|
):
|
|
72954
|
-
# The number of entries
|
|
72970
|
+
# The number of entries to return in each call. Valid values: **1** to **100**. Default value: **20**.
|
|
72955
72971
|
self.max_results = max_results
|
|
72956
72972
|
# The pagination token that is used in the next request to retrieve a new page of results. Valid values:
|
|
72957
72973
|
#
|
|
@@ -73034,6 +73050,7 @@ class GetVpcPrefixListAssociationsResponseBodyPrefixListAssociation(TeaModel):
|
|
|
73034
73050
|
resource_uid: str = None,
|
|
73035
73051
|
status: str = None,
|
|
73036
73052
|
):
|
|
73053
|
+
# List of CIDR addresses where the prefix list is effective in the currently associated resources.
|
|
73037
73054
|
self.cidr_list = cidr_list
|
|
73038
73055
|
# The ID of the Alibaba Cloud account to which the prefix list belongs.
|
|
73039
73056
|
self.owner_id = owner_id
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '6.11.8'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|