alibabacloud-vpc20160428 6.11.4__tar.gz → 6.11.5__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.4 → alibabacloud_vpc20160428-6.11.5}/ChangeLog.md +4 -0
- {alibabacloud_vpc20160428-6.11.4 → alibabacloud_vpc20160428-6.11.5}/PKG-INFO +1 -1
- alibabacloud_vpc20160428-6.11.5/alibabacloud_vpc20160428/__init__.py +1 -0
- {alibabacloud_vpc20160428-6.11.4 → alibabacloud_vpc20160428-6.11.5}/alibabacloud_vpc20160428/models.py +12 -0
- {alibabacloud_vpc20160428-6.11.4 → alibabacloud_vpc20160428-6.11.5}/alibabacloud_vpc20160428.egg-info/PKG-INFO +1 -1
- {alibabacloud_vpc20160428-6.11.4 → alibabacloud_vpc20160428-6.11.5}/setup.py +1 -1
- alibabacloud_vpc20160428-6.11.4/alibabacloud_vpc20160428/__init__.py +0 -1
- {alibabacloud_vpc20160428-6.11.4 → alibabacloud_vpc20160428-6.11.5}/LICENSE +0 -0
- {alibabacloud_vpc20160428-6.11.4 → alibabacloud_vpc20160428-6.11.5}/MANIFEST.in +0 -0
- {alibabacloud_vpc20160428-6.11.4 → alibabacloud_vpc20160428-6.11.5}/README-CN.md +0 -0
- {alibabacloud_vpc20160428-6.11.4 → alibabacloud_vpc20160428-6.11.5}/README.md +0 -0
- {alibabacloud_vpc20160428-6.11.4 → alibabacloud_vpc20160428-6.11.5}/alibabacloud_vpc20160428/client.py +0 -0
- {alibabacloud_vpc20160428-6.11.4 → alibabacloud_vpc20160428-6.11.5}/alibabacloud_vpc20160428.egg-info/SOURCES.txt +0 -0
- {alibabacloud_vpc20160428-6.11.4 → alibabacloud_vpc20160428-6.11.5}/alibabacloud_vpc20160428.egg-info/dependency_links.txt +0 -0
- {alibabacloud_vpc20160428-6.11.4 → alibabacloud_vpc20160428-6.11.5}/alibabacloud_vpc20160428.egg-info/requires.txt +0 -0
- {alibabacloud_vpc20160428-6.11.4 → alibabacloud_vpc20160428-6.11.5}/alibabacloud_vpc20160428.egg-info/top_level.txt +0 -0
- {alibabacloud_vpc20160428-6.11.4 → alibabacloud_vpc20160428-6.11.5}/setup.cfg +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '6.11.5'
|
|
@@ -45360,6 +45360,7 @@ class DescribeIpv6GatewayAttributeResponseBody(TeaModel):
|
|
|
45360
45360
|
instance_charge_type: str = None,
|
|
45361
45361
|
ipv_6gateway_id: str = None,
|
|
45362
45362
|
name: str = None,
|
|
45363
|
+
owner_id: str = None,
|
|
45363
45364
|
region_id: str = None,
|
|
45364
45365
|
request_id: str = None,
|
|
45365
45366
|
resource_group_id: str = None,
|
|
@@ -45389,6 +45390,7 @@ class DescribeIpv6GatewayAttributeResponseBody(TeaModel):
|
|
|
45389
45390
|
self.ipv_6gateway_id = ipv_6gateway_id
|
|
45390
45391
|
# The name of the IPv6 gateway.
|
|
45391
45392
|
self.name = name
|
|
45393
|
+
self.owner_id = owner_id
|
|
45392
45394
|
# The ID of the region where the IPv6 gateway is deployed.
|
|
45393
45395
|
self.region_id = region_id
|
|
45394
45396
|
# The ID of the request.
|
|
@@ -45431,6 +45433,8 @@ class DescribeIpv6GatewayAttributeResponseBody(TeaModel):
|
|
|
45431
45433
|
result['Ipv6GatewayId'] = self.ipv_6gateway_id
|
|
45432
45434
|
if self.name is not None:
|
|
45433
45435
|
result['Name'] = self.name
|
|
45436
|
+
if self.owner_id is not None:
|
|
45437
|
+
result['OwnerId'] = self.owner_id
|
|
45434
45438
|
if self.region_id is not None:
|
|
45435
45439
|
result['RegionId'] = self.region_id
|
|
45436
45440
|
if self.request_id is not None:
|
|
@@ -45463,6 +45467,8 @@ class DescribeIpv6GatewayAttributeResponseBody(TeaModel):
|
|
|
45463
45467
|
self.ipv_6gateway_id = m.get('Ipv6GatewayId')
|
|
45464
45468
|
if m.get('Name') is not None:
|
|
45465
45469
|
self.name = m.get('Name')
|
|
45470
|
+
if m.get('OwnerId') is not None:
|
|
45471
|
+
self.owner_id = m.get('OwnerId')
|
|
45466
45472
|
if m.get('RegionId') is not None:
|
|
45467
45473
|
self.region_id = m.get('RegionId')
|
|
45468
45474
|
if m.get('RequestId') is not None:
|
|
@@ -45752,6 +45758,7 @@ class DescribeIpv6GatewaysResponseBodyIpv6GatewaysIpv6Gateway(TeaModel):
|
|
|
45752
45758
|
instance_charge_type: str = None,
|
|
45753
45759
|
ipv_6gateway_id: str = None,
|
|
45754
45760
|
name: str = None,
|
|
45761
|
+
owner_id: str = None,
|
|
45755
45762
|
region_id: str = None,
|
|
45756
45763
|
resource_group_id: str = None,
|
|
45757
45764
|
status: str = None,
|
|
@@ -45778,6 +45785,7 @@ class DescribeIpv6GatewaysResponseBodyIpv6GatewaysIpv6Gateway(TeaModel):
|
|
|
45778
45785
|
self.ipv_6gateway_id = ipv_6gateway_id
|
|
45779
45786
|
# The name of the IPv6 gateway.
|
|
45780
45787
|
self.name = name
|
|
45788
|
+
self.owner_id = owner_id
|
|
45781
45789
|
# The ID of the region in which the IPv6 gateway is deployed.
|
|
45782
45790
|
self.region_id = region_id
|
|
45783
45791
|
# The resource group ID.
|
|
@@ -45816,6 +45824,8 @@ class DescribeIpv6GatewaysResponseBodyIpv6GatewaysIpv6Gateway(TeaModel):
|
|
|
45816
45824
|
result['Ipv6GatewayId'] = self.ipv_6gateway_id
|
|
45817
45825
|
if self.name is not None:
|
|
45818
45826
|
result['Name'] = self.name
|
|
45827
|
+
if self.owner_id is not None:
|
|
45828
|
+
result['OwnerId'] = self.owner_id
|
|
45819
45829
|
if self.region_id is not None:
|
|
45820
45830
|
result['RegionId'] = self.region_id
|
|
45821
45831
|
if self.resource_group_id is not None:
|
|
@@ -45844,6 +45854,8 @@ class DescribeIpv6GatewaysResponseBodyIpv6GatewaysIpv6Gateway(TeaModel):
|
|
|
45844
45854
|
self.ipv_6gateway_id = m.get('Ipv6GatewayId')
|
|
45845
45855
|
if m.get('Name') is not None:
|
|
45846
45856
|
self.name = m.get('Name')
|
|
45857
|
+
if m.get('OwnerId') is not None:
|
|
45858
|
+
self.owner_id = m.get('OwnerId')
|
|
45847
45859
|
if m.get('RegionId') is not None:
|
|
45848
45860
|
self.region_id = m.get('RegionId')
|
|
45849
45861
|
if m.get('ResourceGroupId') is not None:
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '6.11.4'
|
|
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
|
|
File without changes
|