alibabacloud-cloudfw20171207 3.6.2__py3-none-any.whl → 4.1.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.

Potentially problematic release.


This version of alibabacloud-cloudfw20171207 might be problematic. Click here for more details.

@@ -227,6 +227,8 @@ class Client(OpenApiClient):
227
227
  query['DestinationType'] = request.destination_type
228
228
  if not UtilClient.is_unset(request.direction):
229
229
  query['Direction'] = request.direction
230
+ if not UtilClient.is_unset(request.domain_resolve_type):
231
+ query['DomainResolveType'] = request.domain_resolve_type
230
232
  if not UtilClient.is_unset(request.end_time):
231
233
  query['EndTime'] = request.end_time
232
234
  if not UtilClient.is_unset(request.ip_version):
@@ -312,6 +314,8 @@ class Client(OpenApiClient):
312
314
  query['DestinationType'] = request.destination_type
313
315
  if not UtilClient.is_unset(request.direction):
314
316
  query['Direction'] = request.direction
317
+ if not UtilClient.is_unset(request.domain_resolve_type):
318
+ query['DomainResolveType'] = request.domain_resolve_type
315
319
  if not UtilClient.is_unset(request.end_time):
316
320
  query['EndTime'] = request.end_time
317
321
  if not UtilClient.is_unset(request.ip_version):
@@ -401,8 +405,8 @@ class Client(OpenApiClient):
401
405
  """
402
406
  @summary Adds members to Cloud Firewall.
403
407
 
404
- @description You can call the AddInstanceMembers operation to add members to Cloud Firewall.
405
- ## Limits
408
+ @description You can call this operation to add members to Cloud Firewall.
409
+ ## [](#qps-)Limits
406
410
  You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
407
411
 
408
412
  @param request: AddInstanceMembersRequest
@@ -440,8 +444,8 @@ class Client(OpenApiClient):
440
444
  """
441
445
  @summary Adds members to Cloud Firewall.
442
446
 
443
- @description You can call the AddInstanceMembers operation to add members to Cloud Firewall.
444
- ## Limits
447
+ @description You can call this operation to add members to Cloud Firewall.
448
+ ## [](#qps-)Limits
445
449
  You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
446
450
 
447
451
  @param request: AddInstanceMembersRequest
@@ -478,8 +482,8 @@ class Client(OpenApiClient):
478
482
  """
479
483
  @summary Adds members to Cloud Firewall.
480
484
 
481
- @description You can call the AddInstanceMembers operation to add members to Cloud Firewall.
482
- ## Limits
485
+ @description You can call this operation to add members to Cloud Firewall.
486
+ ## [](#qps-)Limits
483
487
  You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
484
488
 
485
489
  @param request: AddInstanceMembersRequest
@@ -495,8 +499,8 @@ class Client(OpenApiClient):
495
499
  """
496
500
  @summary Adds members to Cloud Firewall.
497
501
 
498
- @description You can call the AddInstanceMembers operation to add members to Cloud Firewall.
499
- ## Limits
502
+ @description You can call this operation to add members to Cloud Firewall.
503
+ ## [](#qps-)Limits
500
504
  You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
501
505
 
502
506
  @param request: AddInstanceMembersRequest
@@ -759,6 +763,8 @@ class Client(OpenApiClient):
759
763
  query['Lang'] = request.lang
760
764
  if not UtilClient.is_unset(request.task_data):
761
765
  query['TaskData'] = request.task_data
766
+ if not UtilClient.is_unset(request.time_zone):
767
+ query['TimeZone'] = request.time_zone
762
768
  req = open_api_models.OpenApiRequest(
763
769
  query=OpenApiUtilClient.query(query)
764
770
  )
@@ -796,6 +802,8 @@ class Client(OpenApiClient):
796
802
  query['Lang'] = request.lang
797
803
  if not UtilClient.is_unset(request.task_data):
798
804
  query['TaskData'] = request.task_data
805
+ if not UtilClient.is_unset(request.time_zone):
806
+ query['TimeZone'] = request.time_zone
799
807
  req = open_api_models.OpenApiRequest(
800
808
  query=OpenApiUtilClient.query(query)
801
809
  )
@@ -1043,6 +1051,8 @@ class Client(OpenApiClient):
1043
1051
  runtime: util_models.RuntimeOptions,
1044
1052
  ) -> cloudfw_20171207_models.CreateSecurityProxyResponse:
1045
1053
  """
1054
+ @summary Creates a NAT firewall.
1055
+
1046
1056
  @param request: CreateSecurityProxyRequest
1047
1057
  @param runtime: runtime options for this request RuntimeOptions
1048
1058
  @return: CreateSecurityProxyResponse
@@ -1096,6 +1106,8 @@ class Client(OpenApiClient):
1096
1106
  runtime: util_models.RuntimeOptions,
1097
1107
  ) -> cloudfw_20171207_models.CreateSecurityProxyResponse:
1098
1108
  """
1109
+ @summary Creates a NAT firewall.
1110
+
1099
1111
  @param request: CreateSecurityProxyRequest
1100
1112
  @param runtime: runtime options for this request RuntimeOptions
1101
1113
  @return: CreateSecurityProxyResponse
@@ -1148,6 +1160,8 @@ class Client(OpenApiClient):
1148
1160
  request: cloudfw_20171207_models.CreateSecurityProxyRequest,
1149
1161
  ) -> cloudfw_20171207_models.CreateSecurityProxyResponse:
1150
1162
  """
1163
+ @summary Creates a NAT firewall.
1164
+
1151
1165
  @param request: CreateSecurityProxyRequest
1152
1166
  @return: CreateSecurityProxyResponse
1153
1167
  """
@@ -1159,12 +1173,114 @@ class Client(OpenApiClient):
1159
1173
  request: cloudfw_20171207_models.CreateSecurityProxyRequest,
1160
1174
  ) -> cloudfw_20171207_models.CreateSecurityProxyResponse:
1161
1175
  """
1176
+ @summary Creates a NAT firewall.
1177
+
1162
1178
  @param request: CreateSecurityProxyRequest
1163
1179
  @return: CreateSecurityProxyResponse
1164
1180
  """
1165
1181
  runtime = util_models.RuntimeOptions()
1166
1182
  return await self.create_security_proxy_with_options_async(request, runtime)
1167
1183
 
1184
+ def create_sls_log_dispatch_with_options(
1185
+ self,
1186
+ request: cloudfw_20171207_models.CreateSlsLogDispatchRequest,
1187
+ runtime: util_models.RuntimeOptions,
1188
+ ) -> cloudfw_20171207_models.CreateSlsLogDispatchResponse:
1189
+ """
1190
+ @summary 创建云防火墙SLS日志投递
1191
+
1192
+ @param request: CreateSlsLogDispatchRequest
1193
+ @param runtime: runtime options for this request RuntimeOptions
1194
+ @return: CreateSlsLogDispatchResponse
1195
+ """
1196
+ UtilClient.validate_model(request)
1197
+ body = {}
1198
+ if not UtilClient.is_unset(request.sls_region_id):
1199
+ body['SlsRegionId'] = request.sls_region_id
1200
+ if not UtilClient.is_unset(request.ttl):
1201
+ body['Ttl'] = request.ttl
1202
+ req = open_api_models.OpenApiRequest(
1203
+ body=OpenApiUtilClient.parse_to_map(body)
1204
+ )
1205
+ params = open_api_models.Params(
1206
+ action='CreateSlsLogDispatch',
1207
+ version='2017-12-07',
1208
+ protocol='HTTPS',
1209
+ pathname='/',
1210
+ method='POST',
1211
+ auth_type='AK',
1212
+ style='RPC',
1213
+ req_body_type='formData',
1214
+ body_type='json'
1215
+ )
1216
+ return TeaCore.from_map(
1217
+ cloudfw_20171207_models.CreateSlsLogDispatchResponse(),
1218
+ self.call_api(params, req, runtime)
1219
+ )
1220
+
1221
+ async def create_sls_log_dispatch_with_options_async(
1222
+ self,
1223
+ request: cloudfw_20171207_models.CreateSlsLogDispatchRequest,
1224
+ runtime: util_models.RuntimeOptions,
1225
+ ) -> cloudfw_20171207_models.CreateSlsLogDispatchResponse:
1226
+ """
1227
+ @summary 创建云防火墙SLS日志投递
1228
+
1229
+ @param request: CreateSlsLogDispatchRequest
1230
+ @param runtime: runtime options for this request RuntimeOptions
1231
+ @return: CreateSlsLogDispatchResponse
1232
+ """
1233
+ UtilClient.validate_model(request)
1234
+ body = {}
1235
+ if not UtilClient.is_unset(request.sls_region_id):
1236
+ body['SlsRegionId'] = request.sls_region_id
1237
+ if not UtilClient.is_unset(request.ttl):
1238
+ body['Ttl'] = request.ttl
1239
+ req = open_api_models.OpenApiRequest(
1240
+ body=OpenApiUtilClient.parse_to_map(body)
1241
+ )
1242
+ params = open_api_models.Params(
1243
+ action='CreateSlsLogDispatch',
1244
+ version='2017-12-07',
1245
+ protocol='HTTPS',
1246
+ pathname='/',
1247
+ method='POST',
1248
+ auth_type='AK',
1249
+ style='RPC',
1250
+ req_body_type='formData',
1251
+ body_type='json'
1252
+ )
1253
+ return TeaCore.from_map(
1254
+ cloudfw_20171207_models.CreateSlsLogDispatchResponse(),
1255
+ await self.call_api_async(params, req, runtime)
1256
+ )
1257
+
1258
+ def create_sls_log_dispatch(
1259
+ self,
1260
+ request: cloudfw_20171207_models.CreateSlsLogDispatchRequest,
1261
+ ) -> cloudfw_20171207_models.CreateSlsLogDispatchResponse:
1262
+ """
1263
+ @summary 创建云防火墙SLS日志投递
1264
+
1265
+ @param request: CreateSlsLogDispatchRequest
1266
+ @return: CreateSlsLogDispatchResponse
1267
+ """
1268
+ runtime = util_models.RuntimeOptions()
1269
+ return self.create_sls_log_dispatch_with_options(request, runtime)
1270
+
1271
+ async def create_sls_log_dispatch_async(
1272
+ self,
1273
+ request: cloudfw_20171207_models.CreateSlsLogDispatchRequest,
1274
+ ) -> cloudfw_20171207_models.CreateSlsLogDispatchResponse:
1275
+ """
1276
+ @summary 创建云防火墙SLS日志投递
1277
+
1278
+ @param request: CreateSlsLogDispatchRequest
1279
+ @return: CreateSlsLogDispatchResponse
1280
+ """
1281
+ runtime = util_models.RuntimeOptions()
1282
+ return await self.create_sls_log_dispatch_with_options_async(request, runtime)
1283
+
1168
1284
  def create_tr_firewall_v2with_options(
1169
1285
  self,
1170
1286
  request: cloudfw_20171207_models.CreateTrFirewallV2Request,
@@ -1323,6 +1439,8 @@ class Client(OpenApiClient):
1323
1439
  runtime: util_models.RuntimeOptions,
1324
1440
  ) -> cloudfw_20171207_models.CreateTrFirewallV2RoutePolicyResponse:
1325
1441
  """
1442
+ @summary Creates a routing policy for a VPC firewall of a transit router.
1443
+
1326
1444
  @param tmp_req: CreateTrFirewallV2RoutePolicyRequest
1327
1445
  @param runtime: runtime options for this request RuntimeOptions
1328
1446
  @return: CreateTrFirewallV2RoutePolicyResponse
@@ -1374,6 +1492,8 @@ class Client(OpenApiClient):
1374
1492
  runtime: util_models.RuntimeOptions,
1375
1493
  ) -> cloudfw_20171207_models.CreateTrFirewallV2RoutePolicyResponse:
1376
1494
  """
1495
+ @summary Creates a routing policy for a VPC firewall of a transit router.
1496
+
1377
1497
  @param tmp_req: CreateTrFirewallV2RoutePolicyRequest
1378
1498
  @param runtime: runtime options for this request RuntimeOptions
1379
1499
  @return: CreateTrFirewallV2RoutePolicyResponse
@@ -1424,6 +1544,8 @@ class Client(OpenApiClient):
1424
1544
  request: cloudfw_20171207_models.CreateTrFirewallV2RoutePolicyRequest,
1425
1545
  ) -> cloudfw_20171207_models.CreateTrFirewallV2RoutePolicyResponse:
1426
1546
  """
1547
+ @summary Creates a routing policy for a VPC firewall of a transit router.
1548
+
1427
1549
  @param request: CreateTrFirewallV2RoutePolicyRequest
1428
1550
  @return: CreateTrFirewallV2RoutePolicyResponse
1429
1551
  """
@@ -1435,6 +1557,8 @@ class Client(OpenApiClient):
1435
1557
  request: cloudfw_20171207_models.CreateTrFirewallV2RoutePolicyRequest,
1436
1558
  ) -> cloudfw_20171207_models.CreateTrFirewallV2RoutePolicyResponse:
1437
1559
  """
1560
+ @summary Creates a routing policy for a VPC firewall of a transit router.
1561
+
1438
1562
  @param request: CreateTrFirewallV2RoutePolicyRequest
1439
1563
  @return: CreateTrFirewallV2RoutePolicyResponse
1440
1564
  """
@@ -1777,6 +1901,8 @@ class Client(OpenApiClient):
1777
1901
  query['Destination'] = request.destination
1778
1902
  if not UtilClient.is_unset(request.destination_type):
1779
1903
  query['DestinationType'] = request.destination_type
1904
+ if not UtilClient.is_unset(request.domain_resolve_type):
1905
+ query['DomainResolveType'] = request.domain_resolve_type
1780
1906
  if not UtilClient.is_unset(request.end_time):
1781
1907
  query['EndTime'] = request.end_time
1782
1908
  if not UtilClient.is_unset(request.lang):
@@ -1860,6 +1986,8 @@ class Client(OpenApiClient):
1860
1986
  query['Destination'] = request.destination
1861
1987
  if not UtilClient.is_unset(request.destination_type):
1862
1988
  query['DestinationType'] = request.destination_type
1989
+ if not UtilClient.is_unset(request.domain_resolve_type):
1990
+ query['DomainResolveType'] = request.domain_resolve_type
1863
1991
  if not UtilClient.is_unset(request.end_time):
1864
1992
  query['EndTime'] = request.end_time
1865
1993
  if not UtilClient.is_unset(request.lang):
@@ -2070,7 +2198,7 @@ class Client(OpenApiClient):
2070
2198
  @summary Deletes an access control policy.
2071
2199
 
2072
2200
  @description You can call the DeleteControlPolicy operation to delete an access control policy that applies to inbound or outbound traffic.
2073
- ## Limits
2201
+ ## [](#qps-)Limits
2074
2202
  You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2075
2203
 
2076
2204
  @param request: DeleteControlPolicyRequest
@@ -2115,7 +2243,7 @@ class Client(OpenApiClient):
2115
2243
  @summary Deletes an access control policy.
2116
2244
 
2117
2245
  @description You can call the DeleteControlPolicy operation to delete an access control policy that applies to inbound or outbound traffic.
2118
- ## Limits
2246
+ ## [](#qps-)Limits
2119
2247
  You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2120
2248
 
2121
2249
  @param request: DeleteControlPolicyRequest
@@ -2159,7 +2287,7 @@ class Client(OpenApiClient):
2159
2287
  @summary Deletes an access control policy.
2160
2288
 
2161
2289
  @description You can call the DeleteControlPolicy operation to delete an access control policy that applies to inbound or outbound traffic.
2162
- ## Limits
2290
+ ## [](#qps-)Limits
2163
2291
  You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2164
2292
 
2165
2293
  @param request: DeleteControlPolicyRequest
@@ -2176,7 +2304,7 @@ class Client(OpenApiClient):
2176
2304
  @summary Deletes an access control policy.
2177
2305
 
2178
2306
  @description You can call the DeleteControlPolicy operation to delete an access control policy that applies to inbound or outbound traffic.
2179
- ## Limits
2307
+ ## [](#qps-)Limits
2180
2308
  You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2181
2309
 
2182
2310
  @param request: DeleteControlPolicyRequest
@@ -2415,6 +2543,8 @@ class Client(OpenApiClient):
2415
2543
  runtime: util_models.RuntimeOptions,
2416
2544
  ) -> cloudfw_20171207_models.DeleteFirewallV2RoutePoliciesResponse:
2417
2545
  """
2546
+ @summary Deletes routing policies for a virtual private cloud (VPC) firewall of a transit router.
2547
+
2418
2548
  @param request: DeleteFirewallV2RoutePoliciesRequest
2419
2549
  @param runtime: runtime options for this request RuntimeOptions
2420
2550
  @return: DeleteFirewallV2RoutePoliciesResponse
@@ -2452,6 +2582,8 @@ class Client(OpenApiClient):
2452
2582
  runtime: util_models.RuntimeOptions,
2453
2583
  ) -> cloudfw_20171207_models.DeleteFirewallV2RoutePoliciesResponse:
2454
2584
  """
2585
+ @summary Deletes routing policies for a virtual private cloud (VPC) firewall of a transit router.
2586
+
2455
2587
  @param request: DeleteFirewallV2RoutePoliciesRequest
2456
2588
  @param runtime: runtime options for this request RuntimeOptions
2457
2589
  @return: DeleteFirewallV2RoutePoliciesResponse
@@ -2488,6 +2620,8 @@ class Client(OpenApiClient):
2488
2620
  request: cloudfw_20171207_models.DeleteFirewallV2RoutePoliciesRequest,
2489
2621
  ) -> cloudfw_20171207_models.DeleteFirewallV2RoutePoliciesResponse:
2490
2622
  """
2623
+ @summary Deletes routing policies for a virtual private cloud (VPC) firewall of a transit router.
2624
+
2491
2625
  @param request: DeleteFirewallV2RoutePoliciesRequest
2492
2626
  @return: DeleteFirewallV2RoutePoliciesResponse
2493
2627
  """
@@ -2499,6 +2633,8 @@ class Client(OpenApiClient):
2499
2633
  request: cloudfw_20171207_models.DeleteFirewallV2RoutePoliciesRequest,
2500
2634
  ) -> cloudfw_20171207_models.DeleteFirewallV2RoutePoliciesResponse:
2501
2635
  """
2636
+ @summary Deletes routing policies for a virtual private cloud (VPC) firewall of a transit router.
2637
+
2502
2638
  @param request: DeleteFirewallV2RoutePoliciesRequest
2503
2639
  @return: DeleteFirewallV2RoutePoliciesResponse
2504
2640
  """
@@ -2513,8 +2649,8 @@ class Client(OpenApiClient):
2513
2649
  """
2514
2650
  @summary Removes members from Cloud Firewall.
2515
2651
 
2516
- @description You can call the DeleteInstanceMembers operation to remove members from Cloud Firewall.
2517
- ## Limits
2652
+ @description You can call this operation to remove up to 20 members from Cloud Firewall at a time. Separate multiple members with commas (,). After a member is removed, Cloud Firewall can no longer access the cloud resources of the member. Proceed with caution. Before you call this operation, call the [DescribeInstanceMembers](https://help.aliyun.com/document_detail/271704.html) operation to obtain the information about the members that are added to Cloud Firewall.
2653
+ ## [](#qps-)Limits
2518
2654
  You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2519
2655
 
2520
2656
  @param request: DeleteInstanceMembersRequest
@@ -2552,8 +2688,8 @@ class Client(OpenApiClient):
2552
2688
  """
2553
2689
  @summary Removes members from Cloud Firewall.
2554
2690
 
2555
- @description You can call the DeleteInstanceMembers operation to remove members from Cloud Firewall.
2556
- ## Limits
2691
+ @description You can call this operation to remove up to 20 members from Cloud Firewall at a time. Separate multiple members with commas (,). After a member is removed, Cloud Firewall can no longer access the cloud resources of the member. Proceed with caution. Before you call this operation, call the [DescribeInstanceMembers](https://help.aliyun.com/document_detail/271704.html) operation to obtain the information about the members that are added to Cloud Firewall.
2692
+ ## [](#qps-)Limits
2557
2693
  You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2558
2694
 
2559
2695
  @param request: DeleteInstanceMembersRequest
@@ -2590,8 +2726,8 @@ class Client(OpenApiClient):
2590
2726
  """
2591
2727
  @summary Removes members from Cloud Firewall.
2592
2728
 
2593
- @description You can call the DeleteInstanceMembers operation to remove members from Cloud Firewall.
2594
- ## Limits
2729
+ @description You can call this operation to remove up to 20 members from Cloud Firewall at a time. Separate multiple members with commas (,). After a member is removed, Cloud Firewall can no longer access the cloud resources of the member. Proceed with caution. Before you call this operation, call the [DescribeInstanceMembers](https://help.aliyun.com/document_detail/271704.html) operation to obtain the information about the members that are added to Cloud Firewall.
2730
+ ## [](#qps-)Limits
2595
2731
  You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2596
2732
 
2597
2733
  @param request: DeleteInstanceMembersRequest
@@ -2607,8 +2743,8 @@ class Client(OpenApiClient):
2607
2743
  """
2608
2744
  @summary Removes members from Cloud Firewall.
2609
2745
 
2610
- @description You can call the DeleteInstanceMembers operation to remove members from Cloud Firewall.
2611
- ## Limits
2746
+ @description You can call this operation to remove up to 20 members from Cloud Firewall at a time. Separate multiple members with commas (,). After a member is removed, Cloud Firewall can no longer access the cloud resources of the member. Proceed with caution. Before you call this operation, call the [DescribeInstanceMembers](https://help.aliyun.com/document_detail/271704.html) operation to obtain the information about the members that are added to Cloud Firewall.
2747
+ ## [](#qps-)Limits
2612
2748
  You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2613
2749
 
2614
2750
  @param request: DeleteInstanceMembersRequest
@@ -2847,6 +2983,8 @@ class Client(OpenApiClient):
2847
2983
  runtime: util_models.RuntimeOptions,
2848
2984
  ) -> cloudfw_20171207_models.DeleteSecurityProxyResponse:
2849
2985
  """
2986
+ @summary Deletes a NAT firewall.
2987
+
2850
2988
  @param request: DeleteSecurityProxyRequest
2851
2989
  @param runtime: runtime options for this request RuntimeOptions
2852
2990
  @return: DeleteSecurityProxyResponse
@@ -2882,6 +3020,8 @@ class Client(OpenApiClient):
2882
3020
  runtime: util_models.RuntimeOptions,
2883
3021
  ) -> cloudfw_20171207_models.DeleteSecurityProxyResponse:
2884
3022
  """
3023
+ @summary Deletes a NAT firewall.
3024
+
2885
3025
  @param request: DeleteSecurityProxyRequest
2886
3026
  @param runtime: runtime options for this request RuntimeOptions
2887
3027
  @return: DeleteSecurityProxyResponse
@@ -2916,6 +3056,8 @@ class Client(OpenApiClient):
2916
3056
  request: cloudfw_20171207_models.DeleteSecurityProxyRequest,
2917
3057
  ) -> cloudfw_20171207_models.DeleteSecurityProxyResponse:
