alibabacloud-vpc20160428 6.3.0__py3-none-any.whl → 6.4.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.
@@ -99,9 +99,6 @@ class ActivateRouterInterfaceResponse(TeaModel):
99
99
  self.body = body
100
100
 
101
101
  def validate(self):
102
- self.validate_required(self.headers, 'headers')
103
- self.validate_required(self.status_code, 'status_code')
104
- self.validate_required(self.body, 'body')
105
102
  if self.body:
106
103
  self.body.validate()
107
104
 
@@ -240,9 +237,6 @@ class ActiveFlowLogResponse(TeaModel):
240
237
  self.body = body
241
238
 
242
239
  def validate(self):
243
- self.validate_required(self.headers, 'headers')
244
- self.validate_required(self.status_code, 'status_code')
245
- self.validate_required(self.body, 'body')
246
240
  if self.body:
247
241
  self.body.validate()
248
242
 
@@ -398,9 +392,6 @@ class AddBgpNetworkResponse(TeaModel):
398
392
  self.body = body
399
393
 
400
394
  def validate(self):
401
- self.validate_required(self.headers, 'headers')
402
- self.validate_required(self.status_code, 'status_code')
403
- self.validate_required(self.body, 'body')
404
395
  if self.body:
405
396
  self.body.validate()
406
397
 
@@ -558,9 +549,6 @@ class AddCommonBandwidthPackageIpResponse(TeaModel):
558
549
  self.body = body
559
550
 
560
551
  def validate(self):
561
- self.validate_required(self.headers, 'headers')
562
- self.validate_required(self.status_code, 'status_code')
563
- self.validate_required(self.body, 'body')
564
552
  if self.body:
565
553
  self.body.validate()
566
554
 
@@ -718,9 +706,6 @@ class AddCommonBandwidthPackageIpsResponse(TeaModel):
718
706
  self.body = body
719
707
 
720
708
  def validate(self):
721
- self.validate_required(self.headers, 'headers')
722
- self.validate_required(self.status_code, 'status_code')
723
- self.validate_required(self.body, 'body')
724
709
  if self.body:
725
710
  self.body.validate()
726
711
 
@@ -860,9 +845,6 @@ class AddGlobalAccelerationInstanceIpResponse(TeaModel):
860
845
  self.body = body
861
846
 
862
847
  def validate(self):
863
- self.validate_required(self.headers, 'headers')
864
- self.validate_required(self.status_code, 'status_code')
865
- self.validate_required(self.body, 'body')
866
848
  if self.body:
867
849
  self.body.validate()
868
850
 
@@ -1014,9 +996,6 @@ class AddIPv6TranslatorAclListEntryResponse(TeaModel):
1014
996
  self.body = body
1015
997
 
1016
998
  def validate(self):
1017
- self.validate_required(self.headers, 'headers')
1018
- self.validate_required(self.status_code, 'status_code')
1019
- self.validate_required(self.body, 'body')
1020
999
  if self.body:
1021
1000
  self.body.validate()
1022
1001
 
@@ -1186,9 +1165,6 @@ class AddPublicIpAddressPoolCidrBlockResponse(TeaModel):
1186
1165
  self.body = body
1187
1166
 
1188
1167
  def validate(self):
1189
- self.validate_required(self.headers, 'headers')
1190
- self.validate_required(self.status_code, 'status_code')
1191
- self.validate_required(self.body, 'body')
1192
1168
  if self.body:
1193
1169
  self.body.validate()
1194
1170
 
@@ -1349,9 +1325,6 @@ class AddSourcesToTrafficMirrorSessionResponse(TeaModel):
1349
1325
  self.body = body
1350
1326
 
1351
1327
  def validate(self):
1352
- self.validate_required(self.headers, 'headers')
1353
- self.validate_required(self.status_code, 'status_code')
1354
- self.validate_required(self.body, 'body')
1355
1328
  if self.body:
1356
1329
  self.body.validate()
1357
1330
 
@@ -1708,9 +1681,6 @@ class AllocateEipAddressResponse(TeaModel):
1708
1681
  self.body = body
1709
1682
 
1710
1683
  def validate(self):
1711
- self.validate_required(self.headers, 'headers')
1712
- self.validate_required(self.status_code, 'status_code')
1713
- self.validate_required(self.body, 'body')
1714
1684
  if self.body:
1715
1685
  self.body.validate()
1716
1686
 
@@ -2030,9 +2000,6 @@ class AllocateEipAddressProResponse(TeaModel):
2030
2000
  self.body = body
2031
2001
 
2032
2002
  def validate(self):
2033
- self.validate_required(self.headers, 'headers')
2034
- self.validate_required(self.status_code, 'status_code')
2035
- self.validate_required(self.body, 'body')
2036
2003
  if self.body:
2037
2004
  self.body.validate()
2038
2005
 
@@ -2256,9 +2223,6 @@ class AllocateEipSegmentAddressResponse(TeaModel):
2256
2223
  self.body = body
2257
2224
 
2258
2225
  def validate(self):
2259
- self.validate_required(self.headers, 'headers')
2260
- self.validate_required(self.status_code, 'status_code')
2261
- self.validate_required(self.body, 'body')
2262
2226
  if self.body:
2263
2227
  self.body.validate()
2264
2228
 
@@ -2485,9 +2449,6 @@ class AllocateIpv6AddressResponse(TeaModel):
2485
2449
  self.body = body
2486
2450
 
2487
2451
  def validate(self):
2488
- self.validate_required(self.headers, 'headers')
2489
- self.validate_required(self.status_code, 'status_code')
2490
- self.validate_required(self.body, 'body')
2491
2452
  if self.body:
2492
2453
  self.body.validate()
2493
2454
 
@@ -2665,9 +2626,6 @@ class AllocateIpv6InternetBandwidthResponse(TeaModel):
2665
2626
  self.body = body
2666
2627
 
2667
2628
  def validate(self):
2668
- self.validate_required(self.headers, 'headers')
2669
- self.validate_required(self.status_code, 'status_code')
2670
- self.validate_required(self.body, 'body')
2671
2629
  if self.body:
2672
2630
  self.body.validate()
2673
2631
 
@@ -2841,9 +2799,6 @@ class AllocateVpcIpv6CidrResponse(TeaModel):
2841
2799
  self.body = body
2842
2800
 
2843
2801
  def validate(self):
2844
- self.validate_required(self.headers, 'headers')
2845
- self.validate_required(self.status_code, 'status_code')
2846
- self.validate_required(self.body, 'body')
2847
2802
  if self.body:
2848
2803
  self.body.validate()
2849
2804
 
@@ -3110,9 +3065,6 @@ class ApplyPhysicalConnectionLOAResponse(TeaModel):
3110
3065
  self.body = body
3111
3066
 
3112
3067
  def validate(self):
3113
- self.validate_required(self.headers, 'headers')
3114
- self.validate_required(self.status_code, 'status_code')
3115
- self.validate_required(self.body, 'body')
3116
3068
  if self.body:
3117
3069
  self.body.validate()
3118
3070
 
@@ -3321,9 +3273,6 @@ class AssociateEipAddressResponse(TeaModel):
3321
3273
  self.body = body
3322
3274
 
3323
3275
  def validate(self):
3324
- self.validate_required(self.headers, 'headers')
3325
- self.validate_required(self.status_code, 'status_code')
3326
- self.validate_required(self.body, 'body')
3327
3276
  if self.body:
3328
3277
  self.body.validate()
3329
3278
 
@@ -3487,9 +3436,6 @@ class AssociateEipAddressBatchResponse(TeaModel):
3487
3436
  self.body = body
3488
3437
 
3489
3438
  def validate(self):
3490
- self.validate_required(self.headers, 'headers')
3491
- self.validate_required(self.status_code, 'status_code')
3492
- self.validate_required(self.body, 'body')
3493
3439
  if self.body:
3494
3440
  self.body.validate()
3495
3441
 
@@ -3648,9 +3594,6 @@ class AssociateHaVipResponse(TeaModel):
3648
3594
  self.body = body
3649
3595
 
3650
3596
  def validate(self):
3651
- self.validate_required(self.headers, 'headers')
3652
- self.validate_required(self.status_code, 'status_code')
3653
- self.validate_required(self.body, 'body')
3654
3597
  if self.body:
3655
3598
  self.body.validate()
3656
3599
 
@@ -3736,6 +3679,7 @@ class AssociateNetworkAclRequest(TeaModel):
3736
3679
  #
3737
3680
  # > 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.
3738
3681
  self.client_token = client_token
3682
+ # Specifies whether to perform only a dry run, without performing the actual request.
3739
3683
  self.dry_run = dry_run
3740
3684
  # The ID of the network ACL.
3741
3685
  self.network_acl_id = network_acl_id
@@ -3848,9 +3792,6 @@ class AssociateNetworkAclResponse(TeaModel):
3848
3792
  self.body = body
3849
3793
 
3850
3794
  def validate(self):
3851
- self.validate_required(self.headers, 'headers')
3852
- self.validate_required(self.status_code, 'status_code')
3853
- self.validate_required(self.body, 'body')
3854
3795
  if self.body:
3855
3796
  self.body.validate()
3856
3797
 
@@ -4079,9 +4020,6 @@ class AssociatePhysicalConnectionToVirtualBorderRouterResponse(TeaModel):
4079
4020
  self.body = body
4080
4021
 
4081
4022
  def validate(self):
4082
- self.validate_required(self.headers, 'headers')
4083
- self.validate_required(self.status_code, 'status_code')
4084
- self.validate_required(self.body, 'body')
4085
4023
  if self.body:
4086
4024
  self.body.validate()
4087
4025
 
@@ -4230,9 +4168,6 @@ class AssociateRouteTableResponse(TeaModel):
4230
4168
  self.body = body
4231
4169
 
4232
4170
  def validate(self):
4233
- self.validate_required(self.headers, 'headers')
4234
- self.validate_required(self.status_code, 'status_code')
4235
- self.validate_required(self.body, 'body')
4236
4171
  if self.body:
4237
4172
  self.body.validate()
4238
4173
 
@@ -4400,9 +4335,6 @@ class AssociateRouteTableWithGatewayResponse(TeaModel):
4400
4335
  self.body = body
4401
4336
 
4402
4337
  def validate(self):
4403
- self.validate_required(self.headers, 'headers')
4404
- self.validate_required(self.status_code, 'status_code')
4405
- self.validate_required(self.body, 'body')
4406
4338
  if self.body:
4407
4339
  self.body.validate()
4408
4340
 
@@ -4559,9 +4491,6 @@ class AssociateRouteTablesWithVpcGatewayEndpointResponse(TeaModel):
4559
4491
  self.body = body
4560
4492
 
4561
4493
  def validate(self):
4562
- self.validate_required(self.headers, 'headers')
4563
- self.validate_required(self.status_code, 'status_code')
4564
- self.validate_required(self.body, 'body')
4565
4494
  if self.body:
4566
4495
  self.body.validate()
4567
4496
 
@@ -4749,9 +4678,6 @@ class AssociateVpcCidrBlockResponse(TeaModel):
4749
4678
  self.body = body
4750
4679
 
4751
4680
  def validate(self):
4752
- self.validate_required(self.headers, 'headers')
4753
- self.validate_required(self.status_code, 'status_code')
4754
- self.validate_required(self.body, 'body')
4755
4681
  if self.body:
4756
4682
  self.body.validate()
4757
4683
 
@@ -4898,9 +4824,6 @@ class AssociateVpnGatewayWithCertificateResponse(TeaModel):
4898
4824
  self.body = body
4899
4825
 
4900
4826
  def validate(self):
4901
- self.validate_required(self.headers, 'headers')
4902
- self.validate_required(self.status_code, 'status_code')
4903
- self.validate_required(self.body, 'body')
4904
4827
  if self.body:
4905
4828
  self.body.validate()
4906
4829
 
@@ -5058,9 +4981,6 @@ class AttachDhcpOptionsSetToVpcResponse(TeaModel):
5058
4981
  self.body = body
5059
4982
 
5060
4983
  def validate(self):
5061
- self.validate_required(self.headers, 'headers')
5062
- self.validate_required(self.status_code, 'status_code')
5063
- self.validate_required(self.body, 'body')
5064
4984
  if self.body:
5065
4985
  self.body.validate()
5066
4986
 
@@ -5200,9 +5120,6 @@ class AttachVbrToVpconnResponse(TeaModel):
5200
5120
  self.body = body
5201
5121
 
5202
5122
  def validate(self):
5203
- self.validate_required(self.headers, 'headers')
5204
- self.validate_required(self.status_code, 'status_code')
5205
- self.validate_required(self.body, 'body')
5206
5123
  if self.body:
5207
5124
  self.body.validate()
5208
5125
 
@@ -5338,9 +5255,6 @@ class CancelCommonBandwidthPackageIpBandwidthResponse(TeaModel):
5338
5255
  self.body = body
5339
5256
 
5340
5257
  def validate(self):
5341
- self.validate_required(self.headers, 'headers')
5342
- self.validate_required(self.status_code, 'status_code')
5343
- self.validate_required(self.body, 'body')
5344
5258
  if self.body:
5345
5259
  self.body.validate()
5346
5260
 
@@ -5480,9 +5394,6 @@ class CancelPhysicalConnectionResponse(TeaModel):
5480
5394
  self.body = body
5481
5395
 
5482
5396
  def validate(self):
5483
- self.validate_required(self.headers, 'headers')
5484
- self.validate_required(self.status_code, 'status_code')
5485
- self.validate_required(self.body, 'body')
5486
5397
  if self.body:
5487
5398
  self.body.validate()
5488
5399
 
@@ -5609,9 +5520,6 @@ class ChangeResourceGroupResponse(TeaModel):
5609
5520
  self.body = body
5610
5521
 
5611
5522
  def validate(self):
5612
- self.validate_required(self.headers, 'headers')
5613
- self.validate_required(self.status_code, 'status_code')
5614
- self.validate_required(self.body, 'body')
5615
5523
  if self.body:
5616
5524
  self.body.validate()
5617
5525
 
@@ -5769,9 +5677,6 @@ class CheckCanAllocateVpcPrivateIpAddressResponse(TeaModel):
5769
5677
  self.body = body
5770
5678
 
5771
5679
  def validate(self):
5772
- self.validate_required(self.headers, 'headers')
5773
- self.validate_required(self.status_code, 'status_code')
5774
- self.validate_required(self.body, 'body')
5775
5680
  if self.body:
5776
5681
  self.body.validate()
5777
5682
 
@@ -5910,9 +5815,6 @@ class CheckVpnBgpEnabledResponse(TeaModel):
5910
5815
  self.body = body
5911
5816
 
5912
5817
  def validate(self):
5913
- self.validate_required(self.headers, 'headers')
5914
- self.validate_required(self.status_code, 'status_code')
5915
- self.validate_required(self.body, 'body')
5916
5818
  if self.body:
5917
5819
  self.body.validate()
5918
5820
 
@@ -6097,9 +5999,6 @@ class CompletePhysicalConnectionLOAResponse(TeaModel):
6097
5999
  self.body = body
6098
6000
 
6099
6001
  def validate(self):
6100
- self.validate_required(self.headers, 'headers')
6101
- self.validate_required(self.status_code, 'status_code')
6102
- self.validate_required(self.body, 'body')
6103
6002
  if self.body:
6104
6003
  self.body.validate()
6105
6004
 
@@ -6241,9 +6140,6 @@ class ConfirmPhysicalConnectionResponse(TeaModel):
6241
6140
  self.body = body
6242
6141
 
6243
6142
  def validate(self):
6244
- self.validate_required(self.headers, 'headers')
6245
- self.validate_required(self.status_code, 'status_code')
6246
- self.validate_required(self.body, 'body')
6247
6143
  if self.body:
6248
6144
  self.body.validate()
6249
6145
 
@@ -6368,9 +6264,6 @@ class ConnectRouterInterfaceResponse(TeaModel):
6368
6264
  self.body = body
6369
6265
 
6370
6266
  def validate(self):
6371
- self.validate_required(self.headers, 'headers')
6372
- self.validate_required(self.status_code, 'status_code')
6373
- self.validate_required(self.body, 'body')
6374
6267
  if self.body:
6375
6268
  self.body.validate()
6376
6269
 
@@ -6507,9 +6400,6 @@ class ConvertBandwidthPackageResponse(TeaModel):
6507
6400
  self.body = body
6508
6401
 
6509
6402
  def validate(self):
6510
- self.validate_required(self.headers, 'headers')
6511
- self.validate_required(self.status_code, 'status_code')
6512
- self.validate_required(self.body, 'body')
6513
6403
  if self.body:
6514
6404
  self.body.validate()
6515
6405
 
@@ -6666,9 +6556,6 @@ class CopyNetworkAclEntriesResponse(TeaModel):
6666
6556
  self.body = body
6667
6557
 
6668
6558
  def validate(self):
6669
- self.validate_required(self.headers, 'headers')
6670
- self.validate_required(self.status_code, 'status_code')
6671
- self.validate_required(self.body, 'body')
6672
6559
  if self.body:
6673
6560
  self.body.validate()
6674
6561
 
@@ -6891,9 +6778,6 @@ class CreateBgpGroupResponse(TeaModel):
6891
6778
  self.body = body
6892
6779
 
6893
6780
  def validate(self):
6894
- self.validate_required(self.headers, 'headers')
6895
- self.validate_required(self.status_code, 'status_code')
6896
- self.validate_required(self.body, 'body')
6897
6781
  if self.body:
6898
6782
  self.body.validate()
6899
6783
 
@@ -7080,9 +6964,6 @@ class CreateBgpPeerResponse(TeaModel):
7080
6964
  self.body = body
7081
6965
 
7082
6966
  def validate(self):
7083
- self.validate_required(self.headers, 'headers')
7084
- self.validate_required(self.status_code, 'status_code')
7085
- self.validate_required(self.body, 'body')
7086
6967
  if self.body:
7087
6968
  self.body.validate()
7088
6969
 
@@ -7321,9 +7202,6 @@ class CreateCommonBandwidthPackageResponse(TeaModel):
7321
7202
  self.body = body
7322
7203
 
7323
7204
  def validate(self):
7324
- self.validate_required(self.headers, 'headers')
7325
- self.validate_required(self.status_code, 'status_code')
7326
- self.validate_required(self.body, 'body')
7327
7205
  if self.body:
7328
7206
  self.body.validate()
7329
7207
 
@@ -7613,9 +7491,6 @@ class CreateCustomerGatewayResponse(TeaModel):
7613
7491
  self.body = body
7614
7492
 
7615
7493
  def validate(self):
7616
- self.validate_required(self.headers, 'headers')
7617
- self.validate_required(self.status_code, 'status_code')
7618
- self.validate_required(self.body, 'body')
7619
7494
  if self.body:
7620
7495
  self.body.validate()
7621
7496
 
@@ -7773,9 +7648,6 @@ class CreateDefaultVSwitchResponse(TeaModel):
7773
7648
  self.body = body
7774
7649
 
7775
7650
  def validate(self):
7776
- self.validate_required(self.headers, 'headers')
7777
- self.validate_required(self.status_code, 'status_code')
7778
- self.validate_required(self.body, 'body')
7779
7651
  if self.body:
7780
7652
  self.body.validate()
7781
7653
 
@@ -7957,9 +7829,6 @@ class CreateDefaultVpcResponse(TeaModel):
7957
7829
  self.body = body
7958
7830
 
7959
7831
  def validate(self):
7960
- self.validate_required(self.headers, 'headers')
7961
- self.validate_required(self.status_code, 'status_code')
7962
- self.validate_required(self.body, 'body')
7963
7832
  if self.body:
7964
7833
  self.body.validate()
7965
7834
 
@@ -8240,9 +8109,6 @@ class CreateDhcpOptionsSetResponse(TeaModel):
8240
8109
  self.body = body
8241
8110
 
8242
8111
  def validate(self):
8243
- self.validate_required(self.headers, 'headers')
8244
- self.validate_required(self.status_code, 'status_code')
8245
- self.validate_required(self.body, 'body')
8246
8112
  if self.body:
8247
8113
  self.body.validate()
8248
8114
 
@@ -8462,9 +8328,6 @@ class CreateExpressCloudConnectionResponse(TeaModel):
8462
8328
  self.body = body
8463
8329
 
8464
8330
  def validate(self):
8465
- self.validate_required(self.headers, 'headers')
8466
- self.validate_required(self.status_code, 'status_code')
8467
- self.validate_required(self.body, 'body')
8468
8331
  if self.body:
8469
8332
  self.body.validate()
8470
8333
 
@@ -8626,9 +8489,6 @@ class CreateFailoverTestJobResponse(TeaModel):
8626
8489
  self.body = body
8627
8490
 
8628
8491
  def validate(self):
8629
- self.validate_required(self.headers, 'headers')
8630
- self.validate_required(self.status_code, 'status_code')
8631
- self.validate_required(self.body, 'body')
8632
8492
  if self.body:
8633
8493
  self.body.validate()
8634
8494
 
@@ -8910,9 +8770,6 @@ class CreateFlowLogResponse(TeaModel):
8910
8770
  self.body = body
8911
8771
 
8912
8772
  def validate(self):
8913
- self.validate_required(self.headers, 'headers')
8914
- self.validate_required(self.status_code, 'status_code')
8915
- self.validate_required(self.body, 'body')
8916
8773
  if self.body:
8917
8774
  self.body.validate()
8918
8775
 
@@ -9134,9 +8991,6 @@ class CreateForwardEntryResponse(TeaModel):
9134
8991
  self.body = body
9135
8992
 
9136
8993
  def validate(self):
9137
- self.validate_required(self.headers, 'headers')
9138
- self.validate_required(self.status_code, 'status_code')
9139
- self.validate_required(self.body, 'body')
9140
8994
  if self.body:
9141
8995
  self.body.validate()
9142
8996
 
@@ -9356,9 +9210,6 @@ class CreateFullNatEntryResponse(TeaModel):
9356
9210
  self.body = body
9357
9211
 
9358
9212
  def validate(self):
9359
- self.validate_required(self.headers, 'headers')
9360
- self.validate_required(self.status_code, 'status_code')
9361
- self.validate_required(self.body, 'body')
9362
9213
  if self.body:
9363
9214
  self.body.validate()
9364
9215
 
@@ -9554,9 +9405,6 @@ class CreateGlobalAccelerationInstanceResponse(TeaModel):
9554
9405
  self.body = body
9555
9406
 
9556
9407
  def validate(self):
9557
- self.validate_required(self.headers, 'headers')
9558
- self.validate_required(self.status_code, 'status_code')
9559
- self.validate_required(self.body, 'body')
9560
9408
  if self.body:
9561
9409
  self.body.validate()
9562
9410
 
@@ -9798,9 +9646,6 @@ class CreateHaVipResponse(TeaModel):
9798
9646
  self.body = body
9799
9647
 
9800
9648
  def validate(self):
9801
- self.validate_required(self.headers, 'headers')
9802
- self.validate_required(self.status_code, 'status_code')
9803
- self.validate_required(self.body, 'body')
9804
9649
  if self.body:
9805
9650
  self.body.validate()
9806
9651
 
@@ -10264,9 +10109,6 @@ class CreateHighReliablePhysicalConnectionResponse(TeaModel):
10264
10109
  self.body = body
10265
10110
 
10266
10111
  def validate(self):
10267
- self.validate_required(self.headers, 'headers')
10268
- self.validate_required(self.status_code, 'status_code')
10269
- self.validate_required(self.body, 'body')
10270
10112
  if self.body:
10271
10113
  self.body.validate()
10272
10114
 
@@ -10483,9 +10325,6 @@ class CreateIPv6TranslatorResponse(TeaModel):
10483
10325
  self.body = body
10484
10326
 
10485
10327
  def validate(self):
10486
- self.validate_required(self.headers, 'headers')
10487
- self.validate_required(self.status_code, 'status_code')
10488
- self.validate_required(self.body, 'body')
10489
10328
  if self.body:
10490
10329
  self.body.validate()
10491
10330
 
@@ -10627,9 +10466,6 @@ class CreateIPv6TranslatorAclListResponse(TeaModel):
10627
10466
  self.body = body
10628
10467
 
10629
10468
  def validate(self):
10630
- self.validate_required(self.headers, 'headers')
10631
- self.validate_required(self.status_code, 'status_code')
10632
- self.validate_required(self.body, 'body')
10633
10469
  if self.body:
10634
10470
  self.body.validate()
10635
10471
 
@@ -10849,9 +10685,6 @@ class CreateIPv6TranslatorEntryResponse(TeaModel):
10849
10685
  self.body = body
10850
10686
 
10851
10687
  def validate(self):
10852
- self.validate_required(self.headers, 'headers')
10853
- self.validate_required(self.status_code, 'status_code')
10854
- self.validate_required(self.body, 'body')
10855
10688
  if self.body:
10856
10689
  self.body.validate()
10857
10690
 
@@ -11099,9 +10932,6 @@ class CreateIpsecServerResponse(TeaModel):
11099
10932
  self.body = body
11100
10933
 
11101
10934
  def validate(self):
11102
- self.validate_required(self.headers, 'headers')
11103
- self.validate_required(self.status_code, 'status_code')
11104
- self.validate_required(self.body, 'body')
11105
10935
  if self.body:
11106
10936
  self.body.validate()
11107
10937
 
@@ -11137,7 +10967,13 @@ class CreateIpv4GatewayRequestTag(TeaModel):
11137
10967
  key: str = None,
11138
10968
  value: str = None,
11139
10969
  ):
10970
+ # The key of tag N to add to the resource. You can specify up to 20 tag keys. The tag key cannot be an empty string.
10971
+ #
10972
+ # The tag key can be up to 128 characters in length. It cannot start with `aliyun` or `acs:`, and cannot contain `http://` or `https://`.
11140
10973
  self.key = key
10974
+ # The value of tag N to add to the resource. You can specify at most 20 tag values. The tag value can be an empty string.
10975
+ #
10976
+ # The tag value can be up to 128 characters in length and cannot contain `http://` or `https://`. The tag value cannot start with `aliyun` or `acs:`.
11141
10977
  self.value = value
11142
10978
 
11143
10979
  def validate(self):
@@ -11209,6 +11045,7 @@ class CreateIpv4GatewayRequest(TeaModel):
11209
11045
  self.resource_group_id = resource_group_id
11210
11046
  self.resource_owner_account = resource_owner_account
11211
11047
  self.resource_owner_id = resource_owner_id
11048
+ # The tags of the resource.
11212
11049
  self.tag = tag
11213
11050
  # The ID of the VPC where you want to create the IPv4 gateway.
11214
11051
  #
@@ -11341,9 +11178,6 @@ class CreateIpv4GatewayResponse(TeaModel):
11341
11178
  self.body = body
11342
11179
 
11343
11180
  def validate(self):
11344
- self.validate_required(self.headers, 'headers')
11345
- self.validate_required(self.status_code, 'status_code')
11346
- self.validate_required(self.body, 'body')
11347
11181
  if self.body:
11348
11182
  self.body.validate()
11349
11183
 
@@ -11526,9 +11360,6 @@ class CreateIpv6EgressOnlyRuleResponse(TeaModel):
11526
11360
  self.body = body
11527
11361
 
11528
11362
  def validate(self):
11529
- self.validate_required(self.headers, 'headers')
11530
- self.validate_required(self.status_code, 'status_code')
11531
- self.validate_required(self.body, 'body')
11532
11363
  if self.body:
11533
11364
  self.body.validate()
11534
11365
 
@@ -11761,9 +11592,6 @@ class CreateIpv6GatewayResponse(TeaModel):
11761
11592
  self.body = body
11762
11593
 
11763
11594
  def validate(self):
11764
- self.validate_required(self.headers, 'headers')
11765
- self.validate_required(self.status_code, 'status_code')
11766
- self.validate_required(self.body, 'body')
11767
11595
  if self.body:
11768
11596
  self.body.validate()
11769
11597
 
@@ -12203,9 +12031,6 @@ class CreateNatGatewayResponse(TeaModel):
12203
12031
  self.body = body
12204
12032
 
12205
12033
  def validate(self):
12206
- self.validate_required(self.headers, 'headers')
12207
- self.validate_required(self.status_code, 'status_code')
12208
- self.validate_required(self.body, 'body')
12209
12034
  if self.body:
12210
12035
  self.body.validate()
12211
12036
 
@@ -12405,9 +12230,6 @@ class CreateNatIpResponse(TeaModel):
12405
12230
  self.body = body
12406
12231
 
12407
12232
  def validate(self):
12408
- self.validate_required(self.headers, 'headers')
12409
- self.validate_required(self.status_code, 'status_code')
12410
- self.validate_required(self.body, 'body')
12411
12233
  if self.body:
12412
12234
  self.body.validate()
12413
12235
 
@@ -12598,9 +12420,6 @@ class CreateNatIpCidrResponse(TeaModel):
12598
12420
  self.body = body
12599
12421
 
12600
12422
  def validate(self):
12601
- self.validate_required(self.headers, 'headers')
12602
- self.validate_required(self.status_code, 'status_code')
12603
- self.validate_required(self.body, 'body')
12604
12423
  if self.body:
12605
12424
  self.body.validate()
12606
12425
 
@@ -12636,7 +12455,13 @@ class CreateNetworkAclRequestTag(TeaModel):
12636
12455
  key: str = None,
12637
12456
  value: str = None,
12638
12457
  ):
12458
+ # The key of tag N to add to the resource. You can specify up to 20 tag keys. The tag key cannot be an empty string.
12459
+ #
12460
+ # The tag key can be up to 128 characters in length. It cannot start with `aliyun` or `acs:`, and cannot contain `http://` or `https://`.
12639
12461
  self.key = key
12462
+ # The value of tag N to add to the resource. You can specify at most 20 tag values. The tag value can be an empty string.
12463
+ #
12464
+ # The tag value can be up to 128 characters in length and cannot contain `http://` or `https://`. The tag value cannot start with `aliyun` or `acs:`.
12640
12465
  self.value = value
