alibabacloud-vpc20160428 6.9.0__py3-none-any.whl → 6.9.1__py3-none-any.whl
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/__init__.py +1 -1
- alibabacloud_vpc20160428/client.py +8 -0
- alibabacloud_vpc20160428/models.py +25 -1
- {alibabacloud_vpc20160428-6.9.0.dist-info → alibabacloud_vpc20160428-6.9.1.dist-info}/METADATA +1 -1
- alibabacloud_vpc20160428-6.9.1.dist-info/RECORD +8 -0
- alibabacloud_vpc20160428-6.9.0.dist-info/RECORD +0 -8
- {alibabacloud_vpc20160428-6.9.0.dist-info → alibabacloud_vpc20160428-6.9.1.dist-info}/LICENSE +0 -0
- {alibabacloud_vpc20160428-6.9.0.dist-info → alibabacloud_vpc20160428-6.9.1.dist-info}/WHEEL +0 -0
- {alibabacloud_vpc20160428-6.9.0.dist-info → alibabacloud_vpc20160428-6.9.1.dist-info}/top_level.txt +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '6.9.
|
|
1
|
+
__version__ = '6.9.1'
|
|
@@ -13884,6 +13884,8 @@ class Client(OpenApiClient):
|
|
|
13884
13884
|
query['Description'] = request.description
|
|
13885
13885
|
if not UtilClient.is_unset(request.dry_run):
|
|
13886
13886
|
query['DryRun'] = request.dry_run
|
|
13887
|
+
if not UtilClient.is_unset(request.enable_dns_hostname):
|
|
13888
|
+
query['EnableDnsHostname'] = request.enable_dns_hostname
|
|
13887
13889
|
if not UtilClient.is_unset(request.enable_ipv_6):
|
|
13888
13890
|
query['EnableIpv6'] = request.enable_ipv_6
|
|
13889
13891
|
if not UtilClient.is_unset(request.ipv_4cidr_mask):
|
|
@@ -13964,6 +13966,8 @@ class Client(OpenApiClient):
|
|
|
13964
13966
|
query['Description'] = request.description
|
|
13965
13967
|
if not UtilClient.is_unset(request.dry_run):
|
|
13966
13968
|
query['DryRun'] = request.dry_run
|
|
13969
|
+
if not UtilClient.is_unset(request.enable_dns_hostname):
|
|
13970
|
+
query['EnableDnsHostname'] = request.enable_dns_hostname
|
|
13967
13971
|
if not UtilClient.is_unset(request.enable_ipv_6):
|
|
13968
13972
|
query['EnableIpv6'] = request.enable_ipv_6
|
|
13969
13973
|
if not UtilClient.is_unset(request.ipv_4cidr_mask):
|
|
@@ -46960,6 +46964,8 @@ class Client(OpenApiClient):
|
|
|
46960
46964
|
query['CidrBlock'] = request.cidr_block
|
|
46961
46965
|
if not UtilClient.is_unset(request.description):
|
|
46962
46966
|
query['Description'] = request.description
|
|
46967
|
+
if not UtilClient.is_unset(request.enable_dns_hostname):
|
|
46968
|
+
query['EnableDnsHostname'] = request.enable_dns_hostname
|
|
46963
46969
|
if not UtilClient.is_unset(request.enable_ipv_6):
|
|
46964
46970
|
query['EnableIPv6'] = request.enable_ipv_6
|
|
46965
46971
|
if not UtilClient.is_unset(request.ipv_6cidr_block):
|
|
@@ -47020,6 +47026,8 @@ class Client(OpenApiClient):
|
|
|
47020
47026
|
query['CidrBlock'] = request.cidr_block
|
|
47021
47027
|
if not UtilClient.is_unset(request.description):
|
|
47022
47028
|
query['Description'] = request.description
|
|
47029
|
+
if not UtilClient.is_unset(request.enable_dns_hostname):
|
|
47030
|
+
query['EnableDnsHostname'] = request.enable_dns_hostname
|
|
47023
47031
|
if not UtilClient.is_unset(request.enable_ipv_6):
|
|
47024
47032
|
query['EnableIPv6'] = request.enable_ipv_6
|
|
47025
47033
|
if not UtilClient.is_unset(request.ipv_6cidr_block):
|
|
@@ -2133,7 +2133,7 @@ class AllocateEipSegmentAddressRequest(TeaModel):
|
|
|
2133
2133
|
#
|
|
2134
2134
|
# This parameter is required.
|
|
2135
2135
|
self.eip_mask = eip_mask
|
|
2136
|
-
# The metering method of
|
|
2136
|
+
# The metering method of contiguous EIPs. Valid values:
|
|
2137
2137
|
#
|
|
2138
2138
|
# * **PayByBandwidth** (default)
|
|
2139
2139
|
# * **PayByTraffic**\
|
|
@@ -20060,6 +20060,7 @@ class CreateVpcRequest(TeaModel):
|
|
|
20060
20060
|
client_token: str = None,
|
|
20061
20061
|
description: str = None,
|
|
20062
20062
|
dry_run: bool = None,
|
|
20063
|
+
enable_dns_hostname: bool = None,
|
|
20063
20064
|
enable_ipv_6: bool = None,
|
|
20064
20065
|
ipv_4cidr_mask: int = None,
|
|
20065
20066
|
ipv_4ipam_pool_id: str = None,
|
|
@@ -20095,6 +20096,7 @@ class CreateVpcRequest(TeaModel):
|
|
|
20095
20096
|
# * **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error code is returned. If the request passes the dry run, the `DryRunOperation` error code is returned.
|
|
20096
20097
|
# * **false** (default): performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
|
|
20097
20098
|
self.dry_run = dry_run
|
|
20099
|
+
self.enable_dns_hostname = enable_dns_hostname
|
|
20098
20100
|
# Specifies whether to enable IPv6. Valid values:
|
|
20099
20101
|
#
|
|
20100
20102
|
# * **false** (default)
|
|
@@ -20159,6 +20161,8 @@ class CreateVpcRequest(TeaModel):
|
|
|
20159
20161
|
result['Description'] = self.description
|
|
20160
20162
|
if self.dry_run is not None:
|
|
20161
20163
|
result['DryRun'] = self.dry_run
|
|
20164
|
+
if self.enable_dns_hostname is not None:
|
|
20165
|
+
result['EnableDnsHostname'] = self.enable_dns_hostname
|
|
20162
20166
|
if self.enable_ipv_6 is not None:
|
|
20163
20167
|
result['EnableIpv6'] = self.enable_ipv_6
|
|
20164
20168
|
if self.ipv_4cidr_mask is not None:
|
|
@@ -20201,6 +20205,8 @@ class CreateVpcRequest(TeaModel):
|
|
|
20201
20205
|
self.description = m.get('Description')
|
|
20202
20206
|
if m.get('DryRun') is not None:
|
|
20203
20207
|
self.dry_run = m.get('DryRun')
|
|
20208
|
+
if m.get('EnableDnsHostname') is not None:
|
|
20209
|
+
self.enable_dns_hostname = m.get('EnableDnsHostname')
|
|
20204
20210
|
if m.get('EnableIpv6') is not None:
|
|
20205
20211
|
self.enable_ipv_6 = m.get('EnableIpv6')
|
|
20206
20212
|
if m.get('Ipv4CidrMask') is not None:
|
|
@@ -58892,6 +58898,7 @@ class DescribeVpcAttributeResponseBody(TeaModel):
|
|
|
58892
58898
|
description: str = None,
|
|
58893
58899
|
dhcp_options_set_id: str = None,
|
|
58894
58900
|
dhcp_options_set_status: str = None,
|
|
58901
|
+
dns_hostname_status: str = None,
|
|
58895
58902
|
enabled_ipv_6: bool = None,
|
|
58896
58903
|
ipv_4gateway_id: str = None,
|
|
58897
58904
|
ipv_6cidr_block: str = None,
|
|
@@ -58939,6 +58946,7 @@ class DescribeVpcAttributeResponseBody(TeaModel):
|
|
|
58939
58946
|
# * **Deleted**\
|
|
58940
58947
|
# * **Pending**\
|
|
58941
58948
|
self.dhcp_options_set_status = dhcp_options_set_status
|
|
58949
|
+
self.dns_hostname_status = dns_hostname_status
|
|
58942
58950
|
# Indicates whether the VPC enables IPv6 .
|
|
58943
58951
|
# - true
|
|
58944
58952
|
# - false
|
|
@@ -59029,6 +59037,8 @@ class DescribeVpcAttributeResponseBody(TeaModel):
|
|
|
59029
59037
|
result['DhcpOptionsSetId'] = self.dhcp_options_set_id
|
|
59030
59038
|
if self.dhcp_options_set_status is not None:
|
|
59031
59039
|
result['DhcpOptionsSetStatus'] = self.dhcp_options_set_status
|
|
59040
|
+
if self.dns_hostname_status is not None:
|
|
59041
|
+
result['DnsHostnameStatus'] = self.dns_hostname_status
|
|
59032
59042
|
if self.enabled_ipv_6 is not None:
|
|
59033
59043
|
result['EnabledIpv6'] = self.enabled_ipv_6
|
|
59034
59044
|
if self.ipv_4gateway_id is not None:
|
|
@@ -59090,6 +59100,8 @@ class DescribeVpcAttributeResponseBody(TeaModel):
|
|
|
59090
59100
|
self.dhcp_options_set_id = m.get('DhcpOptionsSetId')
|
|
59091
59101
|
if m.get('DhcpOptionsSetStatus') is not None:
|
|
59092
59102
|
self.dhcp_options_set_status = m.get('DhcpOptionsSetStatus')
|
|
59103
|
+
if m.get('DnsHostnameStatus') is not None:
|
|
59104
|
+
self.dns_hostname_status = m.get('DnsHostnameStatus')
|
|
59093
59105
|
if m.get('EnabledIpv6') is not None:
|
|
59094
59106
|
self.enabled_ipv_6 = m.get('EnabledIpv6')
|
|
59095
59107
|
if m.get('Ipv4GatewayId') is not None:
|
|
@@ -59653,6 +59665,7 @@ class DescribeVpcsResponseBodyVpcsVpc(TeaModel):
|
|
|
59653
59665
|
description: str = None,
|
|
59654
59666
|
dhcp_options_set_id: str = None,
|
|
59655
59667
|
dhcp_options_set_status: str = None,
|
|
59668
|
+
dns_hostname_status: str = None,
|
|
59656
59669
|
enabled_ipv_6: bool = None,
|
|
59657
59670
|
ipv_6cidr_block: str = None,
|
|
59658
59671
|
ipv_6cidr_blocks: DescribeVpcsResponseBodyVpcsVpcIpv6CidrBlocks = None,
|
|
@@ -59688,6 +59701,7 @@ class DescribeVpcsResponseBodyVpcsVpc(TeaModel):
|
|
|
59688
59701
|
# * **Deleted**\
|
|
59689
59702
|
# * **Pending**\
|
|
59690
59703
|
self.dhcp_options_set_status = dhcp_options_set_status
|
|
59704
|
+
self.dns_hostname_status = dns_hostname_status
|
|
59691
59705
|
self.enabled_ipv_6 = enabled_ipv_6
|
|
59692
59706
|
# The IPv6 CIDR block of the VPC.
|
|
59693
59707
|
self.ipv_6cidr_block = ipv_6cidr_block
|
|
@@ -59764,6 +59778,8 @@ class DescribeVpcsResponseBodyVpcsVpc(TeaModel):
|
|
|
59764
59778
|
result['DhcpOptionsSetId'] = self.dhcp_options_set_id
|
|
59765
59779
|
if self.dhcp_options_set_status is not None:
|
|
59766
59780
|
result['DhcpOptionsSetStatus'] = self.dhcp_options_set_status
|
|
59781
|
+
if self.dns_hostname_status is not None:
|
|
59782
|
+
result['DnsHostnameStatus'] = self.dns_hostname_status
|
|
59767
59783
|
if self.enabled_ipv_6 is not None:
|
|
59768
59784
|
result['EnabledIpv6'] = self.enabled_ipv_6
|
|
59769
59785
|
if self.ipv_6cidr_block is not None:
|
|
@@ -59814,6 +59830,8 @@ class DescribeVpcsResponseBodyVpcsVpc(TeaModel):
|
|
|
59814
59830
|
self.dhcp_options_set_id = m.get('DhcpOptionsSetId')
|
|
59815
59831
|
if m.get('DhcpOptionsSetStatus') is not None:
|
|
59816
59832
|
self.dhcp_options_set_status = m.get('DhcpOptionsSetStatus')
|
|
59833
|
+
if m.get('DnsHostnameStatus') is not None:
|
|
59834
|
+
self.dns_hostname_status = m.get('DnsHostnameStatus')
|
|
59817
59835
|
if m.get('EnabledIpv6') is not None:
|
|
59818
59836
|
self.enabled_ipv_6 = m.get('EnabledIpv6')
|
|
59819
59837
|
if m.get('Ipv6CidrBlock') is not None:
|
|
@@ -90130,6 +90148,7 @@ class ModifyVpcAttributeRequest(TeaModel):
|
|
|
90130
90148
|
self,
|
|
90131
90149
|
cidr_block: str = None,
|
|
90132
90150
|
description: str = None,
|
|
90151
|
+
enable_dns_hostname: bool = None,
|
|
90133
90152
|
enable_ipv_6: bool = None,
|
|
90134
90153
|
ipv_6cidr_block: str = None,
|
|
90135
90154
|
ipv_6isp: str = None,
|
|
@@ -90151,6 +90170,7 @@ class ModifyVpcAttributeRequest(TeaModel):
|
|
|
90151
90170
|
#
|
|
90152
90171
|
# The description must be 1 to 256 characters in length, and cannot start with `http://` or `https://`.
|
|
90153
90172
|
self.description = description
|
|
90173
|
+
self.enable_dns_hostname = enable_dns_hostname
|
|
90154
90174
|
# Specifies whether to enable IPv6 CIDR blocks. Valid values:
|
|
90155
90175
|
#
|
|
90156
90176
|
# * **true**\
|
|
@@ -90197,6 +90217,8 @@ class ModifyVpcAttributeRequest(TeaModel):
|
|
|
90197
90217
|
result['CidrBlock'] = self.cidr_block
|
|
90198
90218
|
if self.description is not None:
|
|
90199
90219
|
result['Description'] = self.description
|
|
90220
|
+
if self.enable_dns_hostname is not None:
|
|
90221
|
+
result['EnableDnsHostname'] = self.enable_dns_hostname
|
|
90200
90222
|
if self.enable_ipv_6 is not None:
|
|
90201
90223
|
result['EnableIPv6'] = self.enable_ipv_6
|
|
90202
90224
|
if self.ipv_6cidr_block is not None:
|
|
@@ -90225,6 +90247,8 @@ class ModifyVpcAttributeRequest(TeaModel):
|
|
|
90225
90247
|
self.cidr_block = m.get('CidrBlock')
|
|
90226
90248
|
if m.get('Description') is not None:
|
|
90227
90249
|
self.description = m.get('Description')
|
|
90250
|
+
if m.get('EnableDnsHostname') is not None:
|
|
90251
|
+
self.enable_dns_hostname = m.get('EnableDnsHostname')
|
|
90228
90252
|
if m.get('EnableIPv6') is not None:
|
|
90229
90253
|
self.enable_ipv_6 = m.get('EnableIPv6')
|
|
90230
90254
|
if m.get('Ipv6CidrBlock') is not None:
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
alibabacloud_vpc20160428/__init__.py,sha256=t8Ah38paXRn8o23-f_ZfT2Me5tMPtvOztxeQ--XD-uM,21
|
|
2
|
+
alibabacloud_vpc20160428/client.py,sha256=vHGfVC9gQlgGnc_Co-UDau8bWpDqd0_fQvnzMIqblSU,2822001
|
|
3
|
+
alibabacloud_vpc20160428/models.py,sha256=SHg0qiafV2vw9oslsaSMEs32HndSLIL5X23YQMyDLUk,4023847
|
|
4
|
+
alibabacloud_vpc20160428-6.9.1.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
5
|
+
alibabacloud_vpc20160428-6.9.1.dist-info/METADATA,sha256=pjQwduFYEtH8oddM924hFtsanyiWMVxAF0Vuaw-iGpM,2330
|
|
6
|
+
alibabacloud_vpc20160428-6.9.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
7
|
+
alibabacloud_vpc20160428-6.9.1.dist-info/top_level.txt,sha256=aF3N1qaLDlyXEHXQ7AIBXYBUVWa-5wNpQNKhEiij7uA,25
|
|
8
|
+
alibabacloud_vpc20160428-6.9.1.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
alibabacloud_vpc20160428/__init__.py,sha256=3gjxJkt51AC2b7xYYUtoEVWU8gDpr67ChfFDuqPPv0A,21
|
|
2
|
-
alibabacloud_vpc20160428/client.py,sha256=kueUaN9M3udmeqsRLtOL10uWgEh1ZIr5tQ6Yrq5SCkk,2821465
|
|
3
|
-
alibabacloud_vpc20160428/models.py,sha256=FtON2x7BcKKMXqXMsOynyxOnCtp5zija_m9eaqD7d78,4022538
|
|
4
|
-
alibabacloud_vpc20160428-6.9.0.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
5
|
-
alibabacloud_vpc20160428-6.9.0.dist-info/METADATA,sha256=BRlEKtt4Zc9zn1mPPcJJWRozk_dgLLSd7f9XMA7zzgI,2330
|
|
6
|
-
alibabacloud_vpc20160428-6.9.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
7
|
-
alibabacloud_vpc20160428-6.9.0.dist-info/top_level.txt,sha256=aF3N1qaLDlyXEHXQ7AIBXYBUVWa-5wNpQNKhEiij7uA,25
|
|
8
|
-
alibabacloud_vpc20160428-6.9.0.dist-info/RECORD,,
|
{alibabacloud_vpc20160428-6.9.0.dist-info → alibabacloud_vpc20160428-6.9.1.dist-info}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
{alibabacloud_vpc20160428-6.9.0.dist-info → alibabacloud_vpc20160428-6.9.1.dist-info}/top_level.txt
RENAMED
|
File without changes
|