alibabacloud-vpc20160428 6.14.1__py3-none-any.whl → 7.0.0__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 +16 -258
- alibabacloud_vpc20160428/models/__init__.py +0 -18
- alibabacloud_vpc20160428/models/_create_forward_entry_request.py +7 -6
- alibabacloud_vpc20160428/models/_create_full_nat_entry_request.py +8 -2
- alibabacloud_vpc20160428/models/_create_nat_gateway_request.py +2 -0
- alibabacloud_vpc20160428/models/_create_nat_gateway_shrink_request.py +2 -0
- alibabacloud_vpc20160428/models/_create_nat_ip_request.py +2 -0
- alibabacloud_vpc20160428/models/_create_nat_ip_response_body.py +5 -0
- alibabacloud_vpc20160428/models/_create_snat_entry_request.py +5 -0
- alibabacloud_vpc20160428/models/_create_vpn_attachment_request.py +8 -0
- alibabacloud_vpc20160428/models/_delete_nat_ip_request.py +2 -0
- alibabacloud_vpc20160428/models/_describe_nat_gateway_associate_network_interfaces_response_body.py +1 -0
- alibabacloud_vpc20160428/models/_describe_nat_gateways_request.py +2 -2
- alibabacloud_vpc20160428/models/_describe_nat_gateways_response_body.py +11 -0
- alibabacloud_vpc20160428/models/_describe_physical_connection_loaresponse_body.py +8 -0
- alibabacloud_vpc20160428/models/_describe_snat_table_entries_request.py +1 -0
- alibabacloud_vpc20160428/models/_describe_snat_table_entries_response_body.py +4 -0
- alibabacloud_vpc20160428/models/_describe_virtual_border_routers_for_physical_connection_response_body.py +8 -0
- alibabacloud_vpc20160428/models/_describe_vpn_attachments_response_body.py +8 -0
- alibabacloud_vpc20160428/models/_describe_vpn_connection_response_body.py +8 -0
- alibabacloud_vpc20160428/models/_describe_vpn_connections_response_body.py +8 -0
- alibabacloud_vpc20160428/models/_describe_vpn_gateway_available_zones_request.py +8 -0
- alibabacloud_vpc20160428/models/_describe_vpn_gateway_response_body.py +8 -0
- alibabacloud_vpc20160428/models/_describe_vpn_gateways_request.py +8 -0
- alibabacloud_vpc20160428/models/_describe_vpn_gateways_response_body.py +8 -0
- alibabacloud_vpc20160428/models/_get_nat_gateway_attribute_response_body.py +16 -0
- alibabacloud_vpc20160428/models/_list_full_nat_entries_response_body.py +16 -0
- alibabacloud_vpc20160428/models/_list_nat_ips_request.py +2 -0
- alibabacloud_vpc20160428/models/_list_nat_ips_response_body.py +1 -0
- alibabacloud_vpc20160428/models/_modify_forward_entry_request.py +5 -0
- alibabacloud_vpc20160428/models/_modify_full_nat_entry_attribute_request.py +8 -0
- alibabacloud_vpc20160428/models/_modify_nat_gateway_attribute_request.py +11 -7
- alibabacloud_vpc20160428/models/_modify_nat_gateway_attribute_shrink_request.py +9 -7
- alibabacloud_vpc20160428/models/_modify_snat_entry_request.py +8 -0
- {alibabacloud_vpc20160428-6.14.1.dist-info → alibabacloud_vpc20160428-7.0.0.dist-info}/METADATA +2 -2
- {alibabacloud_vpc20160428-6.14.1.dist-info → alibabacloud_vpc20160428-7.0.0.dist-info}/RECORD +40 -49
- alibabacloud_vpc20160428/models/_convert_bandwidth_package_request.py +0 -80
- alibabacloud_vpc20160428/models/_convert_bandwidth_package_response.py +0 -54
- alibabacloud_vpc20160428/models/_convert_bandwidth_package_response_body.py +0 -43
- alibabacloud_vpc20160428/models/_disable_nat_gateway_ecs_metric_request.py +0 -60
- alibabacloud_vpc20160428/models/_disable_nat_gateway_ecs_metric_response.py +0 -54
- alibabacloud_vpc20160428/models/_disable_nat_gateway_ecs_metric_response_body.py +0 -34
- alibabacloud_vpc20160428/models/_enable_nat_gateway_ecs_metric_request.py +0 -60
- alibabacloud_vpc20160428/models/_enable_nat_gateway_ecs_metric_response.py +0 -54
- alibabacloud_vpc20160428/models/_enable_nat_gateway_ecs_metric_response_body.py +0 -34
- {alibabacloud_vpc20160428-6.14.1.dist-info → alibabacloud_vpc20160428-7.0.0.dist-info}/LICENSE +0 -0
- {alibabacloud_vpc20160428-6.14.1.dist-info → alibabacloud_vpc20160428-7.0.0.dist-info}/WHEEL +0 -0
- {alibabacloud_vpc20160428-6.14.1.dist-info → alibabacloud_vpc20160428-7.0.0.dist-info}/top_level.txt +0 -0
|
@@ -24,23 +24,25 @@ class ModifyNatGatewayAttributeShrinkRequest(DaraModel):
|
|
|
24
24
|
#
|
|
25
25
|
# The description must be 1 to 128 characters in length, and cannot start with `http://` or `https://`.
|
|
26
26
|
self.description = description
|
|
27
|
-
#
|
|
27
|
+
# Modifies the mode in which the EIP is associated with the NAT gateway. The value can be empty or **NAT**, which specifies the NAT mode.
|
|
28
28
|
#
|
|
29
|
-
#
|
|
29
|
+
# >
|
|
30
30
|
#
|
|
31
|
-
# **
|
|
31
|
+
# * You can only change **MULTI_BINDED** to **NAT**. You cannot change **NAT** to **MULTI_BINDED**. For more information about the **MULTI_BINDED** mode, see [CreateNatGateway](https://help.aliyun.com/document_detail/120219.html).
|
|
32
32
|
#
|
|
33
|
-
# *
|
|
34
|
-
#
|
|
35
|
-
# * When the mode in which the NAT gateway is associated with an EIP is being changed, a transient connection that lasts a few seconds may occur. If the number of EIPs with which the NAT gateway is associated increases, the transient connection lasts longer. You can change the mode only for a NAT gateway that is associated with up to five EIPs. We recommend that you change the mode during off-peak hours.
|
|
36
|
-
# * After the mode is changed to **NAT**, the Internet NAT gateway is compatible with the IPv4 gateway. However, if you associate an EIP with the NAT gateway, the EIP occupies one private IP address on the vSwitch of the NAT gateway. Make sure that the vSwitch has sufficient private IP addresses. Otherwise, the EIP fails to be associated with the NAT gateway.
|
|
33
|
+
# * When you change the association mode, your network may be interrupted for seconds. The duration increases with the number of EIPs. You can change the association mode for at most 5 EIPs at the same time. We recommend changing the association mode during off-peak hours.
|
|
34
|
+
# * After the association mode is changed to **NAT**, the Internet NAT gateway is compatible with an IPv4 gateway. If an EIP is associated with a NAT gateway in NAT mode, the EIP occupies a private IP address of the vSwitch to which the NAT gateway belongs. Ensure the vSwitch has sufficient private IP addresses for EIPs to be associated with the NAT gateway.
|
|
37
35
|
self.eip_bind_mode = eip_bind_mode
|
|
36
|
+
# Whether to enable session logging, with values:
|
|
37
|
+
# - **true**: Session logging is enabled.
|
|
38
|
+
# - **false**: Session logging is disabled.
|
|
38
39
|
self.enable_session_log = enable_session_log
|
|
39
40
|
# Specifies whether to enable the Internet Control Message Protocol (ICMP) non-retrieval feature. Valid values:
|
|
40
41
|
#
|
|
41
42
|
# * **false** (default)
|
|
42
43
|
# * **true**
|
|
43
44
|
self.icmp_reply_enabled = icmp_reply_enabled
|
|
45
|
+
# Session log configuration information.
|
|
44
46
|
self.log_delivery_shrink = log_delivery_shrink
|
|
45
47
|
# The name of the NAT gateway.
|
|
46
48
|
#
|
|
@@ -27,8 +27,16 @@ class ModifySnatEntryRequest(DaraModel):
|
|
|
27
27
|
#
|
|
28
28
|
# > 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.
|
|
29
29
|
self.client_token = client_token
|
|
30
|
+
# Whether to perform a dry run of this request, with values:
|
|
31
|
+
# - **true**: Sends a check request without modifying the SNAT entry. The checks include whether the required parameters are filled in, the request format, and business restrictions. If the check fails, the corresponding error is returned. If the check passes, an error code `DryRunOperation` is returned.
|
|
32
|
+
# - **false** (default): Sends a normal request. After passing the check, it returns a 2xx HTTP status code and modifies the SNAT entry.
|
|
30
33
|
self.dry_run = dry_run
|
|
34
|
+
# Whether to enable IP affinity. Values:
|
|
35
|
+
# - **0**: Disable IP affinity.
|
|
36
|
+
# - **1**: Enable IP affinity.
|
|
37
|
+
# > After enabling the IP affinity switch, if an SNAT entry is bound to multiple EIPs or NAT IPs, the same client will use the same EIP or NAT IP for access; otherwise, the client will randomly select from the bound EIPs or NAT IPs for access.
|
|
31
38
|
self.eip_affinity = eip_affinity
|
|
39
|
+
# Elastic Network Interface ID. The IPv4 address set of the elastic network interface will be used as the SNAT address.
|
|
32
40
|
self.network_interface_id = network_interface_id
|
|
33
41
|
self.owner_account = owner_account
|
|
34
42
|
self.owner_id = owner_id
|
{alibabacloud_vpc20160428-6.14.1.dist-info → alibabacloud_vpc20160428-7.0.0.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: alibabacloud-vpc20160428
|
|
3
|
-
Version:
|
|
3
|
+
Version: 7.0.0
|
|
4
4
|
Summary: Alibaba Cloud Virtual Private Cloud (20160428) SDK Library for Python
|
|
5
5
|
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
6
|
Author: Alibaba Cloud SDK
|
|
@@ -23,7 +23,7 @@ Classifier: Topic :: Software Development
|
|
|
23
23
|
Requires-Python: >=3.7
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE
|
|
26
|
-
Requires-Dist: alibabacloud-tea-openapi (<1.0.0,>=0.4.
|
|
26
|
+
Requires-Dist: alibabacloud-tea-openapi (<1.0.0,>=0.4.3)
|
|
27
27
|
Requires-Dist: darabonba-core (<2.0.0,>=1.0.0)
|
|
28
28
|
|
|
29
29
|
English | [简体中文](README-CN.md)
|
{alibabacloud_vpc20160428-6.14.1.dist-info → alibabacloud_vpc20160428-7.0.0.dist-info}/RECORD
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
alibabacloud_vpc20160428/__init__.py,sha256=
|
|
2
|
-
alibabacloud_vpc20160428/client.py,sha256=
|
|
3
|
-
alibabacloud_vpc20160428/models/__init__.py,sha256=
|
|
1
|
+
alibabacloud_vpc20160428/__init__.py,sha256=rNllIbCeIm46HfpJlsqxMxZQoLMA1CwTAS_WhvddQXQ,21
|
|
2
|
+
alibabacloud_vpc20160428/client.py,sha256=LR2-yTbRlKlacN6QPMZSV2WAaPK4QKkgKUuU83KnX2o,1877688
|
|
3
|
+
alibabacloud_vpc20160428/models/__init__.py,sha256=TgNGdO8f8B9pLpkb3BDe4rAqcOfGLuZILQ1Avr_up3w,239872
|
|
4
4
|
alibabacloud_vpc20160428/models/_activate_router_interface_request.py,sha256=RVaEhmMlEZQGumY5PQXMEszhjfR-gGE5slipXlUqriA,2347
|
|
5
5
|
alibabacloud_vpc20160428/models/_activate_router_interface_response.py,sha256=0DdFpClGckP_MsUgxlwOKycDdI3EGfcU-WJxq8jGXhI,1501
|
|
6
6
|
alibabacloud_vpc20160428/models/_activate_router_interface_response_body.py,sha256=l0_8iYkSsz09XxkI8ndnnzvQVdk4SD9h166DgC0pP4o,805
|
|
@@ -109,9 +109,6 @@ alibabacloud_vpc20160428/models/_confirm_physical_connection_response_body.py,sh
|
|
|
109
109
|
alibabacloud_vpc20160428/models/_connect_router_interface_request.py,sha256=mQBwat1ZPHj1cXN738HV09jl_GSXkQWSsMqYAzfzC-o,2378
|
|
110
110
|
alibabacloud_vpc20160428/models/_connect_router_interface_response.py,sha256=gCHJkpsEWHyYXwB_hxZzutjfhy0iSHlO87RK8klLbT8,1498
|
|
111
111
|
alibabacloud_vpc20160428/models/_connect_router_interface_response_body.py,sha256=G7l-4u5TTWmvBEnnJS38gHzZMmCF8-7xpUMHTrHLKAo,804
|
|
112
|
-
alibabacloud_vpc20160428/models/_convert_bandwidth_package_request.py,sha256=rVO63luGHtPh79CQ4PjZum5f6WwTRYN5ecfRhokW-6w,3003
|
|
113
|
-
alibabacloud_vpc20160428/models/_convert_bandwidth_package_response.py,sha256=ZKmwAsr1xcPBte6Brm9loW8CSxnemcXOlqeYnl_7ObA,1501
|
|
114
|
-
alibabacloud_vpc20160428/models/_convert_bandwidth_package_response_body.py,sha256=zdaIowIMymG73rcgYoi5TckfTl9wlMQeWCv3I2JCymg,1196
|
|
115
112
|
alibabacloud_vpc20160428/models/_copy_network_acl_entries_request.py,sha256=yxzEI2_1WYJZqbk1iPLjDh4Yo4oZmND6isGXsUdz7Vs,4602
|
|
116
113
|
alibabacloud_vpc20160428/models/_copy_network_acl_entries_response.py,sha256=AHR23LKbRtXw3ehli-KINMo0dfT8fb8ZZ0zzxze9Y1c,1495
|
|
117
114
|
alibabacloud_vpc20160428/models/_copy_network_acl_entries_response_body.py,sha256=WpMecli_2xTryO2u9Bo0j8jLjG1T5R6rUC66uTbx01A,803
|
|
@@ -154,10 +151,10 @@ alibabacloud_vpc20160428/models/_create_failover_test_job_response_body.py,sha25
|
|
|
154
151
|
alibabacloud_vpc20160428/models/_create_flow_log_request.py,sha256=wYl_h5KsXZZfuDrqxFzkkP_EeQ5UevE6ZiL0seUoFkM,9306
|
|
155
152
|
alibabacloud_vpc20160428/models/_create_flow_log_response.py,sha256=erY-54iwIBdZEwN82uwj_VZ5kb0wz0yl9-jYRqEFzgQ,1471
|
|
156
153
|
alibabacloud_vpc20160428/models/_create_flow_log_response_body.py,sha256=wWpgC6g-Oz-YLRQCLqxoYOKXJumP0AsytLdQMzrUhSU,1815
|
|
157
|
-
alibabacloud_vpc20160428/models/_create_forward_entry_request.py,sha256=
|
|
154
|
+
alibabacloud_vpc20160428/models/_create_forward_entry_request.py,sha256=1a-LdMGTWScDyTa6MQaNJrNaRci99VHyscbeeewXtDk,8983
|
|
158
155
|
alibabacloud_vpc20160428/models/_create_forward_entry_response.py,sha256=wtQe-YuZwQ65sVuYLVN8bI168RRcJX6NxvdDzWPjLuY,1486
|
|
159
156
|
alibabacloud_vpc20160428/models/_create_forward_entry_response_body.py,sha256=r6TX2QF4wbWmMeNJaJ8IvzDz8ORAc7wN7qdYD6kJQNc,1140
|
|
160
|
-
alibabacloud_vpc20160428/models/_create_full_nat_entry_request.py,sha256=
|
|
157
|
+
alibabacloud_vpc20160428/models/_create_full_nat_entry_request.py,sha256=az_5gCXfGIPe_p3iOJbgibrqQapxH4rj2QivAZC8LcU,8032
|
|
161
158
|
alibabacloud_vpc20160428/models/_create_full_nat_entry_response.py,sha256=mIOl-_BY8qMgzqMkQGl8Kj8f24o5TyU8fi77-3YuXqQ,1486
|
|
162
159
|
alibabacloud_vpc20160428/models/_create_full_nat_entry_response_body.py,sha256=iA-I-JijpCvEYzfV8oWu0lhlEiSBPYQC5QEkjoGmo_4,1142
|
|
163
160
|
alibabacloud_vpc20160428/models/_create_global_acceleration_instance_request.py,sha256=WTqLPsbo4HI9m5Kuv3Iwstj8nhSqh4F_Ym-w401GcBY,5029
|
|
@@ -190,16 +187,16 @@ alibabacloud_vpc20160428/models/_create_ipv_6translator_entry_response_body.py,s
|
|
|
190
187
|
alibabacloud_vpc20160428/models/_create_ipv_6translator_request.py,sha256=HdLMrzyP-Tl2--DHi78KRm_31zUgwSgE50IeSpwZ26U,5693
|
|
191
188
|
alibabacloud_vpc20160428/models/_create_ipv_6translator_response.py,sha256=eiEeAGbISxj5bXdCO1bx07RNELavXEi81AJHgNwYZ44,1492
|
|
192
189
|
alibabacloud_vpc20160428/models/_create_ipv_6translator_response_body.py,sha256=FxtUMKuxkl8aXLWdiXwgEBt90dp_8YPdAlSFBsJJZjA,1977
|
|
193
|
-
alibabacloud_vpc20160428/models/_create_nat_gateway_request.py,sha256=
|
|
190
|
+
alibabacloud_vpc20160428/models/_create_nat_gateway_request.py,sha256=qOIxy9y85rPArjVOFGyIaIPkZw3fIZ6IsPmkKSk0QjU,15765
|
|
194
191
|
alibabacloud_vpc20160428/models/_create_nat_gateway_response.py,sha256=Wegbt9HDimqH3J0D3VNwcuZleSwtb5N9PTOya9Xk5VU,1480
|
|
195
192
|
alibabacloud_vpc20160428/models/_create_nat_gateway_response_body.py,sha256=nA9ZbqoTX46bSlFklFCqth4qhOu06DTb4NAzb9D_wNE,4992
|
|
196
|
-
alibabacloud_vpc20160428/models/_create_nat_gateway_shrink_request.py,sha256=
|
|
193
|
+
alibabacloud_vpc20160428/models/_create_nat_gateway_shrink_request.py,sha256=kLBVZwHOCtVDe6ZQAYEqeNx0jkaieiQTXygHM3fxVh8,14337
|
|
197
194
|
alibabacloud_vpc20160428/models/_create_nat_ip_cidr_request.py,sha256=YrfDfhCHFzGKc30tQSacJnrDPZTgJtro8XgY1qbz-Hk,6705
|
|
198
195
|
alibabacloud_vpc20160428/models/_create_nat_ip_cidr_response.py,sha256=Ey6ashzgWXqlzfG7woqzCLviN-gYjCOWhjCkaeXyFEs,1477
|
|
199
196
|
alibabacloud_vpc20160428/models/_create_nat_ip_cidr_response_body.py,sha256=3a0m5PdNs432HkFBUHA7VBokUrxOPak8aIHrqikvhzc,1120
|
|
200
|
-
alibabacloud_vpc20160428/models/_create_nat_ip_request.py,sha256=
|
|
197
|
+
alibabacloud_vpc20160428/models/_create_nat_ip_request.py,sha256=qypELRpQabgWPm0ZU63X0eMaFAsTzC5VepzSpnpZxHQ,7144
|
|
201
198
|
alibabacloud_vpc20160428/models/_create_nat_ip_response.py,sha256=XD6aRopOjFkU4eh2eftgmrttV0wm0RFqkHXoO1YfBRY,1465
|
|
202
|
-
alibabacloud_vpc20160428/models/_create_nat_ip_response_body.py,sha256=
|
|
199
|
+
alibabacloud_vpc20160428/models/_create_nat_ip_response_body.py,sha256=sLboj6GwXWdkf52cQfyATWmrF5mhw-xw_cH-OVDzgOk,3983
|
|
203
200
|
alibabacloud_vpc20160428/models/_create_network_acl_request.py,sha256=kEyS1fWl9HA1yNH8MtHJ1xqokxcEgum2Lp-2bIamt7o,8120
|
|
204
201
|
alibabacloud_vpc20160428/models/_create_network_acl_response.py,sha256=O1a-L17LoIlkMY3oXGKDCf-qPWvA-kcqqK7k4KrFkak,1480
|
|
205
202
|
alibabacloud_vpc20160428/models/_create_network_acl_response_body.py,sha256=IqOt3tFlmLGEeMikTOMjuR0Fef0ON3NHszkxmaJODdY,17872
|
|
@@ -230,7 +227,7 @@ alibabacloud_vpc20160428/models/_create_route_target_group_response_body.py,sha2
|
|
|
230
227
|
alibabacloud_vpc20160428/models/_create_router_interface_request.py,sha256=JUvf_L3D0gc-TW4MlEYmgEQ54rBxS0ShGbo-y2I1R2k,16785
|
|
231
228
|
alibabacloud_vpc20160428/models/_create_router_interface_response.py,sha256=QLePQ7AlDvNJ1RDFu3ksilEUNN4-dW0xYqouVfKo3Ps,1495
|
|
232
229
|
alibabacloud_vpc20160428/models/_create_router_interface_response_body.py,sha256=gj-wyeuHeWpa8x970f4KkIavYc34fjGZPvGsG7IziSk,1507
|
|
233
|
-
alibabacloud_vpc20160428/models/_create_snat_entry_request.py,sha256=
|
|
230
|
+
alibabacloud_vpc20160428/models/_create_snat_entry_request.py,sha256=Tv4iRJsvjKMTnFzkCq0vHArBQKXVejJx2i6aC5pRvhA,9830
|
|
234
231
|
alibabacloud_vpc20160428/models/_create_snat_entry_response.py,sha256=40DnOYqg2B_w-U0wzIOb1KmbkP5RXlASXa4JgfGtHJk,1477
|
|
235
232
|
alibabacloud_vpc20160428/models/_create_snat_entry_response_body.py,sha256=eJpfUdywrbBtkle9_Vvu-O7Tn_NdC553PYFcxbfhJZ0,1110
|
|
236
233
|
alibabacloud_vpc20160428/models/_create_ssl_vpn_client_cert_request.py,sha256=AzGzI6jo3rV0yHtlcpRYjSbHsMYxEkQ_rDjAw04EbaM,3735
|
|
@@ -272,7 +269,7 @@ alibabacloud_vpc20160428/models/_create_vpc_response_body.py,sha256=7IfBUIOxqkSj
|
|
|
272
269
|
alibabacloud_vpc20160428/models/_create_vpconn_from_vbr_request.py,sha256=oEsXS4s0HtHZAv8ZeJP7-3DaZc24pJ5Gk1ZtT_Z8Uzo,3217
|
|
273
270
|
alibabacloud_vpc20160428/models/_create_vpconn_from_vbr_response.py,sha256=rQWIEhy25mKglwXJBowjg_suoCsgXB9aijpwnDvG2as,1489
|
|
274
271
|
alibabacloud_vpc20160428/models/_create_vpconn_from_vbr_response_body.py,sha256=lPU8Tdn3_ZoSz6rhWs2ILOECWjMS8n2ThRn6-3_NOGQ,1247
|
|
275
|
-
alibabacloud_vpc20160428/models/_create_vpn_attachment_request.py,sha256
|
|
272
|
+
alibabacloud_vpc20160428/models/_create_vpn_attachment_request.py,sha256=-P_7_wff-EhnL7evR-WS6sIEPfn3xOgRqdRBXUomuEY,37120
|
|
276
273
|
alibabacloud_vpc20160428/models/_create_vpn_attachment_response.py,sha256=mpWfBsMa7vm4QQzhn_9HioW3ufA9OY8SFfUgFGS9JDg,1489
|
|
277
274
|
alibabacloud_vpc20160428/models/_create_vpn_attachment_response_body.py,sha256=i3QEjuDtlHeZ54p64ALT2mgfxfQcTw1d4tcy4KPgVWk,2893
|
|
278
275
|
alibabacloud_vpc20160428/models/_create_vpn_connection_request.py,sha256=8J3s89YlVXXpd9mB8h8On7RdjRJs7U-O_t8b11bO6Ww,37998
|
|
@@ -377,7 +374,7 @@ alibabacloud_vpc20160428/models/_delete_nat_gateway_response_body.py,sha256=hcMp
|
|
|
377
374
|
alibabacloud_vpc20160428/models/_delete_nat_ip_cidr_request.py,sha256=ph14jwJtssIRf01dLAnuMnb3C_ePT6t2HDkysw0Vaas,4794
|
|
378
375
|
alibabacloud_vpc20160428/models/_delete_nat_ip_cidr_response.py,sha256=Mo15Glu_raX3CSNB0e2cCuv-AOT5HEBJ1mE0jom3AVU,1477
|
|
379
376
|
alibabacloud_vpc20160428/models/_delete_nat_ip_cidr_response_body.py,sha256=1muS6PwhzJkUCi_KQmLY-rHWGLuWOPYdLk_VQhTdS3A,797
|
|
380
|
-
alibabacloud_vpc20160428/models/_delete_nat_ip_request.py,sha256=
|
|
377
|
+
alibabacloud_vpc20160428/models/_delete_nat_ip_request.py,sha256=L_C5pa2yribDeiqMGe5G_Gx7r4VYqKiOAchN7M8M0Vg,4875
|
|
381
378
|
alibabacloud_vpc20160428/models/_delete_nat_ip_response.py,sha256=257VpHt7hWQqe_qR0AeiJNdpjOhCDugXjzp9vG-AP38,1465
|
|
382
379
|
alibabacloud_vpc20160428/models/_delete_nat_ip_response_body.py,sha256=F_trHtklHNkVi6n9dnZKBfxi4Q-3CBJE-95CcqMVFP4,793
|
|
383
380
|
alibabacloud_vpc20160428/models/_delete_network_acl_request.py,sha256=x2CUcbhQ9AVHgcUTZdDXJntCeDswpFwO5fnjDGo4LQk,4160
|
|
@@ -568,10 +565,10 @@ alibabacloud_vpc20160428/models/_describe_ipv_6translators_response.py,sha256=Ju
|
|
|
568
565
|
alibabacloud_vpc20160428/models/_describe_ipv_6translators_response_body.py,sha256=V5JZFkfdOnwXGE6BDqzFfmgMu43IF67ivVqKKbXSPDg,10467
|
|
569
566
|
alibabacloud_vpc20160428/models/_describe_nat_gateway_associate_network_interfaces_request.py,sha256=ud7PURPIklh-opZyXzlsX0BS7nDPnY-NO6KeOcb6D9M,8668
|
|
570
567
|
alibabacloud_vpc20160428/models/_describe_nat_gateway_associate_network_interfaces_response.py,sha256=jjCZ_ByrJfKuadVYRvUNfCz66msMdo0YWs1MAyWQYi0,1564
|
|
571
|
-
alibabacloud_vpc20160428/models/_describe_nat_gateway_associate_network_interfaces_response_body.py,sha256=
|
|
572
|
-
alibabacloud_vpc20160428/models/_describe_nat_gateways_request.py,sha256=
|
|
568
|
+
alibabacloud_vpc20160428/models/_describe_nat_gateway_associate_network_interfaces_response_body.py,sha256=8U2fSrDkpHheVVxna6safpbP_XIbIqieeYDY7YK8xy0,10549
|
|
569
|
+
alibabacloud_vpc20160428/models/_describe_nat_gateways_request.py,sha256=sQHDoOjWjwlQufjtPFZ1FINcHgJVpWeawS7zWMiIfOE,10148
|
|
573
570
|
alibabacloud_vpc20160428/models/_describe_nat_gateways_response.py,sha256=zsEf2svPD8sIlRI0lq3aQMiR5xyYKxhejYbl2JDuTco,1489
|
|
574
|
-
alibabacloud_vpc20160428/models/_describe_nat_gateways_response_body.py,sha256=
|
|
571
|
+
alibabacloud_vpc20160428/models/_describe_nat_gateways_response_body.py,sha256=u0an_R2x8GsYgcyqnFQ9UQkhCDnjrp-NTXgSBeTEw1s,34175
|
|
575
572
|
alibabacloud_vpc20160428/models/_describe_network_acl_attributes_request.py,sha256=iq01fadsi-uIwOYDhQHwu8YRwETE_uyQ1TKefSvede8,3306
|
|
576
573
|
alibabacloud_vpc20160428/models/_describe_network_acl_attributes_response.py,sha256=3mebdqfhDbOrNTnvzHZwJOnAP4kSGb39SYU2I84hO18,1516
|
|
577
574
|
alibabacloud_vpc20160428/models/_describe_network_acl_attributes_response_body.py,sha256=87gC80pGABzqn7m6xC8WMKCF4C-99zBCDK9sl8vpC5Q,22154
|
|
@@ -580,7 +577,7 @@ alibabacloud_vpc20160428/models/_describe_network_acls_response.py,sha256=3tM_55
|
|
|
580
577
|
alibabacloud_vpc20160428/models/_describe_network_acls_response_body.py,sha256=D9E69PsDYyaYJ48sBItzhXa88d-9SYC8UzwP39sDJN0,23660
|
|
581
578
|
alibabacloud_vpc20160428/models/_describe_physical_connection_loarequest.py,sha256=F5z-BOXfcAK1zk-4daEUHeTNY_rbdlEcIrPzf5jsmkk,3327
|
|
582
579
|
alibabacloud_vpc20160428/models/_describe_physical_connection_loaresponse.py,sha256=7GTwvFMQplqDAzNSaIhlzsPstq8FQXU6ahnnZKYGVTk,1519
|
|
583
|
-
alibabacloud_vpc20160428/models/_describe_physical_connection_loaresponse_body.py,sha256=
|
|
580
|
+
alibabacloud_vpc20160428/models/_describe_physical_connection_loaresponse_body.py,sha256=zWcDsGfoP5RSoRzR5SbDdl8hH6gmogsTQs0AsCNeAko,10813
|
|
584
581
|
alibabacloud_vpc20160428/models/_describe_physical_connections_request.py,sha256=OZ9SIG3-2ULh-di0nVT3hBRHoMw48ohJdFdUawgP5jY,10694
|
|
585
582
|
alibabacloud_vpc20160428/models/_describe_physical_connections_response.py,sha256=w69XLuvoUv9mB1LwfBnOyQvKVsiG8lKKgMyNz1YK2Co,1513
|
|
586
583
|
alibabacloud_vpc20160428/models/_describe_physical_connections_response_body.py,sha256=z7CKmM3v9LlV728b2Zfv2ZKFvym6BojcHlCRUH7bL2w,24203
|
|
@@ -608,9 +605,9 @@ alibabacloud_vpc20160428/models/_describe_router_interfaces_response_body.py,sha
|
|
|
608
605
|
alibabacloud_vpc20160428/models/_describe_server_related_global_acceleration_instances_request.py,sha256=lELiKa4fYjXW3-GOuZduju3WhS9e8IQsPU1HKRRrwWk,3036
|
|
609
606
|
alibabacloud_vpc20160428/models/_describe_server_related_global_acceleration_instances_response.py,sha256=Mwpb5BQRTvM5HJKpLArqpN7B84-w_P6QIK9Rlmhre9w,1576
|
|
610
607
|
alibabacloud_vpc20160428/models/_describe_server_related_global_acceleration_instances_response_body.py,sha256=pKztsVgs9RNLd9olAH3mdjH0j2V_EdHyozlsHy6OWkg,5080
|
|
611
|
-
alibabacloud_vpc20160428/models/_describe_snat_table_entries_request.py,sha256=
|
|
608
|
+
alibabacloud_vpc20160428/models/_describe_snat_table_entries_request.py,sha256=mt4hMmad3xBJLayQRHI5WMh_vzhGuhmYGor3mOK16Ks,6496
|
|
612
609
|
alibabacloud_vpc20160428/models/_describe_snat_table_entries_response.py,sha256=-2zIWMAbI466Q9H1GnKK85kclJ-LvppXA4AD0Z-OkoE,1504
|
|
613
|
-
alibabacloud_vpc20160428/models/_describe_snat_table_entries_response_body.py,sha256
|
|
610
|
+
alibabacloud_vpc20160428/models/_describe_snat_table_entries_response_body.py,sha256=M8RCl14aK7yj2Es7njmLEJvZAiOQ_Hs7YoerbM5J0so,8145
|
|
614
611
|
alibabacloud_vpc20160428/models/_describe_ssl_vpn_client_cert_request.py,sha256=rh8AeIQY3Wfln2sTIDC3TgFOVW1GIfcghqKWZHet7TU,2663
|
|
615
612
|
alibabacloud_vpc20160428/models/_describe_ssl_vpn_client_cert_response.py,sha256=wAWsCcOPT5izUjsorjAT6jzizfc-ZxSyTwXAAxlHxtE,1504
|
|
616
613
|
alibabacloud_vpc20160428/models/_describe_ssl_vpn_client_cert_response_body.py,sha256=iQZ-CG7cEAyG-hpJZGb7UFjVCr10I951bS4P6anQAHA,5345
|
|
@@ -640,7 +637,7 @@ alibabacloud_vpc20160428/models/_describe_vco_route_entries_response.py,sha256=d
|
|
|
640
637
|
alibabacloud_vpc20160428/models/_describe_vco_route_entries_response_body.py,sha256=3AQ9KFNTEj3uvNw0y6VepZG5tBB7t9j0ORNDVx8tkOI,9978
|
|
641
638
|
alibabacloud_vpc20160428/models/_describe_virtual_border_routers_for_physical_connection_request.py,sha256=T88mfRTcN5EsFMs_AFsan_1RA7MW8-Gp2k4P0BEp50k,5402
|
|
642
639
|
alibabacloud_vpc20160428/models/_describe_virtual_border_routers_for_physical_connection_response.py,sha256=oNtQgiKfWBJNhGUagGOxcQTBP_GKc16wr-q_30PqL3s,1579
|
|
643
|
-
alibabacloud_vpc20160428/models/_describe_virtual_border_routers_for_physical_connection_response_body.py,sha256=
|
|
640
|
+
alibabacloud_vpc20160428/models/_describe_virtual_border_routers_for_physical_connection_response_body.py,sha256=OA_KQHDMpFG3a-GEyzt8MIZ-8M5MnP4Ho_mp1YslfwI,14769
|
|
644
641
|
alibabacloud_vpc20160428/models/_describe_virtual_border_routers_request.py,sha256=ObFX5zNKAdBZTpRC4TMGmaNrr0ql4i5_fvWhh1iUED0,7785
|
|
645
642
|
alibabacloud_vpc20160428/models/_describe_virtual_border_routers_response.py,sha256=Lf19PBmcwZIWPM8ajQCCsn5PcvYThvUv89BrFhNk3F4,1516
|
|
646
643
|
alibabacloud_vpc20160428/models/_describe_virtual_border_routers_response_body.py,sha256=5M-seE2DrOtlQGCETQlTNtuJhYBfULwa6aPFLQei6QQ,36801
|
|
@@ -655,28 +652,28 @@ alibabacloud_vpc20160428/models/_describe_vpcs_response.py,sha256=1ONRXqOwlTg-bP
|
|
|
655
652
|
alibabacloud_vpc20160428/models/_describe_vpcs_response_body.py,sha256=BPPIFNeHQnvHzQOOG3dMsHx8ub1-pgV8C1MgmdNGf3s,21330
|
|
656
653
|
alibabacloud_vpc20160428/models/_describe_vpn_attachments_request.py,sha256=u5kZwfbAQrI16XPYCAKLdcuJJsfw4Mr6GxmZ9Hy-oW4,3900
|
|
657
654
|
alibabacloud_vpc20160428/models/_describe_vpn_attachments_response.py,sha256=34aAX3JWWgfx98rsch98vWrst3ISq3pcz0AJlk4pjjY,1498
|
|
658
|
-
alibabacloud_vpc20160428/models/_describe_vpn_attachments_response_body.py,sha256=
|
|
655
|
+
alibabacloud_vpc20160428/models/_describe_vpn_attachments_response_body.py,sha256=SYtC0Fk0ynB1bwrdrfbRANn8y6fujO_W3n8jBKhd8r4,8105
|
|
659
656
|
alibabacloud_vpc20160428/models/_describe_vpn_connection_logs_request.py,sha256=Xen5BLmE6c5AiAhji-uLP8JpBANgD8VeOqpF-m9PH5k,5051
|
|
660
657
|
alibabacloud_vpc20160428/models/_describe_vpn_connection_logs_response.py,sha256=44TRNOhGnfXNdK57CK0PR1phigp8pSuvQZERSuqPqwU,1507
|
|
661
658
|
alibabacloud_vpc20160428/models/_describe_vpn_connection_logs_response_body.py,sha256=KrHPHhUZhiRdXso7TquCpbepynpsbSzwgxVL7mA3VuQ,3139
|
|
662
659
|
alibabacloud_vpc20160428/models/_describe_vpn_connection_request.py,sha256=RMfiSR9-DuXH6kE6x-KWgaRPElBPoJGHO3pz7JE2iDk,2636
|
|
663
660
|
alibabacloud_vpc20160428/models/_describe_vpn_connection_response.py,sha256=E6YVNUqGxi_HN53OqBnyx_ebcan3z5v3wnmUCK3T65c,1495
|
|
664
|
-
alibabacloud_vpc20160428/models/_describe_vpn_connection_response_body.py,sha256=
|
|
661
|
+
alibabacloud_vpc20160428/models/_describe_vpn_connection_response_body.py,sha256=_ml5eeEKh_z4bGY8ugS7Cn5_wcsAWhMNqe_vQgv5Ahc,45020
|
|
665
662
|
alibabacloud_vpc20160428/models/_describe_vpn_connections_request.py,sha256=E0ctq1EqTQGe-LThXqDQ-RVv8BwQmroe8a2nxbvaIxQ,6894
|
|
666
663
|
alibabacloud_vpc20160428/models/_describe_vpn_connections_response.py,sha256=PNlnM3MDJzgH_Od9TzwhdP3gcgRBITNY7l8W_QchJKE,1498
|
|
667
|
-
alibabacloud_vpc20160428/models/_describe_vpn_connections_response_body.py,sha256=
|
|
664
|
+
alibabacloud_vpc20160428/models/_describe_vpn_connections_response_body.py,sha256=hp4eZDvfLAYkzHdyjw6mK5vs1KE73KZDycmWLHTVQNk,47845
|
|
668
665
|
alibabacloud_vpc20160428/models/_describe_vpn_cross_account_authorizations_request.py,sha256=o4HelepSL7iJgthGKl5OwATu07Cf20I8YujzycGtYSA,3800
|
|
669
666
|
alibabacloud_vpc20160428/models/_describe_vpn_cross_account_authorizations_response.py,sha256=CJLy4DKeTRqzQ-j-HJM7rXFY4OtSLE29X7NzIW-8-JQ,1543
|
|
670
667
|
alibabacloud_vpc20160428/models/_describe_vpn_cross_account_authorizations_response_body.py,sha256=Thzj_qpFkWNXvhCnds87nyvODtj2cID6YwjTz7GJlzc,5742
|
|
671
|
-
alibabacloud_vpc20160428/models/_describe_vpn_gateway_available_zones_request.py,sha256=
|
|
668
|
+
alibabacloud_vpc20160428/models/_describe_vpn_gateway_available_zones_request.py,sha256=0SrS3mgO_BFHY4hsm2pGv9U9S8ZnXKQaa4Qig8JcgcU,3715
|
|
672
669
|
alibabacloud_vpc20160428/models/_describe_vpn_gateway_available_zones_response.py,sha256=f_u9AKt55Jyj4K6R6rMhyY1FqoW-j0Frrso2CniLOHM,1528
|
|
673
670
|
alibabacloud_vpc20160428/models/_describe_vpn_gateway_available_zones_response_body.py,sha256=6yqSgT2tpzpgkKL3Bem9RHb7Qst03L4bat9hrjZ6iro,2985
|
|
674
671
|
alibabacloud_vpc20160428/models/_describe_vpn_gateway_request.py,sha256=8gX4A3Uc4quw6qJhFj5RnhpTZuWrEf4Ch4pOtW4xEkg,3096
|
|
675
672
|
alibabacloud_vpc20160428/models/_describe_vpn_gateway_response.py,sha256=PjO0bn-L_CC_SuigjYMhD4i0lOjEtrwdmplyCBCPyQw,1486
|
|
676
|
-
alibabacloud_vpc20160428/models/_describe_vpn_gateway_response_body.py,sha256=
|
|
677
|
-
alibabacloud_vpc20160428/models/_describe_vpn_gateways_request.py,sha256=
|
|
673
|
+
alibabacloud_vpc20160428/models/_describe_vpn_gateway_response_body.py,sha256=SXMrkTI6_rAHoOBbS-zzH25zn6K6yH6GT3BPqa1SRAE,20826
|
|
674
|
+
alibabacloud_vpc20160428/models/_describe_vpn_gateways_request.py,sha256=akrS5lIarswsLEHaFH0Jh7ZZsqRxyHo-4ltrET2SIj8,7381
|
|
678
675
|
alibabacloud_vpc20160428/models/_describe_vpn_gateways_response.py,sha256=d6jzUdC4g7xHCdMOgW8kMs0bW9v32zKodk7WV4FDRVc,1489
|
|
679
|
-
alibabacloud_vpc20160428/models/_describe_vpn_gateways_response_body.py,sha256=
|
|
676
|
+
alibabacloud_vpc20160428/models/_describe_vpn_gateways_response_body.py,sha256=zJzBMScJb5KoLBNmdW2nojhW-gdH2MMgtApLjLT1qr0,24302
|
|
680
677
|
alibabacloud_vpc20160428/models/_describe_vpn_pbr_route_entries_request.py,sha256=wNIyqfJH8LVFKfMuk4n94lGkQozjUlE-TANMCS89gug,3218
|
|
681
678
|
alibabacloud_vpc20160428/models/_describe_vpn_pbr_route_entries_response.py,sha256=62T0sVY6fkraeXvfFU7MTEfXTE5cDICjlFpBZ8JiwoY,1510
|
|
682
679
|
alibabacloud_vpc20160428/models/_describe_vpn_pbr_route_entries_response_body.py,sha256=HihfKv-0wxCPPDY7oA6O5B90oAGeKXqEWhH4rijZgVI,8184
|
|
@@ -707,9 +704,6 @@ alibabacloud_vpc20160428/models/_diagnose_vpn_connections_response_body.py,sha25
|
|
|
707
704
|
alibabacloud_vpc20160428/models/_diagnose_vpn_gateway_request.py,sha256=dsS63CfnAv8Jnu5W24T0fMUT3Lnv2YpKsaJudGr_88c,3553
|
|
708
705
|
alibabacloud_vpc20160428/models/_diagnose_vpn_gateway_response.py,sha256=Em6AYURM7Yh1GhwdEagPTIWUt06l7DeWhIcN26_F2Po,1486
|
|
709
706
|
alibabacloud_vpc20160428/models/_diagnose_vpn_gateway_response_body.py,sha256=OJ4B6CIs5iXY-orXxTEbpAWqEg30xYzzhDH6c6cwlB8,1276
|
|
710
|
-
alibabacloud_vpc20160428/models/_disable_nat_gateway_ecs_metric_request.py,sha256=XdbSPdlE58uffxgfrGVKK6fVHZQf8ZZpMM7tg02YuHQ,2287
|
|
711
|
-
alibabacloud_vpc20160428/models/_disable_nat_gateway_ecs_metric_response.py,sha256=B6fSL_zihoBlGkkmuAI_sPdlD01Cz9abG0Rdh0p7sHM,1510
|
|
712
|
-
alibabacloud_vpc20160428/models/_disable_nat_gateway_ecs_metric_response_body.py,sha256=hddP5EL0CJv75OYOiWZ02mmgP_t6qjaEQ3bgn6UklM0,808
|
|
713
707
|
alibabacloud_vpc20160428/models/_disable_vpc_classic_link_request.py,sha256=HwKTYAhSU10zUec5GgeIFdeJDgjBlvihpgMNAYKxt_U,3298
|
|
714
708
|
alibabacloud_vpc20160428/models/_disable_vpc_classic_link_response.py,sha256=W1FPIdbdfUJdhwRfkCuXV8mFpJN58hMkWeX35L8n_DE,1495
|
|
715
709
|
alibabacloud_vpc20160428/models/_disable_vpc_classic_link_response_body.py,sha256=0A8d8hrA08TW0CWvGFLqemKmtDM8TqnHbxQQgKeYzz4,803
|
|
@@ -725,9 +719,6 @@ alibabacloud_vpc20160428/models/_dissociate_vpn_gateway_with_certificate_respons
|
|
|
725
719
|
alibabacloud_vpc20160428/models/_download_vpn_connection_config_request.py,sha256=njZa5f0N5xDO9cjqg23pa7NKTzlHBpg1HNEOMGVLh-M,2642
|
|
726
720
|
alibabacloud_vpc20160428/models/_download_vpn_connection_config_response.py,sha256=bUIDjjsOPrd-y4K-dJ6M1tWA2l-FiQgYuXqnYnD75D0,1513
|
|
727
721
|
alibabacloud_vpc20160428/models/_download_vpn_connection_config_response_body.py,sha256=hTruMlLmHErrpU2Z1YIf2e45xXl18DbUqlTlMJ3Id4w,22586
|
|
728
|
-
alibabacloud_vpc20160428/models/_enable_nat_gateway_ecs_metric_request.py,sha256=vCDo-WKIcLOc4UtL3CSbWR1UXkl2HNeVXj1iqd6EHxQ,2285
|
|
729
|
-
alibabacloud_vpc20160428/models/_enable_nat_gateway_ecs_metric_response.py,sha256=kKbi_r4weBgLks-RPBhqqCSgWAP6yzJkxS41WCREL2A,1507
|
|
730
|
-
alibabacloud_vpc20160428/models/_enable_nat_gateway_ecs_metric_response_body.py,sha256=NyF8h49nUiC4pZVTqqKKBsA5E9fr2iENEeJIpTrrzIY,807
|
|
731
722
|
alibabacloud_vpc20160428/models/_enable_physical_connection_request.py,sha256=XSFPaUdxgBKh1pWqyHbJ2zzGVtd7em_JsUmGNsLSXAU,3675
|
|
732
723
|
alibabacloud_vpc20160428/models/_enable_physical_connection_response.py,sha256=U2xu2T4Mq5b9rNx0wbrrgb6AnHvfl9AsV8ndnmdO4Dc,1504
|
|
733
724
|
alibabacloud_vpc20160428/models/_enable_physical_connection_response_body.py,sha256=8JAHtGgb6q7-SEomX3q494BzYWbUZbRVL0d_AmKAmLI,806
|
|
@@ -748,7 +739,7 @@ alibabacloud_vpc20160428/models/_get_ipv_4gateway_attribute_response.py,sha256=W
|
|
|
748
739
|
alibabacloud_vpc20160428/models/_get_ipv_4gateway_attribute_response_body.py,sha256=fEaShwyxOoeOtI_yUmKcgYas6CtLtqpgu44lhVW6jys,5782
|
|
749
740
|
alibabacloud_vpc20160428/models/_get_nat_gateway_attribute_request.py,sha256=L1vCbmPCMh6wRzJXdMOojy5CtoBEus1VO_N7JSnc-kU,2593
|
|
750
741
|
alibabacloud_vpc20160428/models/_get_nat_gateway_attribute_response.py,sha256=Fd7S0j1_Z44gJZnCQFyz4vJ9NF4pmCcpZRvFoWZ6ePA,1498
|
|
751
|
-
alibabacloud_vpc20160428/models/_get_nat_gateway_attribute_response_body.py,sha256=
|
|
742
|
+
alibabacloud_vpc20160428/models/_get_nat_gateway_attribute_response_body.py,sha256=fnfZYccoj1D4eWsKl5u1_U6cxrsKb0HVqHPOFNB7d0U,26419
|
|
752
743
|
alibabacloud_vpc20160428/models/_get_physical_connection_service_status_request.py,sha256=aUUhQwwebQp1dXD3hTybWk74aVVaU4OtOdb4gQt8tmg,2272
|
|
753
744
|
alibabacloud_vpc20160428/models/_get_physical_connection_service_status_response.py,sha256=iMqAb8OU01N9kXQzzXQ8I9MJq_dgVuT-De0IJ-6sgfw,1534
|
|
754
745
|
alibabacloud_vpc20160428/models/_get_physical_connection_service_status_response_body.py,sha256=oAtD8Ot0x96XDVFLk1eCWFVIJrrx8miZYr4d5SH9YtU,1209
|
|
@@ -800,7 +791,7 @@ alibabacloud_vpc20160428/models/_list_enhanhced_nat_gateway_available_zones_resp
|
|
|
800
791
|
alibabacloud_vpc20160428/models/_list_enhanhced_nat_gateway_available_zones_response_body.py,sha256=ymlvhEUjDSOQA1cXsCsj15AYQJOrvd2BLcjFIlPmQKY,2554
|
|
801
792
|
alibabacloud_vpc20160428/models/_list_full_nat_entries_request.py,sha256=4o28gKgLGIbPXzUr7XjJpKvzlHj5Zju4eIFacg88NOI,7382
|
|
802
793
|
alibabacloud_vpc20160428/models/_list_full_nat_entries_response.py,sha256=b40Py-zR762WkQ0gp5OsuHaZYKwyjXMF6hdNzXsaDaM,1486
|
|
803
|
-
alibabacloud_vpc20160428/models/_list_full_nat_entries_response_body.py,sha256=
|
|
794
|
+
alibabacloud_vpc20160428/models/_list_full_nat_entries_response_body.py,sha256=4YGpuBbS1Zu4i0MBDKcwH34DVJJtguzNedl1CzVBRd8,9904
|
|
804
795
|
alibabacloud_vpc20160428/models/_list_gateway_route_table_entries_request.py,sha256=CG_5aC97X8e_4piD2TVhIpOlhSBWM4kOoItffW6g4OI,4085
|
|
805
796
|
alibabacloud_vpc20160428/models/_list_gateway_route_table_entries_response.py,sha256=wZld4eyf8-fOiqDE3dbONyPnEBbfcPmqhb_MwbBZPsQ,1516
|
|
806
797
|
alibabacloud_vpc20160428/models/_list_gateway_route_table_entries_response_body.py,sha256=U7HVQVm64ctaYi1QR0VRvPO_jV7FLiwu7sxgX2S1iXY,8361
|
|
@@ -818,9 +809,9 @@ alibabacloud_vpc20160428/models/_list_ipv_4gateways_response_body.py,sha256=6VhD
|
|
|
818
809
|
alibabacloud_vpc20160428/models/_list_nat_ip_cidrs_request.py,sha256=C4-rPg3ZnFK-RkgV1DxFKnI8bHz1ewv5TpILMFl7vyA,6847
|
|
819
810
|
alibabacloud_vpc20160428/models/_list_nat_ip_cidrs_response.py,sha256=ddh-K3jPmNkqvbST5MXtm_a0gMJUPIuul3f6Lnbwmc4,1474
|
|
820
811
|
alibabacloud_vpc20160428/models/_list_nat_ip_cidrs_response_body.py,sha256=6TIhB0jhNyOHgbc6L0-SGfqADEuHLlBaD4CO8vb3LUk,5966
|
|
821
|
-
alibabacloud_vpc20160428/models/_list_nat_ips_request.py,sha256=
|
|
812
|
+
alibabacloud_vpc20160428/models/_list_nat_ips_request.py,sha256=Q6O6436Nm99FB6xUmEAK6UR2tlanL-pW7iYtNRyES0I,7246
|
|
822
813
|
alibabacloud_vpc20160428/models/_list_nat_ips_response.py,sha256=EdenvAOTQjzSxsHxmEGX-7fcTzQ7yeCT5dpRh13jLWQ,1462
|
|
823
|
-
alibabacloud_vpc20160428/models/_list_nat_ips_response_body.py,sha256=
|
|
814
|
+
alibabacloud_vpc20160428/models/_list_nat_ips_response_body.py,sha256=3QYycvEo5YEqt--ame-n-2VC3Prt-HESznLG3Sxlcnw,6086
|
|
824
815
|
alibabacloud_vpc20160428/models/_list_physical_connection_features_request.py,sha256=SbFfFiROwgkh6lJLqFInDazfup4DH1crB3AngmIISms,3372
|
|
825
816
|
alibabacloud_vpc20160428/models/_list_physical_connection_features_response.py,sha256=xHu1j3TXbXTi6I9tuRxtuqMs1c7f0nt_iziVQDJnyU8,1522
|
|
826
817
|
alibabacloud_vpc20160428/models/_list_physical_connection_features_response_body.py,sha256=yWaAPZuXep2jimWBnrWAz6YVQ1hngrLWxo05gIn697Y,3968
|
|
@@ -908,10 +899,10 @@ alibabacloud_vpc20160428/models/_modify_express_connect_traffic_qos_rule_respons
|
|
|
908
899
|
alibabacloud_vpc20160428/models/_modify_flow_log_attribute_request.py,sha256=hSAP3i2aE6Ok6O1l1F6X_mh4WduOsNfgo9v8b2ptv-E,4297
|
|
909
900
|
alibabacloud_vpc20160428/models/_modify_flow_log_attribute_response.py,sha256=fpziAAA_zVkihLa0qsaHBiJN7AXOYikF-kT6sUAD_WM,1498
|
|
910
901
|
alibabacloud_vpc20160428/models/_modify_flow_log_attribute_response_body.py,sha256=LbBIKO9MUEejOWA_Nk_6NMmZ_LqMAKIe7iis1vRZVXg,1173
|
|
911
|
-
alibabacloud_vpc20160428/models/_modify_forward_entry_request.py,sha256=
|
|
902
|
+
alibabacloud_vpc20160428/models/_modify_forward_entry_request.py,sha256=laBGCsrEBtfMg_kY7E0DIlt9dNejaa-gEq0kbntAx1k,8859
|
|
912
903
|
alibabacloud_vpc20160428/models/_modify_forward_entry_response.py,sha256=LqjNyHdn3oHxF_Pd_5kI-oK_KRuSwGrcFbpPUw9f-CE,1486
|
|
913
904
|
alibabacloud_vpc20160428/models/_modify_forward_entry_response_body.py,sha256=Uz1dAmpBEtjsDmn_YrcbC7We_ytqfawPGYIIWQg4Je4,800
|
|
914
|
-
alibabacloud_vpc20160428/models/_modify_full_nat_entry_attribute_request.py,sha256=
|
|
905
|
+
alibabacloud_vpc20160428/models/_modify_full_nat_entry_attribute_request.py,sha256=5HD1lcpzJ0mLXT-sBuSzvKWpUAhqYCI5eXmPcslNG7U,8267
|
|
915
906
|
alibabacloud_vpc20160428/models/_modify_full_nat_entry_attribute_response.py,sha256=VhpRY5H6Fzwdhovwxoir3FGqsNfeJ2VUFJnW4nEXIf8,1513
|
|
916
907
|
alibabacloud_vpc20160428/models/_modify_full_nat_entry_attribute_response_body.py,sha256=e0lO35omwrbM7LkdALHAur5ptnJDPuukF2cSv24M8ek,809
|
|
917
908
|
alibabacloud_vpc20160428/models/_modify_global_acceleration_instance_attributes_request.py,sha256=rKvuyi1XwMHZhpp9sa8uPxhmrNBC-03eOEnedUqnsOk,3638
|
|
@@ -947,10 +938,10 @@ alibabacloud_vpc20160428/models/_modify_ipv_6translator_bandwidth_response_body.
|
|
|
947
938
|
alibabacloud_vpc20160428/models/_modify_ipv_6translator_entry_request.py,sha256=_gNGLub-xw6ttE-rw1nJBKZd2GK_oqJhFXGsG9B6ILs,7170
|
|
948
939
|
alibabacloud_vpc20160428/models/_modify_ipv_6translator_entry_response.py,sha256=XD5UdZfy_pC6MHvqSG9A2ggkCRrzlnvzGrSCr8oqq_8,1507
|
|
949
940
|
alibabacloud_vpc20160428/models/_modify_ipv_6translator_entry_response_body.py,sha256=tZBeFKexpaa4TXiaFJudacvrnm5V0AXUQy_8EEBNZkI,807
|
|
950
|
-
alibabacloud_vpc20160428/models/_modify_nat_gateway_attribute_request.py,sha256=
|
|
941
|
+
alibabacloud_vpc20160428/models/_modify_nat_gateway_attribute_request.py,sha256=h6Uh5J_iJVjVq_lcjtLjAHnJamNo0yYv8pHgMVZBrH0,7535
|
|
951
942
|
alibabacloud_vpc20160428/models/_modify_nat_gateway_attribute_response.py,sha256=hikNVVrwQ9dBTpfA-tq3sXAdsqXqjIHE_XPR0vQnmnY,1507
|
|
952
943
|
alibabacloud_vpc20160428/models/_modify_nat_gateway_attribute_response_body.py,sha256=yUyF3W5z-_oVFysvddNKh3rJV4letCohrsP2VazSFzU,807
|
|
953
|
-
alibabacloud_vpc20160428/models/_modify_nat_gateway_attribute_shrink_request.py,sha256=
|
|
944
|
+
alibabacloud_vpc20160428/models/_modify_nat_gateway_attribute_shrink_request.py,sha256=EhwNPbbVAapVagP9azWCISeuidBucGRqUwAzOYfpjtE,6092
|
|
954
945
|
alibabacloud_vpc20160428/models/_modify_nat_gateway_spec_request.py,sha256=v8hqWQa0uHnNtJZ3_zwpzdoUx5Y4zfAWUhC7uhReaf0,4163
|
|
955
946
|
alibabacloud_vpc20160428/models/_modify_nat_gateway_spec_response.py,sha256=dAbcvJjGMptM_wPZhkT6rCqxqXYN1uIbzQao_Zod1dU,1492
|
|
956
947
|
alibabacloud_vpc20160428/models/_modify_nat_gateway_spec_response_body.py,sha256=brg65zX2HlYyDEs9rckACAXs-58xUljNedCfscJeGGE,809
|
|
@@ -978,7 +969,7 @@ alibabacloud_vpc20160428/models/_modify_router_interface_attribute_response_body
|
|
|
978
969
|
alibabacloud_vpc20160428/models/_modify_router_interface_spec_request.py,sha256=exQRWwDuMqQrXKNK8br_uFhwaZyOuUEUcqsAxoe-I_U,4302
|
|
979
970
|
alibabacloud_vpc20160428/models/_modify_router_interface_spec_response.py,sha256=oyuEADiPnHeLS4SzHFHWBUOgQc54QBojXY8ERGHhVqc,1507
|
|
980
971
|
alibabacloud_vpc20160428/models/_modify_router_interface_spec_response_body.py,sha256=FSIv3pEbqHtsG0OpcG4CIwooWMWFnR4TE52LmVlss9g,1547
|
|
981
|
-
alibabacloud_vpc20160428/models/_modify_snat_entry_request.py,sha256=
|
|
972
|
+
alibabacloud_vpc20160428/models/_modify_snat_entry_request.py,sha256=VhNOAe2TE7IGFsyZxcPne3IXBqvDpJzotintpEfv41g,6984
|
|
982
973
|
alibabacloud_vpc20160428/models/_modify_snat_entry_response.py,sha256=IjBb9vAIwc7vZC23tIzDErCNzk55tpTIc4BfA696ZmI,1477
|
|
983
974
|
alibabacloud_vpc20160428/models/_modify_snat_entry_response_body.py,sha256=ffuTRh3vVHKDnThVWx5_aBNkzpCg9l6G3JIAA7sYTaU,797
|
|
984
975
|
alibabacloud_vpc20160428/models/_modify_ssl_vpn_client_cert_request.py,sha256=U4GJrGmadvyO0T3X7xYK1D07SihkFDaSLJT2ARdMcoI,3859
|
|
@@ -1204,8 +1195,8 @@ alibabacloud_vpc20160428/models/_vpc_describe_vpc_nat_gateway_network_interface_
|
|
|
1204
1195
|
alibabacloud_vpc20160428/models/_withdraw_vpc_published_route_entries_request.py,sha256=GpHh2iNrvEUqH7n_9Ks0WTe03doXZTihnMz-ST2Sjuo,5753
|
|
1205
1196
|
alibabacloud_vpc20160428/models/_withdraw_vpc_published_route_entries_response.py,sha256=VihHnKuXihBHZF7j0rZsnkj5Rv27G9ec1XSlMWuNjdU,1528
|
|
1206
1197
|
alibabacloud_vpc20160428/models/_withdraw_vpc_published_route_entries_response_body.py,sha256=y758cQVu54CwDn1NpTaBw83CDAH-3q1lzxoSswQPUY8,814
|
|
1207
|
-
alibabacloud_vpc20160428-
|
|
1208
|
-
alibabacloud_vpc20160428-
|
|
1209
|
-
alibabacloud_vpc20160428-
|
|
1210
|
-
alibabacloud_vpc20160428-
|
|
1211
|
-
alibabacloud_vpc20160428-
|
|
1198
|
+
alibabacloud_vpc20160428-7.0.0.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
1199
|
+
alibabacloud_vpc20160428-7.0.0.dist-info/METADATA,sha256=OEjrEg-1PUEo-2dt32nq3u5YRISKEdLe26qPAOx3Pk4,2307
|
|
1200
|
+
alibabacloud_vpc20160428-7.0.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
1201
|
+
alibabacloud_vpc20160428-7.0.0.dist-info/top_level.txt,sha256=aF3N1qaLDlyXEHXQ7AIBXYBUVWa-5wNpQNKhEiij7uA,25
|
|
1202
|
+
alibabacloud_vpc20160428-7.0.0.dist-info/RECORD,,
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
-
from __future__ import annotations
|
|
4
|
-
|
|
5
|
-
from darabonba.model import DaraModel
|
|
6
|
-
|
|
7
|
-
class ConvertBandwidthPackageRequest(DaraModel):
|
|
8
|
-
def __init__(
|
|
9
|
-
self,
|
|
10
|
-
bandwidth_package_id: str = None,
|
|
11
|
-
client_token: str = None,
|
|
12
|
-
owner_id: int = None,
|
|
13
|
-
region_id: str = None,
|
|
14
|
-
resource_owner_account: str = None,
|
|
15
|
-
resource_owner_id: int = None,
|
|
16
|
-
):
|
|
17
|
-
# The ID of the NAT service plan.
|
|
18
|
-
#
|
|
19
|
-
# This parameter is required.
|
|
20
|
-
self.bandwidth_package_id = bandwidth_package_id
|
|
21
|
-
# The client token that is used to ensure the idempotency of the request. You can use the client to generate a client token. Make sure that a unique client token is used for each request. The **token** can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure idempotence](https://help.aliyun.com/document_detail/36569.html).
|
|
22
|
-
self.client_token = client_token
|
|
23
|
-
self.owner_id = owner_id
|
|
24
|
-
# The region where the NAT gateway resides. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
25
|
-
#
|
|
26
|
-
# This parameter is required.
|
|
27
|
-
self.region_id = region_id
|
|
28
|
-
self.resource_owner_account = resource_owner_account
|
|
29
|
-
self.resource_owner_id = resource_owner_id
|
|
30
|
-
|
|
31
|
-
def validate(self):
|
|
32
|
-
pass
|
|
33
|
-
|
|
34
|
-
def to_map(self):
|
|
35
|
-
result = dict()
|
|
36
|
-
_map = super().to_map()
|
|
37
|
-
if _map is not None:
|
|
38
|
-
result = _map
|
|
39
|
-
if self.bandwidth_package_id is not None:
|
|
40
|
-
result['BandwidthPackageId'] = self.bandwidth_package_id
|
|
41
|
-
|
|
42
|
-
if self.client_token is not None:
|
|
43
|
-
result['ClientToken'] = self.client_token
|
|
44
|
-
|
|
45
|
-
if self.owner_id is not None:
|
|
46
|
-
result['OwnerId'] = self.owner_id
|
|
47
|
-
|
|
48
|
-
if self.region_id is not None:
|
|
49
|
-
result['RegionId'] = self.region_id
|
|
50
|
-
|
|
51
|
-
if self.resource_owner_account is not None:
|
|
52
|
-
result['ResourceOwnerAccount'] = self.resource_owner_account
|
|
53
|
-
|
|
54
|
-
if self.resource_owner_id is not None:
|
|
55
|
-
result['ResourceOwnerId'] = self.resource_owner_id
|
|
56
|
-
|
|
57
|
-
return result
|
|
58
|
-
|
|
59
|
-
def from_map(self, m: dict = None):
|
|
60
|
-
m = m or dict()
|
|
61
|
-
if m.get('BandwidthPackageId') is not None:
|
|
62
|
-
self.bandwidth_package_id = m.get('BandwidthPackageId')
|
|
63
|
-
|
|
64
|
-
if m.get('ClientToken') is not None:
|
|
65
|
-
self.client_token = m.get('ClientToken')
|
|
66
|
-
|
|
67
|
-
if m.get('OwnerId') is not None:
|
|
68
|
-
self.owner_id = m.get('OwnerId')
|
|
69
|
-
|
|
70
|
-
if m.get('RegionId') is not None:
|
|
71
|
-
self.region_id = m.get('RegionId')
|
|
72
|
-
|
|
73
|
-
if m.get('ResourceOwnerAccount') is not None:
|
|
74
|
-
self.resource_owner_account = m.get('ResourceOwnerAccount')
|
|
75
|
-
|
|
76
|
-
if m.get('ResourceOwnerId') is not None:
|
|
77
|
-
self.resource_owner_id = m.get('ResourceOwnerId')
|
|
78
|
-
|
|
79
|
-
return self
|
|
80
|
-
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
-
from __future__ import annotations
|
|
4
|
-
|
|
5
|
-
from typing import Dict
|
|
6
|
-
|
|
7
|
-
from alibabacloud_vpc20160428 import models as main_models
|
|
8
|
-
from darabonba.model import DaraModel
|
|
9
|
-
|
|
10
|
-
class ConvertBandwidthPackageResponse(DaraModel):
|
|
11
|
-
def __init__(
|
|
12
|
-
self,
|
|
13
|
-
headers: Dict[str, str] = None,
|
|
14
|
-
status_code: int = None,
|
|
15
|
-
body: main_models.ConvertBandwidthPackageResponseBody = None,
|
|
16
|
-
):
|
|
17
|
-
self.headers = headers
|
|
18
|
-
self.status_code = status_code
|
|
19
|
-
self.body = body
|
|
20
|
-
|
|
21
|
-
def validate(self):
|
|
22
|
-
if self.body:
|
|
23
|
-
self.body.validate()
|
|
24
|
-
|
|
25
|
-
def to_map(self):
|
|
26
|
-
result = dict()
|
|
27
|
-
_map = super().to_map()
|
|
28
|
-
if _map is not None:
|
|
29
|
-
result = _map
|
|
30
|
-
if self.headers is not None:
|
|
31
|
-
result['headers'] = self.headers
|
|
32
|
-
|
|
33
|
-
if self.status_code is not None:
|
|
34
|
-
result['statusCode'] = self.status_code
|
|
35
|
-
|
|
36
|
-
if self.body is not None:
|
|
37
|
-
result['body'] = self.body.to_map()
|
|
38
|
-
|
|
39
|
-
return result
|
|
40
|
-
|
|
41
|
-
def from_map(self, m: dict = None):
|
|
42
|
-
m = m or dict()
|
|
43
|
-
if m.get('headers') is not None:
|
|
44
|
-
self.headers = m.get('headers')
|
|
45
|
-
|
|
46
|
-
if m.get('statusCode') is not None:
|
|
47
|
-
self.status_code = m.get('statusCode')
|
|
48
|
-
|
|
49
|
-
if m.get('body') is not None:
|
|
50
|
-
temp_model = main_models.ConvertBandwidthPackageResponseBody()
|
|
51
|
-
self.body = temp_model.from_map(m.get('body'))
|
|
52
|
-
|
|
53
|
-
return self
|
|
54
|
-
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
-
from __future__ import annotations
|
|
4
|
-
|
|
5
|
-
from darabonba.model import DaraModel
|
|
6
|
-
|
|
7
|
-
class ConvertBandwidthPackageResponseBody(DaraModel):
|
|
8
|
-
def __init__(
|
|
9
|
-
self,
|
|
10
|
-
convert_instance_id: str = None,
|
|
11
|
-
request_id: str = None,
|
|
12
|
-
):
|
|
13
|
-
# The ID of the Internet Shared Bandwidth instance.
|
|
14
|
-
self.convert_instance_id = convert_instance_id
|
|
15
|
-
# The request ID.
|
|
16
|
-
self.request_id = request_id
|
|
17
|
-
|
|
18
|
-
def validate(self):
|
|
19
|
-
pass
|
|
20
|
-
|
|
21
|
-
def to_map(self):
|
|
22
|
-
result = dict()
|
|
23
|
-
_map = super().to_map()
|
|
24
|
-
if _map is not None:
|
|
25
|
-
result = _map
|
|
26
|
-
if self.convert_instance_id is not None:
|
|
27
|
-
result['ConvertInstanceId'] = self.convert_instance_id
|
|
28
|
-
|
|
29
|
-
if self.request_id is not None:
|
|
30
|
-
result['RequestId'] = self.request_id
|
|
31
|
-
|
|
32
|
-
return result
|
|
33
|
-
|
|
34
|
-
def from_map(self, m: dict = None):
|
|
35
|
-
m = m or dict()
|
|
36
|
-
if m.get('ConvertInstanceId') is not None:
|
|
37
|
-
self.convert_instance_id = m.get('ConvertInstanceId')
|
|
38
|
-
|
|
39
|
-
if m.get('RequestId') is not None:
|
|
40
|
-
self.request_id = m.get('RequestId')
|
|
41
|
-
|
|
42
|
-
return self
|
|
43
|
-
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
-
from __future__ import annotations
|
|
4
|
-
|
|
5
|
-
from darabonba.model import DaraModel
|
|
6
|
-
|
|
7
|
-
class DisableNatGatewayEcsMetricRequest(DaraModel):
|
|
8
|
-
def __init__(
|
|
9
|
-
self,
|
|
10
|
-
dry_run: bool = None,
|
|
11
|
-
nat_gateway_id: str = None,
|
|
12
|
-
region_id: str = None,
|
|
13
|
-
):
|
|
14
|
-
# Specifies whether to perform only a dry run, without performing the actual request. Valid values:
|
|
15
|
-
#
|
|
16
|
-
# **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 message is returned. If the request passes the dry run, the `DryRunOperation` error code is returned.
|
|
17
|
-
#
|
|
18
|
-
# **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.
|
|
19
|
-
self.dry_run = dry_run
|
|
20
|
-
# The ID of the NAT gateway for which you want to disable ECS traffic monitoring.
|
|
21
|
-
#
|
|
22
|
-
# This parameter is required.
|
|
23
|
-
self.nat_gateway_id = nat_gateway_id
|
|
24
|
-
# The region ID of the NAT gateway. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/36063.html) operation to query the most recent region list.
|
|
25
|
-
#
|
|
26
|
-
# This parameter is required.
|
|
27
|
-
self.region_id = region_id
|
|
28
|
-
|
|
29
|
-
def validate(self):
|
|
30
|
-
pass
|
|
31
|
-
|
|
32
|
-
def to_map(self):
|
|
33
|
-
result = dict()
|
|
34
|
-
_map = super().to_map()
|
|
35
|
-
if _map is not None:
|
|
36
|
-
result = _map
|
|
37
|
-
if self.dry_run is not None:
|
|
38
|
-
result['DryRun'] = self.dry_run
|
|
39
|
-
|
|
40
|
-
if self.nat_gateway_id is not None:
|
|
41
|
-
result['NatGatewayId'] = self.nat_gateway_id
|
|
42
|
-
|
|
43
|
-
if self.region_id is not None:
|
|
44
|
-
result['RegionId'] = self.region_id
|
|
45
|
-
|
|
46
|
-
return result
|
|
47
|
-
|
|
48
|
-
def from_map(self, m: dict = None):
|
|
49
|
-
m = m or dict()
|
|
50
|
-
if m.get('DryRun') is not None:
|
|
51
|
-
self.dry_run = m.get('DryRun')
|
|
52
|
-
|
|
53
|
-
if m.get('NatGatewayId') is not None:
|
|
54
|
-
self.nat_gateway_id = m.get('NatGatewayId')
|
|
55
|
-
|
|
56
|
-
if m.get('RegionId') is not None:
|
|
57
|
-
self.region_id = m.get('RegionId')
|
|
58
|
-
|
|
59
|
-
return self
|
|
60
|
-
|