2918
3058
  """
3059
+ @summary Deletes a NAT firewall.
3060
+
2919
3061
  @param request: DeleteSecurityProxyRequest
2920
3062
  @return: DeleteSecurityProxyResponse
2921
3063
  """
@@ -2927,6 +3069,8 @@ class Client(OpenApiClient):
2927
3069
  request: cloudfw_20171207_models.DeleteSecurityProxyRequest,
2928
3070
  ) -> cloudfw_20171207_models.DeleteSecurityProxyResponse:
2929
3071
  """
3072
+ @summary Deletes a NAT firewall.
3073
+
2930
3074
  @param request: DeleteSecurityProxyRequest
2931
3075
  @return: DeleteSecurityProxyResponse
2932
3076
  """
@@ -4179,6 +4323,8 @@ class Client(OpenApiClient):
4179
4323
  runtime: util_models.RuntimeOptions,
4180
4324
  ) -> cloudfw_20171207_models.DescribeDefaultIPSConfigResponse:
4181
4325
  """
4326
+ @summary Queries the default configurations of the intrusion prevention system (IPS).
4327
+
4182
4328
  @param request: DescribeDefaultIPSConfigRequest
4183
4329
  @param runtime: runtime options for this request RuntimeOptions
4184
4330
  @return: DescribeDefaultIPSConfigResponse
@@ -4187,8 +4333,6 @@ class Client(OpenApiClient):
4187
4333
  query = {}
4188
4334
  if not UtilClient.is_unset(request.lang):
4189
4335
  query['Lang'] = request.lang
4190
- if not UtilClient.is_unset(request.source_ip):
4191
- query['SourceIp'] = request.source_ip
4192
4336
  req = open_api_models.OpenApiRequest(
4193
4337
  query=OpenApiUtilClient.query(query)
4194
4338
  )
@@ -4214,6 +4358,8 @@ class Client(OpenApiClient):
4214
4358
  runtime: util_models.RuntimeOptions,
4215
4359
  ) -> cloudfw_20171207_models.DescribeDefaultIPSConfigResponse:
4216
4360
  """
4361
+ @summary Queries the default configurations of the intrusion prevention system (IPS).
4362
+
4217
4363
  @param request: DescribeDefaultIPSConfigRequest
4218
4364
  @param runtime: runtime options for this request RuntimeOptions
4219
4365
  @return: DescribeDefaultIPSConfigResponse
@@ -4222,8 +4368,6 @@ class Client(OpenApiClient):
4222
4368
  query = {}
4223
4369
  if not UtilClient.is_unset(request.lang):
4224
4370
  query['Lang'] = request.lang
4225
- if not UtilClient.is_unset(request.source_ip):
4226
- query['SourceIp'] = request.source_ip
4227
4371
  req = open_api_models.OpenApiRequest(
4228
4372
  query=OpenApiUtilClient.query(query)
4229
4373
  )
@@ -4248,6 +4392,8 @@ class Client(OpenApiClient):
4248
4392
  request: cloudfw_20171207_models.DescribeDefaultIPSConfigRequest,
4249
4393
  ) -> cloudfw_20171207_models.DescribeDefaultIPSConfigResponse:
4250
4394
  """
4395
+ @summary Queries the default configurations of the intrusion prevention system (IPS).
4396
+
4251
4397
  @param request: DescribeDefaultIPSConfigRequest
4252
4398
  @return: DescribeDefaultIPSConfigResponse
4253
4399
  """
@@ -4259,6 +4405,8 @@ class Client(OpenApiClient):
4259
4405
  request: cloudfw_20171207_models.DescribeDefaultIPSConfigRequest,
4260
4406
  ) -> cloudfw_20171207_models.DescribeDefaultIPSConfigResponse:
4261
4407
  """
4408
+ @summary Queries the default configurations of the intrusion prevention system (IPS).
4409
+
4262
4410
  @param request: DescribeDefaultIPSConfigRequest
4263
4411
  @return: DescribeDefaultIPSConfigResponse
4264
4412
  """
@@ -4271,6 +4419,8 @@ class Client(OpenApiClient):
4271
4419
  runtime: util_models.RuntimeOptions,
4272
4420
  ) -> cloudfw_20171207_models.DescribeDomainResolveResponse:
4273
4421
  """
4422
+ @deprecated OpenAPI DescribeDomainResolve is deprecated
4423
+
4274
4424
  @summary Queries Domain Name System (DNS) records.
4275
4425
 
4276
4426
  @description You can use this operation to query the DNS record of a domain name. This operation can retrieve DNS records only from Alibaba Cloud DNS. Before you can call this operation, make sure that your domain name is hosted on Alibaba Cloud DNS.
@@ -4280,6 +4430,7 @@ class Client(OpenApiClient):
4280
4430
  @param request: DescribeDomainResolveRequest
4281
4431
  @param runtime: runtime options for this request RuntimeOptions
4282
4432
  @return: DescribeDomainResolveResponse
4433
+ Deprecated
4283
4434
  """
4284
4435
  UtilClient.validate_model(request)
4285
4436
  query = {}
@@ -4318,6 +4469,8 @@ class Client(OpenApiClient):
4318
4469
  runtime: util_models.RuntimeOptions,
4319
4470
  ) -> cloudfw_20171207_models.DescribeDomainResolveResponse:
4320
4471
  """
4472
+ @deprecated OpenAPI DescribeDomainResolve is deprecated
4473
+
4321
4474
  @summary Queries Domain Name System (DNS) records.
4322
4475
 
4323
4476
  @description You can use this operation to query the DNS record of a domain name. This operation can retrieve DNS records only from Alibaba Cloud DNS. Before you can call this operation, make sure that your domain name is hosted on Alibaba Cloud DNS.
@@ -4327,6 +4480,7 @@ class Client(OpenApiClient):
4327
4480
  @param request: DescribeDomainResolveRequest
4328
4481
  @param runtime: runtime options for this request RuntimeOptions
4329
4482
  @return: DescribeDomainResolveResponse
4483
+ Deprecated
4330
4484
  """
4331
4485
  UtilClient.validate_model(request)
4332
4486
  query = {}
@@ -4364,6 +4518,8 @@ class Client(OpenApiClient):
4364
4518
  request: cloudfw_20171207_models.DescribeDomainResolveRequest,
4365
4519
  ) -> cloudfw_20171207_models.DescribeDomainResolveResponse:
4366
4520
  """
4521
+ @deprecated OpenAPI DescribeDomainResolve is deprecated
4522
+
4367
4523
  @summary Queries Domain Name System (DNS) records.
4368
4524
 
4369
4525
  @description You can use this operation to query the DNS record of a domain name. This operation can retrieve DNS records only from Alibaba Cloud DNS. Before you can call this operation, make sure that your domain name is hosted on Alibaba Cloud DNS.
@@ -4372,6 +4528,7 @@ class Client(OpenApiClient):
4372
4528
 
4373
4529
  @param request: DescribeDomainResolveRequest
4374
4530
  @return: DescribeDomainResolveResponse
4531
+ Deprecated
4375
4532
  """
4376
4533
  runtime = util_models.RuntimeOptions()
4377
4534
  return self.describe_domain_resolve_with_options(request, runtime)
@@ -4381,6 +4538,8 @@ class Client(OpenApiClient):
4381
4538
  request: cloudfw_20171207_models.DescribeDomainResolveRequest,
4382
4539
  ) -> cloudfw_20171207_models.DescribeDomainResolveResponse:
4383
4540
  """
4541
+ @deprecated OpenAPI DescribeDomainResolve is deprecated
4542
+
4384
4543
  @summary Queries Domain Name System (DNS) records.
4385
4544
 
4386
4545
  @description You can use this operation to query the DNS record of a domain name. This operation can retrieve DNS records only from Alibaba Cloud DNS. Before you can call this operation, make sure that your domain name is hosted on Alibaba Cloud DNS.
@@ -4389,6 +4548,7 @@ class Client(OpenApiClient):
4389
4548
 
4390
4549
  @param request: DescribeDomainResolveRequest
4391
4550
  @return: DescribeDomainResolveResponse
4551
+ Deprecated
4392
4552
  """
4393
4553
  runtime = util_models.RuntimeOptions()
4394
4554
  return await self.describe_domain_resolve_with_options_async(request, runtime)
@@ -5523,7 +5683,7 @@ class Client(OpenApiClient):
5523
5683
  runtime: util_models.RuntimeOptions,
5524
5684
  ) -> cloudfw_20171207_models.DescribeNatFirewallListResponse:
5525
5685
  """
5526
- @summary 获取 NAT 防火墙列表
5686
+ @summary Queries details of NAT firewalls.
5527
5687
 
5528
5688
  @param request: DescribeNatFirewallListRequest
5529
5689
  @param runtime: runtime options for this request RuntimeOptions
@@ -5578,7 +5738,7 @@ class Client(OpenApiClient):
5578
5738
  runtime: util_models.RuntimeOptions,
5579
5739
  ) -> cloudfw_20171207_models.DescribeNatFirewallListResponse:
5580
5740
  """
5581
- @summary 获取 NAT 防火墙列表
5741
+ @summary Queries details of NAT firewalls.
5582
5742
 
5583
5743
  @param request: DescribeNatFirewallListRequest
5584
5744
  @param runtime: runtime options for this request RuntimeOptions
@@ -5632,7 +5792,7 @@ class Client(OpenApiClient):
5632
5792
  request: cloudfw_20171207_models.DescribeNatFirewallListRequest,
5633
5793
  ) -> cloudfw_20171207_models.DescribeNatFirewallListResponse:
5634
5794
  """
5635
- @summary 获取 NAT 防火墙列表
5795
+ @summary Queries details of NAT firewalls.
5636
5796
 
5637
5797
  @param request: DescribeNatFirewallListRequest
5638
5798
  @return: DescribeNatFirewallListResponse
@@ -5645,7 +5805,7 @@ class Client(OpenApiClient):
5645
5805
  request: cloudfw_20171207_models.DescribeNatFirewallListRequest,
5646
5806
  ) -> cloudfw_20171207_models.DescribeNatFirewallListResponse:
5647
5807
  """
5648
- @summary 获取 NAT 防火墙列表
5808
+ @summary Queries details of NAT firewalls.
5649
5809
 
5650
5810
  @param request: DescribeNatFirewallListRequest
5651
5811
  @return: DescribeNatFirewallListResponse
@@ -6179,10 +6339,10 @@ class Client(OpenApiClient):
6179
6339
  runtime: util_models.RuntimeOptions,
6180
6340
  ) -> cloudfw_20171207_models.DescribePolicyPriorUsedResponse:
6181
6341
  """
6182
- @summary Queries the priority range of the access control policies that match specific query conditions.
6342
+ @summary Queries the priority range of access control policies.
6183
6343
 
6184
- @description You can call the DescribePolicyPriorUsed operation to query the priority range of the access control policies that match specific query conditions.
6185
- ## Limits
6344
+ @description You can call this operation to query the priority range of the access control policies that match specific query conditions.
6345
+ ## [](#qps-)Limits
6186
6346
  You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6187
6347
 
6188
6348
  @param request: DescribePolicyPriorUsedRequest
@@ -6224,10 +6384,10 @@ class Client(OpenApiClient):
6224
6384
  runtime: util_models.RuntimeOptions,
6225
6385
  ) -> cloudfw_20171207_models.DescribePolicyPriorUsedResponse:
6226
6386
  """
6227
- @summary Queries the priority range of the access control policies that match specific query conditions.
6387
+ @summary Queries the priority range of access control policies.
6228
6388
 
6229
- @description You can call the DescribePolicyPriorUsed operation to query the priority range of the access control policies that match specific query conditions.
6230
- ## Limits
6389
+ @description You can call this operation to query the priority range of the access control policies that match specific query conditions.
6390
+ ## [](#qps-)Limits
6231
6391
  You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6232
6392
 
6233
6393
  @param request: DescribePolicyPriorUsedRequest
@@ -6268,10 +6428,10 @@ class Client(OpenApiClient):
6268
6428
  request: cloudfw_20171207_models.DescribePolicyPriorUsedRequest,
6269
6429
  ) -> cloudfw_20171207_models.DescribePolicyPriorUsedResponse:
6270
6430
  """
6271
- @summary Queries the priority range of the access control policies that match specific query conditions.
6431
+ @summary Queries the priority range of access control policies.
6272
6432
 
6273
- @description You can call the DescribePolicyPriorUsed operation to query the priority range of the access control policies that match specific query conditions.
6274
- ## Limits
6433
+ @description You can call this operation to query the priority range of the access control policies that match specific query conditions.
6434
+ ## [](#qps-)Limits
6275
6435
  You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6276
6436
 
6277
6437
  @param request: DescribePolicyPriorUsedRequest
@@ -6285,10 +6445,10 @@ class Client(OpenApiClient):
6285
6445
  request: cloudfw_20171207_models.DescribePolicyPriorUsedRequest,
6286
6446
  ) -> cloudfw_20171207_models.DescribePolicyPriorUsedResponse:
6287
6447
  """
6288
- @summary Queries the priority range of the access control policies that match specific query conditions.
6448
+ @summary Queries the priority range of access control policies.
6289
6449
 
6290
- @description You can call the DescribePolicyPriorUsed operation to query the priority range of the access control policies that match specific query conditions.
6291
- ## Limits
6450
+ @description You can call this operation to query the priority range of the access control policies that match specific query conditions.
6451
+ ## [](#qps-)Limits
6292
6452
  You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6293
6453
 
6294
6454
  @param request: DescribePolicyPriorUsedRequest
@@ -6303,7 +6463,9 @@ class Client(OpenApiClient):
6303
6463
  runtime: util_models.RuntimeOptions,
6304
6464
  ) -> cloudfw_20171207_models.DescribePostpayTrafficDetailResponse:
6305
6465
  """
6306
- @summary Queries the traffic details of Cloud Firewall that uses the pay-as-you-go billing method.
6466
+ @summary Queries the details of traffic billed based on the pay-as-you-go billing method.
6467
+
6468
+ @description If you use Cloud Firewall that uses the pay-as-you-go billing method, you can call this operation to query traffic details accurate to the granularity of specific resource instances. If you use Cloud Firewall that uses the subscription billing method, you can call this operation to query the overall traffic details.
6307
6469
 
6308
6470
  @param request: DescribePostpayTrafficDetailRequest
6309
6471
  @param runtime: runtime options for this request RuntimeOptions
@@ -6321,6 +6483,8 @@ class Client(OpenApiClient):
6321
6483
  query['Order'] = request.order
6322
6484
  if not UtilClient.is_unset(request.page_size):
6323
6485
  query['PageSize'] = request.page_size
6486
+ if not UtilClient.is_unset(request.region_no):
6487
+ query['RegionNo'] = request.region_no
6324
6488
  if not UtilClient.is_unset(request.search_item):
6325
6489
  query['SearchItem'] = request.search_item
6326
6490
  if not UtilClient.is_unset(request.start_time):
@@ -6352,7 +6516,9 @@ class Client(OpenApiClient):
6352
6516
  runtime: util_models.RuntimeOptions,
6353
6517
  ) -> cloudfw_20171207_models.DescribePostpayTrafficDetailResponse:
6354
6518
  """
6355
- @summary Queries the traffic details of Cloud Firewall that uses the pay-as-you-go billing method.
6519
+ @summary Queries the details of traffic billed based on the pay-as-you-go billing method.
6520
+
6521
+ @description If you use Cloud Firewall that uses the pay-as-you-go billing method, you can call this operation to query traffic details accurate to the granularity of specific resource instances. If you use Cloud Firewall that uses the subscription billing method, you can call this operation to query the overall traffic details.
6356
6522
 
6357
6523
  @param request: DescribePostpayTrafficDetailRequest
6358
6524
  @param runtime: runtime options for this request RuntimeOptions
@@ -6370,6 +6536,8 @@ class Client(OpenApiClient):
6370
6536
  query['Order'] = request.order
6371
6537
  if not UtilClient.is_unset(request.page_size):
6372
6538
  query['PageSize'] = request.page_size
6539
+ if not UtilClient.is_unset(request.region_no):
6540
+ query['RegionNo'] = request.region_no
6373
6541
  if not UtilClient.is_unset(request.search_item):
6374
6542
  query['SearchItem'] = request.search_item
6375
6543
  if not UtilClient.is_unset(request.start_time):
@@ -6400,7 +6568,9 @@ class Client(OpenApiClient):
6400
6568
  request: cloudfw_20171207_models.DescribePostpayTrafficDetailRequest,
6401
6569
  ) -> cloudfw_20171207_models.DescribePostpayTrafficDetailResponse:
6402
6570
  """
6403
- @summary Queries the traffic details of Cloud Firewall that uses the pay-as-you-go billing method.
6571
+ @summary Queries the details of traffic billed based on the pay-as-you-go billing method.
6572
+
6573
+ @description If you use Cloud Firewall that uses the pay-as-you-go billing method, you can call this operation to query traffic details accurate to the granularity of specific resource instances. If you use Cloud Firewall that uses the subscription billing method, you can call this operation to query the overall traffic details.
6404
6574
 
6405
6575
  @param request: DescribePostpayTrafficDetailRequest
6406
6576
  @return: DescribePostpayTrafficDetailResponse
@@ -6413,7 +6583,9 @@ class Client(OpenApiClient):
6413
6583
  request: cloudfw_20171207_models.DescribePostpayTrafficDetailRequest,
6414
6584
  ) -> cloudfw_20171207_models.DescribePostpayTrafficDetailResponse:
6415
6585
  """
6416
- @summary Queries the traffic details of Cloud Firewall that uses the pay-as-you-go billing method.
6586
+ @summary Queries the details of traffic billed based on the pay-as-you-go billing method.
6587
+
6588
+ @description If you use Cloud Firewall that uses the pay-as-you-go billing method, you can call this operation to query traffic details accurate to the granularity of specific resource instances. If you use Cloud Firewall that uses the subscription billing method, you can call this operation to query the overall traffic details.
6417
6589
 
6418
6590
  @param request: DescribePostpayTrafficDetailRequest
6419
6591
  @return: DescribePostpayTrafficDetailResponse
@@ -6427,7 +6599,9 @@ class Client(OpenApiClient):
6427
6599
  runtime: util_models.RuntimeOptions,
6428
6600
  ) -> cloudfw_20171207_models.DescribePostpayTrafficTotalResponse:
6429
6601
  """
6430
- @summary Queries the total traffic of Cloud Firewall that uses the pay-as-you-go billing method. The traffic for each type of firewall is queried.
6602
+ @summary Queries the total volume of traffic that is billed based on the pay-as-you-go billing method, including all firewalls within the current account.
6603
+
6604
+ @description You can call this operation to query statistics of the current Cloud Firewall from the date of purchase.
6431
6605
 
6432
6606
  @param request: DescribePostpayTrafficTotalRequest
6433
6607
  @param runtime: runtime options for this request RuntimeOptions
@@ -6462,7 +6636,9 @@ class Client(OpenApiClient):
6462
6636
  runtime: util_models.RuntimeOptions,
6463
6637
  ) -> cloudfw_20171207_models.DescribePostpayTrafficTotalResponse:
6464
6638
  """
6465
- @summary Queries the total traffic of Cloud Firewall that uses the pay-as-you-go billing method. The traffic for each type of firewall is queried.
6639
+ @summary Queries the total volume of traffic that is billed based on the pay-as-you-go billing method, including all firewalls within the current account.
6640
+
6641
+ @description You can call this operation to query statistics of the current Cloud Firewall from the date of purchase.
6466
6642
 
6467
6643
  @param request: DescribePostpayTrafficTotalRequest
6468
6644
  @param runtime: runtime options for this request RuntimeOptions
@@ -6496,7 +6672,9 @@ class Client(OpenApiClient):
6496
6672
  request: cloudfw_20171207_models.DescribePostpayTrafficTotalRequest,
6497
6673
  ) -> cloudfw_20171207_models.DescribePostpayTrafficTotalResponse:
6498
6674
  """
6499
- @summary Queries the total traffic of Cloud Firewall that uses the pay-as-you-go billing method. The traffic for each type of firewall is queried.
6675
+ @summary Queries the total volume of traffic that is billed based on the pay-as-you-go billing method, including all firewalls within the current account.
6676
+
6677
+ @description You can call this operation to query statistics of the current Cloud Firewall from the date of purchase.
6500
6678
 
6501
6679
  @param request: DescribePostpayTrafficTotalRequest
6502
6680
  @return: DescribePostpayTrafficTotalResponse
@@ -6509,7 +6687,9 @@ class Client(OpenApiClient):
6509
6687
  request: cloudfw_20171207_models.DescribePostpayTrafficTotalRequest,
6510
6688
  ) -> cloudfw_20171207_models.DescribePostpayTrafficTotalResponse:
6511
6689
  """
6512
- @summary Queries the total traffic of Cloud Firewall that uses the pay-as-you-go billing method. The traffic for each type of firewall is queried.
6690
+ @summary Queries the total volume of traffic that is billed based on the pay-as-you-go billing method, including all firewalls within the current account.
6691
+
6692
+ @description You can call this operation to query statistics of the current Cloud Firewall from the date of purchase.
6513
6693
 
6514
6694
  @param request: DescribePostpayTrafficTotalRequest
6515
6695
  @return: DescribePostpayTrafficTotalResponse
@@ -7481,6 +7661,8 @@ class Client(OpenApiClient):
7481
7661
  runtime: util_models.RuntimeOptions,
7482
7662
  ) -> cloudfw_20171207_models.DescribeTrFirewallsV2RouteListResponse:
7483
7663
  """
7664
+ @summary Queries the route tables of the VPC firewalls that are created for transit routers.
7665
+
7484
7666
  @param request: DescribeTrFirewallsV2RouteListRequest
7485
7667
  @param runtime: runtime options for this request RuntimeOptions
7486
7668
  @return: DescribeTrFirewallsV2RouteListResponse
@@ -7522,6 +7704,8 @@ class Client(OpenApiClient):
7522
7704
  runtime: util_models.RuntimeOptions,
7523
7705
  ) -> cloudfw_20171207_models.DescribeTrFirewallsV2RouteListResponse:
7524
7706
  """