12641
12466
 
12642
12467
  def validate(self):
@@ -12680,18 +12505,22 @@ class CreateNetworkAclRequest(TeaModel):
12680
12505
  ):
12681
12506
  # The client token that is used to ensure the idempotence of the request.
12682
12507
  #
12683
- # You can use the client to generate the value, but you must make sure that it is unique among different requests. The token can contain only ASCII characters.
12508
+ # You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters.
12684
12509
  #
12685
- # > If you do not specify this parameter, the system uses **RequestId** as **ClientToken**. **RequestId** may be different for each API request.
12510
+ # > 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.
12686
12511
  self.client_token = client_token
12687
12512
  # The description of the network ACL.
12688
12513
  #
12689
- # The description must be 1 to 256 characters in length and cannot start with `http://` or `https://`.
12514
+ # The description must be 1 to 256 characters in length, and cannot start with `http://` or `https://`.
12690
12515
  self.description = description
12516
+ # Specifies whether to perform only a dry run, without performing the actual request. Valid values:
12517
+ #
12518
+ # * **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.
12519
+ # * **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.
12691
12520
  self.dry_run = dry_run
12692
12521
  # The name of the network ACL.
12693
12522
  #
12694
- # The name must be 1 to 128 characters in length and cannot start with `http://` or `https://`.
12523
+ # The name must be 1 to 128 characters in length, and cannot start with `http://` or `https://`.
12695
12524
  self.network_acl_name = network_acl_name
12696
12525
  self.owner_account = owner_account
12697
12526
  self.owner_id = owner_id
@@ -12701,6 +12530,7 @@ class CreateNetworkAclRequest(TeaModel):
12701
12530
  self.region_id = region_id
12702
12531
  self.resource_owner_account = resource_owner_account
12703
12532
  self.resource_owner_id = resource_owner_id
12533
+ # The tags of the resource.
12704
12534
  self.tag = tag
12705
12535
  # The ID of the virtual private cloud (VPC) to which the network ACL belongs.
12706
12536
  #
@@ -12711,7 +12541,7 @@ class CreateNetworkAclRequest(TeaModel):
12711
12541
  # * For more information about how to upgrade an ECS instance, see [Upgrade subscription instances](~~25438~~) and [Change the specifications of pay-as-you-go instances](~~60051~~).
12712
12542
  # * For more information about how to release an ECS instance, see [Release an ECS instance](~~25442~~).
12713
12543
  #
12714
- # > If your VPC contains ECS instances of the preceding instance families and you create a network ACL for the VPC, you must upgrade the ECS instances. Otherwise, the network ACL cannot work as expected.
12544
+ # > If the VPC contains an ECS instance that does not support network ACLs, upgrade the ECS instance.
12715
12545
  self.vpc_id = vpc_id
12716
12546
 
12717
12547
  def validate(self):
@@ -12801,23 +12631,23 @@ class CreateNetworkAclResponseBodyNetworkAclAttributeEgressAclEntriesEgressAclEn
12801
12631
  self.network_acl_entry_id = network_acl_entry_id
12802
12632
  # The name of the outbound rule.
12803
12633
  self.network_acl_entry_name = network_acl_entry_name
12804
- # The action that is performed on network traffic that matches the rule. Valid values:
12634
+ # The action to be performed on network traffic that matches the rule. Valid values:
12805
12635
  #
12806
- # - **accept**: allows the network traffic.
12807
- # - **drop**: blocks the network traffic.
12636
+ # * **accept**\
12637
+ # * **drop**\
12808
12638
  self.policy = policy
12809
- # The destination port range of the outbound rule.
12639
+ # The destination port range of the outbound traffic.
12810
12640
  #
12811
- # - If **Protocol** of the outbound rule is set to **all**, **icmp**, or **gre**, the port range is **-1/-1**, which indicates all ports.
12812
- # - If **Protocol** of the outbound rule is set to **tcp** or **udp**, the port range is in the following format: **1/200** or **80/80**. 1/200 indicates port 1 to port 200. 80/80 indicates port 80. Valid values for a port: **1** to **65535**.
12641
+ # * If the **protocol** of the outbound rule is set to **all**, **icmp**, or **gre**, the port range is -1/-1, which specified all ports.
12642
+ # * If the **protocol** of the outbound rule is set to **tcp** or **udp**, set the port range in the following format: **1/200** or **80/80**, which specifies port 1 to port 200 or port 80. Valid values for a port: **1** to **65535**.
12813
12643
  self.port = port
12814
- # The protocol type. Valid values:
12644
+ # The protocol. Valid values:
12815
12645
  #
12816
- # - **icmp**: ICMP
12817
- # - **gre**: GRE
12818
- # - **tcp**: TCP
12819
- # - **udp**: UDP
12820
- # - **all**: all protocols
12646
+ # * **icmp**\
12647
+ # * **gre**\
12648
+ # * **tcp**\
12649
+ # * **udp**\
12650
+ # * **all**\
12821
12651
  self.protocol = protocol
12822
12652
 
12823
12653
  def validate(self):
@@ -12916,23 +12746,23 @@ class CreateNetworkAclResponseBodyNetworkAclAttributeIngressAclEntriesIngressAcl
12916
12746
  self.network_acl_entry_id = network_acl_entry_id
12917
12747
  # The name of the inbound rule.
12918
12748
  self.network_acl_entry_name = network_acl_entry_name
12919
- # The action that is performed on network traffic that matches the rule. Valid values:
12749
+ # The action to be performed on network traffic that matches the rule. Valid values:
12920
12750
  #
12921
- # * **accept**: allows the network traffic.
12922
- # * **drop**: blocks the network traffic.
12751
+ # * **accept**\
12752
+ # * **drop**\
12923
12753
  self.policy = policy
12924
- # The destination port range of the inbound rule.
12754
+ # The destination port range of the inbound traffic.
12925
12755
  #
12926
- # * If **Protocol** of the inbound rule is set to **all**, **icmp**, or **gre**, the port range is **-1/-1**, which indicates all ports.
12927
- # * If **Protocol** of the inbound rule is set to **tcp** or **udp**, the port range is in the following format: **1/200** or **80/80**. 1/200 indicates port 1 to port 200. 80/80 indicates port 80. Valid values for a port: **1** to **65535**.
12756
+ # * If the **protocol** of the inbound rule is set to **all**, **icmp**, or **gre**, the port range is -1/-1, which specifies all ports.
12757
+ # * If the **protocol** of the inbound rule is set to **tcp** or **udp**, set the port range in the following format: **1/200** or **80/80**, which specifies port 1 to port 200 or port 80. Valid ports: **1** to **65535**.
12928
12758
  self.port = port
12929
- # The protocol type. Valid values:
12759
+ # The protocol. Valid values:
12930
12760
  #
12931
- # * **icmp**: ICMP
12932
- # * **gre**: GRE
12933
- # * **tcp**: TCP
12934
- # * **udp**: UDP
12935
- # * **all**: all protocols
12761
+ # * **icmp**\
12762
+ # * **gre**\
12763
+ # * **tcp**\
12764
+ # * **udp**\
12765
+ # * **all**\
12936
12766
  self.protocol = protocol
12937
12767
  # The source CIDR block.
12938
12768
  self.source_cidr_ip = source_cidr_ip
@@ -13025,13 +12855,13 @@ class CreateNetworkAclResponseBodyNetworkAclAttributeResourcesResource(TeaModel)
13025
12855
  ):
13026
12856
  # The ID of the associated resource.
13027
12857
  self.resource_id = resource_id
13028
- # The type of the associated resource.
12858
+ # The type of resource with which you want to associate the network ACL.
13029
12859
  self.resource_type = resource_type
13030
12860
  # The association status of the resource. Valid values:
13031
12861
  #
13032
- # - **BINDED**: The resource is associated with the network ACL.
13033
- # - **BINDING**: The resource is being associated with the network ACL.
13034
- # - **UNBINDING**: The resource is disassociated from the network ACL.
12862
+ # * **BINDED**\
12863
+ # * **BINDING**\
12864
+ # * **UNBINDING**\
13035
12865
  self.status = status
13036
12866
 
13037
12867
  def validate(self):
@@ -13115,9 +12945,9 @@ class CreateNetworkAclResponseBodyNetworkAclAttribute(TeaModel):
13115
12945
  self.creation_time = creation_time
13116
12946
  # The description of the network ACL.
13117
12947
  self.description = description
13118
- # The details about the outbound rule.
12948
+ # The outbound rules.
13119
12949
  self.egress_acl_entries = egress_acl_entries
13120
- # The details about the inbound rule.
12950
+ # The inbound rules.
13121
12951
  self.ingress_acl_entries = ingress_acl_entries
13122
12952
  # The ID of the network ACL.
13123
12953
  self.network_acl_id = network_acl_id
@@ -13125,12 +12955,12 @@ class CreateNetworkAclResponseBodyNetworkAclAttribute(TeaModel):
13125
12955
  self.network_acl_name = network_acl_name
13126
12956
  # The region ID of the network ACL.
13127
12957
  self.region_id = region_id
13128
- # The details about the resource that is associated with the network ACL.
12958
+ # The information about the associated resources.
13129
12959
  self.resources = resources
13130
12960
  # The status of the network ACL. Valid values:
13131
12961
  #
13132
- # * **Available**: The network ACL is available.
13133
- # * **Modifying**: The network ACL is being configured.
12962
+ # * **Available**\
12963
+ # * **Modifying**\
13134
12964
  self.status = status
13135
12965
  # The ID of the VPC to which the network ACL belongs.
13136
12966
  self.vpc_id = vpc_id
@@ -13210,7 +13040,7 @@ class CreateNetworkAclResponseBody(TeaModel):
13210
13040
  self.network_acl_attribute = network_acl_attribute
13211
13041
  # The ID of the network ACL.
13212
13042
  self.network_acl_id = network_acl_id
13213
- # The ID of the request.
13043
+ # The request ID.
13214
13044
  self.request_id = request_id
13215
13045
 
13216
13046
  def validate(self):
@@ -13255,9 +13085,6 @@ class CreateNetworkAclResponse(TeaModel):
13255
13085
  self.body = body
13256
13086
 
13257
13087
  def validate(self):
13258
- self.validate_required(self.headers, 'headers')
13259
- self.validate_required(self.status_code, 'status_code')
13260
- self.validate_required(self.body, 'body')
13261
13088
  if self.body:
13262
13089
  self.body.validate()
13263
13090
 
@@ -13560,9 +13387,6 @@ class CreatePhysicalConnectionResponse(TeaModel):
13560
13387
  self.body = body
13561
13388
 
13562
13389
  def validate(self):
13563
- self.validate_required(self.headers, 'headers')
13564
- self.validate_required(self.status_code, 'status_code')
13565
- self.validate_required(self.body, 'body')
13566
13390
  if self.body:
13567
13391
  self.body.validate()
13568
13392
 
@@ -13778,9 +13602,6 @@ class CreatePhysicalConnectionOccupancyOrderResponse(TeaModel):
13778
13602
  self.body = body
13779
13603
 
13780
13604
  def validate(self):
13781
- self.validate_required(self.headers, 'headers')
13782
- self.validate_required(self.status_code, 'status_code')
13783
- self.validate_required(self.body, 'body')
13784
13605
  if self.body:
13785
13606
  self.body.validate()
13786
13607
 
@@ -13984,9 +13805,6 @@ class CreatePhysicalConnectionSetupOrderResponse(TeaModel):
13984
13805
  self.body = body
13985
13806
 
13986
13807
  def validate(self):
13987
- self.validate_required(self.headers, 'headers')
13988
- self.validate_required(self.status_code, 'status_code')
13989
- self.validate_required(self.body, 'body')
13990
13808
  if self.body:
13991
13809
  self.body.validate()
13992
13810
 
@@ -14268,9 +14086,6 @@ class CreatePublicIpAddressPoolResponse(TeaModel):
14268
14086
  self.body = body
14269
14087
 
14270
14088
  def validate(self):
14271
- self.validate_required(self.headers, 'headers')
14272
- self.validate_required(self.status_code, 'status_code')
14273
- self.validate_required(self.body, 'body')
14274
14089
  if self.body:
14275
14090
  self.body.validate()
14276
14091
 
@@ -14584,9 +14399,6 @@ class CreateRouteEntriesResponse(TeaModel):
14584
14399
  self.body = body
14585
14400
 
14586
14401
  def validate(self):
14587
- self.validate_required(self.headers, 'headers')
14588
- self.validate_required(self.status_code, 'status_code')
14589
- self.validate_required(self.body, 'body')
14590
14402
  if self.body:
14591
14403
  self.body.validate()
14592
14404
 
@@ -14844,9 +14656,6 @@ class CreateRouteEntryResponse(TeaModel):
14844
14656
  self.body = body
14845
14657
 
14846
14658
  def validate(self):
14847
- self.validate_required(self.headers, 'headers')
14848
- self.validate_required(self.status_code, 'status_code')
14849
- self.validate_required(self.body, 'body')
14850
14659
  if self.body:
14851
14660
  self.body.validate()
14852
14661
 
@@ -14882,13 +14691,13 @@ class CreateRouteTableRequestTag(TeaModel):
14882
14691
  key: str = None,
14883
14692
  value: str = None,
14884
14693
  ):
14885
- # The key of the tag to add to the resource. You can specify up to 20 tag keys. The tag key cannot be an empty string.
14694
+ # The tag key. You can specify up to 20 tag keys. The tag key cannot be an empty string.
14886
14695
  #
14887
- # The tag key can be up to 128 characters in length and cannot contain `http://` or `https://`. The tag key cannot start with `aliyun` or `acs:`.
14696
+ # The tag key can be up to 128 characters in length. It cannot start with `aliyun` or `acs:`, and cannot contain `http://` or `https://`.
14888
14697
  self.key = key
14889
14698
  # The tag value. You can specify at most 20 tag values. The tag value can be an empty string.
14890
14699
  #
14891
- # The tag value can be up to 128 characters in length, and cannot contain `http://` or `https://`. The tag value cannot start with `aliyun` or `acs:`.
14700
+ # The tag value can be up to 128 characters in length and cannot contain `http://` or `https://`. The tag value cannot start with `aliyun` or `acs:`.
14892
14701
  self.value = value
14893
14702
 
14894
14703
  def validate(self):
@@ -14957,7 +14766,7 @@ class CreateRouteTableRequest(TeaModel):
14957
14766
  #
14958
14767
  # The name must be 1 to 128 characters in length, and cannot start with `http://` or `https://`.
14959
14768
  self.route_table_name = route_table_name
14960
- # The tags.
14769
+ # The tags of the resource.
14961
14770
  self.tag = tag
14962
14771
  # The ID of the VPC to which the custom route table belongs.
14963
14772
  #
@@ -15088,9 +14897,6 @@ class CreateRouteTableResponse(TeaModel):
15088
14897
  self.body = body
15089
14898
 
15090
14899
  def validate(self):
15091
- self.validate_required(self.headers, 'headers')
15092
- self.validate_required(self.status_code, 'status_code')
15093
- self.validate_required(self.body, 'body')
15094
14900
  if self.body:
15095
14901
  self.body.validate()
15096
14902
 
@@ -15517,9 +15323,6 @@ class CreateRouterInterfaceResponse(TeaModel):
15517
15323
  self.body = body
15518
15324
 
15519
15325
  def validate(self):
15520
- self.validate_required(self.headers, 'headers')
15521
- self.validate_required(self.status_code, 'status_code')
15522
- self.validate_required(self.body, 'body')
15523
15326
  if self.body:
15524
15327
  self.body.validate()
15525
15328
 
@@ -15750,9 +15553,6 @@ class CreateSnatEntryResponse(TeaModel):
15750
15553
  self.body = body
15751
15554
 
15752
15555
  def validate(self):
15753
- self.validate_required(self.headers, 'headers')
15754
- self.validate_required(self.status_code, 'status_code')
15755
- self.validate_required(self.body, 'body')
15756
15556
  if self.body:
15757
15557
  self.body.validate()
15758
15558
 
@@ -15917,9 +15717,6 @@ class CreateSslVpnClientCertResponse(TeaModel):
15917
15717
  self.body = body
15918
15718
 
15919
15719
  def validate(self):
15920
- self.validate_required(self.headers, 'headers')
15921
- self.validate_required(self.status_code, 'status_code')
15922
- self.validate_required(self.body, 'body')
15923
15720
  if self.body:
15924
15721
  self.body.validate()
15925
15722
 
@@ -16176,9 +15973,6 @@ class CreateSslVpnServerResponse(TeaModel):
16176
15973
  self.body = body
16177
15974
 
16178
15975
  def validate(self):
16179
- self.validate_required(self.headers, 'headers')
16180
- self.validate_required(self.status_code, 'status_code')
16181
- self.validate_required(self.body, 'body')
16182
15976
  if self.body:
16183
15977
  self.body.validate()
16184
15978
 
@@ -16382,13 +16176,13 @@ class CreateTrafficMirrorFilterRequestTag(TeaModel):
16382
16176
  key: str = None,
16383
16177
  value: str = None,
16384
16178
  ):
16385
- # The key of tag N to add to the resource. The tag key can be up to 128 characters in length and cannot contain `http://` or `https://`. The tag key cannot start with `acs:` or `aliyun`.
16179
+ # The tag key. You can specify at most 20 tag keys. The tag key cannot be an empty string.
16386
16180
  #
16387
- # You can add up to 20 tags in each call.
16181
+ # The tag key can be up to 128 characters in length. The tag key cannot start with `aliyun` or `acs:`, and cannot contain `http://` or `https://`.
16388
16182
  self.key = key
16389
- # The value of tag N that is added to the resource. You can specify up to 20 tag values. The tag value can be an empty string.
16183
+ # The tag value. You can specify at most 20 tag values. The tag value can be an empty string.
16390
16184
  #
16391
- # The value can be up to 128 characters in length and can contain letters, digits, periods (.), underscores (\_), and hyphens (-). The value must start with a letter but cannot start with `aliyun` or `acs:`. The value cannot contain `http://` or `https://`.
16185
+ # The tag value can be up to 128 characters in length. It cannot start with `aliyun` or `acs:`, and cannot contain `http://` or `https://`.
16392
16186
  self.value = value
16393
16187
 
16394
16188
  def validate(self):
@@ -16443,7 +16237,9 @@ class CreateTrafficMirrorFilterRequest(TeaModel):
16443
16237
  # * **true**: performs a dry run. The system checks the required parameters, request syntax, and 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.
16444
16238
  # * **false**: performs a dry run and sends the request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed. This is the default value.
16445
16239
  self.dry_run = dry_run
16240
+ # The list of outbound rules.
16446
16241
  self.egress_rules = egress_rules
16242
+ # The list of inbound rules.
16447
16243
  self.ingress_rules = ingress_rules
16448
16244
  self.owner_account = owner_account
16449
16245
  self.owner_id = owner_id
@@ -16455,7 +16251,7 @@ class CreateTrafficMirrorFilterRequest(TeaModel):
16455
16251
  self.resource_group_id = resource_group_id
16456
16252
  self.resource_owner_account = resource_owner_account
16457
16253
  self.resource_owner_id = resource_owner_id
16458
- # The tags.
16254
+ # The tag of the resource.
16459
16255
  self.tag = tag
16460
16256
  # The description of the filter.
16461
16257
  #
@@ -16614,9 +16410,6 @@ class CreateTrafficMirrorFilterResponse(TeaModel):
16614
16410
  self.body = body
16615
16411
 
16616
16412
  def validate(self):
16617
- self.validate_required(self.headers, 'headers')
16618
- self.validate_required(self.status_code, 'status_code')
16619
- self.validate_required(self.body, 'body')
16620
16413
  if self.body:
16621
16414
  self.body.validate()
16622
16415
 
@@ -16835,7 +16628,9 @@ class CreateTrafficMirrorFilterRulesRequest(TeaModel):
16835
16628
  # * **true**: checks the request without performing the operation. The system checks the required parameters, request format, and limits. If the request fails the precheck, an error message is returned. If the request passes the precheck, the `DryRunOperation` error code is returned.
16836
16629
  # * **false** (default): sends the request. After the request passes the check, the operation is performed.
16837
16630
  self.dry_run = dry_run
16631
+ # The list of outbound rules.
16838
16632
  self.egress_rules = egress_rules
16633
+ # The list of inbound rules.
16839
16634
  self.ingress_rules = ingress_rules
16840
16635
  self.owner_account = owner_account
16841
16636
  self.owner_id = owner_id
@@ -17048,9 +16843,6 @@ class CreateTrafficMirrorFilterRulesResponse(TeaModel):
17048
16843
  self.body = body
17049
16844
 
17050
16845
  def validate(self):
17051
- self.validate_required(self.headers, 'headers')
17052
- self.validate_required(self.status_code, 'status_code')
17053
- self.validate_required(self.body, 'body')
17054
16846
  if self.body:
17055
16847
  self.body.validate()
17056
16848
 
@@ -17086,11 +16878,13 @@ class CreateTrafficMirrorSessionRequestTag(TeaModel):
17086
16878
  key: str = None,
17087
16879
  value: str = None,
17088
16880
  ):
17089
- # The key of the tag. You can specify up to 20 tag keys. The tag key cannot be an empty string.
16881
+ # The tag key. You can specify at most 20 tag keys. The tag key cannot be an empty string.
17090
16882
  #
17091
- # The tag key can be up to 128 characters in length and cannot contain `http://` or `https://`. The tag key cannot start with `acs:` or `aliyun`.
16883
+ # The tag key can be up to 128 characters in length. It cannot start with `aliyun` or `acs:`, and cannot contain `http://` or `https://`.
17092
16884
  self.key = key
17093
- # The tag value. The format of Tag.N.Value when you call the operation. Valid values of N: 1 to 20. It cannot be an empty string. It can be up to 128 characters in length and cannot start with acs: or aliyun. It cannot contain http:// or https://.
16885
+ # The tag value. You can specify at most 20 tag values. The tag value can be an empty string.
16886
+ #
16887
+ # The tag value can be up to 128 characters in length. It cannot start with `aliyun` or `acs:`, and cannot contain `http://` or `https://`.
17094
16888
  self.value = value
17095
16889
 
17096
16890
  def validate(self):
@@ -17158,7 +16952,9 @@ class CreateTrafficMirrorSessionRequest(TeaModel):
17158
16952
  self.enabled = enabled
17159
16953
  self.owner_account = owner_account
17160
16954
  self.owner_id = owner_id
17161
- # The maximum transmission unit (MTU). Default value: **1500**.
16955
+ # The maximum transmission unit.
16956
+ #
16957
+ # Valid values: **64 to 9600**. Default value: **1500**.
17162
16958
  self.packet_length = packet_length
17163
16959
  # The priority of the traffic mirror session. Valid values: **1** to **32766**.
17164
16960
  #
@@ -17170,6 +16966,7 @@ class CreateTrafficMirrorSessionRequest(TeaModel):
17170
16966
  self.resource_group_id = resource_group_id
17171
16967
  self.resource_owner_account = resource_owner_account
17172
16968
  self.resource_owner_id = resource_owner_id
16969
+ # The tag of the resource.
17173
16970
  self.tag = tag
17174
16971
  # The ID of the filter.
17175
16972
  self.traffic_mirror_filter_id = traffic_mirror_filter_id
@@ -17181,6 +16978,7 @@ class CreateTrafficMirrorSessionRequest(TeaModel):
17181
16978
  #
17182
16979
  # The name must be 1 to 128 characters in length, and cannot start with `http://` or `https://`.
17183
16980
  self.traffic_mirror_session_name = traffic_mirror_session_name
16981
+ # The ID of the traffic mirror source. You can specify only an elastic network interface (ENI) as the traffic mirror source. The default value of **N** is **1**, which indicates that you can add only one traffic mirror source to a traffic mirror session.
17184
16982
  self.traffic_mirror_source_ids = traffic_mirror_source_ids
17185
16983
  # The ID of the traffic mirror destination. You can specify only an elastic network interface (ENI) or a Server Load Balancer (SLB) instance as a traffic mirror destination.
17186
16984
  self.traffic_mirror_target_id = traffic_mirror_target_id
@@ -17348,9 +17146,6 @@ class CreateTrafficMirrorSessionResponse(TeaModel):
17348
17146
  self.body = body
17349
17147
 
17350
17148
  def validate(self):
17351
- self.validate_required(self.headers, 'headers')
17352
- self.validate_required(self.status_code, 'status_code')
17353
- self.validate_required(self.body, 'body')
17354
17149
  if self.body:
17355
17150
  self.body.validate()
17356
17151
 
@@ -17605,9 +17400,6 @@ class CreateVSwitchResponse(TeaModel):
17605
17400
  self.body = body
17606
17401
 
17607
17402
  def validate(self):
17608
- self.validate_required(self.headers, 'headers')
17609
- self.validate_required(self.status_code, 'status_code')
17610
- self.validate_required(self.body, 'body')
17611
17403
  if self.body:
17612
17404
  self.body.validate()
17613
17405
 
@@ -17881,9 +17673,6 @@ class CreateVSwitchCidrReservationResponse(TeaModel):
17881
17673
  self.body = body
17882
17674
 
17883
17675
  def validate(self):
17884
- self.validate_required(self.headers, 'headers')
17885
- self.validate_required(self.status_code, 'status_code')
17886
- self.validate_required(self.body, 'body')
17887
17676
  if self.body:
17888
17677
  self.body.validate()
17889
17678
 
@@ -18061,9 +17850,6 @@ class CreateVbrHaResponse(TeaModel):
18061
17850
  self.body = body
18062
17851
 
18063
17852
  def validate(self):
18064
- self.validate_required(self.headers, 'headers')
18065
- self.validate_required(self.status_code, 'status_code')
18066
- self.validate_required(self.body, 'body')
18067
17853
  if self.body:
18068
17854
  self.body.validate()
18069
17855
 
@@ -18302,9 +18088,6 @@ class CreateVcoRouteEntryResponse(TeaModel):
18302
18088
  self.body = body
18303
18089
 
18304
18090
  def validate(self):
18305
- self.validate_required(self.headers, 'headers')
18306
- self.validate_required(self.status_code, 'status_code')
18307
- self.validate_required(self.body, 'body')
18308
18091
  if self.body:
18309
18092
  self.body.validate()
18310
18093
 
@@ -18637,9 +18420,6 @@ class CreateVirtualBorderRouterResponse(TeaModel):
18637
18420
  self.body = body
18638
18421
 
18639
18422
  def validate(self):
18640
- self.validate_required(self.headers, 'headers')
18641
- self.validate_required(self.status_code, 'status_code')
18642
- self.validate_required(self.body, 'body')
18643
18423
  if self.body:
18644
18424
  self.body.validate()
18645
18425
 
@@ -18893,9 +18673,6 @@ class CreateVirtualPhysicalConnectionResponse(TeaModel):
18893
18673
  self.body = body
18894
18674
 
18895
18675
  def validate(self):
18896
- self.validate_required(self.headers, 'headers')
18897
- self.validate_required(self.status_code, 'status_code')
18898
- self.validate_required(self.body, 'body')
18899
18676
  if self.body:
18900
18677
  self.body.validate()
18901
18678
 
@@ -19206,9 +18983,6 @@ class CreateVpcResponse(TeaModel):
19206
18983
  self.body = body
19207
18984
 
19208
18985
  def validate(self):
19209
- self.validate_required(self.headers, 'headers')
19210
- self.validate_required(self.status_code, 'status_code')
19211
- self.validate_required(self.body, 'body')
19212
18986
  if self.body:
19213
18987
  self.body.validate()
19214
18988
 
@@ -19493,9 +19267,6 @@ class CreateVpcGatewayEndpointResponse(TeaModel):
19493
19267
  self.body = body
19494
19268
 
19495
19269
  def validate(self):
19496
- self.validate_required(self.headers, 'headers')
19497
- self.validate_required(self.status_code, 'status_code')
19498
- self.validate_required(self.body, 'body')
19499
19270
  if self.body:
19500
19271
  self.body.validate()
19501
19272
 
@@ -19795,9 +19566,6 @@ class CreateVpcPrefixListResponse(TeaModel):
19795
19566
  self.body = body
19796
19567
 
19797
19568
  def validate(self):
19798
- self.validate_required(self.headers, 'headers')
19799
- self.validate_required(self.status_code, 'status_code')
19800
- self.validate_required(self.body, 'body')
19801
19569
  if self.body:
19802
19570
  self.body.validate()
19803
19571
 
@@ -19940,9 +19708,6 @@ class CreateVpconnFromVbrResponse(TeaModel):
19940
19708
  self.body = body
19941
19709
 
19942
19710
  def validate(self):
19943
- self.validate_required(self.headers, 'headers')
19944
- self.validate_required(self.status_code, 'status_code')
19945
- self.validate_required(self.body, 'body')
19946
19711
  if self.body:
19947
19712
  self.body.validate()
19948
19713
 
@@ -20377,9 +20142,6 @@ class CreateVpnAttachmentResponse(TeaModel):
20377
20142
  self.body = body
20378
20143
 
20379
20144
  def validate(self):
20380
- self.validate_required(self.headers, 'headers')
20381
- self.validate_required(self.status_code, 'status_code')
20382
- self.validate_required(self.body, 'body')
20383
20145
  if self.body:
20384
20146
  self.body.validate()
20385
20147
 
@@ -21145,9 +20907,6 @@ class CreateVpnConnectionResponse(TeaModel):
21145
20907
  self.body = body
21146
20908
 
21147
20909
  def validate(self):
21148
- self.validate_required(self.headers, 'headers')
21149
- self.validate_required(self.status_code, 'status_code')
21150
- self.validate_required(self.body, 'body')
21151
20910
  if self.body:
21152
20911
  self.body.validate()
21153
20912
 
@@ -21441,9 +21200,6 @@ class CreateVpnGatewayResponse(TeaModel):
21441
21200
  self.body = body
21442
21201
 
21443
21202
  def validate(self):
