@alicloud/ddosbgp20180720 3.1.0 → 3.1.2
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.
- package/dist/client.d.ts +18 -14
- package/dist/client.js +18 -18
- package/dist/client.js.map +1 -1
- package/dist/models/AttachToPolicyRequest.d.ts +3 -2
- package/dist/models/AttachToPolicyRequest.js.map +1 -1
- package/dist/models/AttachToPolicyResponseBody.d.ts +1 -1
- package/dist/models/AttachToPolicyShrinkRequest.d.ts +2 -2
- package/dist/models/CheckAccessLogAuthRequest.d.ts +2 -2
- package/dist/models/CheckAccessLogAuthResponseBody.d.ts +4 -5
- package/dist/models/CheckAccessLogAuthResponseBody.js.map +1 -1
- package/dist/models/DescribeInstanceListRequest.d.ts +30 -33
- package/dist/models/DescribeInstanceListRequest.js.map +1 -1
- package/dist/models/DescribeInstanceListResponseBody.d.ts +51 -50
- package/dist/models/DescribeInstanceListResponseBody.js +2 -0
- package/dist/models/DescribeInstanceListResponseBody.js.map +1 -1
- package/dist/models/GetSlsOpenStatusRequest.d.ts +1 -1
- package/dist/models/GetSlsOpenStatusResponseBody.d.ts +4 -4
- package/dist/models/ListOpenedAccessLogInstancesRequest.d.ts +3 -3
- package/dist/models/ListOpenedAccessLogInstancesResponseBody.d.ts +7 -7
- package/dist/models/ListPolicyRequest.d.ts +17 -2
- package/dist/models/ListPolicyRequest.js.map +1 -1
- package/dist/models/ListPolicyResponseBody.d.ts +133 -27
- package/dist/models/ListPolicyResponseBody.js +8 -0
- package/dist/models/ListPolicyResponseBody.js.map +1 -1
- package/dist/models/ModifyPolicyContentRequest.d.ts +112 -26
- package/dist/models/ModifyPolicyContentRequest.js +8 -0
- package/dist/models/ModifyPolicyContentRequest.js.map +1 -1
- package/dist/models/ModifyPolicyContentShrinkRequest.d.ts +4 -0
- package/dist/models/ModifyPolicyContentShrinkRequest.js.map +1 -1
- package/dist/models/ModifyPolicyRequest.d.ts +155 -32
- package/dist/models/ModifyPolicyRequest.js +8 -0
- package/dist/models/ModifyPolicyRequest.js.map +1 -1
- package/dist/models/ModifyPolicyShrinkRequest.d.ts +29 -2
- package/dist/models/ModifyPolicyShrinkRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +18 -18
- package/src/models/AttachToPolicyRequest.ts +3 -2
- package/src/models/AttachToPolicyResponseBody.ts +1 -1
- package/src/models/AttachToPolicyShrinkRequest.ts +2 -2
- package/src/models/CheckAccessLogAuthRequest.ts +2 -2
- package/src/models/CheckAccessLogAuthResponseBody.ts +4 -5
- package/src/models/DescribeInstanceListRequest.ts +30 -33
- package/src/models/DescribeInstanceListResponseBody.ts +53 -50
- package/src/models/GetSlsOpenStatusRequest.ts +1 -1
- package/src/models/GetSlsOpenStatusResponseBody.ts +4 -4
- package/src/models/ListOpenedAccessLogInstancesRequest.ts +3 -3
- package/src/models/ListOpenedAccessLogInstancesResponseBody.ts +7 -7
- package/src/models/ListPolicyRequest.ts +17 -2
- package/src/models/ListPolicyResponseBody.ts +141 -27
- package/src/models/ModifyPolicyContentRequest.ts +120 -26
- package/src/models/ModifyPolicyContentShrinkRequest.ts +4 -0
- package/src/models/ModifyPolicyRequest.ts +163 -32
- package/src/models/ModifyPolicyShrinkRequest.ts +29 -2
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class ListPolicyResponseBodyPolicyListContentFingerPrintRuleList extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The remarks of the rule.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* comment
|
|
9
|
+
*/
|
|
10
|
+
comment?: string;
|
|
3
11
|
/**
|
|
4
12
|
* @remarks
|
|
5
13
|
* The end value of the destination port range. Valid values: **0** to **65535**.
|
|
@@ -28,6 +36,11 @@ export declare class ListPolicyResponseBodyPolicyListContentFingerPrintRuleList
|
|
|
28
36
|
* @remarks
|
|
29
37
|
* The match action. Valid values:
|
|
30
38
|
*
|
|
39
|
+
* - **accept**: Allow traffic that matches the fingerprint.
|
|
40
|
+
* - **drop**: Drop traffic that matches the fingerprint.
|
|
41
|
+
* - **ip_rate**: Apply rate limiting to the source IP address of traffic that matches the fingerprint. The rate limit is specified by the **RateValue** parameter.
|
|
42
|
+
* - **session_rate**: Apply rate limiting to the source session of traffic that matches the fingerprint. The rate limit is specified by the **RateValue** parameter.
|
|
43
|
+
*
|
|
31
44
|
* @example
|
|
32
45
|
* drop
|
|
33
46
|
*/
|
|
@@ -48,6 +61,14 @@ export declare class ListPolicyResponseBodyPolicyListContentFingerPrintRuleList
|
|
|
48
61
|
* 1
|
|
49
62
|
*/
|
|
50
63
|
minPktLen?: number;
|
|
64
|
+
/**
|
|
65
|
+
* @remarks
|
|
66
|
+
* The rule mode.
|
|
67
|
+
*
|
|
68
|
+
* @example
|
|
69
|
+
* 1
|
|
70
|
+
*/
|
|
71
|
+
mode?: number;
|
|
51
72
|
/**
|
|
52
73
|
* @remarks
|
|
53
74
|
* The offset. Valid values: **0** to **1500**.
|
|
@@ -58,7 +79,7 @@ export declare class ListPolicyResponseBodyPolicyListContentFingerPrintRuleList
|
|
|
58
79
|
offset?: number;
|
|
59
80
|
/**
|
|
60
81
|
* @remarks
|
|
61
|
-
* The detection payload, represented
|
|
82
|
+
* The detection payload, represented as a hexadecimal string.
|
|
62
83
|
*
|
|
63
84
|
* @example
|
|
64
85
|
* abcd
|
|
@@ -68,13 +89,18 @@ export declare class ListPolicyResponseBodyPolicyListContentFingerPrintRuleList
|
|
|
68
89
|
* @remarks
|
|
69
90
|
* The protocol type. Valid values:
|
|
70
91
|
*
|
|
92
|
+
* - **tcp**: Transmission Control Protocol.
|
|
93
|
+
* - **udp**: User Datagram Protocol.
|
|
94
|
+
*
|
|
71
95
|
* @example
|
|
72
96
|
* udp
|
|
73
97
|
*/
|
|
74
98
|
protocol?: string;
|
|
75
99
|
/**
|
|
76
100
|
* @remarks
|
|
77
|
-
* The rate limit
|
|
101
|
+
* The rate limit. Valid values: **1** to **100000**.
|
|
102
|
+
*
|
|
103
|
+
* > This parameter is required when the match action is source IP rate limiting or source session rate limiting (**MatchAction** is **ip_rate** or **session_rate**).
|
|
78
104
|
*
|
|
79
105
|
* @example
|
|
80
106
|
* 1000
|
|
@@ -82,7 +108,15 @@ export declare class ListPolicyResponseBodyPolicyListContentFingerPrintRuleList
|
|
|
82
108
|
rateValue?: number;
|
|
83
109
|
/**
|
|
84
110
|
* @remarks
|
|
85
|
-
* The
|
|
111
|
+
* The rule.
|
|
112
|
+
*
|
|
113
|
+
* @example
|
|
114
|
+
* (ip.version == 4)
|
|
115
|
+
*/
|
|
116
|
+
rule?: string;
|
|
117
|
+
/**
|
|
118
|
+
* @remarks
|
|
119
|
+
* The priority of the rule, represented as an integer.
|
|
86
120
|
*
|
|
87
121
|
* @example
|
|
88
122
|
* 1
|
|
@@ -104,6 +138,14 @@ export declare class ListPolicyResponseBodyPolicyListContentFingerPrintRuleList
|
|
|
104
138
|
* 0
|
|
105
139
|
*/
|
|
106
140
|
srcPortStart?: number;
|
|
141
|
+
/**
|
|
142
|
+
* @remarks
|
|
143
|
+
* The type.
|
|
144
|
+
*
|
|
145
|
+
* @example
|
|
146
|
+
* 1
|
|
147
|
+
*/
|
|
148
|
+
type?: number;
|
|
107
149
|
static names(): {
|
|
108
150
|
[key: string]: string;
|
|
109
151
|
};
|
|
@@ -120,6 +162,8 @@ export declare class ListPolicyResponseBodyPolicyListContentL4RuleListConditionL
|
|
|
120
162
|
* @remarks
|
|
121
163
|
* The end position. Valid values: **0** to **1499**.
|
|
122
164
|
*
|
|
165
|
+
* > The end position must be greater than or equal to the start position.
|
|
166
|
+
*
|
|
123
167
|
* @example
|
|
124
168
|
* 1499
|
|
125
169
|
*/
|
|
@@ -147,6 +191,7 @@ export declare class ListPolicyResponseBodyPolicyListContentL4RuleListConditionL
|
|
|
147
191
|
/**
|
|
148
192
|
* @remarks
|
|
149
193
|
* The detection content.
|
|
194
|
+
* > If the rule type is **char**, the value must be an ASCII string. If the rule type is **hex**, the value must be a hexadecimal string. Maximum length: 2048.
|
|
150
195
|
*
|
|
151
196
|
* @example
|
|
152
197
|
* test
|
|
@@ -156,6 +201,22 @@ export declare class ListPolicyResponseBodyPolicyListContentL4RuleListConditionL
|
|
|
156
201
|
* @remarks
|
|
157
202
|
* The match content.
|
|
158
203
|
*
|
|
204
|
+
* 1. When **Encode** is set to **str**, the following requirements must be met:
|
|
205
|
+
*
|
|
206
|
+
* - The length of **Content** cannot exceed 1500.
|
|
207
|
+
*
|
|
208
|
+
* - **End** - **Start** >= the length of **Content**.
|
|
209
|
+
*
|
|
210
|
+
* 2. When **Encode** is set to **hex**, the following requirements must be met:
|
|
211
|
+
*
|
|
212
|
+
* - **Content** must be hexadecimal characters.
|
|
213
|
+
*
|
|
214
|
+
* - The length of **Content** must be an even number.
|
|
215
|
+
*
|
|
216
|
+
* - The length of **Content** cannot exceed 3000.
|
|
217
|
+
*
|
|
218
|
+
* - **End** - **Start** + 1 >= the length of **Content** / 2.
|
|
219
|
+
*
|
|
159
220
|
* @example
|
|
160
221
|
* test**
|
|
161
222
|
*/
|
|
@@ -172,6 +233,10 @@ export declare class ListPolicyResponseBodyPolicyListContentL4RuleListConditionL
|
|
|
172
233
|
* @remarks
|
|
173
234
|
* The character type. Valid values:
|
|
174
235
|
*
|
|
236
|
+
* - **str**: string.
|
|
237
|
+
*
|
|
238
|
+
* - **hex**: hexadecimal.
|
|
239
|
+
*
|
|
175
240
|
* @example
|
|
176
241
|
* str
|
|
177
242
|
*/
|
|
@@ -185,13 +250,17 @@ export declare class ListPolicyResponseBodyPolicyListContentL4RuleListConditionL
|
|
|
185
250
|
* @remarks
|
|
186
251
|
* The match pattern. Valid values:
|
|
187
252
|
*
|
|
253
|
+
* - **contain**: contains.
|
|
254
|
+
*
|
|
255
|
+
* - **not_contain**: does not contain.
|
|
256
|
+
*
|
|
188
257
|
* @example
|
|
189
258
|
* contain
|
|
190
259
|
*/
|
|
191
260
|
pattern?: string;
|
|
192
261
|
/**
|
|
193
262
|
* @remarks
|
|
194
|
-
* The
|
|
263
|
+
* The start position of detection. Valid values: **0** to **2047**.
|
|
195
264
|
*
|
|
196
265
|
* @example
|
|
197
266
|
* 0
|
|
@@ -213,6 +282,8 @@ export declare class ListPolicyResponseBodyPolicyListContentL4RuleList extends $
|
|
|
213
282
|
* @remarks
|
|
214
283
|
* The action. Valid values:
|
|
215
284
|
*
|
|
285
|
+
* - **2**: Drop.
|
|
286
|
+
*
|
|
216
287
|
* @example
|
|
217
288
|
* 2
|
|
218
289
|
*/
|
|
@@ -234,6 +305,10 @@ export declare class ListPolicyResponseBodyPolicyListContentL4RuleList extends $
|
|
|
234
305
|
* @remarks
|
|
235
306
|
* The logical operator. Valid values:
|
|
236
307
|
*
|
|
308
|
+
* - **0**: Execute the action when the rule is matched.
|
|
309
|
+
*
|
|
310
|
+
* - **1**: Execute the action when the rule is not matched.
|
|
311
|
+
*
|
|
237
312
|
* @example
|
|
238
313
|
* 1
|
|
239
314
|
*/
|
|
@@ -242,6 +317,10 @@ export declare class ListPolicyResponseBodyPolicyListContentL4RuleList extends $
|
|
|
242
317
|
* @remarks
|
|
243
318
|
* The rule type. Valid values:
|
|
244
319
|
*
|
|
320
|
+
* - **char**: string match.
|
|
321
|
+
*
|
|
322
|
+
* - **hex**: hexadecimal match.
|
|
323
|
+
*
|
|
245
324
|
* @example
|
|
246
325
|
* char
|
|
247
326
|
*/
|
|
@@ -302,6 +381,8 @@ export declare class ListPolicyResponseBodyPolicyListContentPortRuleList extends
|
|
|
302
381
|
* @remarks
|
|
303
382
|
* The match action. Valid values:
|
|
304
383
|
*
|
|
384
|
+
* - **drop**: Drop.
|
|
385
|
+
*
|
|
305
386
|
* @example
|
|
306
387
|
* drop
|
|
307
388
|
*/
|
|
@@ -310,13 +391,16 @@ export declare class ListPolicyResponseBodyPolicyListContentPortRuleList extends
|
|
|
310
391
|
* @remarks
|
|
311
392
|
* The protocol type. Valid values:
|
|
312
393
|
*
|
|
394
|
+
* - **tcp**: Transmission Control Protocol.
|
|
395
|
+
* - **udp**: User Datagram Protocol.
|
|
396
|
+
*
|
|
313
397
|
* @example
|
|
314
398
|
* udp
|
|
315
399
|
*/
|
|
316
400
|
protocol?: string;
|
|
317
401
|
/**
|
|
318
402
|
* @remarks
|
|
319
|
-
* The priority
|
|
403
|
+
* The priority of the rule, represented as an integer.
|
|
320
404
|
*
|
|
321
405
|
* @example
|
|
322
406
|
* 1
|
|
@@ -354,6 +438,9 @@ export declare class ListPolicyResponseBodyPolicyListContentSipDefense extends $
|
|
|
354
438
|
* @remarks
|
|
355
439
|
* Indicates whether SIP protection is enabled. Valid values:
|
|
356
440
|
*
|
|
441
|
+
* - **true**: Enabled.
|
|
442
|
+
* - **false**: Disabled.
|
|
443
|
+
*
|
|
357
444
|
* @example
|
|
358
445
|
* true
|
|
359
446
|
*/
|
|
@@ -368,17 +455,17 @@ export declare class ListPolicyResponseBodyPolicyListContentSipDefense extends $
|
|
|
368
455
|
level?: string;
|
|
369
456
|
/**
|
|
370
457
|
* @remarks
|
|
371
|
-
*
|
|
458
|
+
* Indicates whether SIP defense mode is enabled.
|
|
372
459
|
*/
|
|
373
460
|
sipDefend?: boolean;
|
|
374
461
|
/**
|
|
375
462
|
* @remarks
|
|
376
|
-
*
|
|
463
|
+
* Indicates whether SIP learning mode is enabled.
|
|
377
464
|
*/
|
|
378
465
|
sipLearn?: boolean;
|
|
379
466
|
/**
|
|
380
467
|
* @remarks
|
|
381
|
-
*
|
|
468
|
+
* Indicates whether the SIP source rate limiting module is enabled.
|
|
382
469
|
*/
|
|
383
470
|
sipModule?: boolean;
|
|
384
471
|
/**
|
|
@@ -435,7 +522,7 @@ export declare class ListPolicyResponseBodyPolicyListContentSourceBlockList exte
|
|
|
435
522
|
blockExpireSeconds?: number;
|
|
436
523
|
/**
|
|
437
524
|
* @remarks
|
|
438
|
-
* The statistical period for source rate limiting blacklisting. Unit: seconds.
|
|
525
|
+
* The statistical period for source rate limiting and blacklisting. Unit: seconds.
|
|
439
526
|
*
|
|
440
527
|
* @example
|
|
441
528
|
* 60
|
|
@@ -443,7 +530,7 @@ export declare class ListPolicyResponseBodyPolicyListContentSourceBlockList exte
|
|
|
443
530
|
everySeconds?: number;
|
|
444
531
|
/**
|
|
445
532
|
* @remarks
|
|
446
|
-
* The number of times the source IP address exceeds the rate limit within
|
|
533
|
+
* The number of times that the source IP address exceeds the rate limit within a single statistical period.
|
|
447
534
|
*
|
|
448
535
|
* @example
|
|
449
536
|
* 5
|
|
@@ -451,7 +538,15 @@ export declare class ListPolicyResponseBodyPolicyListContentSourceBlockList exte
|
|
|
451
538
|
exceedLimitTimes?: number;
|
|
452
539
|
/**
|
|
453
540
|
* @remarks
|
|
454
|
-
* The source rate limiting
|
|
541
|
+
* The type of source rate limiting. Valid values:
|
|
542
|
+
*
|
|
543
|
+
* - **3**: source PPS rate limiting.
|
|
544
|
+
*
|
|
545
|
+
* - **4**: source bandwidth throttling.
|
|
546
|
+
*
|
|
547
|
+
* - **5**: source SYN PPS rate limiting.
|
|
548
|
+
*
|
|
549
|
+
* - **6**: source SYN bandwidth throttling.
|
|
455
550
|
*
|
|
456
551
|
* @example
|
|
457
552
|
* 3
|
|
@@ -471,7 +566,7 @@ export declare class ListPolicyResponseBodyPolicyListContentSourceBlockList exte
|
|
|
471
566
|
export declare class ListPolicyResponseBodyPolicyListContentSourceLimit extends $dara.Model {
|
|
472
567
|
/**
|
|
473
568
|
* @remarks
|
|
474
|
-
* The source bandwidth throttling value
|
|
569
|
+
* The source bandwidth throttling value. Unit: bytes per second.
|
|
475
570
|
*
|
|
476
571
|
* @example
|
|
477
572
|
* 2048
|
|
@@ -479,7 +574,7 @@ export declare class ListPolicyResponseBodyPolicyListContentSourceLimit extends
|
|
|
479
574
|
bps?: number;
|
|
480
575
|
/**
|
|
481
576
|
* @remarks
|
|
482
|
-
* The source PPS rate limit
|
|
577
|
+
* The source PPS rate limit. Unit: packets per second.
|
|
483
578
|
*
|
|
484
579
|
* @example
|
|
485
580
|
* 64
|
|
@@ -487,7 +582,7 @@ export declare class ListPolicyResponseBodyPolicyListContentSourceLimit extends
|
|
|
487
582
|
pps?: number;
|
|
488
583
|
/**
|
|
489
584
|
* @remarks
|
|
490
|
-
* The source SYN bandwidth throttling value
|
|
585
|
+
* The source SYN bandwidth throttling value. Unit: bytes per second.
|
|
491
586
|
*
|
|
492
587
|
* @example
|
|
493
588
|
* 2048
|
|
@@ -495,7 +590,7 @@ export declare class ListPolicyResponseBodyPolicyListContentSourceLimit extends
|
|
|
495
590
|
synBps?: number;
|
|
496
591
|
/**
|
|
497
592
|
* @remarks
|
|
498
|
-
* The source SYN PPS rate limit
|
|
593
|
+
* The source SYN PPS rate limit. Unit: packets per second.
|
|
499
594
|
*
|
|
500
595
|
* @example
|
|
501
596
|
* 64
|
|
@@ -515,7 +610,7 @@ export declare class ListPolicyResponseBodyPolicyListContentSourceLimit extends
|
|
|
515
610
|
export declare class ListPolicyResponseBodyPolicyListContent extends $dara.Model {
|
|
516
611
|
/**
|
|
517
612
|
* @remarks
|
|
518
|
-
* The expiration time of the IP blacklist
|
|
613
|
+
* The expiration time of the IP blacklist. The value is a UNIX timestamp.
|
|
519
614
|
*
|
|
520
615
|
* @example
|
|
521
616
|
* 1716878000
|
|
@@ -539,7 +634,7 @@ export declare class ListPolicyResponseBodyPolicyListContent extends $dara.Model
|
|
|
539
634
|
enableIntelligence?: boolean;
|
|
540
635
|
/**
|
|
541
636
|
* @remarks
|
|
542
|
-
* Indicates whether port
|
|
637
|
+
* Indicates whether port-specific mitigation is enabled.
|
|
543
638
|
*
|
|
544
639
|
* @example
|
|
545
640
|
* true
|
|
@@ -547,30 +642,38 @@ export declare class ListPolicyResponseBodyPolicyListContent extends $dara.Model
|
|
|
547
642
|
enableL4Defense?: boolean;
|
|
548
643
|
/**
|
|
549
644
|
* @remarks
|
|
550
|
-
* The list of
|
|
645
|
+
* The list of Byte-Match Filter rules.
|
|
551
646
|
*/
|
|
552
647
|
fingerPrintRuleList?: ListPolicyResponseBodyPolicyListContentFingerPrintRuleList[];
|
|
553
648
|
/**
|
|
554
649
|
* @remarks
|
|
555
650
|
* The protection level of AI-based intelligent analysis. Valid values:
|
|
556
651
|
*
|
|
652
|
+
* - **default**: Normal.
|
|
653
|
+
* - **hard**: Strict.
|
|
654
|
+
* - **weak**: Loose.
|
|
655
|
+
*
|
|
557
656
|
* @example
|
|
558
657
|
* default
|
|
559
658
|
*/
|
|
560
659
|
intelligenceLevel?: string;
|
|
561
660
|
/**
|
|
562
661
|
* @remarks
|
|
563
|
-
* The list of port
|
|
662
|
+
* The list of port-specific mitigation rules.
|
|
564
663
|
*/
|
|
565
664
|
l4RuleList?: ListPolicyResponseBodyPolicyListContentL4RuleList[];
|
|
566
665
|
/**
|
|
567
666
|
* @remarks
|
|
568
|
-
* The list of
|
|
667
|
+
* The list of Port Blocking rules.
|
|
569
668
|
*/
|
|
570
669
|
portRuleList?: ListPolicyResponseBodyPolicyListContentPortRuleList[];
|
|
571
670
|
/**
|
|
572
671
|
* @remarks
|
|
573
|
-
* The version of the port-specific mitigation
|
|
672
|
+
* The version of the port-specific mitigation policy. Valid values:
|
|
673
|
+
*
|
|
674
|
+
* - **Empty**: the default surf protection engine policy.
|
|
675
|
+
* - **2**: the new stream protection engine policy.
|
|
676
|
+
* > Only port-specific mitigation policies are supported.
|
|
574
677
|
*
|
|
575
678
|
* @example
|
|
576
679
|
* 2
|
|
@@ -593,12 +696,12 @@ export declare class ListPolicyResponseBodyPolicyListContent extends $dara.Model
|
|
|
593
696
|
regionBlockProvinceList?: number[];
|
|
594
697
|
/**
|
|
595
698
|
* @remarks
|
|
596
|
-
* The SIP protection
|
|
699
|
+
* The SIP protection settings.
|
|
597
700
|
*/
|
|
598
701
|
sipDefense?: ListPolicyResponseBodyPolicyListContentSipDefense;
|
|
599
702
|
/**
|
|
600
703
|
* @remarks
|
|
601
|
-
* The source rate limiting
|
|
704
|
+
* The list of source rate limiting and blacklisting rules.
|
|
602
705
|
*/
|
|
603
706
|
sourceBlockList?: ListPolicyResponseBodyPolicyListContentSourceBlockList[];
|
|
604
707
|
/**
|
|
@@ -608,7 +711,7 @@ export declare class ListPolicyResponseBodyPolicyListContent extends $dara.Model
|
|
|
608
711
|
sourceLimit?: ListPolicyResponseBodyPolicyListContentSourceLimit;
|
|
609
712
|
/**
|
|
610
713
|
* @remarks
|
|
611
|
-
* Indicates whether
|
|
714
|
+
* Indicates whether the back-to-origin CIDR blocks of Anti-DDoS Pro and Anti-DDoS Premium (the Chinese mainland & outside the Chinese mainland) are added to the whitelist.
|
|
612
715
|
*
|
|
613
716
|
* @example
|
|
614
717
|
* false
|
|
@@ -628,7 +731,7 @@ export declare class ListPolicyResponseBodyPolicyListContent extends $dara.Model
|
|
|
628
731
|
export declare class ListPolicyResponseBodyPolicyList extends $dara.Model {
|
|
629
732
|
/**
|
|
630
733
|
* @remarks
|
|
631
|
-
* The number of protected objects associated with the policy.
|
|
734
|
+
* The number of protected objects that are associated with the policy.
|
|
632
735
|
*
|
|
633
736
|
* @example
|
|
634
737
|
* 0
|
|
@@ -657,7 +760,7 @@ export declare class ListPolicyResponseBodyPolicyList extends $dara.Model {
|
|
|
657
760
|
name?: string;
|
|
658
761
|
/**
|
|
659
762
|
* @remarks
|
|
660
|
-
* The policy
|
|
763
|
+
* The remarks of the policy.
|
|
661
764
|
*
|
|
662
765
|
* @example
|
|
663
766
|
* test
|
|
@@ -666,6 +769,9 @@ export declare class ListPolicyResponseBodyPolicyList extends $dara.Model {
|
|
|
666
769
|
/**
|
|
667
770
|
* @remarks
|
|
668
771
|
* The policy type. Valid values:
|
|
772
|
+
* - **default**: default mitigation policy.
|
|
773
|
+
* - **l3**: IP-specific mitigation policy.
|
|
774
|
+
* - **l4**: port-specific mitigation policy.
|
|
669
775
|
*
|
|
670
776
|
* @example
|
|
671
777
|
* l3
|
|
@@ -690,7 +796,7 @@ export declare class ListPolicyResponseBody extends $dara.Model {
|
|
|
690
796
|
policyList?: ListPolicyResponseBodyPolicyList[];
|
|
691
797
|
/**
|
|
692
798
|
* @remarks
|
|
693
|
-
* The ID of
|
|
799
|
+
* The ID of the request. Alibaba Cloud generates a unique identifier for each request. You can use the ID to troubleshoot issues.
|
|
694
800
|
*
|
|
695
801
|
* @example
|
|
696
802
|
* B4B379C2-9319-4C6B-B579-FE36831B09F4
|
|
@@ -39,36 +39,44 @@ const $dara = __importStar(require("@darabonba/typescript"));
|
|
|
39
39
|
class ListPolicyResponseBodyPolicyListContentFingerPrintRuleList extends $dara.Model {
|
|
40
40
|
static names() {
|
|
41
41
|
return {
|
|
42
|
+
comment: 'Comment',
|
|
42
43
|
dstPortEnd: 'DstPortEnd',
|
|
43
44
|
dstPortStart: 'DstPortStart',
|
|
44
45
|
id: 'Id',
|
|
45
46
|
matchAction: 'MatchAction',
|
|
46
47
|
maxPktLen: 'MaxPktLen',
|
|
47
48
|
minPktLen: 'MinPktLen',
|
|
49
|
+
mode: 'Mode',
|
|
48
50
|
offset: 'Offset',
|
|
49
51
|
payloadBytes: 'PayloadBytes',
|
|
50
52
|
protocol: 'Protocol',
|
|
51
53
|
rateValue: 'RateValue',
|
|
54
|
+
rule: 'Rule',
|
|
52
55
|
seqNo: 'SeqNo',
|
|
53
56
|
srcPortEnd: 'SrcPortEnd',
|
|
54
57
|
srcPortStart: 'SrcPortStart',
|
|
58
|
+
type: 'Type',
|
|
55
59
|
};
|
|
56
60
|
}
|
|
57
61
|
static types() {
|
|
58
62
|
return {
|
|
63
|
+
comment: 'string',
|
|
59
64
|
dstPortEnd: 'number',
|
|
60
65
|
dstPortStart: 'number',
|
|
61
66
|
id: 'string',
|
|
62
67
|
matchAction: 'string',
|
|
63
68
|
maxPktLen: 'number',
|
|
64
69
|
minPktLen: 'number',
|
|
70
|
+
mode: 'number',
|
|
65
71
|
offset: 'number',
|
|
66
72
|
payloadBytes: 'string',
|
|
67
73
|
protocol: 'string',
|
|
68
74
|
rateValue: 'number',
|
|
75
|
+
rule: 'string',
|
|
69
76
|
seqNo: 'number',
|
|
70
77
|
srcPortEnd: 'number',
|
|
71
78
|
srcPortStart: 'number',
|
|
79
|
+
type: 'number',
|
|
72
80
|
};
|
|
73
81
|
}
|
|
74
82
|
validate() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListPolicyResponseBody.js","sourceRoot":"","sources":["../../src/models/ListPolicyResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0DAA2D,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListPolicyResponseBody.js","sourceRoot":"","sources":["../../src/models/ListPolicyResponseBody.ts"],"names":[],"mappings":"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"}
|