7707
+ @summary Queries the route tables of the VPC firewalls that are created for transit routers.
7708
+
7525
7709
  @param request: DescribeTrFirewallsV2RouteListRequest
7526
7710
  @param runtime: runtime options for this request RuntimeOptions
7527
7711
  @return: DescribeTrFirewallsV2RouteListResponse
@@ -7562,6 +7746,8 @@ class Client(OpenApiClient):
7562
7746
  request: cloudfw_20171207_models.DescribeTrFirewallsV2RouteListRequest,
7563
7747
  ) -> cloudfw_20171207_models.DescribeTrFirewallsV2RouteListResponse:
7564
7748
  """
7749
+ @summary Queries the route tables of the VPC firewalls that are created for transit routers.
7750
+
7565
7751
  @param request: DescribeTrFirewallsV2RouteListRequest
7566
7752
  @return: DescribeTrFirewallsV2RouteListResponse
7567
7753
  """
@@ -7573,6 +7759,8 @@ class Client(OpenApiClient):
7573
7759
  request: cloudfw_20171207_models.DescribeTrFirewallsV2RouteListRequest,
7574
7760
  ) -> cloudfw_20171207_models.DescribeTrFirewallsV2RouteListResponse:
7575
7761
  """
7762
+ @summary Queries the route tables of the VPC firewalls that are created for transit routers.
7763
+
7576
7764
  @param request: DescribeTrFirewallsV2RouteListRequest
7577
7765
  @return: DescribeTrFirewallsV2RouteListResponse
7578
7766
  """
@@ -7671,12 +7859,110 @@ class Client(OpenApiClient):
7671
7859
  runtime = util_models.RuntimeOptions()
7672
7860
  return await self.describe_user_asset_iptraffic_info_with_options_async(request, runtime)
7673
7861
 
7862
+ def describe_user_buy_version_with_options(
7863
+ self,
7864
+ request: cloudfw_20171207_models.DescribeUserBuyVersionRequest,
7865
+ runtime: util_models.RuntimeOptions,
7866
+ ) -> cloudfw_20171207_models.DescribeUserBuyVersionResponse:
7867
+ """
7868
+ @summary 获取用户版本信息
7869
+
7870
+ @param request: DescribeUserBuyVersionRequest
7871
+ @param runtime: runtime options for this request RuntimeOptions
7872
+ @return: DescribeUserBuyVersionResponse
7873
+ """
7874
+ UtilClient.validate_model(request)
7875
+ query = {}
7876
+ if not UtilClient.is_unset(request.instance_id):
7877
+ query['InstanceId'] = request.instance_id
7878
+ req = open_api_models.OpenApiRequest(
7879
+ query=OpenApiUtilClient.query(query)
7880
+ )
7881
+ params = open_api_models.Params(
7882
+ action='DescribeUserBuyVersion',
7883
+ version='2017-12-07',
7884
+ protocol='HTTPS',
7885
+ pathname='/',
7886
+ method='POST',
7887
+ auth_type='AK',
7888
+ style='RPC',
7889
+ req_body_type='formData',
7890
+ body_type='json'
7891
+ )
7892
+ return TeaCore.from_map(
7893
+ cloudfw_20171207_models.DescribeUserBuyVersionResponse(),
7894
+ self.call_api(params, req, runtime)
7895
+ )
7896
+
7897
+ async def describe_user_buy_version_with_options_async(
7898
+ self,
7899
+ request: cloudfw_20171207_models.DescribeUserBuyVersionRequest,
7900
+ runtime: util_models.RuntimeOptions,
7901
+ ) -> cloudfw_20171207_models.DescribeUserBuyVersionResponse:
7902
+ """
7903
+ @summary 获取用户版本信息
7904
+
7905
+ @param request: DescribeUserBuyVersionRequest
7906
+ @param runtime: runtime options for this request RuntimeOptions
7907
+ @return: DescribeUserBuyVersionResponse
7908
+ """
7909
+ UtilClient.validate_model(request)
7910
+ query = {}
7911
+ if not UtilClient.is_unset(request.instance_id):
7912
+ query['InstanceId'] = request.instance_id
7913
+ req = open_api_models.OpenApiRequest(
7914
+ query=OpenApiUtilClient.query(query)
7915
+ )
7916
+ params = open_api_models.Params(
7917
+ action='DescribeUserBuyVersion',
7918
+ version='2017-12-07',
7919
+ protocol='HTTPS',
7920
+ pathname='/',
7921
+ method='POST',
7922
+ auth_type='AK',
7923
+ style='RPC',
7924
+ req_body_type='formData',
7925
+ body_type='json'
7926
+ )
7927
+ return TeaCore.from_map(
7928
+ cloudfw_20171207_models.DescribeUserBuyVersionResponse(),
7929
+ await self.call_api_async(params, req, runtime)
7930
+ )
7931
+
7932
+ def describe_user_buy_version(
7933
+ self,
7934
+ request: cloudfw_20171207_models.DescribeUserBuyVersionRequest,
7935
+ ) -> cloudfw_20171207_models.DescribeUserBuyVersionResponse:
7936
+ """
7937
+ @summary 获取用户版本信息
7938
+
7939
+ @param request: DescribeUserBuyVersionRequest
7940
+ @return: DescribeUserBuyVersionResponse
7941
+ """
7942
+ runtime = util_models.RuntimeOptions()
7943
+ return self.describe_user_buy_version_with_options(request, runtime)
7944
+
7945
+ async def describe_user_buy_version_async(
7946
+ self,
7947
+ request: cloudfw_20171207_models.DescribeUserBuyVersionRequest,
7948
+ ) -> cloudfw_20171207_models.DescribeUserBuyVersionResponse:
7949
+ """
7950
+ @summary 获取用户版本信息
7951
+
7952
+ @param request: DescribeUserBuyVersionRequest
7953
+ @return: DescribeUserBuyVersionResponse
7954
+ """
7955
+ runtime = util_models.RuntimeOptions()
7956
+ return await self.describe_user_buy_version_with_options_async(request, runtime)
7957
+
7674
7958
  def describe_user_ipswhitelist_with_options(
7675
7959
  self,
7676
7960
  request: cloudfw_20171207_models.DescribeUserIPSWhitelistRequest,
7677
7961
  runtime: util_models.RuntimeOptions,
7678
7962
  ) -> cloudfw_20171207_models.DescribeUserIPSWhitelistResponse:
7679
7963
  """
7964
+ @summary 获取用户IPS白名单
7965
+
7680
7966
  @param request: DescribeUserIPSWhitelistRequest
7681
7967
  @param runtime: runtime options for this request RuntimeOptions
7682
7968
  @return: DescribeUserIPSWhitelistResponse
@@ -7714,6 +8000,8 @@ class Client(OpenApiClient):
7714
8000
  runtime: util_models.RuntimeOptions,
7715
8001
  ) -> cloudfw_20171207_models.DescribeUserIPSWhitelistResponse:
7716
8002
  """
8003
+ @summary 获取用户IPS白名单
8004
+
7717
8005
  @param request: DescribeUserIPSWhitelistRequest
7718
8006
  @param runtime: runtime options for this request RuntimeOptions
7719
8007
  @return: DescribeUserIPSWhitelistResponse
@@ -7750,6 +8038,8 @@ class Client(OpenApiClient):
7750
8038
  request: cloudfw_20171207_models.DescribeUserIPSWhitelistRequest,
7751
8039
  ) -> cloudfw_20171207_models.DescribeUserIPSWhitelistResponse:
7752
8040
  """
8041
+ @summary 获取用户IPS白名单
8042
+
7753
8043
  @param request: DescribeUserIPSWhitelistRequest
7754
8044
  @return: DescribeUserIPSWhitelistResponse
7755
8045
  """
@@ -7761,6 +8051,8 @@ class Client(OpenApiClient):
7761
8051
  request: cloudfw_20171207_models.DescribeUserIPSWhitelistRequest,
7762
8052
  ) -> cloudfw_20171207_models.DescribeUserIPSWhitelistResponse:
7763
8053
  """
8054
+ @summary 获取用户IPS白名单
8055
+
7764
8056
  @param request: DescribeUserIPSWhitelistRequest
7765
8057
  @return: DescribeUserIPSWhitelistResponse
7766
8058
  """
@@ -8855,8 +9147,8 @@ class Client(OpenApiClient):
8855
9147
  """
8856
9148
  @summary Queries the priority range of access control policies that are created for a virtual private cloud (VPC) firewall in a specific policy group.
8857
9149
 
8858
- @description You can call the DescribeVpcFirewallPolicyPriorUsed operation to query the priority range of access control policies that are created for a VPC firewall in a specific policy group.
8859
- ## Limits
9150
+ @description You can call this operation to query the priority range of access control policies that are created for a VPC firewall in a specific policy group.
9151
+ ## [](#qps-)Limits
8860
9152
  You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
8861
9153
 
8862
9154
  @param request: DescribeVpcFirewallPolicyPriorUsedRequest
@@ -8896,8 +9188,8 @@ class Client(OpenApiClient):
8896
9188
  """
8897
9189
  @summary Queries the priority range of access control policies that are created for a virtual private cloud (VPC) firewall in a specific policy group.
8898
9190
 
8899
- @description You can call the DescribeVpcFirewallPolicyPriorUsed operation to query the priority range of access control policies that are created for a VPC firewall in a specific policy group.
8900
- ## Limits
9191
+ @description You can call this operation to query the priority range of access control policies that are created for a VPC firewall in a specific policy group.
9192
+ ## [](#qps-)Limits
8901
9193
  You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
8902
9194
 
8903
9195
  @param request: DescribeVpcFirewallPolicyPriorUsedRequest
@@ -8936,8 +9228,8 @@ class Client(OpenApiClient):
8936
9228
  """
8937
9229
  @summary Queries the priority range of access control policies that are created for a virtual private cloud (VPC) firewall in a specific policy group.
8938
9230
 
8939
- @description You can call the DescribeVpcFirewallPolicyPriorUsed operation to query the priority range of access control policies that are created for a VPC firewall in a specific policy group.
8940
- ## Limits
9231
+ @description You can call this operation to query the priority range of access control policies that are created for a VPC firewall in a specific policy group.
9232
+ ## [](#qps-)Limits
8941
9233
  You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
8942
9234
 
8943
9235
  @param request: DescribeVpcFirewallPolicyPriorUsedRequest
@@ -8953,8 +9245,8 @@ class Client(OpenApiClient):
8953
9245
  """
8954
9246
  @summary Queries the priority range of access control policies that are created for a virtual private cloud (VPC) firewall in a specific policy group.
8955
9247
 
8956
- @description You can call the DescribeVpcFirewallPolicyPriorUsed operation to query the priority range of access control policies that are created for a VPC firewall in a specific policy group.
8957
- ## Limits
9248
+ @description You can call this operation to query the priority range of access control policies that are created for a VPC firewall in a specific policy group.
9249
+ ## [](#qps-)Limits
8958
9250
  You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
8959
9251
 
8960
9252
  @param request: DescribeVpcFirewallPolicyPriorUsedRequest
@@ -9353,7 +9645,7 @@ class Client(OpenApiClient):
9353
9645
  runtime: util_models.RuntimeOptions,
9354
9646
  ) -> cloudfw_20171207_models.ModifyAddressBookResponse:
9355
9647
  """
9356
- @summary Modifies the address book that is configured for access control.
9648
+ @summary Modifies the address book that is specified in an access control policy.
9357
9649
 
9358
9650
  @description You can call the ModifyAddressBook operation to modify the address book that is configured for access control.
9359
9651
  ## Limits
@@ -9377,6 +9669,8 @@ class Client(OpenApiClient):
9377
9669
  query['GroupUuid'] = request.group_uuid
9378
9670
  if not UtilClient.is_unset(request.lang):
9379
9671
  query['Lang'] = request.lang
9672
+ if not UtilClient.is_unset(request.modify_mode):
9673
+ query['ModifyMode'] = request.modify_mode
9380
9674
  if not UtilClient.is_unset(request.source_ip):
9381
9675
  query['SourceIp'] = request.source_ip
9382
9676
  if not UtilClient.is_unset(request.tag_list):
@@ -9408,7 +9702,7 @@ class Client(OpenApiClient):
9408
9702
  runtime: util_models.RuntimeOptions,
9409
9703
  ) -> cloudfw_20171207_models.ModifyAddressBookResponse:
9410
9704
  """
9411
- @summary Modifies the address book that is configured for access control.
9705
+ @summary Modifies the address book that is specified in an access control policy.
9412
9706
 
9413
9707
  @description You can call the ModifyAddressBook operation to modify the address book that is configured for access control.
9414
9708
  ## Limits
@@ -9432,6 +9726,8 @@ class Client(OpenApiClient):
9432
9726
  query['GroupUuid'] = request.group_uuid
9433
9727
  if not UtilClient.is_unset(request.lang):
9434
9728
  query['Lang'] = request.lang
9729
+ if not UtilClient.is_unset(request.modify_mode):
9730
+ query['ModifyMode'] = request.modify_mode
9435
9731
  if not UtilClient.is_unset(request.source_ip):
9436
9732
  query['SourceIp'] = request.source_ip
9437
9733
  if not UtilClient.is_unset(request.tag_list):
@@ -9462,7 +9758,7 @@ class Client(OpenApiClient):
9462
9758
  request: cloudfw_20171207_models.ModifyAddressBookRequest,
9463
9759
  ) -> cloudfw_20171207_models.ModifyAddressBookResponse:
9464
9760
  """
9465
- @summary Modifies the address book that is configured for access control.
9761
+ @summary Modifies the address book that is specified in an access control policy.
9466
9762
 
9467
9763
  @description You can call the ModifyAddressBook operation to modify the address book that is configured for access control.
9468
9764
  ## Limits
@@ -9479,7 +9775,7 @@ class Client(OpenApiClient):
9479
9775
  request: cloudfw_20171207_models.ModifyAddressBookRequest,
9480
9776
  ) -> cloudfw_20171207_models.ModifyAddressBookResponse:
9481
9777
  """
9482
- @summary Modifies the address book that is configured for access control.
9778
+ @summary Modifies the address book that is specified in an access control policy.
9483
9779
 
9484
9780
  @description You can call the ModifyAddressBook operation to modify the address book that is configured for access control.
9485
9781
  ## Limits
@@ -9531,6 +9827,8 @@ class Client(OpenApiClient):
9531
9827
  query['DestinationType'] = request.destination_type
9532
9828
  if not UtilClient.is_unset(request.direction):
9533
9829
  query['Direction'] = request.direction
9830
+ if not UtilClient.is_unset(request.domain_resolve_type):
9831
+ query['DomainResolveType'] = request.domain_resolve_type
9534
9832
  if not UtilClient.is_unset(request.end_time):
9535
9833
  query['EndTime'] = request.end_time
9536
9834
  if not UtilClient.is_unset(request.lang):
@@ -9612,6 +9910,8 @@ class Client(OpenApiClient):
9612
9910
  query['DestinationType'] = request.destination_type
9613
9911
  if not UtilClient.is_unset(request.direction):
9614
9912
  query['Direction'] = request.direction
9913
+ if not UtilClient.is_unset(request.domain_resolve_type):
9914
+ query['DomainResolveType'] = request.domain_resolve_type
9615
9915
  if not UtilClient.is_unset(request.end_time):
9616
9916
  query['EndTime'] = request.end_time
9617
9917
  if not UtilClient.is_unset(request.lang):
@@ -9821,22 +10121,18 @@ class Client(OpenApiClient):
9821
10121
  runtime: util_models.RuntimeOptions,
9822
10122
  ) -> cloudfw_20171207_models.ModifyDefaultIPSConfigResponse:
9823
10123
  """
10124
+ @summary Modifies the default configuration of the intrusion prevention system (IPS).
10125
+
9824
10126
  @param request: ModifyDefaultIPSConfigRequest
9825
10127
  @param runtime: runtime options for this request RuntimeOptions
9826
10128
  @return: ModifyDefaultIPSConfigResponse
9827
10129
  """
9828
10130
  UtilClient.validate_model(request)
9829
10131
  query = {}
9830
- if not UtilClient.is_unset(request.ai_rules):
9831
- query['AiRules'] = request.ai_rules
9832
10132
  if not UtilClient.is_unset(request.basic_rules):
9833
10133
  query['BasicRules'] = request.basic_rules
9834
10134
  if not UtilClient.is_unset(request.cti_rules):
9835
10135
  query['CtiRules'] = request.cti_rules
9836
- if not UtilClient.is_unset(request.enable_all_patch):
9837
- query['EnableAllPatch'] = request.enable_all_patch
9838
- if not UtilClient.is_unset(request.enable_default):
9839
- query['EnableDefault'] = request.enable_default
9840
10136
  if not UtilClient.is_unset(request.lang):
9841
10137
  query['Lang'] = request.lang
9842
10138
  if not UtilClient.is_unset(request.patch_rules):
@@ -9845,8 +10141,6 @@ class Client(OpenApiClient):
9845
10141
  query['RuleClass'] = request.rule_class
9846
10142
  if not UtilClient.is_unset(request.run_mode):
9847
10143
  query['RunMode'] = request.run_mode
9848
- if not UtilClient.is_unset(request.source_ip):
9849
- query['SourceIp'] = request.source_ip
9850
10144
  req = open_api_models.OpenApiRequest(
9851
10145
  query=OpenApiUtilClient.query(query)
9852
10146
  )
@@ -9872,22 +10166,18 @@ class Client(OpenApiClient):
9872
10166
  runtime: util_models.RuntimeOptions,
9873
10167
  ) -> cloudfw_20171207_models.ModifyDefaultIPSConfigResponse:
9874
10168
  """
10169
+ @summary Modifies the default configuration of the intrusion prevention system (IPS).
10170
+
9875
10171
  @param request: ModifyDefaultIPSConfigRequest
9876
10172
  @param runtime: runtime options for this request RuntimeOptions
9877
10173
  @return: ModifyDefaultIPSConfigResponse
9878
10174
  """
9879
10175
  UtilClient.validate_model(request)
9880
10176
  query = {}
9881
- if not UtilClient.is_unset(request.ai_rules):
9882
- query['AiRules'] = request.ai_rules
9883
10177
  if not UtilClient.is_unset(request.basic_rules):
9884
10178
  query['BasicRules'] = request.basic_rules
9885
10179
  if not UtilClient.is_unset(request.cti_rules):
9886
10180
  query['CtiRules'] = request.cti_rules
9887
- if not UtilClient.is_unset(request.enable_all_patch):
9888
- query['EnableAllPatch'] = request.enable_all_patch
9889
- if not UtilClient.is_unset(request.enable_default):
9890
- query['EnableDefault'] = request.enable_default
9891
10181
  if not UtilClient.is_unset(request.lang):
9892
10182
  query['Lang'] = request.lang
9893
10183
  if not UtilClient.is_unset(request.patch_rules):
@@ -9896,8 +10186,6 @@ class Client(OpenApiClient):
9896
10186
  query['RuleClass'] = request.rule_class
9897
10187
  if not UtilClient.is_unset(request.run_mode):
9898
10188
  query['RunMode'] = request.run_mode
9899
- if not UtilClient.is_unset(request.source_ip):
9900
- query['SourceIp'] = request.source_ip
9901
10189
  req = open_api_models.OpenApiRequest(
9902
10190
  query=OpenApiUtilClient.query(query)
9903
10191
  )
@@ -9922,6 +10210,8 @@ class Client(OpenApiClient):
9922
10210
  request: cloudfw_20171207_models.ModifyDefaultIPSConfigRequest,
9923
10211
  ) -> cloudfw_20171207_models.ModifyDefaultIPSConfigResponse:
9924
10212
  """
10213
+ @summary Modifies the default configuration of the intrusion prevention system (IPS).
10214
+
9925
10215
  @param request: ModifyDefaultIPSConfigRequest
9926
10216
  @return: ModifyDefaultIPSConfigResponse
9927
10217
  """
@@ -9933,6 +10223,8 @@ class Client(OpenApiClient):
9933
10223
  request: cloudfw_20171207_models.ModifyDefaultIPSConfigRequest,
9934
10224
  ) -> cloudfw_20171207_models.ModifyDefaultIPSConfigResponse:
9935
10225
  """
10226
+ @summary Modifies the default configuration of the intrusion prevention system (IPS).
10227
+
9936
10228
  @param request: ModifyDefaultIPSConfigRequest
9937
10229
  @return: ModifyDefaultIPSConfigResponse
9938
10230
  """
@@ -10467,6 +10759,126 @@ class Client(OpenApiClient):
10467
10759
  runtime = util_models.RuntimeOptions()
10468
10760
  return await self.modify_nat_firewall_control_policy_position_with_options_async(request, runtime)
10469
10761
 