21444
- self.validate_required(self.headers, 'headers')
21445
- self.validate_required(self.status_code, 'status_code')
21446
- self.validate_required(self.body, 'body')
21447
21203
  if self.body:
21448
21204
  self.body.validate()
21449
21205
 
@@ -21733,9 +21489,6 @@ class CreateVpnPbrRouteEntryResponse(TeaModel):
21733
21489
  self.body = body
21734
21490
 
21735
21491
  def validate(self):
21736
- self.validate_required(self.headers, 'headers')
21737
- self.validate_required(self.status_code, 'status_code')
21738
- self.validate_required(self.body, 'body')
21739
21492
  if self.body:
21740
21493
  self.body.validate()
21741
21494
 
@@ -21991,9 +21744,6 @@ class CreateVpnRouteEntryResponse(TeaModel):
21991
21744
  self.body = body
21992
21745
 
21993
21746
  def validate(self):
21994
- self.validate_required(self.headers, 'headers')
21995
- self.validate_required(self.status_code, 'status_code')
21996
- self.validate_required(self.body, 'body')
21997
21747
  if self.body:
21998
21748
  self.body.validate()
21999
21749
 
@@ -22118,9 +21868,6 @@ class DeactivateRouterInterfaceResponse(TeaModel):
22118
21868
  self.body = body
22119
21869
 
22120
21870
  def validate(self):
22121
- self.validate_required(self.headers, 'headers')
22122
- self.validate_required(self.status_code, 'status_code')
22123
- self.validate_required(self.body, 'body')
22124
21871
  if self.body:
22125
21872
  self.body.validate()
22126
21873
 
@@ -22259,9 +22006,6 @@ class DeactiveFlowLogResponse(TeaModel):
22259
22006
  self.body = body
22260
22007
 
22261
22008
  def validate(self):
22262
- self.validate_required(self.headers, 'headers')
22263
- self.validate_required(self.status_code, 'status_code')
22264
- self.validate_required(self.body, 'body')
22265
22009
  if self.body:
22266
22010
  self.body.validate()
22267
22011
 
@@ -22403,9 +22147,6 @@ class DeleteBgpGroupResponse(TeaModel):
22403
22147
  self.body = body
22404
22148
 
22405
22149
  def validate(self):
22406
- self.validate_required(self.headers, 'headers')
22407
- self.validate_required(self.status_code, 'status_code')
22408
- self.validate_required(self.body, 'body')
22409
22150
  if self.body:
22410
22151
  self.body.validate()
22411
22152
 
@@ -22554,9 +22295,6 @@ class DeleteBgpNetworkResponse(TeaModel):
22554
22295
  self.body = body
22555
22296
 
22556
22297
  def validate(self):
22557
- self.validate_required(self.headers, 'headers')
22558
- self.validate_required(self.status_code, 'status_code')
22559
- self.validate_required(self.body, 'body')
22560
22298
  if self.body:
22561
22299
  self.body.validate()
22562
22300
 
@@ -22698,9 +22436,6 @@ class DeleteBgpPeerResponse(TeaModel):
22698
22436
  self.body = body
22699
22437
 
22700
22438
  def validate(self):
22701
- self.validate_required(self.headers, 'headers')
22702
- self.validate_required(self.status_code, 'status_code')
22703
- self.validate_required(self.body, 'body')
22704
22439
  if self.body:
22705
22440
  self.body.validate()
22706
22441
 
@@ -22841,9 +22576,6 @@ class DeleteCommonBandwidthPackageResponse(TeaModel):
22841
22576
  self.body = body
22842
22577
 
22843
22578
  def validate(self):
22844
- self.validate_required(self.headers, 'headers')
22845
- self.validate_required(self.status_code, 'status_code')
22846
- self.validate_required(self.body, 'body')
22847
22579
  if self.body:
22848
22580
  self.body.validate()
22849
22581
 
@@ -22983,9 +22715,6 @@ class DeleteCustomerGatewayResponse(TeaModel):
22983
22715
  self.body = body
22984
22716
 
22985
22717
  def validate(self):
22986
- self.validate_required(self.headers, 'headers')
22987
- self.validate_required(self.status_code, 'status_code')
22988
- self.validate_required(self.body, 'body')
22989
22718
  if self.body:
22990
22719
  self.body.validate()
22991
22720
 
@@ -23136,9 +22865,6 @@ class DeleteDhcpOptionsSetResponse(TeaModel):
23136
22865
  self.body = body
23137
22866
 
23138
22867
  def validate(self):
23139
- self.validate_required(self.headers, 'headers')
23140
- self.validate_required(self.status_code, 'status_code')
23141
- self.validate_required(self.body, 'body')
23142
22868
  if self.body:
23143
22869
  self.body.validate()
23144
22870
 
@@ -23264,9 +22990,6 @@ class DeleteFailoverTestJobResponse(TeaModel):
23264
22990
  self.body = body
23265
22991
 
23266
22992
  def validate(self):
23267
- self.validate_required(self.headers, 'headers')
23268
- self.validate_required(self.status_code, 'status_code')
23269
- self.validate_required(self.body, 'body')
23270
22993
  if self.body:
23271
22994
  self.body.validate()
23272
22995
 
@@ -23405,9 +23128,6 @@ class DeleteFlowLogResponse(TeaModel):
23405
23128
  self.body = body
23406
23129
 
23407
23130
  def validate(self):
23408
- self.validate_required(self.headers, 'headers')
23409
- self.validate_required(self.status_code, 'status_code')
23410
- self.validate_required(self.body, 'body')
23411
23131
  if self.body:
23412
23132
  self.body.validate()
23413
23133
 
@@ -23556,9 +23276,6 @@ class DeleteForwardEntryResponse(TeaModel):
23556
23276
  self.body = body
23557
23277
 
23558
23278
  def validate(self):
23559
- self.validate_required(self.headers, 'headers')
23560
- self.validate_required(self.status_code, 'status_code')
23561
- self.validate_required(self.body, 'body')
23562
23279
  if self.body:
23563
23280
  self.body.validate()
23564
23281
 
@@ -23717,9 +23434,6 @@ class DeleteFullNatEntryResponse(TeaModel):
23717
23434
  self.body = body
23718
23435
 
23719
23436
  def validate(self):
23720
- self.validate_required(self.headers, 'headers')
23721
- self.validate_required(self.status_code, 'status_code')
23722
- self.validate_required(self.body, 'body')
23723
23437
  if self.body:
23724
23438
  self.body.validate()
23725
23439
 
@@ -23850,9 +23564,6 @@ class DeleteGlobalAccelerationInstanceResponse(TeaModel):
23850
23564
  self.body = body
23851
23565
 
23852
23566
  def validate(self):
23853
- self.validate_required(self.headers, 'headers')
23854
- self.validate_required(self.status_code, 'status_code')
23855
- self.validate_required(self.body, 'body')
23856
23567
  if self.body:
23857
23568
  self.body.validate()
23858
23569
 
@@ -23992,9 +23703,6 @@ class DeleteHaVipResponse(TeaModel):
23992
23703
  self.body = body
23993
23704
 
23994
23705
  def validate(self):
23995
- self.validate_required(self.headers, 'headers')
23996
- self.validate_required(self.status_code, 'status_code')
23997
- self.validate_required(self.body, 'body')
23998
23706
  if self.body:
23999
23707
  self.body.validate()
24000
23708
 
@@ -24132,9 +23840,6 @@ class DeleteIPv6TranslatorResponse(TeaModel):
24132
23840
  self.body = body
24133
23841
 
24134
23842
  def validate(self):
24135
- self.validate_required(self.headers, 'headers')
24136
- self.validate_required(self.status_code, 'status_code')
24137
- self.validate_required(self.body, 'body')
24138
23843
  if self.body:
24139
23844
  self.body.validate()
24140
23845
 
@@ -24272,9 +23977,6 @@ class DeleteIPv6TranslatorAclListResponse(TeaModel):
24272
23977
  self.body = body
24273
23978
 
24274
23979
  def validate(self):
24275
- self.validate_required(self.headers, 'headers')
24276
- self.validate_required(self.status_code, 'status_code')
24277
- self.validate_required(self.body, 'body')
24278
23980
  if self.body:
24279
23981
  self.body.validate()
24280
23982
 
@@ -24421,9 +24123,6 @@ class DeleteIPv6TranslatorEntryResponse(TeaModel):
24421
24123
  self.body = body
24422
24124
 
24423
24125
  def validate(self):
24424
- self.validate_required(self.headers, 'headers')
24425
- self.validate_required(self.status_code, 'status_code')
24426
- self.validate_required(self.body, 'body')
24427
24126
  if self.body:
24428
24127
  self.body.validate()
24429
24128
 
@@ -24549,9 +24248,6 @@ class DeleteIpsecServerResponse(TeaModel):
24549
24248
  self.body = body
24550
24249
 
24551
24250
  def validate(self):
24552
- self.validate_required(self.headers, 'headers')
24553
- self.validate_required(self.status_code, 'status_code')
24554
- self.validate_required(self.body, 'body')
24555
24251
  if self.body:
24556
24252
  self.body.validate()
24557
24253
 
@@ -24703,9 +24399,6 @@ class DeleteIpv4GatewayResponse(TeaModel):
24703
24399
  self.body = body
24704
24400
 
24705
24401
  def validate(self):
24706
- self.validate_required(self.headers, 'headers')
24707
- self.validate_required(self.status_code, 'status_code')
24708
- self.validate_required(self.body, 'body')
24709
24402
  if self.body:
24710
24403
  self.body.validate()
24711
24404
 
@@ -24756,7 +24449,7 @@ class DeleteIpv6EgressOnlyRuleRequest(TeaModel):
24756
24449
  self.ipv_6egress_only_rule_id = ipv_6egress_only_rule_id
24757
24450
  self.owner_account = owner_account
24758
24451
  self.owner_id = owner_id
24759
- # The ID of the IPv6 gateway.
24452
+ # The region ID of the IPv6 gateway. You can call the [DescribeRegions](~~448570~~) operation to query the most recent region list.
24760
24453
  self.region_id = region_id
24761
24454
  self.resource_owner_account = resource_owner_account
24762
24455
  self.resource_owner_id = resource_owner_id
@@ -24845,9 +24538,6 @@ class DeleteIpv6EgressOnlyRuleResponse(TeaModel):
24845
24538
  self.body = body
24846
24539
 
24847
24540
  def validate(self):
24848
- self.validate_required(self.headers, 'headers')
24849
- self.validate_required(self.status_code, 'status_code')
24850
- self.validate_required(self.body, 'body')
24851
24541
  if self.body:
24852
24542
  self.body.validate()
24853
24543
 
@@ -24976,9 +24666,6 @@ class DeleteIpv6GatewayResponse(TeaModel):
24976
24666
  self.body = body
24977
24667
 
24978
24668
  def validate(self):
24979
- self.validate_required(self.headers, 'headers')
24980
- self.validate_required(self.status_code, 'status_code')
24981
- self.validate_required(self.body, 'body')
24982
24669
  if self.body:
24983
24670
  self.body.validate()
24984
24671
 
@@ -25021,17 +24708,15 @@ class DeleteIpv6InternetBandwidthRequest(TeaModel):
25021
24708
  ):
25022
24709
  # The ID of the IPv6 address.
25023
24710
  #
25024
- # > You must set one of the **Ipv6AddressId** and **Ipv6InternetBandwidthId** parameters.
24711
+ # > You must specify one of **Ipv6AddressId** and **Ipv6InternetBandwidthId**.
25025
24712
  self.ipv_6address_id = ipv_6address_id
25026
- # The ID of the Internet bandwidth that you purchase for the IPv6 gateway.
25027
- #
25028
- # > You must set one of the **Ipv6AddressId** and **Ipv6InternetBandwidthId** parameters.
24713
+ # The instance ID of the Internet bandwidth of the IPv6 address.
25029
24714
  self.ipv_6internet_bandwidth_id = ipv_6internet_bandwidth_id
25030
24715
  self.owner_account = owner_account
25031
24716
  self.owner_id = owner_id
25032
- # The ID of the region where the IPv6 gateway is deployed.
24717
+ # The region ID of the IPv6 gateway.
25033
24718
  #
25034
- # You can call the [DescribeRegions](~~36063~~) operation to obtain the region ID.
24719
+ # You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
25035
24720
  self.region_id = region_id
25036
24721
  self.resource_owner_account = resource_owner_account
25037
24722
  self.resource_owner_id = resource_owner_id
@@ -25085,7 +24770,7 @@ class DeleteIpv6InternetBandwidthResponseBody(TeaModel):
25085
24770
  self,
25086
24771
  request_id: str = None,
25087
24772
  ):
25088
- # The ID of the request.
24773
+ # The request ID.
25089
24774
  self.request_id = request_id
25090
24775
 
25091
24776
  def validate(self):
@@ -25120,9 +24805,6 @@ class DeleteIpv6InternetBandwidthResponse(TeaModel):
25120
24805
  self.body = body
25121
24806
 
25122
24807
  def validate(self):
25123
- self.validate_required(self.headers, 'headers')
25124
- self.validate_required(self.status_code, 'status_code')
25125
- self.validate_required(self.body, 'body')
25126
24808
  if self.body:
25127
24809
  self.body.validate()
25128
24810
 
@@ -25274,9 +24956,6 @@ class DeleteNatGatewayResponse(TeaModel):
25274
24956
  self.body = body
25275
24957
 
25276
24958
  def validate(self):
25277
- self.validate_required(self.headers, 'headers')
25278
- self.validate_required(self.status_code, 'status_code')
25279
- self.validate_required(self.body, 'body')
25280
24959
  if self.body:
25281
24960
  self.body.validate()
25282
24961
 
@@ -25428,9 +25107,6 @@ class DeleteNatIpResponse(TeaModel):
25428
25107
  self.body = body
25429
25108
 
25430
25109
  def validate(self):
25431
- self.validate_required(self.headers, 'headers')
25432
- self.validate_required(self.status_code, 'status_code')
25433
- self.validate_required(self.body, 'body')
25434
25110
  if self.body:
25435
25111
  self.body.validate()
25436
25112
 
@@ -25592,9 +25268,6 @@ class DeleteNatIpCidrResponse(TeaModel):
25592
25268
  self.body = body
25593
25269
 
25594
25270
  def validate(self):
25595
- self.validate_required(self.headers, 'headers')
25596
- self.validate_required(self.status_code, 'status_code')
25597
- self.validate_required(self.body, 'body')
25598
25271
  if self.body:
25599
25272
  self.body.validate()
25600
25273
 
@@ -25747,9 +25420,6 @@ class DeleteNetworkAclResponse(TeaModel):
25747
25420
  self.body = body
25748
25421
 
25749
25422
  def validate(self):
25750
- self.validate_required(self.headers, 'headers')
25751
- self.validate_required(self.status_code, 'status_code')
25752
- self.validate_required(self.body, 'body')
25753
25423
  if self.body:
25754
25424
  self.body.validate()
25755
25425
 
@@ -25889,9 +25559,6 @@ class DeletePhysicalConnectionResponse(TeaModel):
25889
25559
  self.body = body
25890
25560
 
25891
25561
  def validate(self):
25892
- self.validate_required(self.headers, 'headers')
25893
- self.validate_required(self.status_code, 'status_code')
25894
- self.validate_required(self.body, 'body')
25895
25562
  if self.body:
25896
25563
  self.body.validate()
25897
25564
 
@@ -26039,9 +25706,6 @@ class DeletePublicIpAddressPoolResponse(TeaModel):
26039
25706
  self.body = body
26040
25707
 
26041
25708
  def validate(self):
26042
- self.validate_required(self.headers, 'headers')
26043
- self.validate_required(self.status_code, 'status_code')
26044
- self.validate_required(self.body, 'body')
26045
25709
  if self.body:
26046
25710
  self.body.validate()
26047
25711
 
@@ -26196,9 +25860,6 @@ class DeletePublicIpAddressPoolCidrBlockResponse(TeaModel):
26196
25860
  self.body = body
26197
25861
 
26198
25862
  def validate(self):
26199
- self.validate_required(self.headers, 'headers')
26200
- self.validate_required(self.status_code, 'status_code')
26201
- self.validate_required(self.body, 'body')
26202
25863
  if self.body:
26203
25864
  self.body.validate()
26204
25865
 
@@ -26477,9 +26138,6 @@ class DeleteRouteEntriesResponse(TeaModel):
26477
26138
  self.body = body
26478
26139
 
26479
26140
  def validate(self):
26480
- self.validate_required(self.headers, 'headers')
26481
- self.validate_required(self.status_code, 'status_code')
26482
- self.validate_required(self.body, 'body')
26483
26141
  if self.body:
26484
26142
  self.body.validate()
26485
26143
 
@@ -26684,9 +26342,6 @@ class DeleteRouteEntryResponse(TeaModel):
26684
26342
  self.body = body
26685
26343
 
26686
26344
  def validate(self):
26687
- self.validate_required(self.headers, 'headers')
26688
- self.validate_required(self.status_code, 'status_code')
26689
- self.validate_required(self.body, 'body')
26690
26345
  if self.body:
26691
26346
  self.body.validate()
26692
26347
 
@@ -26817,9 +26472,6 @@ class DeleteRouteTableResponse(TeaModel):
26817
26472
  self.body = body
26818
26473
 
26819
26474
  def validate(self):
26820
- self.validate_required(self.headers, 'headers')
26821
- self.validate_required(self.status_code, 'status_code')
26822
- self.validate_required(self.body, 'body')
26823
26475
  if self.body:
26824
26476
  self.body.validate()
26825
26477
 
@@ -26961,9 +26613,6 @@ class DeleteRouterInterfaceResponse(TeaModel):
26961
26613
  self.body = body
26962
26614
 
26963
26615
  def validate(self):
26964
- self.validate_required(self.headers, 'headers')
26965
- self.validate_required(self.status_code, 'status_code')
26966
- self.validate_required(self.body, 'body')
26967
26616
  if self.body:
26968
26617
  self.body.validate()
26969
26618
 
@@ -27112,9 +26761,6 @@ class DeleteSnatEntryResponse(TeaModel):
27112
26761
  self.body = body
27113
26762
 
27114
26763
  def validate(self):
27115
- self.validate_required(self.headers, 'headers')
27116
- self.validate_required(self.status_code, 'status_code')
27117
- self.validate_required(self.body, 'body')
27118
26764
  if self.body:
27119
26765
  self.body.validate()
27120
26766
 
@@ -27256,9 +26902,6 @@ class DeleteSslVpnClientCertResponse(TeaModel):
27256
26902
  self.body = body
27257
26903
 
27258
26904
  def validate(self):
27259
- self.validate_required(self.headers, 'headers')
27260
- self.validate_required(self.status_code, 'status_code')
27261
- self.validate_required(self.body, 'body')
27262
26905
  if self.body:
27263
26906
  self.body.validate()
27264
26907
 
@@ -27400,9 +27043,6 @@ class DeleteSslVpnServerResponse(TeaModel):
27400
27043
  self.body = body
27401
27044
 
27402
27045
  def validate(self):
27403
- self.validate_required(self.headers, 'headers')
27404
- self.validate_required(self.status_code, 'status_code')
27405
- self.validate_required(self.body, 'body')
27406
27046
  if self.body:
27407
27047
  self.body.validate()
27408
27048
 
@@ -27552,9 +27192,6 @@ class DeleteTrafficMirrorFilterResponse(TeaModel):
27552
27192
  self.body = body
27553
27193
 
27554
27194
  def validate(self):
27555
- self.validate_required(self.headers, 'headers')
27556
- self.validate_required(self.status_code, 'status_code')
27557
- self.validate_required(self.body, 'body')
27558
27195
  if self.body:
27559
27196
  self.body.validate()
27560
27197
 
@@ -27616,6 +27253,7 @@ class DeleteTrafficMirrorFilterRulesRequest(TeaModel):
27616
27253
  self.resource_owner_id = resource_owner_id
27617
27254
  # The ID of the filter.
27618
27255
  self.traffic_mirror_filter_id = traffic_mirror_filter_id
27256
+ # The ID of the inbound or outbound rule.
27619
27257
  self.traffic_mirror_filter_rule_ids = traffic_mirror_filter_rule_ids
27620
27258
 
27621
27259
  def validate(self):
@@ -27710,9 +27348,6 @@ class DeleteTrafficMirrorFilterRulesResponse(TeaModel):
27710
27348
  self.body = body
27711
27349
 
27712
27350
  def validate(self):
27713
- self.validate_required(self.headers, 'headers')
27714
- self.validate_required(self.status_code, 'status_code')
27715
- self.validate_required(self.body, 'body')
27716
27351
  if self.body:
27717
27352
  self.body.validate()
27718
27353
 
@@ -27862,9 +27497,6 @@ class DeleteTrafficMirrorSessionResponse(TeaModel):
27862
27497
  self.body = body
27863
27498
 
27864
27499
  def validate(self):
27865
- self.validate_required(self.headers, 'headers')
27866
- self.validate_required(self.status_code, 'status_code')
27867
- self.validate_required(self.body, 'body')
27868
27500
  if self.body:
27869
27501
  self.body.validate()
27870
27502
 
@@ -27995,9 +27627,6 @@ class DeleteVSwitchResponse(TeaModel):
27995
27627
  self.body = body
27996
27628
 
27997
27629
  def validate(self):
27998
- self.validate_required(self.headers, 'headers')
27999
- self.validate_required(self.status_code, 'status_code')
28000
- self.validate_required(self.body, 'body')
28001
27630
  if self.body:
28002
27631
  self.body.validate()
28003
27632
 
@@ -28128,9 +27757,6 @@ class DeleteVSwitchCidrReservationResponse(TeaModel):
28128
27757
  self.body = body
28129
27758
 
28130
27759
  def validate(self):
28131
- self.validate_required(self.headers, 'headers')
28132
- self.validate_required(self.status_code, 'status_code')
28133
- self.validate_required(self.body, 'body')
28134
27760
  if self.body:
28135
27761
  self.body.validate()
28136
27762
 
@@ -28268,9 +27894,6 @@ class DeleteVbrHaResponse(TeaModel):
28268
27894
  self.body = body
28269
27895
 
28270
27896
  def validate(self):
28271
- self.validate_required(self.headers, 'headers')
28272
- self.validate_required(self.status_code, 'status_code')
28273
- self.validate_required(self.body, 'body')
28274
27897
  if self.body:
28275
27898
  self.body.validate()
28276
27899
 
@@ -28437,9 +28060,6 @@ class DeleteVcoRouteEntryResponse(TeaModel):
28437
28060
  self.body = body
28438
28061
 
28439
28062
  def validate(self):
28440
- self.validate_required(self.headers, 'headers')
28441
- self.validate_required(self.status_code, 'status_code')
28442
- self.validate_required(self.body, 'body')
28443
28063
  if self.body:
28444
28064
  self.body.validate()
28445
28065
 
@@ -28577,9 +28197,6 @@ class DeleteVirtualBorderRouterResponse(TeaModel):
28577
28197
  self.body = body
28578
28198
 
28579
28199
  def validate(self):
28580
- self.validate_required(self.headers, 'headers')
28581
- self.validate_required(self.status_code, 'status_code')
28582
- self.validate_required(self.body, 'body')
28583
28200
  if self.body:
28584
28201
  self.body.validate()
28585
28202
 
@@ -28735,9 +28352,6 @@ class DeleteVpcResponse(TeaModel):
28735
28352
  self.body = body
28736
28353
 
28737
28354
  def validate(self):
28738
- self.validate_required(self.headers, 'headers')
28739
- self.validate_required(self.status_code, 'status_code')
28740
- self.validate_required(self.body, 'body')
28741
28355
  if self.body:
28742
28356
  self.body.validate()
28743
28357
 
@@ -28887,9 +28501,6 @@ class DeleteVpcGatewayEndpointResponse(TeaModel):
28887
28501
  self.body = body
28888
28502
 
28889
28503
  def validate(self):
28890
- self.validate_required(self.headers, 'headers')
28891
- self.validate_required(self.status_code, 'status_code')
28892
- self.validate_required(self.body, 'body')
28893
28504
  if self.body:
28894
28505
  self.body.validate()
28895
28506
 
@@ -29041,9 +28652,6 @@ class DeleteVpcPrefixListResponse(TeaModel):
29041
28652
  self.body = body
29042
28653
 
29043
28654
  def validate(self):
29044
- self.validate_required(self.headers, 'headers')
29045
- self.validate_required(self.status_code, 'status_code')
29046
- self.validate_required(self.body, 'body')
29047
28655
  if self.body:
29048
28656
  self.body.validate()
29049
28657
 
@@ -29203,9 +28811,6 @@ class DeleteVpnAttachmentResponse(TeaModel):
29203
28811
  self.body = body
29204
28812
 
29205
28813
  def validate(self):
29206
- self.validate_required(self.headers, 'headers')
29207
- self.validate_required(self.status_code, 'status_code')
29208
- self.validate_required(self.body, 'body')
29209
28814
  if self.body:
29210
28815
  self.body.validate()
29211
28816
 
@@ -29347,9 +28952,6 @@ class DeleteVpnConnectionResponse(TeaModel):
29347
28952
  self.body = body
29348
28953
 
29349
28954
  def validate(self):
29350
- self.validate_required(self.headers, 'headers')
29351
- self.validate_required(self.status_code, 'status_code')
29352
- self.validate_required(self.body, 'body')
29353
28955
  if self.body:
29354
28956
  self.body.validate()
29355
28957
 
@@ -29491,9 +29093,6 @@ class DeleteVpnGatewayResponse(TeaModel):
29491
29093
  self.body = body
29492
29094
 
29493
29095
  def validate(self):
29494
- self.validate_required(self.headers, 'headers')
29495
- self.validate_required(self.status_code, 'status_code')
29496
- self.validate_required(self.body, 'body')
29497
29096
  if self.body:
29498
29097
  self.body.validate()
29499
29098
 
@@ -29681,9 +29280,6 @@ class DeleteVpnPbrRouteEntryResponse(TeaModel):
29681
29280
  self.body = body
29682
29281
 
29683
29282
  def validate(self):
29684
- self.validate_required(self.headers, 'headers')
29685
- self.validate_required(self.status_code, 'status_code')
29686
- self.validate_required(self.body, 'body')
29687
29283
  if self.body:
29688
29284
  self.body.validate()
29689
29285
 
@@ -29854,9 +29450,6 @@ class DeleteVpnRouteEntryResponse(TeaModel):
29854
29450
  self.body = body
29855
29451
 
29856
29452
  def validate(self):
29857
- self.validate_required(self.headers, 'headers')
29858
- self.validate_required(self.status_code, 'status_code')
29859
- self.validate_required(self.body, 'body')
29860
29453
  if self.body:
29861
29454
  self.body.validate()
29862
29455
 
@@ -30011,9 +29604,6 @@ class DeletionProtectionResponse(TeaModel):
30011
29604
  self.body = body
30012
29605
 
30013
29606
  def validate(self):
30014
- self.validate_required(self.headers, 'headers')
30015
- self.validate_required(self.status_code, 'status_code')
30016
- self.validate_required(self.body, 'body')
30017
29607
  if self.body:
30018
29608
  self.body.validate()
30019
29609
 
@@ -30381,9 +29971,6 @@ class DescribeAccessPointsResponse(TeaModel):
30381
29971
  self.body = body
30382
29972
 
30383
29973
  def validate(self):
30384
- self.validate_required(self.headers, 'headers')
30385
- self.validate_required(self.status_code, 'status_code')
30386
- self.validate_required(self.body, 'body')
30387
29974
  if self.body:
30388
29975
  self.body.validate()
30389
29976
 
@@ -30737,9 +30324,6 @@ class DescribeBgpGroupsResponse(TeaModel):
30737
30324
  self.body = body
30738
30325
 
30739
30326
  def validate(self):
30740
- self.validate_required(self.headers, 'headers')
30741
- self.validate_required(self.status_code, 'status_code')
30742
- self.validate_required(self.body, 'body')
30743
30327
  if self.body:
30744
30328
  self.body.validate()
30745
30329
 
@@ -30998,9 +30582,6 @@ class DescribeBgpNetworksResponse(TeaModel):
30998
30582
  self.body = body
30999
30583
 
31000
30584
  def validate(self):
31001
- self.validate_required(self.headers, 'headers')
31002
- self.validate_required(self.status_code, 'status_code')
31003
- self.validate_required(self.body, 'body')
31004
30585
  if self.body:
31005
30586
  self.body.validate()
31006
30587
 
@@ -31427,9 +31008,6 @@ class DescribeBgpPeersResponse(TeaModel):
31427
31008
  self.body = body
31428
31009
 
31429
31010
  def validate(self):
31430
- self.validate_required(self.headers, 'headers')
31431
- self.validate_required(self.status_code, 'status_code')
31432
- self.validate_required(self.body, 'body')
31433
31011
  if self.body:
31434
31012
  self.body.validate()
31435
31013
 
@@ -32173,9 +31751,6 @@ class DescribeCommonBandwidthPackagesResponse(TeaModel):
32173
31751
  self.body = body
32174
31752
 
32175
31753
  def validate(self):
32176
- self.validate_required(self.headers, 'headers')
32177
- self.validate_required(self.status_code, 'status_code')
32178
- self.validate_required(self.body, 'body')
32179
31754
  if self.body:
32180
31755
  self.body.validate()
32181
31756
 
@@ -32445,9 +32020,6 @@ class DescribeCustomerGatewayResponse(TeaModel):
32445
32020
  self.body = body
32446
32021
 
32447
32022
  def validate(self):
32448
- self.validate_required(self.headers, 'headers')
32449
- self.validate_required(self.status_code, 'status_code')
32450
- self.validate_required(self.body, 'body')
32451
32023
  if self.body:
32452
32024
  self.body.validate()
32453
32025
 
@@ -32890,9 +32462,6 @@ class DescribeCustomerGatewaysResponse(TeaModel):
32890
32462
  self.body = body
32891
32463
 