10762
+ def modify_object_group_operation_with_options(
10763
+ self,
10764
+ request: cloudfw_20171207_models.ModifyObjectGroupOperationRequest,
10765
+ runtime: util_models.RuntimeOptions,
10766
+ ) -> cloudfw_20171207_models.ModifyObjectGroupOperationResponse:
10767
+ """
10768
+ @summary Modifies information about an operation on an object group.
10769
+
10770
+ @param request: ModifyObjectGroupOperationRequest
10771
+ @param runtime: runtime options for this request RuntimeOptions
10772
+ @return: ModifyObjectGroupOperationResponse
10773
+ """
10774
+ UtilClient.validate_model(request)
10775
+ query = {}
10776
+ if not UtilClient.is_unset(request.comment):
10777
+ query['Comment'] = request.comment
10778
+ if not UtilClient.is_unset(request.direction):
10779
+ query['Direction'] = request.direction
10780
+ if not UtilClient.is_unset(request.lang):
10781
+ query['Lang'] = request.lang
10782
+ if not UtilClient.is_unset(request.object_list):
10783
+ query['ObjectList'] = request.object_list
10784
+ if not UtilClient.is_unset(request.object_operation):
10785
+ query['ObjectOperation'] = request.object_operation
10786
+ if not UtilClient.is_unset(request.object_type):
10787
+ query['ObjectType'] = request.object_type
10788
+ if not UtilClient.is_unset(request.source_ip):
10789
+ query['SourceIp'] = request.source_ip
10790
+ req = open_api_models.OpenApiRequest(
10791
+ query=OpenApiUtilClient.query(query)
10792
+ )
10793
+ params = open_api_models.Params(
10794
+ action='ModifyObjectGroupOperation',
10795
+ version='2017-12-07',
10796
+ protocol='HTTPS',
10797
+ pathname='/',
10798
+ method='POST',
10799
+ auth_type='AK',
10800
+ style='RPC',
10801
+ req_body_type='formData',
10802
+ body_type='json'
10803
+ )
10804
+ return TeaCore.from_map(
10805
+ cloudfw_20171207_models.ModifyObjectGroupOperationResponse(),
10806
+ self.call_api(params, req, runtime)
10807
+ )
10808
+
10809
+ async def modify_object_group_operation_with_options_async(
10810
+ self,
10811
+ request: cloudfw_20171207_models.ModifyObjectGroupOperationRequest,
10812
+ runtime: util_models.RuntimeOptions,
10813
+ ) -> cloudfw_20171207_models.ModifyObjectGroupOperationResponse:
10814
+ """
10815
+ @summary Modifies information about an operation on an object group.
10816
+
10817
+ @param request: ModifyObjectGroupOperationRequest
10818
+ @param runtime: runtime options for this request RuntimeOptions
10819
+ @return: ModifyObjectGroupOperationResponse
10820
+ """
10821
+ UtilClient.validate_model(request)
10822
+ query = {}
10823
+ if not UtilClient.is_unset(request.comment):
10824
+ query['Comment'] = request.comment
10825
+ if not UtilClient.is_unset(request.direction):
10826
+ query['Direction'] = request.direction
10827
+ if not UtilClient.is_unset(request.lang):
10828
+ query['Lang'] = request.lang
10829
+ if not UtilClient.is_unset(request.object_list):
10830
+ query['ObjectList'] = request.object_list
10831
+ if not UtilClient.is_unset(request.object_operation):
10832
+ query['ObjectOperation'] = request.object_operation
10833
+ if not UtilClient.is_unset(request.object_type):
10834
+ query['ObjectType'] = request.object_type
10835
+ if not UtilClient.is_unset(request.source_ip):
10836
+ query['SourceIp'] = request.source_ip
10837
+ req = open_api_models.OpenApiRequest(
10838
+ query=OpenApiUtilClient.query(query)
10839
+ )
10840
+ params = open_api_models.Params(
10841
+ action='ModifyObjectGroupOperation',
10842
+ version='2017-12-07',
10843
+ protocol='HTTPS',
10844
+ pathname='/',
10845
+ method='POST',
10846
+ auth_type='AK',
10847
+ style='RPC',
10848
+ req_body_type='formData',
10849
+ body_type='json'
10850
+ )
10851
+ return TeaCore.from_map(
10852
+ cloudfw_20171207_models.ModifyObjectGroupOperationResponse(),
10853
+ await self.call_api_async(params, req, runtime)
10854
+ )
10855
+
10856
+ def modify_object_group_operation(
10857
+ self,
10858
+ request: cloudfw_20171207_models.ModifyObjectGroupOperationRequest,
10859
+ ) -> cloudfw_20171207_models.ModifyObjectGroupOperationResponse:
10860
+ """
10861
+ @summary Modifies information about an operation on an object group.
10862
+
10863
+ @param request: ModifyObjectGroupOperationRequest
10864
+ @return: ModifyObjectGroupOperationResponse
10865
+ """
10866
+ runtime = util_models.RuntimeOptions()
10867
+ return self.modify_object_group_operation_with_options(request, runtime)
10868
+
10869
+ async def modify_object_group_operation_async(
10870
+ self,
10871
+ request: cloudfw_20171207_models.ModifyObjectGroupOperationRequest,
10872
+ ) -> cloudfw_20171207_models.ModifyObjectGroupOperationResponse:
10873
+ """
10874
+ @summary Modifies information about an operation on an object group.
10875
+
10876
+ @param request: ModifyObjectGroupOperationRequest
10877
+ @return: ModifyObjectGroupOperationResponse
10878
+ """
10879
+ runtime = util_models.RuntimeOptions()
10880
+ return await self.modify_object_group_operation_with_options_async(request, runtime)
10881
+
10470
10882
  def modify_policy_advanced_config_with_options(
10471
10883
  self,
10472
10884
  request: cloudfw_20171207_models.ModifyPolicyAdvancedConfigRequest,
@@ -10593,6 +11005,8 @@ class Client(OpenApiClient):
10593
11005
  runtime: util_models.RuntimeOptions,
10594
11006
  ) -> cloudfw_20171207_models.ModifyTrFirewallV2ConfigurationResponse:
10595
11007
  """
11008
+ @summary Modifies the configuration of a virtual private cloud (VPC) firewall that is created for a transit router.
11009
+
10596
11010
  @param request: ModifyTrFirewallV2ConfigurationRequest
10597
11011
  @param runtime: runtime options for this request RuntimeOptions
10598
11012
  @return: ModifyTrFirewallV2ConfigurationResponse
@@ -10630,6 +11044,8 @@ class Client(OpenApiClient):
10630
11044
  runtime: util_models.RuntimeOptions,
10631
11045
  ) -> cloudfw_20171207_models.ModifyTrFirewallV2ConfigurationResponse:
10632
11046
  """
11047
+ @summary Modifies the configuration of a virtual private cloud (VPC) firewall that is created for a transit router.
11048
+
10633
11049
  @param request: ModifyTrFirewallV2ConfigurationRequest
10634
11050
  @param runtime: runtime options for this request RuntimeOptions
10635
11051
  @return: ModifyTrFirewallV2ConfigurationResponse
@@ -10666,6 +11082,8 @@ class Client(OpenApiClient):
10666
11082
  request: cloudfw_20171207_models.ModifyTrFirewallV2ConfigurationRequest,
10667
11083
  ) -> cloudfw_20171207_models.ModifyTrFirewallV2ConfigurationResponse:
10668
11084
  """
11085
+ @summary Modifies the configuration of a virtual private cloud (VPC) firewall that is created for a transit router.
11086
+
10669
11087
  @param request: ModifyTrFirewallV2ConfigurationRequest
10670
11088
  @return: ModifyTrFirewallV2ConfigurationResponse
10671
11089
  """
@@ -10677,6 +11095,8 @@ class Client(OpenApiClient):
10677
11095
  request: cloudfw_20171207_models.ModifyTrFirewallV2ConfigurationRequest,
10678
11096
  ) -> cloudfw_20171207_models.ModifyTrFirewallV2ConfigurationResponse:
10679
11097
  """
11098
+ @summary Modifies the configuration of a virtual private cloud (VPC) firewall that is created for a transit router.
11099
+
10680
11100
  @param request: ModifyTrFirewallV2ConfigurationRequest
10681
11101
  @return: ModifyTrFirewallV2ConfigurationResponse
10682
11102
  """
@@ -10689,6 +11109,8 @@ class Client(OpenApiClient):
10689
11109
  runtime: util_models.RuntimeOptions,
10690
11110
  ) -> cloudfw_20171207_models.ModifyTrFirewallV2RoutePolicyScopeResponse:
10691
11111
  """
11112
+ @summary Modifies the effective scope of the routing policy created for the VPC firewall for a transit router.
11113
+
10692
11114
  @param tmp_req: ModifyTrFirewallV2RoutePolicyScopeRequest
10693
11115
  @param runtime: runtime options for this request RuntimeOptions
10694
11116
  @return: ModifyTrFirewallV2RoutePolicyScopeResponse
@@ -10738,6 +11160,8 @@ class Client(OpenApiClient):
10738
11160
  runtime: util_models.RuntimeOptions,
10739
11161
  ) -> cloudfw_20171207_models.ModifyTrFirewallV2RoutePolicyScopeResponse:
10740
11162
  """
11163
+ @summary Modifies the effective scope of the routing policy created for the VPC firewall for a transit router.
11164
+
10741
11165
  @param tmp_req: ModifyTrFirewallV2RoutePolicyScopeRequest
10742
11166
  @param runtime: runtime options for this request RuntimeOptions
10743
11167
  @return: ModifyTrFirewallV2RoutePolicyScopeResponse
@@ -10786,6 +11210,8 @@ class Client(OpenApiClient):
10786
11210
  request: cloudfw_20171207_models.ModifyTrFirewallV2RoutePolicyScopeRequest,
10787
11211
  ) -> cloudfw_20171207_models.ModifyTrFirewallV2RoutePolicyScopeResponse:
10788
11212
  """
11213
+ @summary Modifies the effective scope of the routing policy created for the VPC firewall for a transit router.
11214
+
10789
11215
  @param request: ModifyTrFirewallV2RoutePolicyScopeRequest
10790
11216
  @return: ModifyTrFirewallV2RoutePolicyScopeResponse
10791
11217
  """
@@ -10797,6 +11223,8 @@ class Client(OpenApiClient):
10797
11223
  request: cloudfw_20171207_models.ModifyTrFirewallV2RoutePolicyScopeRequest,
10798
11224
  ) -> cloudfw_20171207_models.ModifyTrFirewallV2RoutePolicyScopeResponse:
10799
11225
  """
11226
+ @summary Modifies the effective scope of the routing policy created for the VPC firewall for a transit router.
11227
+
10800
11228
  @param request: ModifyTrFirewallV2RoutePolicyScopeRequest
10801
11229
  @return: ModifyTrFirewallV2RoutePolicyScopeResponse
10802
11230
  """
@@ -10809,6 +11237,8 @@ class Client(OpenApiClient):
10809
11237
  runtime: util_models.RuntimeOptions,
10810
11238
  ) -> cloudfw_20171207_models.ModifyUserIPSWhitelistResponse:
10811
11239
  """
11240
+ @summary 修改用户IPS白名单
11241
+
10812
11242
  @param request: ModifyUserIPSWhitelistRequest
10813
11243
  @param runtime: runtime options for this request RuntimeOptions
10814
11244
  @return: ModifyUserIPSWhitelistResponse
@@ -10856,6 +11286,8 @@ class Client(OpenApiClient):
10856
11286
  runtime: util_models.RuntimeOptions,
10857
11287
  ) -> cloudfw_20171207_models.ModifyUserIPSWhitelistResponse:
10858
11288
  """
11289
+ @summary 修改用户IPS白名单
11290
+
10859
11291
  @param request: ModifyUserIPSWhitelistRequest
10860
11292
  @param runtime: runtime options for this request RuntimeOptions
10861
11293
  @return: ModifyUserIPSWhitelistResponse
@@ -10902,6 +11334,8 @@ class Client(OpenApiClient):
10902
11334
  request: cloudfw_20171207_models.ModifyUserIPSWhitelistRequest,
10903
11335
  ) -> cloudfw_20171207_models.ModifyUserIPSWhitelistResponse:
10904
11336
  """
11337
+ @summary 修改用户IPS白名单
11338
+
10905
11339
  @param request: ModifyUserIPSWhitelistRequest
10906
11340
  @return: ModifyUserIPSWhitelistResponse
10907
11341
  """
@@ -10913,6 +11347,8 @@ class Client(OpenApiClient):
10913
11347
  request: cloudfw_20171207_models.ModifyUserIPSWhitelistRequest,
10914
11348
  ) -> cloudfw_20171207_models.ModifyUserIPSWhitelistResponse:
10915
11349
  """
11350
+ @summary 修改用户IPS白名单
11351
+
10916
11352
  @param request: ModifyUserIPSWhitelistRequest
10917
11353
  @return: ModifyUserIPSWhitelistResponse
10918
11354
  """
@@ -11341,6 +11777,8 @@ class Client(OpenApiClient):
11341
11777
  query['Destination'] = request.destination
11342
11778
  if not UtilClient.is_unset(request.destination_type):
11343
11779
  query['DestinationType'] = request.destination_type
11780
+ if not UtilClient.is_unset(request.domain_resolve_type):
11781
+ query['DomainResolveType'] = request.domain_resolve_type
11344
11782
  if not UtilClient.is_unset(request.end_time):
11345
11783
  query['EndTime'] = request.end_time