32892
32464
  def validate(self):
32893
- self.validate_required(self.headers, 'headers')
32894
- self.validate_required(self.status_code, 'status_code')
32895
- self.validate_required(self.body, 'body')
32896
32465
  if self.body:
32897
32466
  self.body.validate()
32898
32467
 
@@ -33174,9 +32743,6 @@ class DescribeEcGrantRelationResponse(TeaModel):
33174
32743
  self.body = body
33175
32744
 
33176
32745
  def validate(self):
33177
- self.validate_required(self.headers, 'headers')
33178
- self.validate_required(self.status_code, 'status_code')
33179
- self.validate_required(self.body, 'body')
33180
32746
  if self.body:
33181
32747
  self.body.validate()
33182
32748
 
@@ -34200,9 +33766,6 @@ class DescribeEipAddressesResponse(TeaModel):
34200
33766
  self.body = body
34201
33767
 
34202
33768
  def validate(self):
34203
- self.validate_required(self.headers, 'headers')
34204
- self.validate_required(self.status_code, 'status_code')
34205
- self.validate_required(self.body, 'body')
34206
33769
  if self.body:
34207
33770
  self.body.validate()
34208
33771
 
@@ -34431,9 +33994,6 @@ class DescribeEipGatewayInfoResponse(TeaModel):
34431
33994
  self.body = body
34432
33995
 
34433
33996
  def validate(self):
34434
- self.validate_required(self.headers, 'headers')
34435
- self.validate_required(self.status_code, 'status_code')
34436
- self.validate_required(self.body, 'body')
34437
33997
  if self.body:
34438
33998
  self.body.validate()
34439
33999
 
@@ -34696,9 +34256,6 @@ class DescribeEipMonitorDataResponse(TeaModel):
34696
34256
  self.body = body
34697
34257
 
34698
34258
  def validate(self):
34699
- self.validate_required(self.headers, 'headers')
34700
- self.validate_required(self.status_code, 'status_code')
34701
- self.validate_required(self.body, 'body')
34702
34259
  if self.body:
34703
34260
  self.body.validate()
34704
34261
 
@@ -35005,9 +34562,6 @@ class DescribeEipSegmentResponse(TeaModel):
35005
34562
  self.body = body
35006
34563
 
35007
34564
  def validate(self):
35008
- self.validate_required(self.headers, 'headers')
35009
- self.validate_required(self.status_code, 'status_code')
35010
- self.validate_required(self.body, 'body')
35011
34565
  if self.body:
35012
34566
  self.body.validate()
35013
34567
 
@@ -35222,9 +34776,6 @@ class DescribeFailoverTestJobResponse(TeaModel):
35222
34776
  self.body = body
35223
34777
 
35224
34778
  def validate(self):
35225
- self.validate_required(self.headers, 'headers')
35226
- self.validate_required(self.status_code, 'status_code')
35227
- self.validate_required(self.body, 'body')
35228
34779
  if self.body:
35229
34780
  self.body.validate()
35230
34781
 
@@ -35522,9 +35073,6 @@ class DescribeFailoverTestJobsResponse(TeaModel):
35522
35073
  self.body = body
35523
35074
 
35524
35075
  def validate(self):
35525
- self.validate_required(self.headers, 'headers')
35526
- self.validate_required(self.status_code, 'status_code')
35527
- self.validate_required(self.body, 'body')
35528
35076
  if self.body:
35529
35077
  self.body.validate()
35530
35078
 
@@ -36170,9 +35718,6 @@ class DescribeFlowLogsResponse(TeaModel):
36170
35718
  self.body = body
36171
35719
 
36172
35720
  def validate(self):
36173
- self.validate_required(self.headers, 'headers')
36174
- self.validate_required(self.status_code, 'status_code')
36175
- self.validate_required(self.body, 'body')
36176
35721
  if self.body:
36177
35722
  self.body.validate()
36178
35723
 
@@ -36568,9 +36113,6 @@ class DescribeForwardTableEntriesResponse(TeaModel):
36568
36113
  self.body = body
36569
36114
 
36570
36115
  def validate(self):
36571
- self.validate_required(self.headers, 'headers')
36572
- self.validate_required(self.status_code, 'status_code')
36573
- self.validate_required(self.body, 'body')
36574
36116
  if self.body:
36575
36117
  self.body.validate()
36576
36118
 
@@ -37146,9 +36688,6 @@ class DescribeGlobalAccelerationInstancesResponse(TeaModel):
37146
36688
  self.body = body
37147
36689
 
37148
36690
  def validate(self):
37149
- self.validate_required(self.headers, 'headers')
37150
- self.validate_required(self.status_code, 'status_code')
37151
- self.validate_required(self.body, 'body')
37152
36691
  if self.body:
37153
36692
  self.body.validate()
37154
36693
 
@@ -37427,9 +36966,6 @@ class DescribeGrantRulesToCenResponse(TeaModel):
37427
36966
  self.body = body
37428
36967
 
37429
36968
  def validate(self):
37430
- self.validate_required(self.headers, 'headers')
37431
- self.validate_required(self.status_code, 'status_code')
37432
- self.validate_required(self.body, 'body')
37433
36969
  if self.body:
37434
36970
  self.body.validate()
37435
36971
 
@@ -38025,9 +37561,6 @@ class DescribeHaVipsResponse(TeaModel):
38025
37561
  self.body = body
38026
37562
 
38027
37563
  def validate(self):
38028
- self.validate_required(self.headers, 'headers')
38029
- self.validate_required(self.status_code, 'status_code')
38030
- self.validate_required(self.body, 'body')
38031
37564
  if self.body:
38032
37565
  self.body.validate()
38033
37566
 
@@ -38203,9 +37736,6 @@ class DescribeHighDefinitionMonitorLogAttributeResponse(TeaModel):
38203
37736
  self.body = body
38204
37737
 
38205
37738
  def validate(self):
38206
- self.validate_required(self.headers, 'headers')
38207
- self.validate_required(self.status_code, 'status_code')
38208
- self.validate_required(self.body, 'body')
38209
37739
  if self.body:
38210
37740
  self.body.validate()
38211
37741
 
@@ -38469,9 +37999,6 @@ class DescribeIPv6TranslatorAclListAttributesResponse(TeaModel):
38469
37999
  self.body = body
38470
38000
 
38471
38001
  def validate(self):
38472
- self.validate_required(self.headers, 'headers')
38473
- self.validate_required(self.status_code, 'status_code')
38474
- self.validate_required(self.body, 'body')
38475
38002
  if self.body:
38476
38003
  self.body.validate()
38477
38004
 
@@ -38721,9 +38248,6 @@ class DescribeIPv6TranslatorAclListsResponse(TeaModel):
38721
38248
  self.body = body
38722
38249
 
38723
38250
  def validate(self):
38724
- self.validate_required(self.headers, 'headers')
38725
- self.validate_required(self.status_code, 'status_code')
38726
- self.validate_required(self.body, 'body')
38727
38251
  if self.body:
38728
38252
  self.body.validate()
38729
38253
 
@@ -39147,9 +38671,6 @@ class DescribeIPv6TranslatorEntriesResponse(TeaModel):
39147
38671
  self.body = body
39148
38672
 
39149
38673
  def validate(self):
39150
- self.validate_required(self.headers, 'headers')
39151
- self.validate_required(self.status_code, 'status_code')
39152
- self.validate_required(self.body, 'body')
39153
38674
  if self.body:
39154
38675
  self.body.validate()
39155
38676
 
@@ -39581,9 +39102,6 @@ class DescribeIPv6TranslatorsResponse(TeaModel):
39581
39102
  self.body = body
39582
39103
 
39583
39104
  def validate(self):
39584
- self.validate_required(self.headers, 'headers')
39585
- self.validate_required(self.status_code, 'status_code')
39586
- self.validate_required(self.body, 'body')
39587
39105
  if self.body:
39588
39106
  self.body.validate()
39589
39107
 
@@ -39619,7 +39137,15 @@ class DescribeIpv6AddressesRequestTag(TeaModel):
39619
39137
  key: str = None,
39620
39138
  value: str = None,
39621
39139
  ):
39140
+ # The key of tag N. You can specify at most 20 tag keys. The tag key cannot be an empty string.
39141
+ #
39142
+ # The tag key can be up to 128 characters in length. It cannot start with aliyun or acs:, and cannot contain http:// or https://.
39622
39143
  self.key = key
39144
+ # The value of tag N.
39145
+ #
39146
+ # The tag value can be up to 128 characters in length. It can be an empty string. It cannot start with aliyun or acs:, and cannot contain http:// or https://.
39147
+ #
39148
+ # Each tag key corresponds to one tag value. You can specify at most 20 tag values at a time.
39623
39149
  self.value = value
39624
39150
 
39625
39151
  def validate(self):
@@ -39671,9 +39197,9 @@ class DescribeIpv6AddressesRequest(TeaModel):
39671
39197
  ):
39672
39198
  # The ID of the instance that is assigned the IPv6 address.
39673
39199
  self.associated_instance_id = associated_instance_id
39674
- # The type of the instance that is assigned the IPv6 address.
39200
+ # The type of instance associated with the IPv6 address. Valid values:
39675
39201
  #
39676
- # Set the value to **EcsInstance**, which specifies an Elastic Compute Service (ECS) instance in a virtual private cloud (VPC). This is the default value.
39202
+ # **EcsInstance**: Elastic Compute Service (ECS) instance in a virtual private cloud (VPC).
39677
39203
  self.associated_instance_type = associated_instance_type
39678
39204
  # Specifies whether to return information about pending orders. Valid values:
39679
39205
  #
@@ -39703,9 +39229,11 @@ class DescribeIpv6AddressesRequest(TeaModel):
39703
39229
  self.page_size = page_size
39704
39230
  # The ID of the region in which you want to query IPv6 addresses. You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
39705
39231
  self.region_id = region_id
39232
+ # The ID of the resource group to which the IPv6 gateway belongs.
39706
39233
  self.resource_group_id = resource_group_id
39707
39234
  self.resource_owner_account = resource_owner_account
39708
39235
  self.resource_owner_id = resource_owner_id
39236
+ # The tag list.
39709
39237
  self.tag = tag
39710
39238
  # The ID of the vSwitch to which the IPv6 address belongs.
39711
39239
  self.v_switch_id = v_switch_id
@@ -39826,7 +39354,7 @@ class DescribeIpv6AddressesResponseBodyIpv6AddressesIpv6AddressIpv6InternetBandw
39826
39354
  reservation_internet_charge_type: str = None,
39827
39355
  reservation_order_type: str = None,
39828
39356
  ):
39829
- # The exclusive Internet bandwidth of the IPv6 address. Unit: Mbit/s.
39357
+ # The dedicated Internet bandwidth of the IPv6 address. Unit: Mbit/s.
39830
39358
  self.bandwidth = bandwidth
39831
39359
  # The status of the Internet bandwidth of the IPv6 address. Valid values:
39832
39360
  #
@@ -39834,29 +39362,29 @@ class DescribeIpv6AddressesResponseBodyIpv6AddressesIpv6AddressIpv6InternetBandw
39834
39362
  # * **FinancialLocked**\
39835
39363
  # * **SecurityLocked**\
39836
39364
  self.business_status = business_status
39837
- # Indicates whether renewal data is included.
39365
+ # Indicates whether renewal data is included. Valid values:
39838
39366
  #
39839
39367
  # * **false**\
39840
- # * **true** This parameter returns **true** only if **IncludeReservationData** is set to **true** and some orders have not taken effect.
39368
+ # * **true** **true** is returned only when **IncludeReservationData** is set to **true** and some orders have not taken effect.
39841
39369
  self.has_reservation_data = has_reservation_data
39842
- # The billing method of the Internet bandwidth of the IPv6 address.
39370
+ # The billing method of the Internet bandwidth of the IPv6 address. Valid values:
39843
39371
  #
39844
39372
  # Only **PostPaid** may be returned, which indicates the pay-as-you-go billing method.
39845
39373
  self.instance_charge_type = instance_charge_type
39846
39374
  # The billing method of the Internet bandwidth of the IPv6 address. Valid values:
39847
39375
  #
39848
- # * **PayByTraffic**: pay-by-data-transfer
39376
+ # * **PayByTraffic**\
39849
39377
  # * **PayByBandwidth**: pay-by-bandwidth
39850
39378
  self.internet_charge_type = internet_charge_type
39851
- # The instance ID of the Internet bandwidth of the IPv6 address.
39379
+ # The Internet bandwidth ID of the IPv6 address.
39852
39380
  self.ipv_6internet_bandwidth_id = ipv_6internet_bandwidth_id
39853
- # The time when the renewal took effect. The time is displayed in the `YYYY-MM-DDThh:mm:ssZ` format.
39381
+ # The time when the renewal took effect. The time follows the ISO 8601 standard in the `YYYY-MM-DDThh:mm:ssZ` format.
39854
39382
  self.reservation_active_time = reservation_active_time
39855
39383
  # The maximum bandwidth after the renewal takes effect. Unit: Mbit/s.
39856
39384
  self.reservation_bandwidth = reservation_bandwidth
39857
39385
  # The metering method that is used after the renewal takes effect.
39858
39386
  #
39859
- # * **PayByTraffic**: pay-by-data-transfer
39387
+ # * **PayByTraffic**\
39860
39388
  # * **PayByBandwidth**: pay-by-bandwidth
39861
39389
  self.reservation_internet_charge_type = reservation_internet_charge_type
39862
39390
  # The type of the renewal order. Only **RENEW** may be returned, which indicates that the order is placed for service renewal.
@@ -39924,7 +39452,15 @@ class DescribeIpv6AddressesResponseBodyIpv6AddressesIpv6AddressTagsTag(TeaModel)
39924
39452
  key: str = None,
39925
39453
  value: str = None,
39926
39454
  ):
39455
+ # The key of tag N. You can specify at most 20 tag keys. The tag key cannot be an empty string.
39456
+ #
39457
+ # The tag key can be up to 128 characters in length. It cannot start with `aliyun` or `acs:`, and cannot contain `http://` or `https://`.
39927
39458
  self.key = key
39459
+ # The value of tag N.
39460
+ #
39461
+ # The tag value can be up to 128 characters in length. It can be an empty string. It cannot start with `aliyun` or `acs:`, and cannot contain `http://` or `https://`.
39462
+ #
39463
+ # Each tag key corresponds to one tag value. You can specify at most 20 tag values at a time.
39928
39464
  self.value = value
39929
39465
 
39930
39466
  def validate(self):
@@ -40009,12 +39545,13 @@ class DescribeIpv6AddressesResponseBodyIpv6AddressesIpv6Address(TeaModel):
40009
39545
  ):
40010
39546
  # The time when the IPv6 address was created.
40011
39547
  self.allocation_time = allocation_time
40012
- # The ID of the instance that is assigned the IPv6 address.
39548
+ # The ID of the instance associated with the IPv6 address.
40013
39549
  self.associated_instance_id = associated_instance_id
40014
- # The type of the instance that is assigned the IPv6 address.
39550
+ # The type of instance associated with the IPv6 address.
40015
39551
  self.associated_instance_type = associated_instance_type
40016
- # The IPv6 address of the instance.
39552
+ # The IPv6 address.
40017
39553
  self.ipv_6address = ipv_6address
39554
+ # The description of the IPv6 address.
40018
39555
  self.ipv_6address_description = ipv_6address_description
40019
39556
  # The ID of the IPv6 address.
40020
39557
  self.ipv_6address_id = ipv_6address_id
@@ -40022,32 +39559,30 @@ class DescribeIpv6AddressesResponseBodyIpv6AddressesIpv6Address(TeaModel):
40022
39559
  self.ipv_6address_name = ipv_6address_name
40023
39560
  # The ID of the IPv6 gateway to which the IPv6 address belongs.
40024
39561
  self.ipv_6gateway_id = ipv_6gateway_id
40025
- # The information about the Internet bandwidth of the IPv6 address.
39562
+ # The Internet bandwidth of the IPv6 address.
40026
39563
  self.ipv_6internet_bandwidth = ipv_6internet_bandwidth
40027
- # The service provider of the IPv6 address. Valid values:
39564
+ # The ISP of the IPv6 address.
40028
39565
  #
40029
39566
  # * **BGP** (default)
40030
39567
  # * **ChinaMobile**\
40031
39568
  # * **ChinaUnicom**\
40032
39569
  # * **ChinaTelecom**\
40033
39570
  self.ipv_6isp = ipv_6isp
40034
- # The type of communication supported by the IPv6 address. Valid values:
39571
+ # The type of connection supported by the IPv6 address. Valid values:
40035
39572
  #
40036
39573
  # * **Private**\
40037
39574
  # * **Public**\
40038
39575
  self.network_type = network_type
40039
- # The maximum bandwidth value of the IPv6 address.
40040
- #
40041
- # * If the IPv6 address is associated with an EIP bandwidth plan, the value of **RealBandwidth** is the maximum bandwidth value of the EIP bandwidth plan.
40042
- # * If the IPv6 address is not associated with an EIP bandwidth plan, the value of **RealBandwidth** is the maximum bandwidth value of the Internet bandwidth of the IPv6 address.
40043
- # * If the IPv6 address is not associated with an EIP bandwidth plan or an Internet bandwidth plan, the values of **RealBandwidth** and **Bandwidth** are both 0.
39576
+ # The peak bandwidth of the IPv6 address.
40044
39577
  self.real_bandwidth = real_bandwidth
39578
+ # The ID of the resource group to which the IPv6 gateway belongs.
40045
39579
  self.resource_group_id = resource_group_id
40046
- # The status of the IPv6 address. Valid values:
39580
+ # The status of the IPv6 address.
40047
39581
  #
40048
39582
  # * **Pending**\
40049
39583
  # * **Available**\
40050
39584
  self.status = status
39585
+ # The tag list.
40051
39586
  self.tags = tags
40052
39587
  # The ID of the vSwitch to which the IPv6 address belongs.
40053
39588
  self.v_switch_id = v_switch_id
@@ -40187,7 +39722,7 @@ class DescribeIpv6AddressesResponseBody(TeaModel):
40187
39722
  request_id: str = None,
40188
39723
  total_count: int = None,
40189
39724
  ):
40190
- # The details about the IPv6 addresses.
39725
+ # The details of the IPv6 address.
40191
39726
  self.ipv_6addresses = ipv_6addresses
40192
39727
  # The page number of the returned page. Default value: **1**.
40193
39728
  self.page_number = page_number
@@ -40248,9 +39783,6 @@ class DescribeIpv6AddressesResponse(TeaModel):
40248
39783
  self.body = body
40249
39784
 
40250
39785
  def validate(self):
40251
- self.validate_required(self.headers, 'headers')
40252
- self.validate_required(self.status_code, 'status_code')
40253
- self.validate_required(self.body, 'body')
40254
39786
  if self.body:
40255
39787
  self.body.validate()
40256
39788
 
@@ -40551,9 +40083,6 @@ class DescribeIpv6EgressOnlyRulesResponse(TeaModel):
40551
40083
  self.body = body
40552
40084
 
40553
40085
  def validate(self):
40554
- self.validate_required(self.headers, 'headers')
40555
- self.validate_required(self.status_code, 'status_code')
40556
- self.validate_required(self.body, 'body')
40557
40086
  if self.body:
40558
40087
  self.body.validate()
40559
40088
 
@@ -40742,6 +40271,9 @@ class DescribeIpv6GatewayAttributeResponseBody(TeaModel):
40742
40271
  self.description = description
40743
40272
  # The time when the IPv6 gateway expires.
40744
40273
  self.expired_time = expired_time
40274
+ # The ID of the gateway route table associated with the IPv6 gateway.
40275
+ #
40276
+ # > This parameter is available only when the IPv6 gateway is associated with a gateway route table.
40745
40277
  self.gateway_route_table_id = gateway_route_table_id
40746
40278
  # The metering method of the IPv6 gateway.
40747
40279
  self.instance_charge_type = instance_charge_type
@@ -40851,9 +40383,6 @@ class DescribeIpv6GatewayAttributeResponse(TeaModel):
40851
40383
  self.body = body
40852
40384
 
40853
40385
  def validate(self):
40854
- self.validate_required(self.headers, 'headers')
40855
- self.validate_required(self.status_code, 'status_code')
40856
- self.validate_required(self.body, 'body')
40857
40386
  if self.body:
40858
40387
  self.body.validate()
40859
40388
 
@@ -41324,9 +40853,6 @@ class DescribeIpv6GatewaysResponse(TeaModel):
41324
40853
  self.body = body
41325
40854
 
41326
40855
  def validate(self):
41327
- self.validate_required(self.headers, 'headers')
41328
- self.validate_required(self.status_code, 'status_code')
41329
- self.validate_required(self.body, 'body')
41330
40856
  if self.body:
41331
40857
  self.body.validate()
41332
40858
 
@@ -42292,9 +41818,6 @@ class DescribeNatGatewaysResponse(TeaModel):
42292
41818
  self.body = body
42293
41819
 
42294
41820
  def validate(self):
42295
- self.validate_required(self.headers, 'headers')
42296
- self.validate_required(self.status_code, 'status_code')
42297
- self.validate_required(self.body, 'body')
42298
41821
  if self.body:
42299
41822
  self.body.validate()
42300
41823
 
@@ -42337,9 +41860,9 @@ class DescribeNetworkAclAttributesRequest(TeaModel):
42337
41860
  ):
42338
41861
  # The client token that is used to ensure the idempotence of the request.
42339
41862
  #
42340
- # You can use the client to generate the value, but you must make sure that it is unique among different requests. ClientToken can contain only ASCII characters.
41863
+ # You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters.
42341
41864
  #
42342
- # > If you do not set this parameter, the system sets **ClientToken** to the value of **RequestId**. The value of **RequestId** for each API request may be different.
41865
+ # > 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.
42343
41866
  self.client_token = client_token
42344
41867
  # The ID of the network ACL.
42345
41868
  self.network_acl_id = network_acl_id
@@ -42413,7 +41936,16 @@ class DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeEgressAclEntrie
42413
41936
  self.description = description
42414
41937
  # The destination CIDR block.
42415
41938
  self.destination_cidr_ip = destination_cidr_ip
41939
+ # The type of the inbound rule.
41940
+ #
41941
+ # - **custom**\
41942
+ #
41943
+ # - **system**\
42416
41944
  self.entry_type = entry_type
41945
+ # The IP version. Valid values:
41946
+ #
41947
+ # * **IPv4**\
41948
+ # * **IPv6**\
42417
41949
  self.ip_version = ip_version
42418
41950
  # The ID of the outbound rule.
42419
41951
  self.network_acl_entry_id = network_acl_entry_id
@@ -42421,21 +41953,21 @@ class DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeEgressAclEntrie
42421
41953
  self.network_acl_entry_name = network_acl_entry_name
42422
41954
  # The action to be performed on network traffic that matches the rule. Valid values:
42423
41955
  #
42424
- # - **accept**: allows network traffic.
42425
- # - **drop**: blocks network traffic.
41956
+ # * **accept**\
41957
+ # * **drop**\
42426
41958
  self.policy = policy
42427
- # The destination port range of the outbound traffic.
41959
+ # The destination port range of the outbound traffic.
42428
41960
  #
42429
- # - If **Protocol** of the outbound rule is set to **all**, **icmp**, or **gre**, the port range is **-1/-1**, which indicates all ports.
42430
- # - If **Protocol** of the outbound rule is set to **tcp** or **udp**, the port range is in the following format: **1/200** or **80/80**, which indicates port 1 to port 200, or port 80. Valid values for a port: **1** to **65535**.
41961
+ # * If the **protocol** of the outbound rule is set to **all**, **icmp**, or **gre**, the port range is -1/-1, which specified all ports.
41962
+ # * If the **protocol** of the outbound rule is set to **tcp** or **udp**, set the port range in the following format: **1/200** or **80/80**, which specifies port 1 to port 200 or port 80. Valid values for a port: **1** to **65535**.
42431
41963
  self.port = port
42432
- # The protocol. Valid values:
41964
+ # The protocol type. Valid values:
42433
41965
  #
42434
- # - **icmp**: ICMP
42435
- # - **gre**: GRE
42436
- # - **tcp**: TCP
42437
- # - **udp**: UDP
42438
- # - **all**: all protocols
41966
+ # * **icmp**\
41967
+ # * **gre**\
41968
+ # * **tcp**\
41969
+ # * **udp**\
41970
+ # * **all**\
42439
41971
  self.protocol = protocol
42440
41972
 
42441
41973
  def validate(self):
@@ -42540,7 +42072,16 @@ class DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeIngressAclEntri
42540
42072
  ):
42541
42073
  # The description of the inbound rule.
42542
42074
  self.description = description
42075
+ # The type of the inbound rule.
42076
+ #
42077
+ # - **custom**\
42078
+ #
42079
+ # - **system**\
42543
42080
  self.entry_type = entry_type
42081
+ # The IP version. Valid values:
42082
+ #
42083
+ # * **IPv4**\
42084
+ # * **IPv6**\
42544
42085
  self.ip_version = ip_version
42545
42086
  # The ID of the inbound rule.
42546
42087
  self.network_acl_entry_id = network_acl_entry_id
@@ -42548,21 +42089,21 @@ class DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeIngressAclEntri
42548
42089
  self.network_acl_entry_name = network_acl_entry_name
42549
42090
  # The action to be performed on network traffic that matches the rule. Valid values:
42550
42091
  #
42551
- # * **accept**: allows network traffic.
42552
- # * **drop**: blocks network traffic.
42092
+ # * **accept**\
42093
+ # * **drop**\
42553
42094
  self.policy = policy
42554
42095
  # The destination port range of the inbound traffic.
42555
42096
  #
42556
- # * If **Protocol** of the inbound rule is set to **all**, **icmp**, or **gre**, the port range is **-1/-1**, which indicates all ports.
42557
- # * If **Protocol** of the inbound rule is set to **tcp** or **udp**, the port range is in the following format: **1/200** or **80/80**, which indicates port 1 to port 200, or port 80. Valid values for a port: **1** to **65535**.
42097
+ # * If the **protocol** of the inbound rule is set to **all**, **icmp**, or **gre**, the port range is -1/-1, which specifies all ports.
42098
+ # * If the **protocol** of the inbound rule is set to **tcp** or **udp**, set the port range in the following format: **1/200** or **80/80**, which specifies port 1 to port 200 or port 80. Valid ports: **1** to **65535**.
42558
42099
  self.port = port
42559
- # The protocol. Valid values:
42100
+ # The protocol type. Valid values:
42560
42101
  #
42561
- # * **icmp**: ICMP
42562
- # * **gre**: GRE
42563
- # * **tcp**: TCP
42564
- # * **udp**: UDP
42565
- # * **all**: all protocols
42102
+ # * **icmp**\
42103
+ # * **gre**\
42104
+ # * **tcp**\
42105
+ # * **udp**\
42106
+ # * **all**\
42566
42107
  self.protocol = protocol
42567
42108
  # The source CIDR block.
42568
42109
  self.source_cidr_ip = source_cidr_ip
@@ -42665,11 +42206,11 @@ class DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeResourcesResour
42665
42206
  self.resource_id = resource_id
42666
42207
  # The type of resource with which you want to associate the network ACL. The value is set to **VSwitch**.
42667
42208
  self.resource_type = resource_type
42668
- # The status of the associated resource. Valid values:
42209
+ # The association status of the resource. Valid values:
42669
42210
  #
42670
- # - **BINDED**: The resource is associated with the network ACL.
42671
- # - **BINDING**: The resource is being associated with the network ACL.
42672
- # - **UNBINDING**: The resource is disassociated from the network ACL.
42211
+ # * **BINDED**\
42212
+ # * **BINDING**\
42213
+ # * **UNBINDING**\
42673
42214
  self.status = status
42674
42215
 
42675
42216
  def validate(self):
@@ -42741,9 +42282,9 @@ class DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeTagsTag(TeaMode
42741
42282
  key: str = None,
42742
42283
  value: str = None,
42743
42284
  ):
42744
- # The tag key.
42285
+ # The key of tag N added to the resource.
42745
42286
  self.key = key
42746
- # The tag value.
42287
+ # The value of tag N added to the resource.
42747
42288
  self.value = value
42748
42289
 
42749
42290
  def validate(self):
@@ -42837,16 +42378,16 @@ class DescribeNetworkAclAttributesResponseBodyNetworkAclAttribute(TeaModel):
42837
42378
  self.owner_id = owner_id
42838
42379
  # The region ID of the network ACL.
42839
42380
  self.region_id = region_id
42840
- # The details about the resource that is associated with the network ACL.
42381
+ # The resources that are associated with the network ACL.
42841
42382
  self.resources = resources
42842
- # The status of the associated resource. Valid values:
42383
+ # The association status of the resource. Valid values:
42843
42384
  #
42844
42385
  # * **Available**\
42845
42386
  # * **Modifying**\
42846
42387
  self.status = status
42847
- # The tag list.
42388
+ # The information about the tags.
42848
42389
  self.tags = tags
42849
- # The ID of the virtual private cloud (VPC) with which the network ACL is associated.
42390
+ # The ID of the VPC to which the network ACL belongs.
42850
42391
  self.vpc_id = vpc_id
42851
42392
 
42852
42393
  def validate(self):
@@ -42930,9 +42471,9 @@ class DescribeNetworkAclAttributesResponseBody(TeaModel):
42930
42471
  network_acl_attribute: DescribeNetworkAclAttributesResponseBodyNetworkAclAttribute = None,
42931
42472
  request_id: str = None,
42932
42473
  ):
42933
- # The details about the network ACL.
42474
+ # The details of the network ACLs.
42934
42475
  self.network_acl_attribute = network_acl_attribute
42935
- # The ID of the request.
42476
+ # The request ID.
42936
42477
  self.request_id = request_id
42937
42478
 
42938
42479
  def validate(self):
@@ -42973,9 +42514,6 @@ class DescribeNetworkAclAttributesResponse(TeaModel):
42973
42514
  self.body = body
42974
42515
 
42975
42516
  def validate(self):
42976
- self.validate_required(self.headers, 'headers')
42977
- self.validate_required(self.status_code, 'status_code')
42978
- self.validate_required(self.body, 'body')
42979
42517
  if self.body:
42980
42518
  self.body.validate()
42981
42519
 
@@ -43011,13 +42549,13 @@ class DescribeNetworkAclsRequestTags(TeaModel):
43011
42549
  key: str = None,
43012
42550
  value: str = None,
43013
42551
  ):
43014
- # The tag key. You can specify at most 20 tag keys. It cannot be an empty string.
42552
+ # The key of tag N to add to the resource. You can specify up to 20 tag keys. The tag key cannot be an empty string.
43015
42553
  #
43016
- # The key cannot exceed 64 characters in length, and can contain digits, periods (.), underscores (\_), and hyphens (-). The key must start with a letter but cannot start with `aliyun` or `acs:`. The key cannot contain `http://` or `https://`.
42554
+ # The tag key can be up to 128 characters in length. It cannot start with `aliyun` or `acs:`, and cannot contain `http://` or `https://`.
43017
42555
  self.key = key
43018
- # The tag value. You can specify at most 20 tag values. It can be an empty string.
42556
+ # The value of tag N to add to the resource. You can specify at most 20 tag values. The tag value can be an empty string.
43019
42557
  #
43020
- # The tag value cannot exceed 128 characters in length, and can contain digits, periods (.), underscores (\_), and hyphens (-). It must start with a letter but cannot start with `aliyun` or `acs:`. It cannot contain `http://` or `https://`.
42558
+ # The tag value can be up to 128 characters in length and cannot contain `http://` or `https://`. The tag value cannot start with `aliyun` or `acs:`.
43021
42559
  self.value = value
43022
42560
 
43023
42561
  def validate(self):
@@ -43062,11 +42600,11 @@ class DescribeNetworkAclsRequest(TeaModel):
43062
42600
  tags: List[DescribeNetworkAclsRequestTags] = None,
43063
42601
  vpc_id: str = None,
43064
42602
  ):
43065
- # The client token that you want to use to ensure the idempotence of the request.
42603
+ # The client token that is used to ensure the idempotence of the request.
43066
42604
  #
43067
- # You can use the client to generate the value, but you must make sure that the value is unique among different requests. ClientToken can contain only ASCII characters.
42605
+ # You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters.
43068
42606
  #
43069
- # > If you do not set this parameter, the system sets **ClientToken** to the value of **RequestId**. The value of **RequestId** for each API request may be different.
42607
+ # > 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.
43070
42608
  self.client_token = client_token
43071
42609
  # The ID of the network ACL.
43072
42610
  self.network_acl_id = network_acl_id
@@ -43076,9 +42614,9 @@ class DescribeNetworkAclsRequest(TeaModel):
43076
42614
  self.network_acl_name = network_acl_name
43077
42615
  self.owner_account = owner_account
43078
42616
  self.owner_id = owner_id
43079
- # The number of the page to return. Default value: **1**.
42617
+ # The page number. Default value: **1**.
43080
42618
  self.page_number = page_number
43081
- # The number of entries to return on each page. Maximum value: **50**. Default value: **10**.
42619
+ # The number of entries per page. Maximum value: **50**. Default value: **10**.
43082
42620
  self.page_size = page_size
43083
42621
  # The region ID of the network ACL.
43084
42622
  #
@@ -43090,10 +42628,11 @@ class DescribeNetworkAclsRequest(TeaModel):
43090
42628
  self.resource_owner_id = resource_owner_id
43091
42629
  # The type of the associated instance. Set the value to **VSwitch**.
43092
42630
  #
43093
- # This parameter is valid only if **ResourceType** and **ResourceId** are both set.
42631
+ # This parameter is valid only if **ResourceType** and **ResourceId** are both specified.
43094
42632
  self.resource_type = resource_type
42633
+ # The tag list.
43095
42634
  self.tags = tags
43096
- # The ID of the virtual private cloud (VPC) to which the network ACL belongs.
42635
+ # The ID of the VPC to which the network ACL belongs.
43097
42636
  self.vpc_id = vpc_id
43098
42637
 
43099
42638
  def validate(self):
@@ -43193,7 +42732,16 @@ class DescribeNetworkAclsResponseBodyNetworkAclsNetworkAclEgressAclEntriesEgress
43193
42732
  self.description = description
43194
42733
  # The destination CIDR block.
43195
42734
  self.destination_cidr_ip = destination_cidr_ip
42735
+ # The type of the inbound rule.
42736
+ #
42737
+ # - **custom**\
42738
+ #
42739
+ # - **system**\
43196
42740
  self.entry_type = entry_type
42741
+ # The IP version.
42742
+ #
42743
+ # * **IPv4**\
42744
+ # * **IPv6**\
43197
42745
  self.ip_version = ip_version
43198
42746
  # The ID of the outbound rule.
43199
42747
  self.network_acl_entry_id = network_acl_entry_id
@@ -43201,21 +42749,21 @@ class DescribeNetworkAclsResponseBodyNetworkAclsNetworkAclEgressAclEntriesEgress
43201
42749
  self.network_acl_entry_name = network_acl_entry_name
43202
42750
  # The action to be performed on network traffic that matches the rule. Valid values:
43203
42751
  #
43204
- # - **accept**: allows network traffic.
43205
- # - **drop**: blocks network traffic.
42752
+ # * **accept**\
42753
+ # * **drop**\
43206
42754
  self.policy = policy
43207
- # The destination port range of the outbound traffic.
42755
+ # The destination port range of the outbound traffic.
43208
42756
  #
43209
- # - If **Protocol** of the outbound rule is set to **all**, **icmp**, or **gre**, the port range is **-1/-1**, which specifies all ports.
43210
- # - If **Protocol** of the outbound rule is set to **tcp** or **udp**, the port range is in the following format: **1/200** or **80/80**. 1/200 indicates port 1 to port 200. 80/80 indicates port 80. Valid values for a port: **1** to **65535**.
42757
+ # * If the **protocol** of the outbound rule is set to **all**, **icmp**, or **gre**, the port range is -1/-1, which specified all ports.
42758
+ # * If the **protocol** of the outbound rule is set to **tcp** or **udp**, set the port range in the following format: **1/200** or **80/80**, which specifies port 1 to port 200 or port 80. Valid values for a port: **1** to **65535**.
43211
42759
  self.port = port
43212
42760
  # The protocol. Valid values:
43213
42761
  #
43214
- # - **icmp**: ICMP
43215
- # - **gre**: GRE
43216
- # - **tcp**: TCP
43217
- # - **udp**: UDP
43218
- # - **all**: all protocols
42762
+ # * **icmp**\
42763
+ # * **gre**\
42764
+ # * **tcp**\
42765
+ # * **udp**\
42766
+ # * **all**\
43219
42767
  self.protocol = protocol
43220
42768
 
43221
42769
  def validate(self):
@@ -43320,7 +42868,16 @@ class DescribeNetworkAclsResponseBodyNetworkAclsNetworkAclIngressAclEntriesIngre
43320
42868
  ):
43321
42869
  # The description of the inbound rule.
43322
42870
  self.description = description
42871
+ # The type of the inbound rule.
42872
+ #
42873
+ # - **custom**\
42874
+ #
42875
+ # - **system**\
43323
42876
  self.entry_type = entry_type
42877
+ # The IP version.
42878
+ #
42879
+ # * **IPv4**\
42880
+ # * **IPv6**\
43324
42881
  self.ip_version = ip_version
43325
42882
  # The ID of the inbound rule.
43326
42883
  self.network_acl_entry_id = network_acl_entry_id
@@ -43328,21 +42885,21 @@ class DescribeNetworkAclsResponseBodyNetworkAclsNetworkAclIngressAclEntriesIngre
43328
42885
  self.network_acl_entry_name = network_acl_entry_name
43329
42886
  # The action to be performed on network traffic that matches the rule. Valid values:
43330
42887
  #
43331
- # * **accept**: allows network traffic.
43332
- # * **drop**: blocks network traffic.
42888
+ # * **accept**\
42889
+ # * **drop**\
43333
42890
  self.policy = policy
43334
42891
  # The destination port range of the inbound traffic.
43335
42892
  #
43336
- # * If **Protocol** of the inbound rule is set to **all**, **icmp**, or **gre**, the port range is **-1/-1**, which indicates all ports.
43337
- # * If **Protocol** of the inbound rule is set to **tcp** or **udp**, the port range is in the following format: **1/200** or **80/80**. 1/200 indicates port 1 to port 200. 80/80 indicates port 80. Valid values for a port: **1** to **65535**.
42893
+ # * If the **protocol** of the inbound rule is set to **all**, **icmp**, or **gre**, the port range is -1/-1, which specifies all ports.
42894
+ # * If the **protocol** of the inbound rule is set to **tcp** or **udp**, set the port range in the following format: **1/200** or **80/80**, which specifies port 1 to port 200 or port 80. Valid ports: **1** to **65535**.
43338
42895
  self.port = port
43339
42896
  # The protocol. Valid values:
43340
42897
  #
43341
- # * **icmp**: ICMP
43342
- # * **gre**: GRE
43343
- # * **tcp**: TCP
43344
- # * **udp**: UDP
43345
- # * **all**: all protocols
42898
+ # * **icmp**\
42899
+ # * **gre**\
42900
+ # * **tcp**\
42901
+ # * **udp**\
42902
+ # * **all**\
43346
42903
  self.protocol = protocol
43347
42904
  # The source CIDR block.
43348
42905
  self.source_cidr_ip = source_cidr_ip
@@ -43443,13 +43000,13 @@ class DescribeNetworkAclsResponseBodyNetworkAclsNetworkAclResourcesResource(TeaM
43443
43000
  ):
43444
43001
  # The ID of the associated resource.
43445
43002
  self.resource_id = resource_id
43446
- # The type of the associated resource.
43003
+ # The type of resource with which you want to associate the network ACL.
43447
43004
  self.resource_type = resource_type
43448
43005
  # The association status of the resource. Valid values:
43449
43006
  #
43450
- # - **BINDED**: associated
43451
- # - **BINDING**: being associated
43452
- # - **UNBINDING**: disassociated
43007
+ # * **BINDED**\
43008
+ # * **BINDING**\
43009
+ # * **UNBINDING**\
43453
43010
  self.status = status
43454
43011
 
43455
43012
  def validate(self):
@@ -43521,9 +43078,9 @@ class DescribeNetworkAclsResponseBodyNetworkAclsNetworkAclTagsTag(TeaModel):
43521
43078
  key: str = None,
43522
43079
  value: str = None,
43523
43080
  ):
43524
- # The tag key.
43081
+ # The key of tag N added to the resource.
43525
43082
  self.key = key
43526
- # The tag value.
43083
+ # The value of tag N added to the resource.
43527
43084
  self.value = value
43528
43085
 
43529
43086
  def validate(self):
@@ -43607,7 +43164,7 @@ class DescribeNetworkAclsResponseBodyNetworkAclsNetworkAcl(TeaModel):
43607
43164
  self.description = description
43608
43165
  # The outbound rules.
43609
43166
  self.egress_acl_entries = egress_acl_entries
43610
- # The inbound rules.
43167
+ # The configurations of the inbound rules.
43611
43168
  self.ingress_acl_entries = ingress_acl_entries
43612
43169
  # The ID of the network ACL.
43613
43170
  self.network_acl_id = network_acl_id
@@ -43624,7 +43181,7 @@ class DescribeNetworkAclsResponseBodyNetworkAclsNetworkAcl(TeaModel):
43624
43181
  # * **Available**\
43625
43182
  # * **Modifying**\
43626
43183
  self.status = status
43627
- # The tag list.
43184
+ # The information about the tags.
43628
43185
  self.tags = tags
43629
43186
  # The ID of the associated VPC.
43630
43187
  self.vpc_id = vpc_id
@@ -43748,15 +43305,15 @@ class DescribeNetworkAclsResponseBody(TeaModel):
43748
43305
  request_id: str = None,
43749
43306
  total_count: str = None,
43750
43307
  ):
43751
- # The details about the network ACL.
43308
+ # The details of the network ACLs.
43752
43309
  self.network_acls = network_acls
43753
- # The page number of the returned page.
43310
+ # The page number.
43754
43311
  self.page_number = page_number
43755
- # The number of entries returned on each page.
43312
+ # The number of entries per page.
43756
43313
  self.page_size = page_size
43757
- # The ID of the request.
43314
+ # The request ID.
43758
43315
  self.request_id = request_id
43759
- # The total number of entries returned.
43316
+ # The number of entries returned.
43760
43317
  self.total_count = total_count
43761
43318
 
43762
43319
  def validate(self):
@@ -43809,9 +43366,6 @@ class DescribeNetworkAclsResponse(TeaModel):
43809
43366
  self.body = body
43810
43367
 
43811
43368
  def validate(self):
43812
- self.validate_required(self.headers, 'headers')
43813
- self.validate_required(self.status_code, 'status_code')
43814
- self.validate_required(self.body, 'body')
43815
43369
  if self.body:
43816
43370
  self.body.validate()
43817
43371
 
@@ -44192,9 +43746,6 @@ class DescribePhysicalConnectionLOAResponse(TeaModel):
44192
43746
  self.body = body
44193
43747
 
44194
43748
  def validate(self):
44195
- self.validate_required(self.headers, 'headers')
44196
- self.validate_required(self.status_code, 'status_code')
44197
- self.validate_required(self.body, 'body')
44198
43749
  if self.body:
44199
43750
  self.body.validate()
44200
43751
 
@@ -44572,6 +44123,7 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
44572
44123
  port_number: str = None,
44573
44124
  port_type: str = None,
44574
44125
  product_type: str = None,
44126
+ qos_id: str = None,
44575
44127
  redundant_physical_connection_id: str = None,
44576
44128
  reservation_active_time: str = None,
44577
44129
  reservation_internet_charge_type: str = None,
@@ -44679,6 +44231,7 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
44679
44231
  # * **VirtualPhysicalConnection**: shared Express Connect circuit
44680
44232
  # * **PhysicalConnection**: dedicated Express Connect circuit
44681
44233
  self.product_type = product_type
44234
+ self.qos_id = qos_id
44682
44235
  # The ID of the redundant Express Connect circuit.
44683
44236
  self.redundant_physical_connection_id = redundant_physical_connection_id
44684
44237
  # The time when the pending order takes effect.
@@ -44786,6 +44339,8 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
44786
44339
  result['PortType'] = self.port_type
44787
44340
  if self.product_type is not None:
44788
44341
  result['ProductType'] = self.product_type
44342
+ if self.qos_id is not None:
44343
+ result['QosId'] = self.qos_id
44789
44344
  if self.redundant_physical_connection_id is not None:
44790
44345
  result['RedundantPhysicalConnectionId'] = self.redundant_physical_connection_id
44791
44346
  if self.reservation_active_time is not None:
@@ -44864,6 +44419,8 @@ class DescribePhysicalConnectionsResponseBodyPhysicalConnectionSetPhysicalConnec
44864
44419
  self.port_type = m.get('PortType')
44865
44420
  if m.get('ProductType') is not None:
44866
44421
  self.product_type = m.get('ProductType')
44422
+ if m.get('QosId') is not None:
44423
+ self.qos_id = m.get('QosId')
44867
44424
  if m.get('RedundantPhysicalConnectionId') is not None:
44868
44425
  self.redundant_physical_connection_id = m.get('RedundantPhysicalConnectionId')
44869
44426
  if m.get('ReservationActiveTime') is not None:
@@ -44997,9 +44554,6 @@ class DescribePhysicalConnectionsResponse(TeaModel):
44997
44554
  self.body = body
44998
44555
 
44999
44556
  def validate(self):
45000
- self.validate_required(self.headers, 'headers')
45001
- self.validate_required(self.status_code, 'status_code')
45002
- self.validate_required(self.body, 'body')
45003
44557
  if self.body:
45004
44558
  self.body.validate()
45005
44559
 
@@ -45196,9 +44750,6 @@ class DescribePublicIpAddressResponse(TeaModel):
45196
44750
  self.body = body
45197
44751
 
45198
44752
  def validate(self):
45199
- self.validate_required(self.headers, 'headers')
45200
- self.validate_required(self.status_code, 'status_code')
45201
- self.validate_required(self.body, 'body')
45202
44753
  if self.body:
45203
44754
  self.body.validate()
45204
44755
 
@@ -45416,9 +44967,6 @@ class DescribeRegionsResponse(TeaModel):
45416
44967
  self.body = body
45417
44968
 
45418
44969
  def validate(self):
45419
- self.validate_required(self.headers, 'headers')
45420
- self.validate_required(self.status_code, 'status_code')
45421
- self.validate_required(self.body, 'body')
45422
44970
  if self.body:
45423
44971
  self.body.validate()
45424
44972
 
@@ -45988,9 +45536,6 @@ class DescribeRouteEntryListResponse(TeaModel):
45988
45536
  self.body = body
45989
45537
 
45990
45538
  def validate(self):
45991
- self.validate_required(self.headers, 'headers')
45992
- self.validate_required(self.status_code, 'status_code')
45993
- self.validate_required(self.body, 'body')
45994
45539
  if self.body:
45995
45540
  self.body.validate()
45996
45541
 
@@ -46580,9 +46125,6 @@ class DescribeRouteTableListResponse(TeaModel):
46580
46125
  self.body = body
46581
46126
 
46582
46127
  def validate(self):
46583
- self.validate_required(self.headers, 'headers')
46584
- self.validate_required(self.status_code, 'status_code')
46585
- self.validate_required(self.body, 'body')
46586
46128
  if self.body:
46587
46129
  self.body.validate()
46588
46130
 
@@ -47208,9 +46750,6 @@ class DescribeRouteTablesResponse(TeaModel):
47208
46750
  self.body = body
47209
46751
 
47210
46752
  def validate(self):
47211
- self.validate_required(self.headers, 'headers')
47212
- self.validate_required(self.status_code, 'status_code')
47213
- self.validate_required(self.body, 'body')
47214
46753
  if self.body:
47215
46754
  self.body.validate()
47216
46755
 
@@ -47813,9 +47352,6 @@ class DescribeRouterInterfaceAttributeResponse(TeaModel):
47813
47352
  self.body = body
47814
47353
 
47815
47354
  def validate(self):
47816
- self.validate_required(self.headers, 'headers')
47817
- self.validate_required(self.status_code, 'status_code')
47818
- self.validate_required(self.body, 'body')
47819
47355
  if self.body:
47820
47356
  self.body.validate()
47821
47357
 
@@ -48557,9 +48093,6 @@ class DescribeRouterInterfacesResponse(TeaModel):
48557
48093
  self.body = body
48558
48094
 
48559
48095
  def validate(self):
48560
- self.validate_required(self.headers, 'headers')
48561
- self.validate_required(self.status_code, 'status_code')
48562
- self.validate_required(self.body, 'body')
48563
48096
  if self.body:
48564
48097
  self.body.validate()
48565
48098
 
@@ -48793,9 +48326,6 @@ class DescribeServerRelatedGlobalAccelerationInstancesResponse(TeaModel):
48793
48326
  self.body = body
48794
48327
 
48795
48328
  def validate(self):
48796
- self.validate_required(self.headers, 'headers')
48797
- self.validate_required(self.status_code, 'status_code')
48798
- self.validate_required(self.body, 'body')
48799
48329
  if self.body:
48800
48330
  self.body.validate()
48801
48331
 
@@ -49140,9 +48670,6 @@ class DescribeSnatTableEntriesResponse(TeaModel):
49140
48670
  self.body = body
49141
48671
 
49142
48672
  def validate(self):
49143
- self.validate_required(self.headers, 'headers')
49144
- self.validate_required(self.status_code, 'status_code')
49145
- self.validate_required(self.body, 'body')
49146
48673
  if self.body:
49147
48674
  self.body.validate()
49148
48675
 
@@ -49367,9 +48894,6 @@ class DescribeSslVpnClientCertResponse(TeaModel):
49367
48894
  self.body = body
49368
48895
 
49369
48896
  def validate(self):
49370
- self.validate_required(self.headers, 'headers')
49371
- self.validate_required(self.status_code, 'status_code')
49372
- self.validate_required(self.body, 'body')
49373
48897
  if self.body:
49374
48898
  self.body.validate()
49375
48899
 
@@ -49690,9 +49214,6 @@ class DescribeSslVpnClientCertsResponse(TeaModel):
49690
49214
  self.body = body
49691
49215
 
49692
49216
  def validate(self):
49693
- self.validate_required(self.headers, 'headers')
49694
- self.validate_required(self.status_code, 'status_code')
49695
- self.validate_required(self.body, 'body')
49696
49217
  if self.body:
49697
49218
  self.body.validate()
49698
49219
 
@@ -49970,9 +49491,6 @@ class DescribeSslVpnClientsResponse(TeaModel):
49970
49491
  self.body = body
49971
49492
 
49972
49493
  def validate(self):
49973
- self.validate_required(self.headers, 'headers')
49974
- self.validate_required(self.status_code, 'status_code')
49975
- self.validate_required(self.body, 'body')
49976
49494
  if self.body:
49977
49495
  self.body.validate()
49978
49496
 
@@ -50364,9 +49882,6 @@ class DescribeSslVpnServersResponse(TeaModel):
50364
49882
  self.body = body
50365
49883
 
50366
49884
  def validate(self):
50367
- self.validate_required(self.headers, 'headers')
50368
- self.validate_required(self.status_code, 'status_code')
50369
- self.validate_required(self.body, 'body')
50370
49885
  if self.body:
50371
49886
  self.body.validate()
50372
49887
 
@@ -50627,9 +50142,6 @@ class DescribeTagKeysResponse(TeaModel):
50627
50142
  self.body = body
50628
50143
 
50629
50144
  def validate(self):
50630
- self.validate_required(self.headers, 'headers')
50631
- self.validate_required(self.status_code, 'status_code')
50632
- self.validate_required(self.body, 'body')
50633
50145
  if self.body:
50634
50146
  self.body.validate()
50635
50147
 
@@ -50880,9 +50392,6 @@ class DescribeTagKeysForExpressConnectResponse(TeaModel):
50880
50392
  self.body = body
50881
50393
 
50882
50394
  def validate(self):
50883
- self.validate_required(self.headers, 'headers')
50884
- self.validate_required(self.status_code, 'status_code')
50885
- self.validate_required(self.body, 'body')
50886
50395
  if self.body:
50887
50396
  self.body.validate()
50888
50397
 
@@ -51186,9 +50695,6 @@ class DescribeTagsResponse(TeaModel):
51186
50695
  self.body = body
51187
50696
 
51188
50697
  def validate(self):
51189
- self.validate_required(self.headers, 'headers')
51190
- self.validate_required(self.status_code, 'status_code')
51191
- self.validate_required(self.body, 'body')
51192
50698
  if self.body:
51193
50699
  self.body.validate()
51194
50700
 
@@ -51497,9 +51003,6 @@ class DescribeVRoutersResponse(TeaModel):
51497
51003
  self.body = body
51498
51004
 
51499
51005
  def validate(self):
51500
- self.validate_required(self.headers, 'headers')
51501
- self.validate_required(self.status_code, 'status_code')
51502
- self.validate_required(self.body, 'body')
51503
51006
  if self.body:
51504
51007
  self.body.validate()
51505
51008
 
@@ -51892,9 +51395,6 @@ class DescribeVSwitchAttributesResponse(TeaModel):
51892
51395
  self.body = body
51893
51396
 
51894
51397
  def validate(self):
51895
- self.validate_required(self.headers, 'headers')
51896
- self.validate_required(self.status_code, 'status_code')
51897
- self.validate_required(self.body, 'body')
51898
51398
  if self.body:
51899
51399
  self.body.validate()
51900
51400
 
@@ -52499,9 +51999,6 @@ class DescribeVSwitchesResponse(TeaModel):
52499
51999
  self.body = body
52500
52000
 
52501
52001
  def validate(self):
52502
- self.validate_required(self.headers, 'headers')
52503
- self.validate_required(self.status_code, 'status_code')
52504
- self.validate_required(self.body, 'body')
52505
52002
  if self.body:
52506
52003
  self.body.validate()
52507
52004
 
@@ -52717,9 +52214,6 @@ class DescribeVbrHaResponse(TeaModel):
52717
52214
  self.body = body
52718
52215
 
52719
52216
  def validate(self):
52720
- self.validate_required(self.headers, 'headers')
52721
- self.validate_required(self.status_code, 'status_code')
52722
- self.validate_required(self.body, 'body')
52723
52217
  if self.body:
52724
52218
  self.body.validate()
52725
52219
 
@@ -53020,9 +52514,6 @@ class DescribeVcoRouteEntriesResponse(TeaModel):
53020
52514
  self.body = body
53021
52515
 
53022
52516
  def validate(self):
53023
- self.validate_required(self.headers, 'headers')
53024
- self.validate_required(self.status_code, 'status_code')
53025
- self.validate_required(self.body, 'body')
53026
52517
  if self.body:
53027
52518
  self.body.validate()
53028
52519
 
@@ -54028,9 +53519,6 @@ class DescribeVirtualBorderRoutersResponse(TeaModel):
54028
53519
  self.body = body
54029
53520
 
54030
53521
  def validate(self):
54031
- self.validate_required(self.headers, 'headers')
54032
- self.validate_required(self.status_code, 'status_code')
54033
- self.validate_required(self.body, 'body')
54034
53522
  if self.body:
54035
53523
  self.body.validate()
54036
53524
 
@@ -54499,9 +53987,6 @@ class DescribeVirtualBorderRoutersForPhysicalConnectionResponse(TeaModel):
54499
53987
  self.body = body
54500
53988
 
54501
53989
  def validate(self):
54502
- self.validate_required(self.headers, 'headers')
54503
- self.validate_required(self.status_code, 'status_code')
54504
- self.validate_required(self.body, 'body')
54505
53990
  if self.body:
54506
53991
  self.body.validate()
54507
53992
 
@@ -55335,9 +54820,6 @@ class DescribeVpcAttributeResponse(TeaModel):
55335
54820
  self.body = body
55336
54821
 
55337
54822
  def validate(self):
55338
- self.validate_required(self.headers, 'headers')
55339
- self.validate_required(self.status_code, 'status_code')
55340
- self.validate_required(self.body, 'body')
55341
54823
  if self.body:
55342
54824
  self.body.validate()
55343
54825
 
@@ -55373,7 +54855,13 @@ class DescribeVpcsRequestTag(TeaModel):
55373
54855
  key: str = None,
55374
54856
  value: str = None,
55375
54857
  ):
54858
+ # The key of tag N to add to the resource. You can specify at most 20 tag keys. The tag key cannot be an empty string.
54859
+ #
54860
+ # The tag key can be up to 128 characters in length. It cannot start with `aliyun` or `acs:`, and cannot contain `http://` or `https://`.
55376
54861
  self.key = key
54862
+ # The value of tag N to add to the resource. You can specify at most 20 tag values. The tag value can be an empty string.
54863
+ #
54864
+ # The tag value can be up to 128 characters in length, and cannot contain `http://` or `https://`. The tag value cannot start with `aliyun` or `acs:`.
55377
54865
  self.value = value
55378
54866
 
55379
54867
  def validate(self):
@@ -55421,21 +54909,21 @@ class DescribeVpcsRequest(TeaModel):
55421
54909
  ):
55422
54910
  # The ID of the DHCP options set.
55423
54911
  self.dhcp_options_set_id = dhcp_options_set_id
55424
- # Specifies whether to check the request without performing the operation. Valid values:
54912
+ # Specifies whether to perform only a dry run, without performing the actual request. Valid values:
55425
54913
  #
55426
- # * **true**: checks the request but does not query VPCs. The system checks whether your AccessKey pair is valid, whether the Resource Access Management (RAM) user is authorized, and whether the required parameters are set. If the request fails to pass the check, an error message is returned. If the request passes the check, the `DryRunOperation` error code is returned.
54914
+ # * **true**: performs only a dry run. The system prechecks whether your AccessKey pair is valid, whether the RAM user is authorized, and whether the required parameters are specified. 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.
55427
54915
  # * **false** (default): sends the request. If the request passes the check, a 2xx HTTP status code is returned and VPCs are queried.
55428
54916
  self.dry_run = dry_run
55429
54917
  # Specifies whether to query the default VPC in the specified region. Valid values:
55430
54918
  #
55431
- # * **true** (default): yes
55432
- # * **false**: no
54919
+ # * **true** (default)
54920
+ # * **false**\
55433
54921
  self.is_default = is_default
55434
54922
  self.owner_account = owner_account
55435
54923
  self.owner_id = owner_id
55436
54924
  # The number of the page to return. Default value: **1**.
55437
54925
  self.page_number = page_number
55438
- # The number of entries to return per page. Maximum value: **50**. Default value: **10**.
54926
+ # The number of entries per page. Maximum value: **50**. Default value: **10**.
55439
54927
  self.page_size = page_size
55440
54928
  # The region ID of the VPC.
55441
54929
  #
@@ -55445,8 +54933,9 @@ class DescribeVpcsRequest(TeaModel):
55445
54933
  self.resource_group_id = resource_group_id
55446
54934
  self.resource_owner_account = resource_owner_account
55447
54935
  self.resource_owner_id = resource_owner_id
54936
+ # The tags of the resource.
55448
54937
  self.tag = tag
55449
- # The ID of the VPC.
54938
+ # The VPC ID.
55450
54939
  #
55451
54940
  # You can specify up to 20 VPC IDs. Separate multiple IDs with commas (,).
55452
54941
  self.vpc_id = vpc_id
@@ -55549,12 +55038,12 @@ class DescribeVpcsResponseBodyVpcsVpcIpv6CidrBlocksIpv6CidrBlock(TeaModel):
55549
55038
  self.ipv_6cidr_block = ipv_6cidr_block