11346
11784
  if not UtilClient.is_unset(request.lang):
@@ -11422,6 +11860,8 @@ class Client(OpenApiClient):
11422
11860
  query['Destination'] = request.destination
11423
11861
  if not UtilClient.is_unset(request.destination_type):
11424
11862
  query['DestinationType'] = request.destination_type
11863
+ if not UtilClient.is_unset(request.domain_resolve_type):
11864
+ query['DomainResolveType'] = request.domain_resolve_type
11425
11865
  if not UtilClient.is_unset(request.end_time):
11426
11866
  query['EndTime'] = request.end_time
11427
11867
  if not UtilClient.is_unset(request.lang):
@@ -11635,9 +12075,9 @@ class Client(OpenApiClient):
11635
12075
  """
11636
12076
  @summary Modifies the intrusion prevention configurations of a virtual private cloud (VPC) firewall.
11637
12077
 
11638
- @description You can call the ModifyVpcFirewallDefaultIPSConfig operation to modify the intrusion prevention configurations of a VPC firewall.
11639
- ## Limits
11640
- You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
12078
+ @description You can call this operation to modify the intrusion prevention configurations of a VPC firewall.
12079
+ ## [](#qps-)Limits
12080
+ You can call this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
11641
12081
 
11642
12082
  @param request: ModifyVpcFirewallDefaultIPSConfigRequest
11643
12083
  @param runtime: runtime options for this request RuntimeOptions
@@ -11653,6 +12093,8 @@ class Client(OpenApiClient):
11653
12093
  query['Lang'] = request.lang
11654
12094
  if not UtilClient.is_unset(request.member_uid):
11655
12095
  query['MemberUid'] = request.member_uid
12096
+ if not UtilClient.is_unset(request.rule_class):
12097
+ query['RuleClass'] = request.rule_class
11656
12098
  if not UtilClient.is_unset(request.run_mode):
11657
12099
  query['RunMode'] = request.run_mode
11658
12100
  if not UtilClient.is_unset(request.source_ip):
@@ -11686,9 +12128,9 @@ class Client(OpenApiClient):
11686
12128
  """
11687
12129
  @summary Modifies the intrusion prevention configurations of a virtual private cloud (VPC) firewall.
11688
12130
 
11689
- @description You can call the ModifyVpcFirewallDefaultIPSConfig operation to modify the intrusion prevention configurations of a VPC firewall.
11690
- ## Limits
11691
- You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
12131
+ @description You can call this operation to modify the intrusion prevention configurations of a VPC firewall.
12132
+ ## [](#qps-)Limits
12133
+ You can call this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
11692
12134
 
11693
12135
  @param request: ModifyVpcFirewallDefaultIPSConfigRequest
11694
12136
  @param runtime: runtime options for this request RuntimeOptions
@@ -11704,6 +12146,8 @@ class Client(OpenApiClient):
11704
12146
  query['Lang'] = request.lang
11705
12147
  if not UtilClient.is_unset(request.member_uid):
11706
12148
  query['MemberUid'] = request.member_uid
12149
+ if not UtilClient.is_unset(request.rule_class):
12150
+ query['RuleClass'] = request.rule_class
11707
12151
  if not UtilClient.is_unset(request.run_mode):
11708
12152
  query['RunMode'] = request.run_mode
11709
12153
  if not UtilClient.is_unset(request.source_ip):
@@ -11736,9 +12180,9 @@ class Client(OpenApiClient):
11736
12180
  """
11737
12181
  @summary Modifies the intrusion prevention configurations of a virtual private cloud (VPC) firewall.
11738
12182
 
11739
- @description You can call the ModifyVpcFirewallDefaultIPSConfig operation to modify the intrusion prevention configurations of a VPC firewall.
11740
- ## Limits
11741
- You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
12183
+ @description You can call this operation to modify the intrusion prevention configurations of a VPC firewall.
12184
+ ## [](#qps-)Limits
12185
+ You can call this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
11742
12186
 
11743
12187
  @param request: ModifyVpcFirewallDefaultIPSConfigRequest
11744
12188
  @return: ModifyVpcFirewallDefaultIPSConfigResponse
@@ -11753,9 +12197,9 @@ class Client(OpenApiClient):
11753
12197
  """
11754
12198
  @summary Modifies the intrusion prevention configurations of a virtual private cloud (VPC) firewall.
11755
12199
 
11756
- @description You can call the ModifyVpcFirewallDefaultIPSConfig operation to modify the intrusion prevention configurations of a VPC firewall.
11757
- ## Limits
11758
- You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
12200
+ @description You can call this operation to modify the intrusion prevention configurations of a VPC firewall.
12201
+ ## [](#qps-)Limits
12202
+ You can call this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
11759
12203
 
11760
12204
  @param request: ModifyVpcFirewallDefaultIPSConfigRequest
11761
12205
  @return: ModifyVpcFirewallDefaultIPSConfigResponse
@@ -12385,7 +12829,7 @@ class Client(OpenApiClient):
12385
12829
 
12386
12830
  @description You can call the PutEnableFwSwitch operation to enable a firewall. After you enable a firewall, traffic passes through Cloud Firewall.
12387
12831
  ## Limits
12388
- You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds a limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limits when you call this operation.
12832
+ You can call this operation up to 5 times per second per account. If the number of the calls per second exceeds a limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limits when you call this operation.
12389
12833
 
12390
12834
  @param request: PutEnableFwSwitchRequest
12391
12835
  @param runtime: runtime options for this request RuntimeOptions
@@ -12432,7 +12876,7 @@ class Client(OpenApiClient):
12432
12876
 
12433
12877
  @description You can call the PutEnableFwSwitch operation to enable a firewall. After you enable a firewall, traffic passes through Cloud Firewall.
12434
12878
  ## Limits
12435
- You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds a limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limits when you call this operation.
12879
+ You can call this operation up to 5 times per second per account. If the number of the calls per second exceeds a limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limits when you call this operation.
12436
12880
 
12437
12881
  @param request: PutEnableFwSwitchRequest
12438
12882
  @param runtime: runtime options for this request RuntimeOptions
@@ -12478,7 +12922,7 @@ class Client(OpenApiClient):
12478
12922
 
12479
12923
  @description You can call the PutEnableFwSwitch operation to enable a firewall. After you enable a firewall, traffic passes through Cloud Firewall.
12480
12924
  ## Limits
12481
- You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds a limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limits when you call this operation.
12925
+ You can call this operation up to 5 times per second per account. If the number of the calls per second exceeds a limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limits when you call this operation.
12482
12926
 
12483
12927
  @param request: PutEnableFwSwitchRequest
12484
12928
  @return: PutEnableFwSwitchResponse
@@ -12495,7 +12939,7 @@ class Client(OpenApiClient):
12495
12939
 
12496
12940
  @description You can call the PutEnableFwSwitch operation to enable a firewall. After you enable a firewall, traffic passes through Cloud Firewall.
12497
12941
  ## Limits
12498
- You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds a limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limits when you call this operation.
12942
+ You can call this operation up to 5 times per second per account. If the number of the calls per second exceeds a limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limits when you call this operation.
12499
12943
 
12500
12944
  @param request: PutEnableFwSwitchRequest
12501
12945
  @return: PutEnableFwSwitchResponse
@@ -12509,7 +12953,7 @@ class Client(OpenApiClient):
12509
12953
  runtime: util_models.RuntimeOptions,
12510
12954
  ) -> cloudfw_20171207_models.ReleasePostInstanceResponse:
12511
12955
  """
12512
- @summary 释放按量付费实例
12956
+ @summary Releases Cloud Firewall that uses the pay-as-you-go billing method.
12513
12957
 
12514
12958
  @param request: ReleasePostInstanceRequest
12515
12959
  @param runtime: runtime options for this request RuntimeOptions
@@ -12544,7 +12988,7 @@ class Client(OpenApiClient):
12544
12988
  runtime: util_models.RuntimeOptions,
12545
12989
  ) -> cloudfw_20171207_models.ReleasePostInstanceResponse:
12546
12990
  """
12547
- @summary 释放按量付费实例
12991
+ @summary Releases Cloud Firewall that uses the pay-as-you-go billing method.
12548
12992
 
12549
12993
  @param request: ReleasePostInstanceRequest
12550
12994
  @param runtime: runtime options for this request RuntimeOptions
@@ -12578,7 +13022,7 @@ class Client(OpenApiClient):
12578
13022
  request: cloudfw_20171207_models.ReleasePostInstanceRequest,
12579
13023
  ) -> cloudfw_20171207_models.ReleasePostInstanceResponse:
12580
13024
  """
12581
- @summary 释放按量付费实例
13025
+ @summary Releases Cloud Firewall that uses the pay-as-you-go billing method.
12582
13026
 
12583
13027
  @param request: ReleasePostInstanceRequest
12584
13028
  @return: ReleasePostInstanceResponse
@@ -12591,7 +13035,7 @@ class Client(OpenApiClient):
12591
13035
  request: cloudfw_20171207_models.ReleasePostInstanceRequest,
12592
13036
  ) -> cloudfw_20171207_models.ReleasePostInstanceResponse:
12593
13037
  """
12594
- @summary 释放按量付费实例
13038
+ @summary Releases Cloud Firewall that uses the pay-as-you-go billing method.
12595
13039
 
12596
13040
  @param request: ReleasePostInstanceRequest
12597
13041
  @return: ReleasePostInstanceResponse
@@ -12825,6 +13269,8 @@ class Client(OpenApiClient):
12825
13269
  runtime: util_models.RuntimeOptions,
12826
13270
  ) -> cloudfw_20171207_models.SwitchSecurityProxyResponse:
12827
13271
  """
13272
+ @summary Enables or disables a NAT firewall.
13273
+
12828
13274
  @param request: SwitchSecurityProxyRequest
12829
13275
  @param runtime: runtime options for this request RuntimeOptions
12830
13276
  @return: SwitchSecurityProxyResponse
@@ -12862,6 +13308,8 @@ class Client(OpenApiClient):
12862
13308
  runtime: util_models.RuntimeOptions,
12863
13309
  ) -> cloudfw_20171207_models.SwitchSecurityProxyResponse:
12864
13310
  """
13311
+ @summary Enables or disables a NAT firewall.
13312
+
12865
13313
  @param request: SwitchSecurityProxyRequest
12866
13314
  @param runtime: runtime options for this request RuntimeOptions
12867
13315
  @return: SwitchSecurityProxyResponse
@@ -12898,6 +13346,8 @@ class Client(OpenApiClient):
12898
13346
  request: cloudfw_20171207_models.SwitchSecurityProxyRequest,
12899
13347
  ) -> cloudfw_20171207_models.SwitchSecurityProxyResponse:
12900
13348
  """
13349
+ @summary Enables or disables a NAT firewall.
13350
+
12901
13351
  @param request: SwitchSecurityProxyRequest
12902
13352
  @return: SwitchSecurityProxyResponse
12903
13353
  """
@@ -12909,6 +13359,8 @@ class Client(OpenApiClient):
12909
13359
  request: cloudfw_20171207_models.SwitchSecurityProxyRequest,
12910
13360
  ) -> cloudfw_20171207_models.SwitchSecurityProxyResponse:
12911
13361
  """
13362
+ @summary Enables or disables a NAT firewall.
13363
+
12912
13364
  @param request: SwitchSecurityProxyRequest
12913
13365
  @return: SwitchSecurityProxyResponse
12914
13366
  """