55550
55039
  # The type of IPv6 CIDR block. Valid values:
55551
55040
  #
55552
- # - **BGP**: an IPv6 CIDR block provided by Alibaba Cloud over Border Gateway Protocol (BGP)
55553
- # - **ChinaMobile**: an IPv6 CIDR block provided by China Mobile (single ISP)
55554
- # - **ChinaUnicom**: an IPv6 CIDR block provided by China Unicom (single ISP)
55555
- # - **ChinaTelecom**: an IPv6 CIDR block provided by China Telecom (single ISP)
55041
+ # * **BGP**\
55042
+ # * **ChinaMobile**\
55043
+ # * **ChinaUnicom**\
55044
+ # * **ChinaTelecom**\
55556
55045
  #
55557
- # > If your Alibaba Cloud account is allowed to activate single-ISP bandwidth, valid values are: **ChinaTelecom**, **ChinaUnicom**, and **ChinaMobile**.
55046
+ # > If your Alibaba Cloud account is allowed to activate single-ISP bandwidth, you can set this parameter to **ChinaTelecom**, **ChinaUnicom**, or **ChinaMobile**.
55558
55047
  self.ipv_6isp = ipv_6isp
55559
55048
 
55560
55049
  def validate(self):
@@ -55703,9 +55192,9 @@ class DescribeVpcsResponseBodyVpcsVpcTagsTag(TeaModel):
55703
55192
  key: str = None,
55704
55193
  value: str = None,
55705
55194
  ):
55706
- # The key of the tag that is added to the VPC.
55195
+ # The key of tag N.
55707
55196
  self.key = key
55708
- # The value of the tag that is added to the VPC.
55197
+ # The value of tag N.
55709
55198
  self.value = value
55710
55199
 
55711
55200
  def validate(self):
@@ -55847,9 +55336,7 @@ class DescribeVpcsResponseBodyVpcsVpc(TeaModel):
55847
55336
  vpc_id: str = None,
55848
55337
  vpc_name: str = None,
55849
55338
  ):
55850
- # The status of the Cloud Enterprise Network (CEN) instance to which the VPC is attached.
55851
- #
55852
- # **Attached** is returned only if the VPC is attached to a CEN instance.
55339
+ # The status of the Cloud Enterprise Network (CEN) instance to which the VPC is attached. **Attached** is returned only if the VPC is attached to a CEN instance.
55853
55340
  self.cen_status = cen_status
55854
55341
  # The IPv4 CIDR block of the VPC.
55855
55342
  self.cidr_block = cidr_block
@@ -55861,21 +55348,21 @@ class DescribeVpcsResponseBodyVpcsVpc(TeaModel):
55861
55348
  self.dhcp_options_set_id = dhcp_options_set_id
55862
55349
  # The status of the DHCP options set. Valid values:
55863
55350
  #
55864
- # * **Available**: available
55865
- # * **InUse**: in use
55866
- # * **Deleted**: deleted
55867
- # * **Pending**: being configured
55351
+ # * **Available**\
55352
+ # * **InUse**\
55353
+ # * **Deleted**\
55354
+ # * **Pending**\
55868
55355
  self.dhcp_options_set_status = dhcp_options_set_status
55869
55356
  # The IPv6 CIDR block of the VPC.
55870
55357
  self.ipv_6cidr_block = ipv_6cidr_block
55871
- # The IPv6 CIDR blocks of the VPC.
55358
+ # The IPv6 CIDR block of the VPC.
55872
55359
  self.ipv_6cidr_blocks = ipv_6cidr_blocks
55873
55360
  # Indicates whether the VPC is the default VPC in the region. Valid values:
55874
55361
  #
55875
- # * **true**: yes
55876
- # * **false**: no
55362
+ # * **true**\
55363
+ # * **false**\
55877
55364
  self.is_default = is_default
55878
- # The IDs of the NAT gateways.
55365
+ # The ID of the Internet NAT gateway.
55879
55366
  self.nat_gateway_ids = nat_gateway_ids
55880
55367
  # The ID of the Alibaba Cloud account to which the VPC belongs.
55881
55368
  self.owner_id = owner_id
@@ -55883,14 +55370,14 @@ class DescribeVpcsResponseBodyVpcsVpc(TeaModel):
55883
55370
  self.region_id = region_id
55884
55371
  # The ID of the resource group to which the VPC belongs.
55885
55372
  self.resource_group_id = resource_group_id
55886
- # The IDs of the route tables.
55373
+ # The information about the route table.
55887
55374
  self.router_table_ids = router_table_ids
55888
- # The secondary CIDR blocks of the VPC.
55375
+ # The information about the secondary CIDR block.
55889
55376
  self.secondary_cidr_blocks = secondary_cidr_blocks
55890
55377
  # The status of the VPC. Valid values:
55891
55378
  #
55892
- # * **Pending**: being configured
55893
- # * **Available**: available
55379
+ # * **Pending**\
55380
+ # * **Available**\
55894
55381
  self.status = status
55895
55382
  # The tag information about the VPC.
55896
55383
  self.tags = tags
@@ -55898,11 +55385,11 @@ class DescribeVpcsResponseBodyVpcsVpc(TeaModel):
55898
55385
  self.user_cidrs = user_cidrs
55899
55386
  # The ID of the vRouter.
55900
55387
  self.vrouter_id = vrouter_id
55901
- # The vSwitches in the VPC.
55388
+ # The vSwitches in the VPC.
55902
55389
  #
55903
- # You can query up to 300 vSwitches in the VPC. The information about the latest vSwitches is returned. If you want to query the information about all vSwitches in a VPC, call the [DescribeVSwitches](/help/en/virtual-private-cloud/latest/describevswitches) operation.
55390
+ # You can query up to 300 vSwitches in the VPC. The information about the latest vSwitches is returned. If you want to query the information about all vSwitches in a VPC, call the [DescribeVSwitches](~~35748~~) operation.
55904
55391
  self.v_switch_ids = v_switch_ids
55905
- # The ID of the VPC.
55392
+ # The VPC ID.
55906
55393
  self.vpc_id = vpc_id
55907
55394
  # The name of the VPC.
55908
55395
  self.vpc_name = vpc_name
@@ -56075,15 +55562,15 @@ class DescribeVpcsResponseBody(TeaModel):
56075
55562
  total_count: int = None,
56076
55563
  vpcs: DescribeVpcsResponseBodyVpcs = None,
56077
55564
  ):
56078
- # The number of the returned page.
55565
+ # The page number.
56079
55566
  self.page_number = page_number
56080
- # The number of entries returned per page.
55567
+ # The number of entries per page.
56081
55568
  self.page_size = page_size
56082
- # The ID of the request.
55569
+ # The request ID.
56083
55570
  self.request_id = request_id
56084
55571
  # The number of entries returned.
56085
55572
  self.total_count = total_count
56086
- # The details of the VPCs.
55573
+ # The details about the VPC.
56087
55574
  self.vpcs = vpcs
56088
55575
 
56089
55576
  def validate(self):
@@ -56136,9 +55623,6 @@ class DescribeVpcsResponse(TeaModel):
56136
55623
  self.body = body
56137
55624
 
56138
55625
  def validate(self):
56139
- self.validate_required(self.headers, 'headers')
56140
- self.validate_required(self.status_code, 'status_code')
56141
- self.validate_required(self.body, 'body')
56142
55626
  if self.body:
56143
55627
  self.body.validate()
56144
55628
 
@@ -56403,9 +55887,6 @@ class DescribeVpnAttachmentsResponse(TeaModel):
56403
55887
  self.body = body
56404
55888
 
56405
55889
  def validate(self):
56406
- self.validate_required(self.headers, 'headers')
56407
- self.validate_required(self.status_code, 'status_code')
56408
- self.validate_required(self.body, 'body')
56409
55890
  if self.body:
56410
55891
  self.body.validate()
56411
55892
 
@@ -57569,9 +57050,6 @@ class DescribeVpnConnectionResponse(TeaModel):
57569
57050
  self.body = body
57570
57051
 
57571
57052
  def validate(self):
57572
- self.validate_required(self.headers, 'headers')
57573
- self.validate_required(self.status_code, 'status_code')
57574
- self.validate_required(self.body, 'body')
57575
57053
  if self.body:
57576
57054
  self.body.validate()
57577
57055
 
@@ -57819,9 +57297,6 @@ class DescribeVpnConnectionLogsResponse(TeaModel):
57819
57297
  self.body = body
57820
57298
 
57821
57299
  def validate(self):
57822
- self.validate_required(self.headers, 'headers')
57823
- self.validate_required(self.status_code, 'status_code')
57824
- self.validate_required(self.body, 'body')
57825
57300
  if self.body:
57826
57301
  self.body.validate()
57827
57302
 
@@ -59153,9 +58628,6 @@ class DescribeVpnConnectionsResponse(TeaModel):
59153
58628
  self.body = body
59154
58629
 
59155
58630
  def validate(self):
59156
- self.validate_required(self.headers, 'headers')
59157
- self.validate_required(self.status_code, 'status_code')
59158
- self.validate_required(self.body, 'body')
59159
58631
  if self.body:
59160
58632
  self.body.validate()
59161
58633
 
@@ -59408,9 +58880,6 @@ class DescribeVpnCrossAccountAuthorizationsResponse(TeaModel):
59408
58880
  self.body = body
59409
58881
 
59410
58882
  def validate(self):
59411
- self.validate_required(self.headers, 'headers')
59412
- self.validate_required(self.status_code, 'status_code')
59413
- self.validate_required(self.body, 'body')
59414
58883
  if self.body:
59415
58884
  self.body.validate()
59416
58885
 
@@ -59963,9 +59432,6 @@ class DescribeVpnGatewayResponse(TeaModel):
59963
59432
  self.body = body
59964
59433
 
59965
59434
  def validate(self):
59966
- self.validate_required(self.headers, 'headers')
59967
- self.validate_required(self.status_code, 'status_code')
59968
- self.validate_required(self.body, 'body')
59969
59435
  if self.body:
59970
59436
  self.body.validate()
59971
59437
 
@@ -60150,9 +59616,6 @@ class DescribeVpnGatewayAvailableZonesResponse(TeaModel):
60150
59616
  self.body = body
60151
59617
 
60152
59618
  def validate(self):
60153
- self.validate_required(self.headers, 'headers')
60154
- self.validate_required(self.status_code, 'status_code')
60155
- self.validate_required(self.body, 'body')
60156
59619
  if self.body:
60157
59620
  self.body.validate()
60158
59621
 
@@ -60906,9 +60369,6 @@ class DescribeVpnGatewaysResponse(TeaModel):
60906
60369
  self.body = body
60907
60370
 
60908
60371
  def validate(self):
60909
- self.validate_required(self.headers, 'headers')
60910
- self.validate_required(self.status_code, 'status_code')
60911
- self.validate_required(self.body, 'body')
60912
60372
  if self.body:
60913
60373
  self.body.validate()
60914
60374
 
@@ -61218,9 +60678,6 @@ class DescribeVpnPbrRouteEntriesResponse(TeaModel):
61218
60678
  self.body = body
61219
60679
 
61220
60680
  def validate(self):
61221
- self.validate_required(self.headers, 'headers')
61222
- self.validate_required(self.status_code, 'status_code')
61223
- self.validate_required(self.body, 'body')
61224
60681
  if self.body:
61225
60682
  self.body.validate()
61226
60683
 
@@ -61550,9 +61007,6 @@ class DescribeVpnRouteEntriesResponse(TeaModel):
61550
61007
  self.body = body
61551
61008
 
61552
61009
  def validate(self):
61553
- self.validate_required(self.headers, 'headers')
61554
- self.validate_required(self.status_code, 'status_code')
61555
- self.validate_required(self.body, 'body')
61556
61010
  if self.body:
61557
61011
  self.body.validate()
61558
61012
 
@@ -61798,9 +61252,6 @@ class DescribeVpnSslServerLogsResponse(TeaModel):
61798
61252
  self.body = body
61799
61253
 
61800
61254
  def validate(self):
61801
- self.validate_required(self.headers, 'headers')
61802
- self.validate_required(self.status_code, 'status_code')
61803
- self.validate_required(self.body, 'body')
61804
61255
  if self.body:
61805
61256
  self.body.validate()
61806
61257
 
@@ -62026,9 +61477,6 @@ class DescribeZonesResponse(TeaModel):
62026
61477
  self.body = body
62027
61478
 
62028
61479
  def validate(self):
62029
- self.validate_required(self.headers, 'headers')
62030
- self.validate_required(self.status_code, 'status_code')
62031
- self.validate_required(self.body, 'body')
62032
61480
  if self.body:
62033
61481
  self.body.validate()
62034
61482
 
@@ -62186,9 +61634,6 @@ class DetachDhcpOptionsSetFromVpcResponse(TeaModel):
62186
61634
  self.body = body
62187
61635
 
62188
61636
  def validate(self):
62189
- self.validate_required(self.headers, 'headers')
62190
- self.validate_required(self.status_code, 'status_code')
62191
- self.validate_required(self.body, 'body')
62192
61637
  if self.body:
62193
61638
  self.body.validate()
62194
61639
 
@@ -62427,9 +61872,6 @@ class DiagnoseVpnConnectionsResponse(TeaModel):
62427
61872
  self.body = body
62428
61873
 
62429
61874
  def validate(self):
62430
- self.validate_required(self.headers, 'headers')
62431
- self.validate_required(self.status_code, 'status_code')
62432
- self.validate_required(self.body, 'body')
62433
61875
  if self.body:
62434
61876
  self.body.validate()
62435
61877
 
@@ -62580,9 +62022,6 @@ class DiagnoseVpnGatewayResponse(TeaModel):
62580
62022
  self.body = body
62581
62023
 
62582
62024
  def validate(self):
62583
- self.validate_required(self.headers, 'headers')
62584
- self.validate_required(self.status_code, 'status_code')
62585
- self.validate_required(self.body, 'body')
62586
62025
  if self.body:
62587
62026
  self.body.validate()
62588
62027
 
@@ -62698,9 +62137,6 @@ class DisableNatGatewayEcsMetricResponse(TeaModel):
62698
62137
  self.body = body
62699
62138
 
62700
62139
  def validate(self):
62701
- self.validate_required(self.headers, 'headers')
62702
- self.validate_required(self.status_code, 'status_code')
62703
- self.validate_required(self.body, 'body')
62704
62140
  if self.body:
62705
62141
  self.body.validate()
62706
62142
 
@@ -62842,9 +62278,6 @@ class DisableVpcClassicLinkResponse(TeaModel):
62842
62278
  self.body = body
62843
62279
 
62844
62280
  def validate(self):
62845
- self.validate_required(self.headers, 'headers')
62846
- self.validate_required(self.status_code, 'status_code')
62847
- self.validate_required(self.body, 'body')
62848
62281
  if self.body:
62849
62282
  self.body.validate()
62850
62283
 
@@ -63010,9 +62443,6 @@ class DissociateRouteTableFromGatewayResponse(TeaModel):
63010
62443
  self.body = body
63011
62444
 
63012
62445
  def validate(self):
63013
- self.validate_required(self.headers, 'headers')
63014
- self.validate_required(self.status_code, 'status_code')
63015
- self.validate_required(self.body, 'body')
63016
62446
  if self.body:
63017
62447
  self.body.validate()
63018
62448
 
@@ -63169,9 +62599,6 @@ class DissociateRouteTablesFromVpcGatewayEndpointResponse(TeaModel):
63169
62599
  self.body = body
63170
62600
 
63171
62601
  def validate(self):
63172
- self.validate_required(self.headers, 'headers')
63173
- self.validate_required(self.status_code, 'status_code')
63174
- self.validate_required(self.body, 'body')
63175
62602
  if self.body:
63176
62603
  self.body.validate()
63177
62604
 
@@ -63318,9 +62745,6 @@ class DissociateVpnGatewayWithCertificateResponse(TeaModel):
63318
62745
  self.body = body
63319
62746
 
63320
62747
  def validate(self):
63321
- self.validate_required(self.headers, 'headers')
63322
- self.validate_required(self.status_code, 'status_code')
63323
- self.validate_required(self.body, 'body')
63324
62748
  if self.body:
63325
62749
  self.body.validate()
63326
62750
 
@@ -63908,9 +63332,6 @@ class DownloadVpnConnectionConfigResponse(TeaModel):
63908
63332
  self.body = body
63909
63333
 
63910
63334
  def validate(self):
63911
- self.validate_required(self.headers, 'headers')
63912
- self.validate_required(self.status_code, 'status_code')
63913
- self.validate_required(self.body, 'body')
63914
63335
  if self.body:
63915
63336
  self.body.validate()
63916
63337
 
@@ -64026,9 +63447,6 @@ class EnableNatGatewayEcsMetricResponse(TeaModel):
64026
63447
  self.body = body
64027
63448
 
64028
63449
  def validate(self):
64029
- self.validate_required(self.headers, 'headers')
64030
- self.validate_required(self.status_code, 'status_code')
64031
- self.validate_required(self.body, 'body')
64032
63450
  if self.body:
64033
63451
  self.body.validate()
64034
63452
 
@@ -64180,9 +63598,6 @@ class EnablePhysicalConnectionResponse(TeaModel):
64180
63598
  self.body = body
64181
63599
 
64182
63600
  def validate(self):
64183
- self.validate_required(self.headers, 'headers')
64184
- self.validate_required(self.status_code, 'status_code')
64185
- self.validate_required(self.body, 'body')
64186
63601
  if self.body:
64187
63602
  self.body.validate()
64188
63603
 
@@ -64324,9 +63739,6 @@ class EnableVpcClassicLinkResponse(TeaModel):
64324
63739
  self.body = body
64325
63740
 
64326
63741
  def validate(self):
64327
- self.validate_required(self.headers, 'headers')
64328
- self.validate_required(self.status_code, 'status_code')
64329
- self.validate_required(self.body, 'body')
64330
63742
  if self.body:
64331
63743
  self.body.validate()
64332
63744
 
@@ -64485,9 +63897,6 @@ class EnableVpcIpv4GatewayResponse(TeaModel):
64485
63897
  self.body = body
64486
63898
 
64487
63899
  def validate(self):
64488
- self.validate_required(self.headers, 'headers')
64489
- self.validate_required(self.status_code, 'status_code')
64490
- self.validate_required(self.body, 'body')
64491
63900
  if self.body:
64492
63901
  self.body.validate()
64493
63902
 
@@ -64677,7 +64086,9 @@ class GetDhcpOptionsSetResponseBodyTags(TeaModel):
64677
64086
  key: str = None,
64678
64087
  value: str = None,
64679
64088
  ):
64089
+ # The tag key.
64680
64090
  self.key = key
64091
+ # The tag value.
64681
64092
  self.value = value
64682
64093
 
64683
64094
  def validate(self):
@@ -64732,6 +64143,7 @@ class GetDhcpOptionsSetResponseBody(TeaModel):
64732
64143
  self.owner_id = owner_id
64733
64144
  # The ID of the request.
64734
64145
  self.request_id = request_id
64146
+ # The ID of the resource group.
64735
64147
  self.resource_group_id = resource_group_id
64736
64148
  # The status of the DHCP options set. Valid values:
64737
64149
  #
@@ -64740,6 +64152,7 @@ class GetDhcpOptionsSetResponseBody(TeaModel):
64740
64152
  # * **Deleted**: deleted
64741
64153
  # * **Pending**: being configured
64742
64154
  self.status = status
64155
+ # The tag list.
64743
64156
  self.tags = tags
64744
64157
 
64745
64158
  def validate(self):
@@ -64830,9 +64243,6 @@ class GetDhcpOptionsSetResponse(TeaModel):
64830
64243
  self.body = body
64831
64244
 
64832
64245
  def validate(self):
64833
- self.validate_required(self.headers, 'headers')
64834
- self.validate_required(self.status_code, 'status_code')
64835
- self.validate_required(self.body, 'body')
64836
64246
  if self.body:
64837
64247
  self.body.validate()
64838
64248
 
@@ -64977,9 +64387,6 @@ class GetFlowLogServiceStatusResponse(TeaModel):
64977
64387
  self.body = body
64978
64388
 
64979
64389
  def validate(self):
64980
- self.validate_required(self.headers, 'headers')
64981
- self.validate_required(self.status_code, 'status_code')
64982
- self.validate_required(self.body, 'body')
64983
64390
  if self.body:
64984
64391
  self.body.validate()
64985
64392
 
@@ -65233,9 +64640,6 @@ class GetIpv4GatewayAttributeResponse(TeaModel):
65233
64640
  self.body = body
65234
64641
 
65235
64642
  def validate(self):
65236
- self.validate_required(self.headers, 'headers')
65237
- self.validate_required(self.status_code, 'status_code')
65238
- self.validate_required(self.body, 'body')
65239
64643
  if self.body:
65240
64644
  self.body.validate()
65241
64645
 
@@ -65870,9 +65274,6 @@ class GetNatGatewayAttributeResponse(TeaModel):
65870
65274
  self.body = body
65871
65275
 
65872
65276
  def validate(self):
65873
- self.validate_required(self.headers, 'headers')
65874
- self.validate_required(self.status_code, 'status_code')
65875
- self.validate_required(self.body, 'body')
65876
65277
  if self.body:
65877
65278
  self.body.validate()
65878
65279
 
@@ -66006,9 +65407,6 @@ class GetPhysicalConnectionServiceStatusResponse(TeaModel):
66006
65407
  self.body = body
66007
65408
 
66008
65409
  def validate(self):
66009
- self.validate_required(self.headers, 'headers')
66010
- self.validate_required(self.status_code, 'status_code')
66011
- self.validate_required(self.body, 'body')
66012
65410
  if self.body:
66013
65411
  self.body.validate()
66014
65412
 
@@ -66153,9 +65551,6 @@ class GetTrafficMirrorServiceStatusResponse(TeaModel):
66153
65551
  self.body = body
66154
65552
 
66155
65553
  def validate(self):
66156
- self.validate_required(self.headers, 'headers')
66157
- self.validate_required(self.status_code, 'status_code')
66158
- self.validate_required(self.body, 'body')
66159
65554
  if self.body:
66160
65555
  self.body.validate()
66161
65556
 
@@ -66405,9 +65800,6 @@ class GetVSwitchCidrReservationUsageResponse(TeaModel):
66405
65800
  self.body = body
66406
65801
 
66407
65802
  def validate(self):
66408
- self.validate_required(self.headers, 'headers')
66409
- self.validate_required(self.status_code, 'status_code')
66410
- self.validate_required(self.body, 'body')
66411
65803
  if self.body:
66412
65804
  self.body.validate()
66413
65805
 
@@ -66665,9 +66057,6 @@ class GetVpcGatewayEndpointAttributeResponse(TeaModel):
66665
66057
  self.body = body
66666
66058
 
66667
66059
  def validate(self):
66668
- self.validate_required(self.headers, 'headers')
66669
- self.validate_required(self.status_code, 'status_code')
66670
- self.validate_required(self.body, 'body')
66671
66060
  if self.body:
66672
66061
  self.body.validate()
66673
66062
 
@@ -66941,9 +66330,6 @@ class GetVpcPrefixListAssociationsResponse(TeaModel):
66941
66330
  self.body = body
66942
66331
 
66943
66332
  def validate(self):
66944
- self.validate_required(self.headers, 'headers')
66945
- self.validate_required(self.status_code, 'status_code')
66946
- self.validate_required(self.body, 'body')
66947
66333
  if self.body:
66948
66334
  self.body.validate()
66949
66335
 
@@ -67179,9 +66565,6 @@ class GetVpcPrefixListEntriesResponse(TeaModel):
67179
66565
  self.body = body
67180
66566
 
67181
66567
  def validate(self):
67182
- self.validate_required(self.headers, 'headers')
67183
- self.validate_required(self.status_code, 'status_code')
67184
- self.validate_required(self.body, 'body')
67185
66568
  if self.body:
67186
66569
  self.body.validate()
67187
66570
 
@@ -67431,9 +66814,6 @@ class GetVpcRouteEntrySummaryResponse(TeaModel):
67431
66814
  self.body = body
67432
66815
 
67433
66816
  def validate(self):
67434
- self.validate_required(self.headers, 'headers')
67435
- self.validate_required(self.status_code, 'status_code')
67436
- self.validate_required(self.body, 'body')
67437
66817
  if self.body:
67438
66818
  self.body.validate()
67439
66819
 
@@ -67739,9 +67119,6 @@ class GetVpnGatewayDiagnoseResultResponse(TeaModel):
67739
67119
  self.body = body
67740
67120
 
67741
67121
  def validate(self):
67742
- self.validate_required(self.headers, 'headers')
67743
- self.validate_required(self.status_code, 'status_code')
67744
- self.validate_required(self.body, 'body')
67745
67122
  if self.body:
67746
67123
  self.body.validate()
67747
67124
 
@@ -67907,9 +67284,6 @@ class GrantInstanceToCenResponse(TeaModel):
67907
67284
  self.body = body
67908
67285
 
67909
67286
  def validate(self):
67910
- self.validate_required(self.headers, 'headers')
67911
- self.validate_required(self.status_code, 'status_code')
67912
- self.validate_required(self.body, 'body')
67913
67287
  if self.body:
67914
67288
  self.body.validate()
67915
67289
 
@@ -68115,9 +67489,6 @@ class GrantInstanceToVbrResponse(TeaModel):
68115
67489
  self.body = body
68116
67490
 
68117
67491
  def validate(self):
68118
- self.validate_required(self.headers, 'headers')
68119
- self.validate_required(self.status_code, 'status_code')
68120
- self.validate_required(self.body, 'body')
68121
67492
  if self.body:
68122
67493
  self.body.validate()
68123
67494
 
@@ -68321,9 +67692,6 @@ class ListBusinessAccessPointsResponse(TeaModel):
68321
67692
  self.body = body
68322
67693
 
68323
67694
  def validate(self):
68324
- self.validate_required(self.headers, 'headers')
68325
- self.validate_required(self.status_code, 'status_code')
68326
- self.validate_required(self.body, 'body')
68327
67695
  if self.body:
68328
67696
  self.body.validate()
68329
67697
 
@@ -68758,9 +68126,6 @@ class ListDhcpOptionsSetsResponse(TeaModel):
68758
68126
  self.body = body
68759
68127
 
68760
68128
  def validate(self):
68761
- self.validate_required(self.headers, 'headers')
68762
- self.validate_required(self.status_code, 'status_code')
68763
- self.validate_required(self.body, 'body')
68764
68129
  if self.body:
68765
68130
  self.body.validate()
68766
68131
 
@@ -68993,9 +68358,6 @@ class ListEnhanhcedNatGatewayAvailableZonesResponse(TeaModel):
68993
68358
  self.body = body
68994
68359
 
68995
68360
  def validate(self):
68996
- self.validate_required(self.headers, 'headers')
68997
- self.validate_required(self.status_code, 'status_code')
68998
- self.validate_required(self.body, 'body')
68999
68361
  if self.body:
69000
68362
  self.body.validate()
69001
68363
 
@@ -69389,9 +68751,6 @@ class ListFullNatEntriesResponse(TeaModel):
69389
68751
  self.body = body
69390
68752
 
69391
68753
  def validate(self):
69392
- self.validate_required(self.headers, 'headers')
69393
- self.validate_required(self.status_code, 'status_code')
69394
- self.validate_required(self.body, 'body')
69395
68754
  if self.body:
69396
68755
  self.body.validate()
69397
68756
 
@@ -69727,9 +69086,6 @@ class ListGatewayRouteTableEntriesResponse(TeaModel):
69727
69086
  self.body = body
69728
69087
 
69729
69088
  def validate(self):
69730
- self.validate_required(self.headers, 'headers')
69731
- self.validate_required(self.status_code, 'status_code')
69732
- self.validate_required(self.body, 'body')
69733
69089
  if self.body:
69734
69090
  self.body.validate()
69735
69091
 
@@ -69813,9 +69169,6 @@ class ListGeographicSubRegionsResponse(TeaModel):
69813
69169
  self.body = body
69814
69170
 
69815
69171
  def validate(self):
69816
- self.validate_required(self.headers, 'headers')
69817
- self.validate_required(self.status_code, 'status_code')
69818
- self.validate_required(self.body, 'body')
69819
69172
  if self.body:
69820
69173
  self.body.validate()
69821
69174
 
@@ -70003,9 +69356,6 @@ class ListIpsecServerLogsResponse(TeaModel):
70003
69356
  self.body = body
70004
69357
 
70005
69358
  def validate(self):
70006
- self.validate_required(self.headers, 'headers')
70007
- self.validate_required(self.status_code, 'status_code')
70008
- self.validate_required(self.body, 'body')
70009
69359
  if self.body:
70010
69360
  self.body.validate()
70011
69361
 
@@ -70487,9 +69837,6 @@ class ListIpsecServersResponse(TeaModel):
70487
69837
  self.body = body
70488
69838
 
70489
69839
  def validate(self):
70490
- self.validate_required(self.headers, 'headers')
70491
- self.validate_required(self.status_code, 'status_code')
70492
- self.validate_required(self.body, 'body')
70493
69840
  if self.body:
70494
69841
  self.body.validate()
70495
69842
 
@@ -70597,6 +69944,7 @@ class ListIpv4GatewaysRequest(TeaModel):
70597
69944
  self.resource_group_id = resource_group_id
70598
69945
  self.resource_owner_account = resource_owner_account
70599
69946
  self.resource_owner_id = resource_owner_id
69947
+ # The tags of the resource.
70600
69948
  self.tags = tags
70601
69949
  # The ID of the virtual private cloud (VPC) with which the IPv4 gateway is associated.
70602
69950
  self.vpc_id = vpc_id
@@ -70888,9 +70236,6 @@ class ListIpv4GatewaysResponse(TeaModel):
70888
70236
  self.body = body
70889
70237
 
70890
70238
  def validate(self):
70891
- self.validate_required(self.headers, 'headers')
70892
- self.validate_required(self.status_code, 'status_code')
70893
- self.validate_required(self.body, 'body')
70894
70239
  if self.body:
70895
70240
  self.body.validate()
70896
70241
 
@@ -71199,9 +70544,6 @@ class ListNatIpCidrsResponse(TeaModel):
71199
70544
  self.body = body
71200
70545
 
71201
70546
  def validate(self):
71202
- self.validate_required(self.headers, 'headers')
71203
- self.validate_required(self.status_code, 'status_code')
71204
- self.validate_required(self.body, 'body')
71205
70547
  if self.body:
71206
70548
  self.body.validate()
71207
70549
 
@@ -71521,9 +70863,6 @@ class ListNatIpsResponse(TeaModel):
71521
70863
  self.body = body
71522
70864
 
71523
70865
  def validate(self):
71524
- self.validate_required(self.headers, 'headers')
71525
- self.validate_required(self.status_code, 'status_code')
71526
- self.validate_required(self.body, 'body')
71527
70866
  if self.body:
71528
70867
  self.body.validate()
71529
70868
 
@@ -71964,9 +71303,6 @@ class ListPrefixListsResponse(TeaModel):
71964
71303
  self.body = body
71965
71304
 
71966
71305
  def validate(self):
71967
- self.validate_required(self.headers, 'headers')
71968
- self.validate_required(self.status_code, 'status_code')
71969
- self.validate_required(self.body, 'body')
71970
71306
  if self.body:
71971
71307
  self.body.validate()
71972
71308
 
@@ -72228,9 +71564,6 @@ class ListPublicIpAddressPoolCidrBlocksResponse(TeaModel):
72228
71564
  self.body = body
72229
71565
 
72230
71566
  def validate(self):
72231
- self.validate_required(self.headers, 'headers')
72232
- self.validate_required(self.status_code, 'status_code')
72233
- self.validate_required(self.body, 'body')
72234
71567
  if self.body:
72235
71568
  self.body.validate()
72236
71569
 
@@ -72753,9 +72086,6 @@ class ListPublicIpAddressPoolsResponse(TeaModel):
72753
72086
  self.body = body
72754
72087
 
72755
72088
  def validate(self):
72756
- self.validate_required(self.headers, 'headers')
72757
- self.validate_required(self.status_code, 'status_code')
72758
- self.validate_required(self.body, 'body')
72759
72089
  if self.body:
72760
72090
  self.body.validate()
72761
72091
 
@@ -73091,9 +72421,6 @@ class ListTagResourcesResponse(TeaModel):
73091
72421
  self.body = body
73092
72422
 
73093
72423
  def validate(self):
73094
- self.validate_required(self.headers, 'headers')
73095
- self.validate_required(self.status_code, 'status_code')
73096
- self.validate_required(self.body, 'body')
73097
72424
  if self.body:
73098
72425
  self.body.validate()
73099
72426
 
@@ -73413,9 +72740,6 @@ class ListTagResourcesForExpressConnectResponse(TeaModel):
73413
72740
  self.body = body
73414
72741
 
73415
72742
  def validate(self):
73416
- self.validate_required(self.headers, 'headers')
73417
- self.validate_required(self.status_code, 'status_code')
73418
- self.validate_required(self.body, 'body')
73419
72743
  if self.body:
73420
72744
  self.body.validate()
73421
72745
 
@@ -73451,13 +72775,13 @@ class ListTrafficMirrorFiltersRequestTags(TeaModel):
73451
72775
  key: str = None,
73452
72776
  value: str = None,
73453
72777
  ):
73454
- # The key of tag N to add to the resource. You can specify at most 20 tag keys. The tag key cannot be an empty string.
72778
+ # The tag key. You can specify at most 20 tag keys. The tag key cannot be an empty string.
73455
72779
  #
73456
- # The tag key can be at most 128 characters in length. It cannot start with `aliyun` or `acs:`, and cannot contain `http://` or `https://`.
72780
+ # The tag key can be up to 128 characters in length. It cannot start with `aliyun` or `acs:`, and cannot contain `http://` or `https://`.
73457
72781
  self.key = key
73458
- # The value of tag N to add to the resource. You can specify at most 20 tag values. The tag value can be an empty string.
72782
+ # The tag value. You can specify at most 20 tag values. The tag value can be an empty string.
73459
72783
  #
73460
- # The tag value can be up to 128 characters in length and cannot start with `acs:` or `aliyun`. The tag value cannot contain `http://` or `https://`.
72784
+ # The tag value can be up to 128 characters in length. It cannot start with `aliyun` or `acs:`, and cannot contain `http://` or `https://`.
73461
72785
  self.value = value
73462
72786
 
73463
72787
  def validate(self):
@@ -73518,7 +72842,9 @@ class ListTrafficMirrorFiltersRequest(TeaModel):
73518
72842
  self.resource_group_id = resource_group_id
73519
72843
  self.resource_owner_account = resource_owner_account
73520
72844
  self.resource_owner_id = resource_owner_id
72845
+ # The tag list.
73521
72846
  self.tags = tags
72847
+ # The ID of the traffic mirror filter. The maximum value of **N** is **100**, which specifies that you can query up to 100 filters at a time.
73522
72848
  self.traffic_mirror_filter_ids = traffic_mirror_filter_ids
73523
72849
  # The name of the filter.
73524
72850
  self.traffic_mirror_filter_name = traffic_mirror_filter_name
@@ -73825,9 +73151,9 @@ class ListTrafficMirrorFiltersResponseBodyTrafficMirrorFiltersTags(TeaModel):
73825
73151
  key: str = None,
73826
73152
  value: str = None,
73827
73153
  ):
73828
- # The key of tag N.
73154
+ # The tag key.
73829
73155
  self.key = key
73830
- # The value of tag N.
73156
+ # The tag value.
73831
73157
  self.value = value
73832
73158
 
73833
73159
  def validate(self):
@@ -73869,19 +73195,19 @@ class ListTrafficMirrorFiltersResponseBodyTrafficMirrorFilters(TeaModel):
73869
73195
  ):
73870
73196
  # The time when the filter is created.
73871
73197
  self.creation_time = creation_time
73872
- # The details about the outbound rules.
73198
+ # The information about the outbound rules.
73873
73199
  self.egress_rules = egress_rules
73874
- # The details about the inbound rules.
73200
+ # The information about the inbound rules.
73875
73201
  self.ingress_rules = ingress_rules
73876
- # The ID of the resource group.
73202
+ # The ID of the resource group to which the traffic mirror session belongs.
73877
73203
  self.resource_group_id = resource_group_id
73878
- # The list of tags.
73204
+ # The tag list.
73879
73205
  self.tags = tags
73880
73206
  # The description of the filter.
73881
73207
  self.traffic_mirror_filter_description = traffic_mirror_filter_description
73882
- # The ID of the traffic mirror filter.
73208
+ # The ID of the filter.
73883
73209
  self.traffic_mirror_filter_id = traffic_mirror_filter_id
73884
- # The name of the filter.
73210
+ # The filter name.
73885
73211
  self.traffic_mirror_filter_name = traffic_mirror_filter_name
73886
73212
  # The status of the filter. Valid values:
73887
73213
  #
@@ -73992,7 +73318,7 @@ class ListTrafficMirrorFiltersResponseBody(TeaModel):
73992
73318
  self.request_id = request_id
73993
73319
  # The number of entries returned.
73994
73320
  self.total_count = total_count
73995
- # The details about the filters.
73321
+ # The information about the filters.
73996
73322
  self.traffic_mirror_filters = traffic_mirror_filters
73997
73323
 
73998
73324
  def validate(self):
@@ -74055,9 +73381,6 @@ class ListTrafficMirrorFiltersResponse(TeaModel):
74055
73381
  self.body = body
74056
73382
 
74057
73383
  def validate(self):
74058
- self.validate_required(self.headers, 'headers')
74059
- self.validate_required(self.status_code, 'status_code')
74060
- self.validate_required(self.body, 'body')
74061
73384
  if self.body:
74062
73385
  self.body.validate()
74063
73386
 
@@ -74542,9 +73865,6 @@ class ListTrafficMirrorSessionsResponse(TeaModel):
74542
73865
  self.body = body
74543
73866
 
74544
73867
  def validate(self):
74545
- self.validate_required(self.headers, 'headers')
74546
- self.validate_required(self.status_code, 'status_code')
74547
- self.validate_required(self.body, 'body')
74548
73868
  if self.body:
74549
73869
  self.body.validate()
74550
73870
 
@@ -74974,9 +74294,6 @@ class ListVSwitchCidrReservationsResponse(TeaModel):
74974
74294
  self.body = body
74975
74295
 
74976
74296
  def validate(self):
74977
- self.validate_required(self.headers, 'headers')
74978
- self.validate_required(self.status_code, 'status_code')
74979
- self.validate_required(self.body, 'body')
74980
74297
  if self.body:
74981
74298
  self.body.validate()
74982
74299
 
@@ -75592,9 +74909,6 @@ class ListVirtualPhysicalConnectionsResponse(TeaModel):
75592
74909
  self.body = body
75593
74910
 
75594
74911
  def validate(self):
75595
- self.validate_required(self.headers, 'headers')
75596
- self.validate_required(self.status_code, 'status_code')
75597
- self.validate_required(self.body, 'body')
75598
74912
  if self.body:
75599
74913
  self.body.validate()
75600
74914
 
@@ -75840,9 +75154,6 @@ class ListVpcEndpointServicesByEndUserResponse(TeaModel):
75840
75154
  self.body = body
75841
75155
 
75842
75156
  def validate(self):
75843
- self.validate_required(self.headers, 'headers')
75844
- self.validate_required(self.status_code, 'status_code')
75845
- self.validate_required(self.body, 'body')
75846
75157
  if self.body:
75847
75158
  self.body.validate()
75848
75159
 
@@ -76256,9 +75567,6 @@ class ListVpcGatewayEndpointsResponse(TeaModel):
76256
75567
  self.body = body
76257
75568
 
76258
75569
  def validate(self):
76259
- self.validate_required(self.headers, 'headers')
76260
- self.validate_required(self.status_code, 'status_code')
76261
- self.validate_required(self.body, 'body')
76262
75570
  if self.body:
76263
75571
  self.body.validate()
76264
75572
 
@@ -76503,9 +75811,6 @@ class ListVpnCertificateAssociationsResponse(TeaModel):
76503
75811
  self.body = body
76504
75812
 
76505
75813
  def validate(self):
76506
- self.validate_required(self.headers, 'headers')
76507
- self.validate_required(self.status_code, 'status_code')
76508
- self.validate_required(self.body, 'body')
76509
75814
  if self.body:
76510
75815
  self.body.validate()
76511
75816
 
@@ -76721,9 +76026,6 @@ class ModifyBgpGroupAttributeResponse(TeaModel):
76721
76026
  self.body = body
76722
76027
 
76723
76028
  def validate(self):
76724
- self.validate_required(self.headers, 'headers')
76725
- self.validate_required(self.status_code, 'status_code')
76726
- self.validate_required(self.body, 'body')
76727
76029
  if self.body:
76728
76030
  self.body.validate()
76729
76031
 
@@ -76898,9 +76200,6 @@ class ModifyBgpPeerAttributeResponse(TeaModel):
76898
76200
  self.body = body
76899
76201
 
76900
76202
  def validate(self):
76901
- self.validate_required(self.headers, 'headers')
76902
- self.validate_required(self.status_code, 'status_code')
76903
- self.validate_required(self.body, 'body')
76904
76203
  if self.body:
76905
76204
  self.body.validate()
76906
76205
 
@@ -77045,9 +76344,6 @@ class ModifyCommonBandwidthPackageAttributeResponse(TeaModel):
77045
76344
  self.body = body
77046
76345
 
77047
76346
  def validate(self):
77048
- self.validate_required(self.headers, 'headers')
77049
- self.validate_required(self.status_code, 'status_code')
77050
- self.validate_required(self.body, 'body')
77051
76347
  if self.body:
77052
76348
  self.body.validate()
77053
76349
 
@@ -77190,9 +76486,6 @@ class ModifyCommonBandwidthPackageIpBandwidthResponse(TeaModel):
77190
76486
  self.body = body
77191
76487
 
77192
76488
  def validate(self):
77193
- self.validate_required(self.headers, 'headers')
77194
- self.validate_required(self.status_code, 'status_code')
77195
- self.validate_required(self.body, 'body')
77196
76489
  if self.body:
77197
76490
  self.body.validate()
77198
76491
 
@@ -77332,9 +76625,6 @@ class ModifyCommonBandwidthPackageSpecResponse(TeaModel):
77332
76625
  self.body = body
77333
76626
 
77334
76627
  def validate(self):
77335
- self.validate_required(self.headers, 'headers')
77336
- self.validate_required(self.status_code, 'status_code')
77337
- self.validate_required(self.body, 'body')
77338
76628
  if self.body:
77339
76629
  self.body.validate()
77340
76630
 
@@ -77547,9 +76837,6 @@ class ModifyCustomerGatewayAttributeResponse(TeaModel):
77547
76837
  self.body = body
77548
76838
 
77549
76839
  def validate(self):
77550
- self.validate_required(self.headers, 'headers')
77551
- self.validate_required(self.status_code, 'status_code')
77552
- self.validate_required(self.body, 'body')
77553
76840
  if self.body:
77554
76841
  self.body.validate()
77555
76842
 
@@ -77708,9 +76995,6 @@ class ModifyEipAddressAttributeResponse(TeaModel):
77708
76995
  self.body = body
77709
76996
 
77710
76997
  def validate(self):
77711
- self.validate_required(self.headers, 'headers')
77712
- self.validate_required(self.status_code, 'status_code')
77713
- self.validate_required(self.body, 'body')
77714
76998
  if self.body:
77715
76999
  self.body.validate()
77716
77000
 
@@ -77874,9 +77158,6 @@ class ModifyExpressCloudConnectionAttributeResponse(TeaModel):
77874
77158
  self.body = body
77875
77159
 
77876
77160
  def validate(self):
77877
- self.validate_required(self.headers, 'headers')
77878
- self.validate_required(self.status_code, 'status_code')
77879
- self.validate_required(self.body, 'body')
77880
77161
  if self.body:
77881
77162
  self.body.validate()
77882
77163
 
@@ -78012,9 +77293,6 @@ class ModifyExpressCloudConnectionBandwidthResponse(TeaModel):
78012
77293
  self.body = body
78013
77294
 
78014
77295
  def validate(self):
78015
- self.validate_required(self.headers, 'headers')
78016
- self.validate_required(self.status_code, 'status_code')
78017
- self.validate_required(self.body, 'body')
78018
77296
  if self.body:
78019
77297
  self.body.validate()
78020
77298
 
@@ -78180,9 +77458,6 @@ class ModifyFlowLogAttributeResponse(TeaModel):
78180
77458
  self.body = body
78181
77459
 
78182
77460
  def validate(self):
78183
- self.validate_required(self.headers, 'headers')
78184
- self.validate_required(self.status_code, 'status_code')
78185
- self.validate_required(self.body, 'body')
78186
77461
  if self.body:
78187
77462
  self.body.validate()
78188
77463
 
@@ -78398,9 +77673,6 @@ class ModifyForwardEntryResponse(TeaModel):
78398
77673
  self.body = body
78399
77674
 
78400
77675
  def validate(self):
78401
- self.validate_required(self.headers, 'headers')
78402
- self.validate_required(self.status_code, 'status_code')
78403
- self.validate_required(self.body, 'body')
78404
77676
  if self.body:
78405
77677
  self.body.validate()
78406
77678
 
@@ -78622,9 +77894,6 @@ class ModifyFullNatEntryAttributeResponse(TeaModel):
78622
77894
  self.body = body
78623
77895
 
78624
77896
  def validate(self):
78625
- self.validate_required(self.headers, 'headers')
78626
- self.validate_required(self.status_code, 'status_code')
78627
- self.validate_required(self.body, 'body')
78628
77897
  if self.body:
78629
77898
  self.body.validate()
78630
77899
 
@@ -78773,9 +78042,6 @@ class ModifyGlobalAccelerationInstanceAttributesResponse(TeaModel):
78773
78042
  self.body = body
78774
78043
 
78775
78044
  def validate(self):
78776
- self.validate_required(self.headers, 'headers')
78777
- self.validate_required(self.status_code, 'status_code')
78778
- self.validate_required(self.body, 'body')
78779
78045
  if self.body:
78780
78046
  self.body.validate()
78781
78047
 
@@ -78913,9 +78179,6 @@ class ModifyGlobalAccelerationInstanceSpecResponse(TeaModel):
78913
78179
  self.body = body
78914
78180
 
78915
78181
  def validate(self):
78916
- self.validate_required(self.headers, 'headers')
78917
- self.validate_required(self.status_code, 'status_code')
78918
- self.validate_required(self.body, 'body')
78919
78182
  if self.body:
78920
78183
  self.body.validate()
78921
78184
 
@@ -79075,9 +78338,6 @@ class ModifyHaVipAttributeResponse(TeaModel):
79075
78338
  self.body = body
79076
78339
 
79077
78340
  def validate(self):
79078
- self.validate_required(self.headers, 'headers')
79079
- self.validate_required(self.status_code, 'status_code')
79080
- self.validate_required(self.body, 'body')
79081
78341
  if self.body:
79082
78342
  self.body.validate()
79083
78343
 
@@ -79222,9 +78482,6 @@ class ModifyIPv6TranslatorAclAttributeResponse(TeaModel):
79222
78482
  self.body = body
79223
78483
 
79224
78484
  def validate(self):
79225
- self.validate_required(self.headers, 'headers')
79226
- self.validate_required(self.status_code, 'status_code')
79227
- self.validate_required(self.body, 'body')
79228
78485
  if self.body:
79229
78486
  self.body.validate()
79230
78487
 
@@ -79369,9 +78626,6 @@ class ModifyIPv6TranslatorAclListEntryResponse(TeaModel):
79369
78626
  self.body = body
79370
78627
 
79371
78628
  def validate(self):
79372
- self.validate_required(self.headers, 'headers')
79373
- self.validate_required(self.status_code, 'status_code')
79374
- self.validate_required(self.body, 'body')
79375
78629
  if self.body:
79376
78630
  self.body.validate()
79377
78631
 
@@ -79523,9 +78777,6 @@ class ModifyIPv6TranslatorAttributeResponse(TeaModel):
79523
78777
  self.body = body
79524
78778
 
79525
78779
  def validate(self):
79526
- self.validate_required(self.headers, 'headers')
79527
- self.validate_required(self.status_code, 'status_code')
79528
- self.validate_required(self.body, 'body')
79529
78780
  if self.body:
79530
78781
  self.body.validate()
79531
78782
 
@@ -79687,9 +78938,6 @@ class ModifyIPv6TranslatorBandwidthResponse(TeaModel):
79687
78938
  self.body = body
79688
78939
 
79689
78940
  def validate(self):
79690
- self.validate_required(self.headers, 'headers')
79691
- self.validate_required(self.status_code, 'status_code')
79692
- self.validate_required(self.body, 'body')
79693
78941
  if self.body:
79694
78942
  self.body.validate()
79695
78943
 
@@ -79902,9 +79150,6 @@ class ModifyIPv6TranslatorEntryResponse(TeaModel):
79902
79150
  self.body = body
79903
79151
 
79904
79152
  def validate(self):
79905
- self.validate_required(self.headers, 'headers')
79906
- self.validate_required(self.status_code, 'status_code')
79907
- self.validate_required(self.body, 'body')
79908
79153
  if self.body:
79909
79154
  self.body.validate()
79910
79155
 
@@ -80051,9 +79296,6 @@ class ModifyIpv6AddressAttributeResponse(TeaModel):
80051
79296
  self.body = body
80052
79297
 
80053
79298
  def validate(self):
80054
- self.validate_required(self.headers, 'headers')
80055
- self.validate_required(self.status_code, 'status_code')
80056
- self.validate_required(self.body, 'body')
80057
79299
  if self.body:
80058
79300
  self.body.validate()
80059
79301
 
@@ -80101,11 +79343,11 @@ class ModifyIpv6GatewayAttributeRequest(TeaModel):
80101
79343
  self.ipv_6gateway_id = ipv_6gateway_id
80102
79344
  # The name of the IPv6 gateway.
80103
79345
  #
80104
- # It must be 2 to 256 characters in length, and can contain letters, digits, periods (.), underscores (\_), and hyphens (-). It must start with a letter. The name must start with a letter but cannot start with `http://` or `https://`.
79346
+ # It must be 2 to 256 characters in length, and can contain letters, digits, periods (.), underscores (\_), and hyphens (-). It must start with a letter. The name must start with a letter and cannot start with `http://` or `https://`.
80105
79347
  self.name = name
80106
79348
  self.owner_account = owner_account
80107
79349
  self.owner_id = owner_id
80108
- # The ID of the region where the IPv6 gateway is deployed. You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
79350
+ # The region ID of the IPv6 gateway. You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
80109
79351
  self.region_id = region_id
80110
79352
  self.resource_owner_account = resource_owner_account
80111
79353
  self.resource_owner_id = resource_owner_id
@@ -80163,7 +79405,7 @@ class ModifyIpv6GatewayAttributeResponseBody(TeaModel):
80163
79405
  self,
80164
79406
  request_id: str = None,
80165
79407
  ):
80166
- # The ID of the request.
79408
+ # The request ID.
80167
79409
  self.request_id = request_id
80168
79410
 
80169
79411
  def validate(self):
@@ -80198,9 +79440,6 @@ class ModifyIpv6GatewayAttributeResponse(TeaModel):
80198
79440
  self.body = body
80199
79441
 
80200
79442
  def validate(self):
80201
- self.validate_required(self.headers, 'headers')
80202
- self.validate_required(self.status_code, 'status_code')
80203
- self.validate_required(self.body, 'body')
80204
79443
  if self.body:
80205
79444
  self.body.validate()
80206
79445
 
@@ -80243,7 +79482,10 @@ class ModifyIpv6InternetBandwidthRequest(TeaModel):
80243
79482
  resource_owner_account: str = None,
80244
79483
  resource_owner_id: int = None,
80245
79484
  ):
80246
- # The Internet bandwidth for the IPv6 CIDR block. Unit: Mbit/s. Valid values: **1** to **5000**.
79485
+ # The Internet bandwidth value of the IPv6 address. Unit: Mbit/s.
79486
+ #
79487
+ # * If the billing method is pay-by-data-transfer, valid values are **1** to **1000**.
79488
+ # * If the billing method is pay-by-bandwidth, valid values are **1** to **2000**.
80247
79489
  self.bandwidth = bandwidth
80248
79490
  # The client token that is used to ensure the idempotence of the request.
80249
79491
  #
@@ -80255,9 +79497,7 @@ class ModifyIpv6InternetBandwidthRequest(TeaModel):
80255
79497
  #
80256
79498
  # > You must specify one of **Ipv6AddressId** and **Ipv6InternetBandwidthId**.
80257
79499
  self.ipv_6address_id = ipv_6address_id
80258
- # The ID of the Internet bandwidth that you purchased for the IPv6 CIDR block.
80259
- #
80260
- # > You must specify one of **Ipv6AddressId** and **Ipv6InternetBandwidthId**.
79500
+ # The instance ID of the Internet bandwidth of the IPv6 address.
80261
79501
  self.ipv_6internet_bandwidth_id = ipv_6internet_bandwidth_id
80262
79502
  self.owner_account = owner_account
80263
79503
  self.owner_id = owner_id
@@ -80358,9 +79598,6 @@ class ModifyIpv6InternetBandwidthResponse(TeaModel):
80358
79598
  self.body = body
80359
79599
 
80360
79600
  def validate(self):
80361
- self.validate_required(self.headers, 'headers')
80362
- self.validate_required(self.status_code, 'status_code')
80363
- self.validate_required(self.body, 'body')
80364
79601
  if self.body:
80365
79602
  self.body.validate()
80366
79603
 
@@ -80535,9 +79772,6 @@ class ModifyNatGatewayAttributeResponse(TeaModel):
80535
79772
  self.body = body
80536
79773
 
80537
79774
  def validate(self):
80538
- self.validate_required(self.headers, 'headers')
80539
- self.validate_required(self.status_code, 'status_code')
80540
- self.validate_required(self.body, 'body')
80541
79775
  if self.body:
80542
79776
  self.body.validate()
80543
79777
 
@@ -80698,9 +79932,6 @@ class ModifyNatGatewaySpecResponse(TeaModel):
80698
79932
  self.body = body
80699
79933
 
80700
79934
  def validate(self):
80701
- self.validate_required(self.headers, 'headers')
80702
- self.validate_required(self.status_code, 'status_code')
80703
- self.validate_required(self.body, 'body')
80704
79935
  if self.body:
80705
79936
  self.body.validate()
80706
79937
 
@@ -80870,9 +80101,6 @@ class ModifyNatIpAttributeResponse(TeaModel):
80870
80101
  self.body = body
80871
80102
 
80872
80103
  def validate(self):
80873
- self.validate_required(self.headers, 'headers')
80874
- self.validate_required(self.status_code, 'status_code')
80875
- self.validate_required(self.body, 'body')
80876
80104
  if self.body:
80877
80105
  self.body.validate()
80878
80106
 
@@ -81049,9 +80277,6 @@ class ModifyNatIpCidrAttributeResponse(TeaModel):
81049
80277
  self.body = body
81050
80278
 
81051
80279
  def validate(self):
81052
- self.validate_required(self.headers, 'headers')
81053
- self.validate_required(self.status_code, 'status_code')
81054
- self.validate_required(self.body, 'body')
81055
80280
  if self.body:
81056
80281
  self.body.validate()
81057
80282
 
@@ -81217,9 +80442,6 @@ class ModifyNetworkAclAttributesResponse(TeaModel):
81217
80442
  self.body = body
81218
80443
 
81219
80444
  def validate(self):
81220
- self.validate_required(self.headers, 'headers')
81221
- self.validate_required(self.status_code, 'status_code')
81222
- self.validate_required(self.body, 'body')
81223
80445
  if self.body:
81224
80446
  self.body.validate()
81225
80447
 
@@ -81438,9 +80660,6 @@ class ModifyPhysicalConnectionAttributeResponse(TeaModel):
81438
80660
  self.body = body
81439
80661
 
81440
80662
  def validate(self):
81441
- self.validate_required(self.headers, 'headers')
81442
- self.validate_required(self.status_code, 'status_code')
81443
- self.validate_required(self.body, 'body')
81444
80663
  if self.body:
81445
80664
  self.body.validate()
81446
80665
 
@@ -81603,9 +80822,6 @@ class ModifyRouteEntryResponse(TeaModel):
81603
80822
  self.body = body
81604
80823
 
81605
80824
  def validate(self):
81606
- self.validate_required(self.headers, 'headers')
81607
- self.validate_required(self.status_code, 'status_code')
81608
- self.validate_required(self.body, 'body')
81609
80825
  if self.body:
81610
80826
  self.body.validate()
81611
80827
 
@@ -81754,9 +80970,6 @@ class ModifyRouteTableAttributesResponse(TeaModel):
81754
80970
  self.body = body
81755
80971
 
81756
80972
  def validate(self):
81757
- self.validate_required(self.headers, 'headers')
81758
- self.validate_required(self.status_code, 'status_code')
81759
- self.validate_required(self.body, 'body')
81760
80973
  if self.body:
81761
80974
  self.body.validate()
81762
80975
 
@@ -81974,9 +81187,6 @@ class ModifyRouterInterfaceAttributeResponse(TeaModel):
81974
81187
  self.body = body
81975
81188
 
81976
81189
  def validate(self):
81977
- self.validate_required(self.headers, 'headers')
81978
- self.validate_required(self.status_code, 'status_code')
81979
- self.validate_required(self.body, 'body')
81980
81190
  if self.body:
81981
81191
  self.body.validate()
81982
81192
 
@@ -82160,9 +81370,6 @@ class ModifyRouterInterfaceSpecResponse(TeaModel):
82160
81370
  self.body = body
82161
81371
 
82162
81372
  def validate(self):
82163
- self.validate_required(self.headers, 'headers')
82164
- self.validate_required(self.status_code, 'status_code')
82165
- self.validate_required(self.body, 'body')
82166
81373
  if self.body:
82167
81374
  self.body.validate()
82168
81375
 
@@ -82331,9 +81538,6 @@ class ModifySnatEntryResponse(TeaModel):
82331
81538
  self.body = body
82332
81539
 
82333
81540
  def validate(self):
82334
- self.validate_required(self.headers, 'headers')
82335
- self.validate_required(self.status_code, 'status_code')
82336
- self.validate_required(self.body, 'body')
82337
81541
  if self.body:
82338
81542
  self.body.validate()
82339
81543
 
@@ -82498,9 +81702,6 @@ class ModifySslVpnClientCertResponse(TeaModel):
82498
81702
  self.body = body
82499
81703
 
82500
81704
  def validate(self):
82501
- self.validate_required(self.headers, 'headers')
82502
- self.validate_required(self.status_code, 'status_code')
82503
- self.validate_required(self.body, 'body')
82504
81705
  if self.body:
82505
81706
  self.body.validate()
82506
81707
 
@@ -82857,9 +82058,6 @@ class ModifySslVpnServerResponse(TeaModel):
82857
82058
  self.body = body
82858
82059
 
82859
82060
  def validate(self):
82860
- self.validate_required(self.headers, 'headers')
82861
- self.validate_required(self.status_code, 'status_code')
82862
- self.validate_required(self.body, 'body')
82863
82061
  if self.body:
82864
82062
  self.body.validate()
82865
82063
 
@@ -83605,9 +82803,6 @@ class ModifyTunnelAttributeResponse(TeaModel):
83605
82803
  self.body = body
83606
82804
 
83607
82805
  def validate(self):
83608
- self.validate_required(self.headers, 'headers')
83609
- self.validate_required(self.status_code, 'status_code')
83610
- self.validate_required(self.body, 'body')
83611
82806
  if self.body:
83612
82807
  self.body.validate()
83613
82808
 
@@ -83756,9 +82951,6 @@ class ModifyVRouterAttributeResponse(TeaModel):
83756
82951
  self.body = body
83757
82952
 
83758
82953
  def validate(self):
83759
- self.validate_required(self.headers, 'headers')
83760
- self.validate_required(self.status_code, 'status_code')
83761
- self.validate_required(self.body, 'body')
83762
82954
  if self.body:
83763
82955
  self.body.validate()
83764
82956
 
@@ -83933,9 +83125,6 @@ class ModifyVSwitchAttributeResponse(TeaModel):
83933
83125
  self.body = body
83934
83126
 
83935
83127
  def validate(self):
83936
- self.validate_required(self.headers, 'headers')
83937
- self.validate_required(self.status_code, 'status_code')
83938
- self.validate_required(self.body, 'body')
83939
83128
  if self.body:
83940
83129
  self.body.validate()
83941
83130
 
@@ -84084,9 +83273,6 @@ class ModifyVSwitchCidrReservationAttributeResponse(TeaModel):
84084
83273
  self.body = body
84085
83274
 
84086
83275
  def validate(self):
84087
- self.validate_required(self.headers, 'headers')
84088
- self.validate_required(self.status_code, 'status_code')
84089
- self.validate_required(self.body, 'body')
84090
83276
  if self.body:
84091
83277
  self.body.validate()
84092
83278
 
@@ -84263,9 +83449,6 @@ class ModifyVcoRouteEntryWeightResponse(TeaModel):
84263
83449
  self.body = body
84264
83450
 
84265
83451
  def validate(self):
84266
- self.validate_required(self.headers, 'headers')
84267
- self.validate_required(self.status_code, 'status_code')
84268
- self.validate_required(self.body, 'body')
84269
83452
  if self.body:
84270
83453
  self.body.validate()
84271
83454
 
@@ -84555,9 +83738,6 @@ class ModifyVirtualBorderRouterAttributeResponse(TeaModel):
84555
83738
  self.body = body
84556
83739
 
84557
83740
  def validate(self):
84558
- self.validate_required(self.headers, 'headers')
84559
- self.validate_required(self.status_code, 'status_code')
84560
- self.validate_required(self.body, 'body')
84561
83741
  if self.body:
84562
83742
  self.body.validate()
84563
83743
 
@@ -84748,9 +83928,6 @@ class ModifyVpcAttributeResponse(TeaModel):
84748
83928
  self.body = body
84749
83929
 
84750
83930
  def validate(self):
84751
- self.validate_required(self.headers, 'headers')
84752
- self.validate_required(self.status_code, 'status_code')
84753
- self.validate_required(self.body, 'body')
84754
83931
  if self.body:
84755
83932
  self.body.validate()
84756
83933
 
@@ -85035,9 +84212,6 @@ class ModifyVpcPrefixListResponse(TeaModel):
85035
84212
  self.body = body
85036
84213
 
85037
84214
  def validate(self):
85038
- self.validate_required(self.headers, 'headers')
85039
- self.validate_required(self.status_code, 'status_code')
85040
- self.validate_required(self.body, 'body')
85041
84215
  if self.body:
85042
84216
  self.body.validate()
85043
84217
 
@@ -85831,9 +85005,6 @@ class ModifyVpnAttachmentAttributeResponse(TeaModel):
85831
85005
  self.body = body
85832
85006
 
85833
85007
  def validate(self):
85834
- self.validate_required(self.headers, 'headers')
85835
- self.validate_required(self.status_code, 'status_code')
85836
- self.validate_required(self.body, 'body')
85837
85008
  if self.body:
85838
85009
  self.body.validate()
85839
85010
 
@@ -87305,9 +86476,6 @@ class ModifyVpnConnectionAttributeResponse(TeaModel):
87305
86476
  self.body = body
87306
86477
 
87307
86478
  def validate(self):
87308
- self.validate_required(self.headers, 'headers')
87309
- self.validate_required(self.status_code, 'status_code')
87310
- self.validate_required(self.body, 'body')
87311
86479
  if self.body:
87312
86480
  self.body.validate()
87313
86481
 
@@ -87634,9 +86802,6 @@ class ModifyVpnGatewayAttributeResponse(TeaModel):
87634
86802
  self.body = body
87635
86803
 
87636
86804
  def validate(self):
87637
- self.validate_required(self.headers, 'headers')
87638
- self.validate_required(self.status_code, 'status_code')
87639
- self.validate_required(self.body, 'body')
87640
86805
  if self.body:
87641
86806
  self.body.validate()
87642
86807
 
@@ -87841,9 +87006,6 @@ class ModifyVpnPbrRouteEntryAttributeResponse(TeaModel):
87841
87006
  self.body = body
87842
87007
 
87843
87008
  def validate(self):
87844
- self.validate_required(self.headers, 'headers')
87845
- self.validate_required(self.status_code, 'status_code')
87846
- self.validate_required(self.body, 'body')
87847
87009
  if self.body:
87848
87010
  self.body.validate()
87849
87011
 
@@ -88031,9 +87193,6 @@ class ModifyVpnPbrRouteEntryPriorityResponse(TeaModel):
88031
87193
  self.body = body
88032
87194
 
88033
87195
  def validate(self):
88034
- self.validate_required(self.headers, 'headers')
88035
- self.validate_required(self.status_code, 'status_code')
88036
- self.validate_required(self.body, 'body')
88037
87196
  if self.body:
88038
87197
  self.body.validate()
88039
87198
 
@@ -88234,9 +87393,6 @@ class ModifyVpnPbrRouteEntryWeightResponse(TeaModel):
88234
87393
  self.body = body
88235
87394
 
88236
87395
  def validate(self):
88237
- self.validate_required(self.headers, 'headers')
88238
- self.validate_required(self.status_code, 'status_code')
88239
- self.validate_required(self.body, 'body')
88240
87396
  if self.body:
88241
87397
  self.body.validate()
88242
87398
 
@@ -88417,9 +87573,6 @@ class ModifyVpnRouteEntryWeightResponse(TeaModel):
88417
87573
  self.body = body
88418
87574
 
88419
87575
  def validate(self):
88420
- self.validate_required(self.headers, 'headers')
88421
- self.validate_required(self.status_code, 'status_code')
88422
- self.validate_required(self.body, 'body')
88423
87576
  if self.body:
88424
87577
  self.body.validate()
88425
87578
 
@@ -88580,9 +87733,6 @@ class MoveResourceGroupResponse(TeaModel):
88580
87733
  self.body = body
88581
87734
 
88582
87735
  def validate(self):
88583
- self.validate_required(self.headers, 'headers')
88584
- self.validate_required(self.status_code, 'status_code')
88585
- self.validate_required(self.body, 'body')
88586
87736
  if self.body:
88587
87737
  self.body.validate()
88588
87738
 
@@ -88737,9 +87887,6 @@ class MoveVpnResourceGroupResponse(TeaModel):
88737
87887
  self.body = body
88738
87888
 
88739
87889
  def validate(self):
88740
- self.validate_required(self.headers, 'headers')
88741
- self.validate_required(self.status_code, 'status_code')
88742
- self.validate_required(self.body, 'body')
88743
87890
  if self.body:
88744
87891
  self.body.validate()
88745
87892
 
@@ -88888,9 +88035,6 @@ class OpenFlowLogServiceResponse(TeaModel):
88888
88035
  self.body = body
88889
88036
 
88890
88037
  def validate(self):
88891
- self.validate_required(self.headers, 'headers')
88892
- self.validate_required(self.status_code, 'status_code')
88893
- self.validate_required(self.body, 'body')
88894
88038
  if self.body:
88895
88039
  self.body.validate()
88896
88040
 
@@ -89014,9 +88158,6 @@ class OpenPhysicalConnectionServiceResponse(TeaModel):
89014
88158
  self.body = body
89015
88159
 
89016
88160
  def validate(self):
89017
- self.validate_required(self.headers, 'headers')
89018
- self.validate_required(self.status_code, 'status_code')
89019
- self.validate_required(self.body, 'body')
89020
88161
  if self.body:
89021
88162
  self.body.validate()
89022
88163
 
@@ -89165,9 +88306,6 @@ class OpenTrafficMirrorServiceResponse(TeaModel):
89165
88306
  self.body = body
89166
88307
 
89167
88308
  def validate(self):
89168
- self.validate_required(self.headers, 'headers')
89169
- self.validate_required(self.status_code, 'status_code')
89170
- self.validate_required(self.body, 'body')
89171
88309
  if self.body:
89172
88310
  self.body.validate()
89173
88311
 
@@ -89343,9 +88481,6 @@ class PublishVpnRouteEntryResponse(TeaModel):
89343
88481
  self.body = body
89344
88482
 
89345
88483
  def validate(self):
89346
- self.validate_required(self.headers, 'headers')
89347
- self.validate_required(self.status_code, 'status_code')
89348
- self.validate_required(self.body, 'body')
89349
88484
  if self.body:
89350
88485
  self.body.validate()
89351
88486
 
@@ -89473,9 +88608,6 @@ class RecoverPhysicalConnectionResponse(TeaModel):
89473
88608
  self.body = body
89474
88609
 
89475
88610
  def validate(self):
89476
- self.validate_required(self.headers, 'headers')
89477
- self.validate_required(self.status_code, 'status_code')
89478
- self.validate_required(self.body, 'body')
89479
88611
  if self.body:
89480
88612
  self.body.validate()
89481
88613
 
@@ -89615,9 +88747,6 @@ class RecoverVirtualBorderRouterResponse(TeaModel):
89615
88747
  self.body = body
89616
88748
 
89617
88749
  def validate(self):
89618
- self.validate_required(self.headers, 'headers')
89619
- self.validate_required(self.status_code, 'status_code')
89620
- self.validate_required(self.body, 'body')
89621
88750
  if self.body:
89622
88751
  self.body.validate()
89623
88752
 
@@ -89746,9 +88875,6 @@ class ReleaseEipAddressResponse(TeaModel):
89746
88875
  self.body = body
89747
88876
 
89748
88877
  def validate(self):
89749
- self.validate_required(self.headers, 'headers')
89750
- self.validate_required(self.status_code, 'status_code')
89751
- self.validate_required(self.body, 'body')
89752
88878
  if self.body:
89753
88879
  self.body.validate()
89754
88880
 
@@ -89890,9 +89016,6 @@ class ReleaseEipSegmentAddressResponse(TeaModel):
89890
89016
  self.body = body
89891
89017
 
89892
89018
  def validate(self):
89893
- self.validate_required(self.headers, 'headers')
89894
- self.validate_required(self.status_code, 'status_code')
89895
- self.validate_required(self.body, 'body')
89896
89019
  if self.body:
89897
89020
  self.body.validate()
89898
89021
 
@@ -90030,9 +89153,6 @@ class ReleaseIpv6AddressResponse(TeaModel):
90030
89153
  self.body = body
90031
89154
 
90032
89155
  def validate(self):
90033
- self.validate_required(self.headers, 'headers')
90034
- self.validate_required(self.status_code, 'status_code')
90035
- self.validate_required(self.body, 'body')
90036
89156
  if self.body:
90037
89157
  self.body.validate()
90038
89158
 
@@ -90183,9 +89303,6 @@ class RemoveCommonBandwidthPackageIpResponse(TeaModel):
90183
89303
  self.body = body
90184
89304
 
90185
89305
  def validate(self):
90186
- self.validate_required(self.headers, 'headers')
90187
- self.validate_required(self.status_code, 'status_code')
90188
- self.validate_required(self.body, 'body')
90189
89306
  if self.body:
90190
89307
  self.body.validate()
90191
89308
 
@@ -90325,9 +89442,6 @@ class RemoveGlobalAccelerationInstanceIpResponse(TeaModel):
90325
89442
  self.body = body
90326
89443
 
90327
89444
  def validate(self):
90328
- self.validate_required(self.headers, 'headers')
90329
- self.validate_required(self.status_code, 'status_code')
90330
- self.validate_required(self.body, 'body')
90331
89445
  if self.body:
90332
89446
  self.body.validate()
90333
89447
 
@@ -90472,9 +89586,6 @@ class RemoveIPv6TranslatorAclListEntryResponse(TeaModel):
90472
89586
  self.body = body
90473
89587
 
90474
89588
  def validate(self):
90475
- self.validate_required(self.headers, 'headers')
90476
- self.validate_required(self.status_code, 'status_code')
90477
- self.validate_required(self.body, 'body')
90478
89589
  if self.body:
90479
89590
  self.body.validate()
90480
89591
 
@@ -90536,6 +89647,7 @@ class RemoveSourcesFromTrafficMirrorSessionRequest(TeaModel):
90536
89647
  self.resource_owner_id = resource_owner_id
90537
89648
  # The ID of the traffic mirror session from which you want to delete a traffic mirror source.
90538
89649
  self.traffic_mirror_session_id = traffic_mirror_session_id
89650
+ # The ID of the traffic mirror source to be deleted. Maximum value of N: 10.
90539
89651
  self.traffic_mirror_source_ids = traffic_mirror_source_ids
90540
89652
 
90541
89653
  def validate(self):
@@ -90630,9 +89742,6 @@ class RemoveSourcesFromTrafficMirrorSessionResponse(TeaModel):
90630
89742
  self.body = body
90631
89743
 
90632
89744
  def validate(self):
90633
- self.validate_required(self.headers, 'headers')
90634
- self.validate_required(self.status_code, 'status_code')
90635
- self.validate_required(self.body, 'body')
90636
89745
  if self.body:
90637
89746
  self.body.validate()
90638
89747
 
@@ -90789,9 +89898,6 @@ class ReplaceVpcDhcpOptionsSetResponse(TeaModel):
90789
89898
  self.body = body
90790
89899
 
90791
89900
  def validate(self):
90792
- self.validate_required(self.headers, 'headers')
90793
- self.validate_required(self.status_code, 'status_code')
90794
- self.validate_required(self.body, 'body')
90795
89901
  if self.body:
90796
89902
  self.body.validate()
90797
89903
 
@@ -90960,9 +90066,6 @@ class RetryVpcPrefixListAssociationResponse(TeaModel):
90960
90066
  self.body = body
90961
90067
 
90962
90068
  def validate(self):
90963
- self.validate_required(self.headers, 'headers')
90964
- self.validate_required(self.status_code, 'status_code')
90965
- self.validate_required(self.body, 'body')
90966
90069
  if self.body:
90967
90070
  self.body.validate()
90968
90071
 
@@ -91129,9 +90232,6 @@ class RevokeInstanceFromCenResponse(TeaModel):
91129
90232
  self.body = body
91130
90233
 
91131
90234
  def validate(self):
91132
- self.validate_required(self.headers, 'headers')
91133
- self.validate_required(self.status_code, 'status_code')
91134
- self.validate_required(self.body, 'body')
91135
90235
  if self.body:
91136
90236
  self.body.validate()
91137
90237
 
@@ -91337,9 +90437,6 @@ class RevokeInstanceFromVbrResponse(TeaModel):
91337
90437
  self.body = body
91338
90438
 
91339
90439
  def validate(self):
91340
- self.validate_required(self.headers, 'headers')
91341
- self.validate_required(self.status_code, 'status_code')
91342
- self.validate_required(self.body, 'body')
91343
90440
  if self.body:
91344
90441
  self.body.validate()
91345
90442
 
@@ -91604,9 +90701,6 @@ class SecondApplyPhysicalConnectionLOAResponse(TeaModel):
91604
90701
  self.body = body
91605
90702
 
91606
90703
  def validate(self):
91607
- self.validate_required(self.headers, 'headers')
91608
- self.validate_required(self.status_code, 'status_code')
91609
- self.validate_required(self.body, 'body')
91610
90704
  if self.body:
91611
90705
  self.body.validate()
91612
90706
 
@@ -91778,9 +90872,6 @@ class SetHighDefinitionMonitorLogStatusResponse(TeaModel):
91778
90872
  self.body = body
91779
90873
 
91780
90874
  def validate(self):
91781
- self.validate_required(self.headers, 'headers')
91782
- self.validate_required(self.status_code, 'status_code')
91783
- self.validate_required(self.body, 'body')
91784
90875
  if self.body:
91785
90876
  self.body.validate()
91786
90877
 
@@ -91906,9 +90997,6 @@ class StartFailoverTestJobResponse(TeaModel):
91906
90997
  self.body = body
91907
90998
 
91908
90999
  def validate(self):
91909
- self.validate_required(self.headers, 'headers')
91910
- self.validate_required(self.status_code, 'status_code')
91911
- self.validate_required(self.body, 'body')
91912
91000
  if self.body:
91913
91001
  self.body.validate()
91914
91002
 
@@ -92034,9 +91122,6 @@ class StopFailoverTestJobResponse(TeaModel):
92034
91122
  self.body = body
92035
91123
 
92036
91124
  def validate(self):
92037
- self.validate_required(self.headers, 'headers')
92038
- self.validate_required(self.status_code, 'status_code')
92039
- self.validate_required(self.body, 'body')
92040
91125
  if self.body:
92041
91126
  self.body.validate()
92042
91127
 
@@ -92240,9 +91325,6 @@ class TagResourcesResponse(TeaModel):
92240
91325
  self.body = body
92241
91326
 
92242
91327
  def validate(self):
92243
- self.validate_required(self.headers, 'headers')
92244
- self.validate_required(self.status_code, 'status_code')
92245
- self.validate_required(self.body, 'body')
92246
91328
  if self.body:
92247
91329
  self.body.validate()
92248
91330
 
@@ -92438,9 +91520,6 @@ class TagResourcesForExpressConnectResponse(TeaModel):
92438
91520
  self.body = body
92439
91521
 
92440
91522
  def validate(self):
92441
- self.validate_required(self.headers, 'headers')
92442
- self.validate_required(self.status_code, 'status_code')
92443
- self.validate_required(self.body, 'body')
92444
91523
  if self.body:
92445
91524
  self.body.validate()
92446
91525
 
@@ -92582,9 +91661,6 @@ class TerminatePhysicalConnectionResponse(TeaModel):
92582
91661
  self.body = body
92583
91662
 
92584
91663
  def validate(self):
92585
- self.validate_required(self.headers, 'headers')
92586
- self.validate_required(self.status_code, 'status_code')
92587
- self.validate_required(self.body, 'body')
92588
91664
  if self.body:
92589
91665
  self.body.validate()
92590
91666
 
@@ -92726,9 +91802,6 @@ class TerminateVirtualBorderRouterResponse(TeaModel):
92726
91802
  self.body = body
92727
91803
 
92728
91804
  def validate(self):
92729
- self.validate_required(self.headers, 'headers')
92730
- self.validate_required(self.status_code, 'status_code')
92731
- self.validate_required(self.body, 'body')
92732
91805
  if self.body:
92733
91806
  self.body.validate()
92734
91807
 
@@ -92893,9 +91966,6 @@ class UnTagResourcesResponse(TeaModel):
92893
91966
  self.body = body
92894
91967
 
92895
91968
  def validate(self):
92896
- self.validate_required(self.headers, 'headers')
92897
- self.validate_required(self.status_code, 'status_code')
92898
- self.validate_required(self.body, 'body')
92899
91969
  if self.body:
92900
91970
  self.body.validate()
92901
91971
 
@@ -93072,9 +92142,6 @@ class UnassociateEipAddressResponse(TeaModel):
93072
92142
  self.body = body
93073
92143
 
93074
92144
  def validate(self):
93075
- self.validate_required(self.headers, 'headers')
93076
- self.validate_required(self.status_code, 'status_code')
93077
- self.validate_required(self.body, 'body')
93078
92145
  if self.body:
93079
92146
  self.body.validate()
93080
92147
 
@@ -93216,9 +92283,6 @@ class UnassociateGlobalAccelerationInstanceResponse(TeaModel):
93216
92283
  self.body = body
93217
92284
 
93218
92285
  def validate(self):
93219
- self.validate_required(self.headers, 'headers')
93220
- self.validate_required(self.status_code, 'status_code')
93221
- self.validate_required(self.body, 'body')
93222
92286
  if self.body:
93223
92287
  self.body.validate()
93224
92288
 
@@ -93387,9 +92451,6 @@ class UnassociateHaVipResponse(TeaModel):
93387
92451
  self.body = body
93388
92452
 
93389
92453
  def validate(self):
93390
- self.validate_required(self.headers, 'headers')
93391
- self.validate_required(self.status_code, 'status_code')
93392
- self.validate_required(self.body, 'body')
93393
92454
  if self.body:
93394
92455
  self.body.validate()
93395
92456
 
@@ -93475,6 +92536,11 @@ class UnassociateNetworkAclRequest(TeaModel):
93475
92536
  #
93476
92537
  # > 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.
93477
92538
  self.client_token = client_token
92539
+ # Specifies whether to perform only a dry run, without performing the actual request. Valid values:
92540
+ #
92541
+ # **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.
92542
+ #
92543
+ # **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.
93478
92544
  self.dry_run = dry_run
93479
92545
  # The ID of the network ACL that you want to disassociate from a resource.
93480
92546
  self.network_acl_id = network_acl_id
@@ -93589,9 +92655,6 @@ class UnassociateNetworkAclResponse(TeaModel):
93589
92655
  self.body = body
93590
92656
 
93591
92657
  def validate(self):
93592
- self.validate_required(self.headers, 'headers')
93593
- self.validate_required(self.status_code, 'status_code')
93594
- self.validate_required(self.body, 'body')
93595
92658
  if self.body:
93596
92659
  self.body.validate()
93597
92660
 
@@ -93740,9 +92803,6 @@ class UnassociatePhysicalConnectionFromVirtualBorderRouterResponse(TeaModel):
93740
92803
  self.body = body
93741
92804
 
93742
92805
  def validate(self):
93743
- self.validate_required(self.headers, 'headers')
93744
- self.validate_required(self.status_code, 'status_code')
93745
- self.validate_required(self.body, 'body')
93746
92806
  if self.body:
93747
92807
  self.body.validate()
93748
92808
 
@@ -93891,9 +92951,6 @@ class UnassociateRouteTableResponse(TeaModel):
93891
92951
  self.body = body
93892
92952
 
93893
92953
  def validate(self):
93894
- self.validate_required(self.headers, 'headers')
93895
- self.validate_required(self.status_code, 'status_code')
93896
- self.validate_required(self.body, 'body')
93897
92954
  if self.body:
93898
92955
  self.body.validate()
93899
92956
 
@@ -94042,9 +93099,6 @@ class UnassociateVpcCidrBlockResponse(TeaModel):
94042
93099
  self.body = body
94043
93100
 
94044
93101
  def validate(self):
94045
- self.validate_required(self.headers, 'headers')
94046
- self.validate_required(self.status_code, 'status_code')
94047
- self.validate_required(self.body, 'body')
94048
93102
  if self.body:
94049
93103
  self.body.validate()
94050
93104
 
@@ -94203,9 +93257,6 @@ class UntagResourcesForExpressConnectResponse(TeaModel):
94203
93257
  self.body = body
94204
93258
 
94205
93259
  def validate(self):
94206
- self.validate_required(self.headers, 'headers')
94207
- self.validate_required(self.status_code, 'status_code')
94208
- self.validate_required(self.body, 'body')
94209
93260
  if self.body:
94210
93261
  self.body.validate()
94211
93262
 
@@ -94416,9 +93467,6 @@ class UpdateDhcpOptionsSetAttributeResponse(TeaModel):
94416
93467
  self.body = body
94417
93468
 
94418
93469
  def validate(self):
94419
- self.validate_required(self.headers, 'headers')
94420
- self.validate_required(self.status_code, 'status_code')
94421
- self.validate_required(self.body, 'body')
94422
93470
  if self.body:
94423
93471
  self.body.validate()
94424
93472
 
@@ -94568,9 +93616,6 @@ class UpdateFailoverTestJobResponse(TeaModel):
94568
93616
  self.body = body
94569
93617
 
94570
93618
  def validate(self):
94571
- self.validate_required(self.headers, 'headers')
94572
- self.validate_required(self.status_code, 'status_code')
94573
- self.validate_required(self.body, 'body')
94574
93619
  if self.body:
94575
93620
  self.body.validate()
94576
93621
 
@@ -94777,9 +93822,6 @@ class UpdateGatewayRouteTableEntryAttributeResponse(TeaModel):
94777
93822
  self.body = body
94778
93823
 
94779
93824
  def validate(self):
94780
- self.validate_required(self.headers, 'headers')
94781
- self.validate_required(self.status_code, 'status_code')
94782
- self.validate_required(self.body, 'body')
94783
93825
  if self.body:
94784
93826
  self.body.validate()
94785
93827
 
@@ -94992,9 +94034,6 @@ class UpdateIpsecServerResponse(TeaModel):
94992
94034
  self.body = body
94993
94035
 
94994
94036
  def validate(self):
94995
- self.validate_required(self.headers, 'headers')
94996
- self.validate_required(self.status_code, 'status_code')
94997
- self.validate_required(self.body, 'body')
94998
94037
  if self.body:
94999
94038
  self.body.validate()
95000
94039
 
@@ -95160,9 +94199,6 @@ class UpdateIpv4GatewayAttributeResponse(TeaModel):
95160
94199
  self.body = body
95161
94200
 
95162
94201
  def validate(self):
95163
- self.validate_required(self.headers, 'headers')
95164
- self.validate_required(self.status_code, 'status_code')
95165
- self.validate_required(self.body, 'body')
95166
94202
  if self.body:
95167
94203
  self.body.validate()
95168
94204
 
@@ -95331,9 +94367,6 @@ class UpdateNatGatewayNatTypeResponse(TeaModel):
95331
94367
  self.body = body
95332
94368
 
95333
94369
  def validate(self):
95334
- self.validate_required(self.headers, 'headers')
95335
- self.validate_required(self.status_code, 'status_code')
95336
- self.validate_required(self.body, 'body')
95337
94370
  if self.body:
95338
94371
  self.body.validate()
95339
94372
 
@@ -95738,9 +94771,6 @@ class UpdateNetworkAclEntriesResponse(TeaModel):
95738
94771
  self.body = body
95739
94772
 
95740
94773
  def validate(self):
95741
- self.validate_required(self.headers, 'headers')
95742
- self.validate_required(self.status_code, 'status_code')
95743
- self.validate_required(self.body, 'body')
95744
94774
  if self.body:
95745
94775
  self.body.validate()
95746
94776
 
@@ -95908,9 +94938,6 @@ class UpdatePublicIpAddressPoolAttributeResponse(TeaModel):
95908
94938
  self.body = body
95909
94939
 
95910
94940
  def validate(self):
95911
- self.validate_required(self.headers, 'headers')
95912
- self.validate_required(self.status_code, 'status_code')
95913
- self.validate_required(self.body, 'body')
95914
94941
  if self.body:
95915
94942
  self.body.validate()
95916
94943
 
@@ -96080,9 +95107,6 @@ class UpdateTrafficMirrorFilterAttributeResponse(TeaModel):
96080
95107
  self.body = body
96081
95108
 
96082
95109
  def validate(self):
96083
- self.validate_required(self.headers, 'headers')
96084
- self.validate_required(self.status_code, 'status_code')
96085
- self.validate_required(self.body, 'body')
96086
95110
  if self.body:
96087
95111
  self.body.validate()
96088
95112
 
@@ -96295,9 +95319,6 @@ class UpdateTrafficMirrorFilterRuleAttributeResponse(TeaModel):
96295
95319
  self.body = body
96296
95320
 
96297
95321
  def validate(self):
96298
- self.validate_required(self.headers, 'headers')
96299
- self.validate_required(self.status_code, 'status_code')
96300
- self.validate_required(self.body, 'body')
96301
95322
  if self.body:
96302
95323
  self.body.validate()
96303
95324
 
@@ -96526,9 +95547,6 @@ class UpdateTrafficMirrorSessionAttributeResponse(TeaModel):
96526
95547
  self.body = body
96527
95548
 
96528
95549
  def validate(self):
96529
- self.validate_required(self.headers, 'headers')
96530
- self.validate_required(self.status_code, 'status_code')
96531
- self.validate_required(self.body, 'body')
96532
95550
  if self.body:
96533
95551
  self.body.validate()
96534
95552
 
@@ -96706,9 +95724,6 @@ class UpdateVirtualBorderBandwidthResponse(TeaModel):
96706
95724
  self.body = body
96707
95725
 
96708
95726
  def validate(self):
96709
- self.validate_required(self.headers, 'headers')
96710
- self.validate_required(self.status_code, 'status_code')
96711
- self.validate_required(self.body, 'body')
96712
95727
  if self.body:
96713
95728
  self.body.validate()
96714
95729
 
@@ -96869,9 +95884,6 @@ class UpdateVirtualPhysicalConnectionResponse(TeaModel):
96869
95884
  self.body = body
96870
95885
 
96871
95886
  def validate(self):
96872
- self.validate_required(self.headers, 'headers')
96873
- self.validate_required(self.status_code, 'status_code')
96874
- self.validate_required(self.body, 'body')
96875
95887
  if self.body:
96876
95888
  self.body.validate()
96877
95889
 
@@ -97050,9 +96062,6 @@ class UpdateVpcGatewayEndpointAttributeResponse(TeaModel):
97050
96062
  self.body = body
97051
96063
 
97052
96064
  def validate(self):
97053
- self.validate_required(self.headers, 'headers')
97054
- self.validate_required(self.status_code, 'status_code')
97055
- self.validate_required(self.body, 'body')
97056
96065
  if self.body:
97057
96066
  self.body.validate()
97058
96067
 
@@ -97208,9 +96217,6 @@ class VpcDescribeVpcNatGatewayNetworkInterfaceQuotaResponse(TeaModel):
97208
96217
  self.body = body
97209
96218
 
97210
96219
  def validate(self):
97211
- self.validate_required(self.headers, 'headers')
97212
- self.validate_required(self.status_code, 'status_code')
97213
- self.validate_required(self.body, 'body')
97214
96220
  if self.body:
97215
96221
  self.body.validate()
97216
96222