@alicloud/ddosbgp20180720 2.0.0 → 2.1.0
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/LICENSE +13 -0
- package/README.md +25 -0
- package/dist/client.d.ts +743 -338
- package/dist/client.js +2311 -928
- package/dist/client.js.map +1 -1
- package/package.json +6 -7
- package/src/client.ts +2668 -1075
package/dist/client.d.ts
CHANGED
|
@@ -5,9 +5,8 @@ import * as $Util from '@alicloud/tea-util';
|
|
|
5
5
|
import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
|
|
6
6
|
import * as $tea from '@alicloud/tea-typescript';
|
|
7
7
|
export declare class AddIpRequest extends $tea.Model {
|
|
8
|
-
sourceIp?: string;
|
|
9
|
-
ipList?: string;
|
|
10
8
|
instanceId?: string;
|
|
9
|
+
ipList?: string;
|
|
11
10
|
regionId?: string;
|
|
12
11
|
resourceGroupId?: string;
|
|
13
12
|
static names(): {
|
|
@@ -33,10 +32,11 @@ export declare class AddIpResponseBody extends $tea.Model {
|
|
|
33
32
|
});
|
|
34
33
|
}
|
|
35
34
|
export declare class AddIpResponse extends $tea.Model {
|
|
36
|
-
headers
|
|
35
|
+
headers?: {
|
|
37
36
|
[key: string]: string;
|
|
38
37
|
};
|
|
39
|
-
|
|
38
|
+
statusCode?: number;
|
|
39
|
+
body?: AddIpResponseBody;
|
|
40
40
|
static names(): {
|
|
41
41
|
[key: string]: string;
|
|
42
42
|
};
|
|
@@ -47,10 +47,110 @@ export declare class AddIpResponse extends $tea.Model {
|
|
|
47
47
|
[key: string]: any;
|
|
48
48
|
});
|
|
49
49
|
}
|
|
50
|
-
export declare class
|
|
50
|
+
export declare class AttachAssetGroupToInstanceRequest extends $tea.Model {
|
|
51
|
+
assetGroupList?: AttachAssetGroupToInstanceRequestAssetGroupList[];
|
|
52
|
+
instanceId?: string;
|
|
53
|
+
regionId?: string;
|
|
54
|
+
sourceIp?: string;
|
|
55
|
+
static names(): {
|
|
56
|
+
[key: string]: string;
|
|
57
|
+
};
|
|
58
|
+
static types(): {
|
|
59
|
+
[key: string]: any;
|
|
60
|
+
};
|
|
61
|
+
constructor(map?: {
|
|
62
|
+
[key: string]: any;
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
export declare class AttachAssetGroupToInstanceShrinkRequest extends $tea.Model {
|
|
66
|
+
assetGroupListShrink?: string;
|
|
67
|
+
instanceId?: string;
|
|
68
|
+
regionId?: string;
|
|
51
69
|
sourceIp?: string;
|
|
70
|
+
static names(): {
|
|
71
|
+
[key: string]: string;
|
|
72
|
+
};
|
|
73
|
+
static types(): {
|
|
74
|
+
[key: string]: any;
|
|
75
|
+
};
|
|
76
|
+
constructor(map?: {
|
|
77
|
+
[key: string]: any;
|
|
78
|
+
});
|
|
79
|
+
}
|
|
80
|
+
export declare class AttachAssetGroupToInstanceResponseBody extends $tea.Model {
|
|
81
|
+
requestId?: string;
|
|
82
|
+
static names(): {
|
|
83
|
+
[key: string]: string;
|
|
84
|
+
};
|
|
85
|
+
static types(): {
|
|
86
|
+
[key: string]: any;
|
|
87
|
+
};
|
|
88
|
+
constructor(map?: {
|
|
89
|
+
[key: string]: any;
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
export declare class AttachAssetGroupToInstanceResponse extends $tea.Model {
|
|
93
|
+
headers?: {
|
|
94
|
+
[key: string]: string;
|
|
95
|
+
};
|
|
96
|
+
statusCode?: number;
|
|
97
|
+
body?: AttachAssetGroupToInstanceResponseBody;
|
|
98
|
+
static names(): {
|
|
99
|
+
[key: string]: string;
|
|
100
|
+
};
|
|
101
|
+
static types(): {
|
|
102
|
+
[key: string]: any;
|
|
103
|
+
};
|
|
104
|
+
constructor(map?: {
|
|
105
|
+
[key: string]: any;
|
|
106
|
+
});
|
|
107
|
+
}
|
|
108
|
+
export declare class CheckAccessLogAuthRequest extends $tea.Model {
|
|
109
|
+
regionId?: string;
|
|
52
110
|
resourceGroupId?: string;
|
|
111
|
+
static names(): {
|
|
112
|
+
[key: string]: string;
|
|
113
|
+
};
|
|
114
|
+
static types(): {
|
|
115
|
+
[key: string]: any;
|
|
116
|
+
};
|
|
117
|
+
constructor(map?: {
|
|
118
|
+
[key: string]: any;
|
|
119
|
+
});
|
|
120
|
+
}
|
|
121
|
+
export declare class CheckAccessLogAuthResponseBody extends $tea.Model {
|
|
122
|
+
accessLogAuth?: boolean;
|
|
123
|
+
requestId?: string;
|
|
124
|
+
static names(): {
|
|
125
|
+
[key: string]: string;
|
|
126
|
+
};
|
|
127
|
+
static types(): {
|
|
128
|
+
[key: string]: any;
|
|
129
|
+
};
|
|
130
|
+
constructor(map?: {
|
|
131
|
+
[key: string]: any;
|
|
132
|
+
});
|
|
133
|
+
}
|
|
134
|
+
export declare class CheckAccessLogAuthResponse extends $tea.Model {
|
|
135
|
+
headers?: {
|
|
136
|
+
[key: string]: string;
|
|
137
|
+
};
|
|
138
|
+
statusCode?: number;
|
|
139
|
+
body?: CheckAccessLogAuthResponseBody;
|
|
140
|
+
static names(): {
|
|
141
|
+
[key: string]: string;
|
|
142
|
+
};
|
|
143
|
+
static types(): {
|
|
144
|
+
[key: string]: any;
|
|
145
|
+
};
|
|
146
|
+
constructor(map?: {
|
|
147
|
+
[key: string]: any;
|
|
148
|
+
});
|
|
149
|
+
}
|
|
150
|
+
export declare class CheckGrantRequest extends $tea.Model {
|
|
151
|
+
isSlr?: boolean;
|
|
53
152
|
regionId?: string;
|
|
153
|
+
resourceGroupId?: string;
|
|
54
154
|
static names(): {
|
|
55
155
|
[key: string]: string;
|
|
56
156
|
};
|
|
@@ -62,8 +162,8 @@ export declare class CheckGrantRequest extends $tea.Model {
|
|
|
62
162
|
});
|
|
63
163
|
}
|
|
64
164
|
export declare class CheckGrantResponseBody extends $tea.Model {
|
|
65
|
-
status?: number;
|
|
66
165
|
requestId?: string;
|
|
166
|
+
status?: number;
|
|
67
167
|
static names(): {
|
|
68
168
|
[key: string]: string;
|
|
69
169
|
};
|
|
@@ -75,10 +175,11 @@ export declare class CheckGrantResponseBody extends $tea.Model {
|
|
|
75
175
|
});
|
|
76
176
|
}
|
|
77
177
|
export declare class CheckGrantResponse extends $tea.Model {
|
|
78
|
-
headers
|
|
178
|
+
headers?: {
|
|
79
179
|
[key: string]: string;
|
|
80
180
|
};
|
|
81
|
-
|
|
181
|
+
statusCode?: number;
|
|
182
|
+
body?: CheckGrantResponseBody;
|
|
82
183
|
static names(): {
|
|
83
184
|
[key: string]: string;
|
|
84
185
|
};
|
|
@@ -90,19 +191,18 @@ export declare class CheckGrantResponse extends $tea.Model {
|
|
|
90
191
|
});
|
|
91
192
|
}
|
|
92
193
|
export declare class ConfigSchedruleOnDemandRequest extends $tea.Model {
|
|
93
|
-
sourceIp?: string;
|
|
94
194
|
instanceId?: string;
|
|
95
|
-
|
|
96
|
-
ruleConditionMbps?: string;
|
|
97
|
-
ruleConditionKpps?: string;
|
|
98
|
-
ruleConditionCnt?: string;
|
|
195
|
+
regionId?: string;
|
|
99
196
|
ruleAction?: string;
|
|
197
|
+
ruleConditionCnt?: string;
|
|
198
|
+
ruleConditionKpps?: string;
|
|
199
|
+
ruleConditionMbps?: string;
|
|
200
|
+
ruleName?: string;
|
|
100
201
|
ruleSwitch?: string;
|
|
101
|
-
ruleUndoMode?: string;
|
|
102
202
|
ruleUndoBeginTime?: string;
|
|
103
203
|
ruleUndoEndTime?: string;
|
|
204
|
+
ruleUndoMode?: string;
|
|
104
205
|
timeZone?: string;
|
|
105
|
-
regionId?: string;
|
|
106
206
|
static names(): {
|
|
107
207
|
[key: string]: string;
|
|
108
208
|
};
|
|
@@ -126,10 +226,11 @@ export declare class ConfigSchedruleOnDemandResponseBody extends $tea.Model {
|
|
|
126
226
|
});
|
|
127
227
|
}
|
|
128
228
|
export declare class ConfigSchedruleOnDemandResponse extends $tea.Model {
|
|
129
|
-
headers
|
|
229
|
+
headers?: {
|
|
130
230
|
[key: string]: string;
|
|
131
231
|
};
|
|
132
|
-
|
|
232
|
+
statusCode?: number;
|
|
233
|
+
body?: ConfigSchedruleOnDemandResponseBody;
|
|
133
234
|
static names(): {
|
|
134
235
|
[key: string]: string;
|
|
135
236
|
};
|
|
@@ -141,19 +242,18 @@ export declare class ConfigSchedruleOnDemandResponse extends $tea.Model {
|
|
|
141
242
|
});
|
|
142
243
|
}
|
|
143
244
|
export declare class CreateSchedruleOnDemandRequest extends $tea.Model {
|
|
144
|
-
sourceIp?: string;
|
|
145
245
|
instanceId?: string;
|
|
146
|
-
|
|
147
|
-
ruleConditionMbps?: string;
|
|
148
|
-
ruleConditionKpps?: string;
|
|
149
|
-
ruleConditionCnt?: string;
|
|
246
|
+
regionId?: string;
|
|
150
247
|
ruleAction?: string;
|
|
248
|
+
ruleConditionCnt?: string;
|
|
249
|
+
ruleConditionKpps?: string;
|
|
250
|
+
ruleConditionMbps?: string;
|
|
251
|
+
ruleName?: string;
|
|
151
252
|
ruleSwitch?: string;
|
|
152
|
-
ruleUndoMode?: string;
|
|
153
253
|
ruleUndoBeginTime?: string;
|
|
154
254
|
ruleUndoEndTime?: string;
|
|
255
|
+
ruleUndoMode?: string;
|
|
155
256
|
timeZone?: string;
|
|
156
|
-
regionId?: string;
|
|
157
257
|
static names(): {
|
|
158
258
|
[key: string]: string;
|
|
159
259
|
};
|
|
@@ -177,10 +277,11 @@ export declare class CreateSchedruleOnDemandResponseBody extends $tea.Model {
|
|
|
177
277
|
});
|
|
178
278
|
}
|
|
179
279
|
export declare class CreateSchedruleOnDemandResponse extends $tea.Model {
|
|
180
|
-
headers
|
|
280
|
+
headers?: {
|
|
181
281
|
[key: string]: string;
|
|
182
282
|
};
|
|
183
|
-
|
|
283
|
+
statusCode?: number;
|
|
284
|
+
body?: CreateSchedruleOnDemandResponseBody;
|
|
184
285
|
static names(): {
|
|
185
286
|
[key: string]: string;
|
|
186
287
|
};
|
|
@@ -192,11 +293,10 @@ export declare class CreateSchedruleOnDemandResponse extends $tea.Model {
|
|
|
192
293
|
});
|
|
193
294
|
}
|
|
194
295
|
export declare class DeleteBlackholeRequest extends $tea.Model {
|
|
195
|
-
sourceIp?: string;
|
|
196
|
-
ip?: string;
|
|
197
296
|
instanceId?: string;
|
|
198
|
-
|
|
297
|
+
ip?: string;
|
|
199
298
|
regionId?: string;
|
|
299
|
+
resourceGroupId?: string;
|
|
200
300
|
static names(): {
|
|
201
301
|
[key: string]: string;
|
|
202
302
|
};
|
|
@@ -220,10 +320,11 @@ export declare class DeleteBlackholeResponseBody extends $tea.Model {
|
|
|
220
320
|
});
|
|
221
321
|
}
|
|
222
322
|
export declare class DeleteBlackholeResponse extends $tea.Model {
|
|
223
|
-
headers
|
|
323
|
+
headers?: {
|
|
224
324
|
[key: string]: string;
|
|
225
325
|
};
|
|
226
|
-
|
|
326
|
+
statusCode?: number;
|
|
327
|
+
body?: DeleteBlackholeResponseBody;
|
|
227
328
|
static names(): {
|
|
228
329
|
[key: string]: string;
|
|
229
330
|
};
|
|
@@ -235,11 +336,10 @@ export declare class DeleteBlackholeResponse extends $tea.Model {
|
|
|
235
336
|
});
|
|
236
337
|
}
|
|
237
338
|
export declare class DeleteIpRequest extends $tea.Model {
|
|
238
|
-
sourceIp?: string;
|
|
239
|
-
ipList?: string;
|
|
240
339
|
instanceId?: string;
|
|
241
|
-
|
|
340
|
+
ipList?: string;
|
|
242
341
|
regionId?: string;
|
|
342
|
+
resourceGroupId?: string;
|
|
243
343
|
static names(): {
|
|
244
344
|
[key: string]: string;
|
|
245
345
|
};
|
|
@@ -263,10 +363,11 @@ export declare class DeleteIpResponseBody extends $tea.Model {
|
|
|
263
363
|
});
|
|
264
364
|
}
|
|
265
365
|
export declare class DeleteIpResponse extends $tea.Model {
|
|
266
|
-
headers
|
|
366
|
+
headers?: {
|
|
267
367
|
[key: string]: string;
|
|
268
368
|
};
|
|
269
|
-
|
|
369
|
+
statusCode?: number;
|
|
370
|
+
body?: DeleteIpResponseBody;
|
|
270
371
|
static names(): {
|
|
271
372
|
[key: string]: string;
|
|
272
373
|
};
|
|
@@ -278,10 +379,9 @@ export declare class DeleteIpResponse extends $tea.Model {
|
|
|
278
379
|
});
|
|
279
380
|
}
|
|
280
381
|
export declare class DeleteSchedruleOnDemandRequest extends $tea.Model {
|
|
281
|
-
sourceIp?: string;
|
|
282
382
|
instanceId?: string;
|
|
283
|
-
ruleName?: string;
|
|
284
383
|
regionId?: string;
|
|
384
|
+
ruleName?: string;
|
|
285
385
|
static names(): {
|
|
286
386
|
[key: string]: string;
|
|
287
387
|
};
|
|
@@ -305,10 +405,11 @@ export declare class DeleteSchedruleOnDemandResponseBody extends $tea.Model {
|
|
|
305
405
|
});
|
|
306
406
|
}
|
|
307
407
|
export declare class DeleteSchedruleOnDemandResponse extends $tea.Model {
|
|
308
|
-
headers
|
|
408
|
+
headers?: {
|
|
309
409
|
[key: string]: string;
|
|
310
410
|
};
|
|
311
|
-
|
|
411
|
+
statusCode?: number;
|
|
412
|
+
body?: DeleteSchedruleOnDemandResponseBody;
|
|
312
413
|
static names(): {
|
|
313
414
|
[key: string]: string;
|
|
314
415
|
};
|
|
@@ -319,16 +420,109 @@ export declare class DeleteSchedruleOnDemandResponse extends $tea.Model {
|
|
|
319
420
|
[key: string]: any;
|
|
320
421
|
});
|
|
321
422
|
}
|
|
322
|
-
export declare class
|
|
423
|
+
export declare class DescribeAssetGroupRequest extends $tea.Model {
|
|
424
|
+
name?: string;
|
|
425
|
+
region?: string;
|
|
426
|
+
regionId?: string;
|
|
323
427
|
sourceIp?: string;
|
|
324
|
-
|
|
428
|
+
type?: string;
|
|
429
|
+
static names(): {
|
|
430
|
+
[key: string]: string;
|
|
431
|
+
};
|
|
432
|
+
static types(): {
|
|
433
|
+
[key: string]: any;
|
|
434
|
+
};
|
|
435
|
+
constructor(map?: {
|
|
436
|
+
[key: string]: any;
|
|
437
|
+
});
|
|
438
|
+
}
|
|
439
|
+
export declare class DescribeAssetGroupResponseBody extends $tea.Model {
|
|
440
|
+
assetGroupList?: DescribeAssetGroupResponseBodyAssetGroupList[];
|
|
441
|
+
requestId?: string;
|
|
442
|
+
total?: number;
|
|
443
|
+
static names(): {
|
|
444
|
+
[key: string]: string;
|
|
445
|
+
};
|
|
446
|
+
static types(): {
|
|
447
|
+
[key: string]: any;
|
|
448
|
+
};
|
|
449
|
+
constructor(map?: {
|
|
450
|
+
[key: string]: any;
|
|
451
|
+
});
|
|
452
|
+
}
|
|
453
|
+
export declare class DescribeAssetGroupResponse extends $tea.Model {
|
|
454
|
+
headers?: {
|
|
455
|
+
[key: string]: string;
|
|
456
|
+
};
|
|
457
|
+
statusCode?: number;
|
|
458
|
+
body?: DescribeAssetGroupResponseBody;
|
|
459
|
+
static names(): {
|
|
460
|
+
[key: string]: string;
|
|
461
|
+
};
|
|
462
|
+
static types(): {
|
|
463
|
+
[key: string]: any;
|
|
464
|
+
};
|
|
465
|
+
constructor(map?: {
|
|
466
|
+
[key: string]: any;
|
|
467
|
+
});
|
|
468
|
+
}
|
|
469
|
+
export declare class DescribeAssetGroupToInstanceRequest extends $tea.Model {
|
|
470
|
+
instanceId?: string;
|
|
471
|
+
memberUid?: string;
|
|
472
|
+
name?: string;
|
|
473
|
+
region?: string;
|
|
474
|
+
regionId?: string;
|
|
475
|
+
sourceIp?: string;
|
|
476
|
+
type?: string;
|
|
477
|
+
static names(): {
|
|
478
|
+
[key: string]: string;
|
|
479
|
+
};
|
|
480
|
+
static types(): {
|
|
481
|
+
[key: string]: any;
|
|
482
|
+
};
|
|
483
|
+
constructor(map?: {
|
|
484
|
+
[key: string]: any;
|
|
485
|
+
});
|
|
486
|
+
}
|
|
487
|
+
export declare class DescribeAssetGroupToInstanceResponseBody extends $tea.Model {
|
|
488
|
+
dataList?: DescribeAssetGroupToInstanceResponseBodyDataList[];
|
|
489
|
+
requestId?: string;
|
|
490
|
+
total?: number;
|
|
491
|
+
static names(): {
|
|
492
|
+
[key: string]: string;
|
|
493
|
+
};
|
|
494
|
+
static types(): {
|
|
495
|
+
[key: string]: any;
|
|
496
|
+
};
|
|
497
|
+
constructor(map?: {
|
|
498
|
+
[key: string]: any;
|
|
499
|
+
});
|
|
500
|
+
}
|
|
501
|
+
export declare class DescribeAssetGroupToInstanceResponse extends $tea.Model {
|
|
502
|
+
headers?: {
|
|
503
|
+
[key: string]: string;
|
|
504
|
+
};
|
|
505
|
+
statusCode?: number;
|
|
506
|
+
body?: DescribeAssetGroupToInstanceResponseBody;
|
|
507
|
+
static names(): {
|
|
508
|
+
[key: string]: string;
|
|
509
|
+
};
|
|
510
|
+
static types(): {
|
|
511
|
+
[key: string]: any;
|
|
512
|
+
};
|
|
513
|
+
constructor(map?: {
|
|
514
|
+
[key: string]: any;
|
|
515
|
+
});
|
|
516
|
+
}
|
|
517
|
+
export declare class DescribeDdosEventRequest extends $tea.Model {
|
|
325
518
|
endTime?: number;
|
|
326
|
-
pageSize?: number;
|
|
327
|
-
pageNo?: number;
|
|
328
519
|
instanceId?: string;
|
|
329
520
|
ip?: string;
|
|
330
|
-
|
|
521
|
+
pageNo?: number;
|
|
522
|
+
pageSize?: number;
|
|
331
523
|
regionId?: string;
|
|
524
|
+
resourceGroupId?: string;
|
|
525
|
+
startTime?: number;
|
|
332
526
|
static names(): {
|
|
333
527
|
[key: string]: string;
|
|
334
528
|
};
|
|
@@ -340,8 +534,8 @@ export declare class DescribeDdosEventRequest extends $tea.Model {
|
|
|
340
534
|
});
|
|
341
535
|
}
|
|
342
536
|
export declare class DescribeDdosEventResponseBody extends $tea.Model {
|
|
343
|
-
requestId?: string;
|
|
344
537
|
events?: DescribeDdosEventResponseBodyEvents[];
|
|
538
|
+
requestId?: string;
|
|
345
539
|
total?: number;
|
|
346
540
|
static names(): {
|
|
347
541
|
[key: string]: string;
|
|
@@ -354,10 +548,11 @@ export declare class DescribeDdosEventResponseBody extends $tea.Model {
|
|
|
354
548
|
});
|
|
355
549
|
}
|
|
356
550
|
export declare class DescribeDdosEventResponse extends $tea.Model {
|
|
357
|
-
headers
|
|
551
|
+
headers?: {
|
|
358
552
|
[key: string]: string;
|
|
359
553
|
};
|
|
360
|
-
|
|
554
|
+
statusCode?: number;
|
|
555
|
+
body?: DescribeDdosEventResponseBody;
|
|
361
556
|
static names(): {
|
|
362
557
|
[key: string]: string;
|
|
363
558
|
};
|
|
@@ -369,9 +564,8 @@ export declare class DescribeDdosEventResponse extends $tea.Model {
|
|
|
369
564
|
});
|
|
370
565
|
}
|
|
371
566
|
export declare class DescribeExcpetionCountRequest extends $tea.Model {
|
|
372
|
-
sourceIp?: string;
|
|
373
|
-
resourceGroupId?: string;
|
|
374
567
|
regionId?: string;
|
|
568
|
+
resourceGroupId?: string;
|
|
375
569
|
static names(): {
|
|
376
570
|
[key: string]: string;
|
|
377
571
|
};
|
|
@@ -383,9 +577,9 @@ export declare class DescribeExcpetionCountRequest extends $tea.Model {
|
|
|
383
577
|
});
|
|
384
578
|
}
|
|
385
579
|
export declare class DescribeExcpetionCountResponseBody extends $tea.Model {
|
|
386
|
-
requestId?: string;
|
|
387
580
|
exceptionIpCount?: number;
|
|
388
581
|
expireTimeCount?: number;
|
|
582
|
+
requestId?: string;
|
|
389
583
|
static names(): {
|
|
390
584
|
[key: string]: string;
|
|
391
585
|
};
|
|
@@ -397,10 +591,11 @@ export declare class DescribeExcpetionCountResponseBody extends $tea.Model {
|
|
|
397
591
|
});
|
|
398
592
|
}
|
|
399
593
|
export declare class DescribeExcpetionCountResponse extends $tea.Model {
|
|
400
|
-
headers
|
|
594
|
+
headers?: {
|
|
401
595
|
[key: string]: string;
|
|
402
596
|
};
|
|
403
|
-
|
|
597
|
+
statusCode?: number;
|
|
598
|
+
body?: DescribeExcpetionCountResponseBody;
|
|
404
599
|
static names(): {
|
|
405
600
|
[key: string]: string;
|
|
406
601
|
};
|
|
@@ -412,18 +607,18 @@ export declare class DescribeExcpetionCountResponse extends $tea.Model {
|
|
|
412
607
|
});
|
|
413
608
|
}
|
|
414
609
|
export declare class DescribeInstanceListRequest extends $tea.Model {
|
|
415
|
-
sourceIp?: string;
|
|
416
|
-
resourceGroupId?: string;
|
|
417
610
|
instanceIdList?: string;
|
|
418
|
-
remark?: string;
|
|
419
|
-
pageNo?: number;
|
|
420
|
-
pageSize?: number;
|
|
421
|
-
ipVersion?: string;
|
|
422
611
|
instanceType?: string;
|
|
612
|
+
instanceTypeList?: string[];
|
|
423
613
|
ip?: string;
|
|
614
|
+
ipVersion?: string;
|
|
424
615
|
orderby?: string;
|
|
425
616
|
orderdire?: string;
|
|
617
|
+
pageNo?: number;
|
|
618
|
+
pageSize?: number;
|
|
426
619
|
regionId?: string;
|
|
620
|
+
remark?: string;
|
|
621
|
+
resourceGroupId?: string;
|
|
427
622
|
tag?: DescribeInstanceListRequestTag[];
|
|
428
623
|
static names(): {
|
|
429
624
|
[key: string]: string;
|
|
@@ -436,9 +631,9 @@ export declare class DescribeInstanceListRequest extends $tea.Model {
|
|
|
436
631
|
});
|
|
437
632
|
}
|
|
438
633
|
export declare class DescribeInstanceListResponseBody extends $tea.Model {
|
|
634
|
+
instanceList?: DescribeInstanceListResponseBodyInstanceList[];
|
|
439
635
|
requestId?: string;
|
|
440
636
|
total?: number;
|
|
441
|
-
instanceList?: DescribeInstanceListResponseBodyInstanceList[];
|
|
442
637
|
static names(): {
|
|
443
638
|
[key: string]: string;
|
|
444
639
|
};
|
|
@@ -450,10 +645,11 @@ export declare class DescribeInstanceListResponseBody extends $tea.Model {
|
|
|
450
645
|
});
|
|
451
646
|
}
|
|
452
647
|
export declare class DescribeInstanceListResponse extends $tea.Model {
|
|
453
|
-
headers
|
|
648
|
+
headers?: {
|
|
454
649
|
[key: string]: string;
|
|
455
650
|
};
|
|
456
|
-
|
|
651
|
+
statusCode?: number;
|
|
652
|
+
body?: DescribeInstanceListResponseBody;
|
|
457
653
|
static names(): {
|
|
458
654
|
[key: string]: string;
|
|
459
655
|
};
|
|
@@ -465,8 +661,6 @@ export declare class DescribeInstanceListResponse extends $tea.Model {
|
|
|
465
661
|
});
|
|
466
662
|
}
|
|
467
663
|
export declare class DescribeInstanceSpecsRequest extends $tea.Model {
|
|
468
|
-
sourceIp?: string;
|
|
469
|
-
lang?: string;
|
|
470
664
|
instanceIdList?: string;
|
|
471
665
|
regionId?: string;
|
|
472
666
|
resourceGroupId?: string;
|
|
@@ -481,8 +675,8 @@ export declare class DescribeInstanceSpecsRequest extends $tea.Model {
|
|
|
481
675
|
});
|
|
482
676
|
}
|
|
483
677
|
export declare class DescribeInstanceSpecsResponseBody extends $tea.Model {
|
|
484
|
-
requestId?: string;
|
|
485
678
|
instanceSpecs?: DescribeInstanceSpecsResponseBodyInstanceSpecs[];
|
|
679
|
+
requestId?: string;
|
|
486
680
|
static names(): {
|
|
487
681
|
[key: string]: string;
|
|
488
682
|
};
|
|
@@ -494,10 +688,11 @@ export declare class DescribeInstanceSpecsResponseBody extends $tea.Model {
|
|
|
494
688
|
});
|
|
495
689
|
}
|
|
496
690
|
export declare class DescribeInstanceSpecsResponse extends $tea.Model {
|
|
497
|
-
headers
|
|
691
|
+
headers?: {
|
|
498
692
|
[key: string]: string;
|
|
499
693
|
};
|
|
500
|
-
|
|
694
|
+
statusCode?: number;
|
|
695
|
+
body?: DescribeInstanceSpecsResponseBody;
|
|
501
696
|
static names(): {
|
|
502
697
|
[key: string]: string;
|
|
503
698
|
};
|
|
@@ -509,15 +704,14 @@ export declare class DescribeInstanceSpecsResponse extends $tea.Model {
|
|
|
509
704
|
});
|
|
510
705
|
}
|
|
511
706
|
export declare class DescribeOnDemandDdosEventRequest extends $tea.Model {
|
|
512
|
-
sourceIp?: string;
|
|
513
|
-
startTime?: number;
|
|
514
707
|
endTime?: number;
|
|
515
|
-
pageSize?: number;
|
|
516
|
-
pageNo?: number;
|
|
517
708
|
instanceId?: string;
|
|
518
709
|
ip?: string;
|
|
519
|
-
|
|
710
|
+
pageNo?: number;
|
|
711
|
+
pageSize?: number;
|
|
520
712
|
regionId?: string;
|
|
713
|
+
resourceGroupId?: string;
|
|
714
|
+
startTime?: number;
|
|
521
715
|
static names(): {
|
|
522
716
|
[key: string]: string;
|
|
523
717
|
};
|
|
@@ -529,8 +723,8 @@ export declare class DescribeOnDemandDdosEventRequest extends $tea.Model {
|
|
|
529
723
|
});
|
|
530
724
|
}
|
|
531
725
|
export declare class DescribeOnDemandDdosEventResponseBody extends $tea.Model {
|
|
532
|
-
requestId?: string;
|
|
533
726
|
events?: DescribeOnDemandDdosEventResponseBodyEvents[];
|
|
727
|
+
requestId?: string;
|
|
534
728
|
total?: number;
|
|
535
729
|
static names(): {
|
|
536
730
|
[key: string]: string;
|
|
@@ -543,10 +737,11 @@ export declare class DescribeOnDemandDdosEventResponseBody extends $tea.Model {
|
|
|
543
737
|
});
|
|
544
738
|
}
|
|
545
739
|
export declare class DescribeOnDemandDdosEventResponse extends $tea.Model {
|
|
546
|
-
headers
|
|
740
|
+
headers?: {
|
|
547
741
|
[key: string]: string;
|
|
548
742
|
};
|
|
549
|
-
|
|
743
|
+
statusCode?: number;
|
|
744
|
+
body?: DescribeOnDemandDdosEventResponseBody;
|
|
550
745
|
static names(): {
|
|
551
746
|
[key: string]: string;
|
|
552
747
|
};
|
|
@@ -558,9 +753,8 @@ export declare class DescribeOnDemandDdosEventResponse extends $tea.Model {
|
|
|
558
753
|
});
|
|
559
754
|
}
|
|
560
755
|
export declare class DescribeOnDemandInstanceStatusRequest extends $tea.Model {
|
|
561
|
-
sourceIp?: string;
|
|
562
|
-
regionId?: string;
|
|
563
756
|
instanceIdList?: string[];
|
|
757
|
+
regionId?: string;
|
|
564
758
|
static names(): {
|
|
565
759
|
[key: string]: string;
|
|
566
760
|
};
|
|
@@ -585,10 +779,11 @@ export declare class DescribeOnDemandInstanceStatusResponseBody extends $tea.Mod
|
|
|
585
779
|
});
|
|
586
780
|
}
|
|
587
781
|
export declare class DescribeOnDemandInstanceStatusResponse extends $tea.Model {
|
|
588
|
-
headers
|
|
782
|
+
headers?: {
|
|
589
783
|
[key: string]: string;
|
|
590
784
|
};
|
|
591
|
-
|
|
785
|
+
statusCode?: number;
|
|
786
|
+
body?: DescribeOnDemandInstanceStatusResponseBody;
|
|
592
787
|
static names(): {
|
|
593
788
|
[key: string]: string;
|
|
594
789
|
};
|
|
@@ -600,17 +795,15 @@ export declare class DescribeOnDemandInstanceStatusResponse extends $tea.Model {
|
|
|
600
795
|
});
|
|
601
796
|
}
|
|
602
797
|
export declare class DescribeOpEntitiesRequest extends $tea.Model {
|
|
603
|
-
sourceIp?: string;
|
|
604
|
-
lang?: string;
|
|
605
798
|
currentPage?: number;
|
|
606
|
-
pageSize?: number;
|
|
607
|
-
startTime?: number;
|
|
608
799
|
endTime?: number;
|
|
800
|
+
instanceId?: string;
|
|
609
801
|
orderBy?: string;
|
|
610
802
|
orderDir?: string;
|
|
611
|
-
|
|
612
|
-
resourceGroupId?: string;
|
|
803
|
+
pageSize?: number;
|
|
613
804
|
regionId?: string;
|
|
805
|
+
resourceGroupId?: string;
|
|
806
|
+
startTime?: number;
|
|
614
807
|
static names(): {
|
|
615
808
|
[key: string]: string;
|
|
616
809
|
};
|
|
@@ -622,9 +815,9 @@ export declare class DescribeOpEntitiesRequest extends $tea.Model {
|
|
|
622
815
|
});
|
|
623
816
|
}
|
|
624
817
|
export declare class DescribeOpEntitiesResponseBody extends $tea.Model {
|
|
625
|
-
totalCount?: number;
|
|
626
|
-
requestId?: string;
|
|
627
818
|
opEntities?: DescribeOpEntitiesResponseBodyOpEntities[];
|
|
819
|
+
requestId?: string;
|
|
820
|
+
totalCount?: number;
|
|
628
821
|
static names(): {
|
|
629
822
|
[key: string]: string;
|
|
630
823
|
};
|
|
@@ -636,10 +829,11 @@ export declare class DescribeOpEntitiesResponseBody extends $tea.Model {
|
|
|
636
829
|
});
|
|
637
830
|
}
|
|
638
831
|
export declare class DescribeOpEntitiesResponse extends $tea.Model {
|
|
639
|
-
headers
|
|
832
|
+
headers?: {
|
|
640
833
|
[key: string]: string;
|
|
641
834
|
};
|
|
642
|
-
|
|
835
|
+
statusCode?: number;
|
|
836
|
+
body?: DescribeOpEntitiesResponseBody;
|
|
643
837
|
static names(): {
|
|
644
838
|
[key: string]: string;
|
|
645
839
|
};
|
|
@@ -651,14 +845,14 @@ export declare class DescribeOpEntitiesResponse extends $tea.Model {
|
|
|
651
845
|
});
|
|
652
846
|
}
|
|
653
847
|
export declare class DescribePackIpListRequest extends $tea.Model {
|
|
654
|
-
sourceIp?: string;
|
|
655
|
-
pageNo?: number;
|
|
656
|
-
pageSize?: number;
|
|
657
848
|
instanceId?: string;
|
|
658
849
|
ip?: string;
|
|
850
|
+
memberUid?: string;
|
|
851
|
+
pageNo?: number;
|
|
852
|
+
pageSize?: number;
|
|
659
853
|
productName?: string;
|
|
660
|
-
resourceGroupId?: string;
|
|
661
854
|
regionId?: string;
|
|
855
|
+
resourceGroupId?: string;
|
|
662
856
|
static names(): {
|
|
663
857
|
[key: string]: string;
|
|
664
858
|
};
|
|
@@ -670,11 +864,11 @@ export declare class DescribePackIpListRequest extends $tea.Model {
|
|
|
670
864
|
});
|
|
671
865
|
}
|
|
672
866
|
export declare class DescribePackIpListResponseBody extends $tea.Model {
|
|
673
|
-
requestId?: string;
|
|
674
|
-
ipList?: DescribePackIpListResponseBodyIpList[];
|
|
675
|
-
total?: number;
|
|
676
867
|
code?: string;
|
|
868
|
+
ipList?: DescribePackIpListResponseBodyIpList[];
|
|
869
|
+
requestId?: string;
|
|
677
870
|
success?: boolean;
|
|
871
|
+
total?: number;
|
|
678
872
|
static names(): {
|
|
679
873
|
[key: string]: string;
|
|
680
874
|
};
|
|
@@ -686,57 +880,11 @@ export declare class DescribePackIpListResponseBody extends $tea.Model {
|
|
|
686
880
|
});
|
|
687
881
|
}
|
|
688
882
|
export declare class DescribePackIpListResponse extends $tea.Model {
|
|
689
|
-
headers
|
|
690
|
-
[key: string]: string;
|
|
691
|
-
};
|
|
692
|
-
body: DescribePackIpListResponseBody;
|
|
693
|
-
static names(): {
|
|
694
|
-
[key: string]: string;
|
|
695
|
-
};
|
|
696
|
-
static types(): {
|
|
697
|
-
[key: string]: any;
|
|
698
|
-
};
|
|
699
|
-
constructor(map?: {
|
|
700
|
-
[key: string]: any;
|
|
701
|
-
});
|
|
702
|
-
}
|
|
703
|
-
export declare class DescribePackPaidTrafficRequest extends $tea.Model {
|
|
704
|
-
sourceIp?: string;
|
|
705
|
-
instanceId?: string;
|
|
706
|
-
currentPage?: number;
|
|
707
|
-
pageSize?: number;
|
|
708
|
-
startTime?: number;
|
|
709
|
-
endTime?: number;
|
|
710
|
-
resourceGroupId?: string;
|
|
711
|
-
static names(): {
|
|
712
|
-
[key: string]: string;
|
|
713
|
-
};
|
|
714
|
-
static types(): {
|
|
715
|
-
[key: string]: any;
|
|
716
|
-
};
|
|
717
|
-
constructor(map?: {
|
|
718
|
-
[key: string]: any;
|
|
719
|
-
});
|
|
720
|
-
}
|
|
721
|
-
export declare class DescribePackPaidTrafficResponseBody extends $tea.Model {
|
|
722
|
-
totalCount?: number;
|
|
723
|
-
requestId?: string;
|
|
724
|
-
packPaidTraffics?: DescribePackPaidTrafficResponseBodyPackPaidTraffics[];
|
|
725
|
-
static names(): {
|
|
726
|
-
[key: string]: string;
|
|
727
|
-
};
|
|
728
|
-
static types(): {
|
|
729
|
-
[key: string]: any;
|
|
730
|
-
};
|
|
731
|
-
constructor(map?: {
|
|
732
|
-
[key: string]: any;
|
|
733
|
-
});
|
|
734
|
-
}
|
|
735
|
-
export declare class DescribePackPaidTrafficResponse extends $tea.Model {
|
|
736
|
-
headers: {
|
|
883
|
+
headers?: {
|
|
737
884
|
[key: string]: string;
|
|
738
885
|
};
|
|
739
|
-
|
|
886
|
+
statusCode?: number;
|
|
887
|
+
body?: DescribePackIpListResponseBody;
|
|
740
888
|
static names(): {
|
|
741
889
|
[key: string]: string;
|
|
742
890
|
};
|
|
@@ -748,9 +896,8 @@ export declare class DescribePackPaidTrafficResponse extends $tea.Model {
|
|
|
748
896
|
});
|
|
749
897
|
}
|
|
750
898
|
export declare class DescribeRegionsRequest extends $tea.Model {
|
|
751
|
-
sourceIp?: string;
|
|
752
|
-
resourceGroupId?: string;
|
|
753
899
|
regionId?: string;
|
|
900
|
+
resourceGroupId?: string;
|
|
754
901
|
static names(): {
|
|
755
902
|
[key: string]: string;
|
|
756
903
|
};
|
|
@@ -762,9 +909,9 @@ export declare class DescribeRegionsRequest extends $tea.Model {
|
|
|
762
909
|
});
|
|
763
910
|
}
|
|
764
911
|
export declare class DescribeRegionsResponseBody extends $tea.Model {
|
|
765
|
-
requestId?: string;
|
|
766
|
-
regions?: DescribeRegionsResponseBodyRegions[];
|
|
767
912
|
code?: string;
|
|
913
|
+
regions?: DescribeRegionsResponseBodyRegions[];
|
|
914
|
+
requestId?: string;
|
|
768
915
|
success?: boolean;
|
|
769
916
|
static names(): {
|
|
770
917
|
[key: string]: string;
|
|
@@ -777,10 +924,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
|
|
|
777
924
|
});
|
|
778
925
|
}
|
|
779
926
|
export declare class DescribeRegionsResponse extends $tea.Model {
|
|
780
|
-
headers
|
|
927
|
+
headers?: {
|
|
781
928
|
[key: string]: string;
|
|
782
929
|
};
|
|
783
|
-
|
|
930
|
+
statusCode?: number;
|
|
931
|
+
body?: DescribeRegionsResponseBody;
|
|
784
932
|
static names(): {
|
|
785
933
|
[key: string]: string;
|
|
786
934
|
};
|
|
@@ -791,11 +939,16 @@ export declare class DescribeRegionsResponse extends $tea.Model {
|
|
|
791
939
|
[key: string]: any;
|
|
792
940
|
});
|
|
793
941
|
}
|
|
794
|
-
export declare class
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
942
|
+
export declare class DescribeTrafficRequest extends $tea.Model {
|
|
943
|
+
endTime?: number;
|
|
944
|
+
flowType?: string;
|
|
945
|
+
instanceId?: string;
|
|
946
|
+
interval?: number;
|
|
947
|
+
ip?: string;
|
|
948
|
+
ipnet?: string;
|
|
949
|
+
regionId?: string;
|
|
798
950
|
resourceGroupId?: string;
|
|
951
|
+
startTime?: number;
|
|
799
952
|
static names(): {
|
|
800
953
|
[key: string]: string;
|
|
801
954
|
};
|
|
@@ -806,10 +959,9 @@ export declare class DescribeResourcePackInstancesRequest extends $tea.Model {
|
|
|
806
959
|
[key: string]: any;
|
|
807
960
|
});
|
|
808
961
|
}
|
|
809
|
-
export declare class
|
|
810
|
-
|
|
962
|
+
export declare class DescribeTrafficResponseBody extends $tea.Model {
|
|
963
|
+
flowList?: DescribeTrafficResponseBodyFlowList[];
|
|
811
964
|
requestId?: string;
|
|
812
|
-
resourcePacks?: DescribeResourcePackInstancesResponseBodyResourcePacks[];
|
|
813
965
|
static names(): {
|
|
814
966
|
[key: string]: string;
|
|
815
967
|
};
|
|
@@ -820,11 +972,12 @@ export declare class DescribeResourcePackInstancesResponseBody extends $tea.Mode
|
|
|
820
972
|
[key: string]: any;
|
|
821
973
|
});
|
|
822
974
|
}
|
|
823
|
-
export declare class
|
|
824
|
-
headers
|
|
975
|
+
export declare class DescribeTrafficResponse extends $tea.Model {
|
|
976
|
+
headers?: {
|
|
825
977
|
[key: string]: string;
|
|
826
978
|
};
|
|
827
|
-
|
|
979
|
+
statusCode?: number;
|
|
980
|
+
body?: DescribeTrafficResponseBody;
|
|
828
981
|
static names(): {
|
|
829
982
|
[key: string]: string;
|
|
830
983
|
};
|
|
@@ -835,11 +988,26 @@ export declare class DescribeResourcePackInstancesResponse extends $tea.Model {
|
|
|
835
988
|
[key: string]: any;
|
|
836
989
|
});
|
|
837
990
|
}
|
|
838
|
-
export declare class
|
|
991
|
+
export declare class DettachAssetGroupToInstanceRequest extends $tea.Model {
|
|
992
|
+
assetGroupList?: DettachAssetGroupToInstanceRequestAssetGroupList[];
|
|
993
|
+
instanceId?: string;
|
|
994
|
+
regionId?: string;
|
|
839
995
|
sourceIp?: string;
|
|
840
|
-
|
|
996
|
+
static names(): {
|
|
997
|
+
[key: string]: string;
|
|
998
|
+
};
|
|
999
|
+
static types(): {
|
|
1000
|
+
[key: string]: any;
|
|
1001
|
+
};
|
|
1002
|
+
constructor(map?: {
|
|
1003
|
+
[key: string]: any;
|
|
1004
|
+
});
|
|
1005
|
+
}
|
|
1006
|
+
export declare class DettachAssetGroupToInstanceShrinkRequest extends $tea.Model {
|
|
1007
|
+
assetGroupListShrink?: string;
|
|
841
1008
|
instanceId?: string;
|
|
842
|
-
|
|
1009
|
+
regionId?: string;
|
|
1010
|
+
sourceIp?: string;
|
|
843
1011
|
static names(): {
|
|
844
1012
|
[key: string]: string;
|
|
845
1013
|
};
|
|
@@ -850,12 +1018,8 @@ export declare class DescribeResourcePackStatisticsRequest extends $tea.Model {
|
|
|
850
1018
|
[key: string]: any;
|
|
851
1019
|
});
|
|
852
1020
|
}
|
|
853
|
-
export declare class
|
|
1021
|
+
export declare class DettachAssetGroupToInstanceResponseBody extends $tea.Model {
|
|
854
1022
|
requestId?: string;
|
|
855
|
-
totalInitCapacity?: number;
|
|
856
|
-
totalCurrCapacity?: number;
|
|
857
|
-
availablePackNum?: number;
|
|
858
|
-
totalUsedCapacity?: number;
|
|
859
1023
|
static names(): {
|
|
860
1024
|
[key: string]: string;
|
|
861
1025
|
};
|
|
@@ -866,11 +1030,12 @@ export declare class DescribeResourcePackStatisticsResponseBody extends $tea.Mod
|
|
|
866
1030
|
[key: string]: any;
|
|
867
1031
|
});
|
|
868
1032
|
}
|
|
869
|
-
export declare class
|
|
870
|
-
headers
|
|
1033
|
+
export declare class DettachAssetGroupToInstanceResponse extends $tea.Model {
|
|
1034
|
+
headers?: {
|
|
871
1035
|
[key: string]: string;
|
|
872
1036
|
};
|
|
873
|
-
|
|
1037
|
+
statusCode?: number;
|
|
1038
|
+
body?: DettachAssetGroupToInstanceResponseBody;
|
|
874
1039
|
static names(): {
|
|
875
1040
|
[key: string]: string;
|
|
876
1041
|
};
|
|
@@ -881,11 +1046,8 @@ export declare class DescribeResourcePackStatisticsResponse extends $tea.Model {
|
|
|
881
1046
|
[key: string]: any;
|
|
882
1047
|
});
|
|
883
1048
|
}
|
|
884
|
-
export declare class
|
|
885
|
-
|
|
886
|
-
endTime?: number;
|
|
887
|
-
startTime?: number;
|
|
888
|
-
instanceId?: string;
|
|
1049
|
+
export declare class GetSlsOpenStatusRequest extends $tea.Model {
|
|
1050
|
+
regionId?: string;
|
|
889
1051
|
resourceGroupId?: string;
|
|
890
1052
|
static names(): {
|
|
891
1053
|
[key: string]: string;
|
|
@@ -897,12 +1059,9 @@ export declare class DescribeResourcePackUsageRequest extends $tea.Model {
|
|
|
897
1059
|
[key: string]: any;
|
|
898
1060
|
});
|
|
899
1061
|
}
|
|
900
|
-
export declare class
|
|
901
|
-
endTime?: number;
|
|
1062
|
+
export declare class GetSlsOpenStatusResponseBody extends $tea.Model {
|
|
902
1063
|
requestId?: string;
|
|
903
|
-
|
|
904
|
-
startTime?: number;
|
|
905
|
-
interval?: number;
|
|
1064
|
+
slsOpenStatus?: boolean;
|
|
906
1065
|
static names(): {
|
|
907
1066
|
[key: string]: string;
|
|
908
1067
|
};
|
|
@@ -913,11 +1072,12 @@ export declare class DescribeResourcePackUsageResponseBody extends $tea.Model {
|
|
|
913
1072
|
[key: string]: any;
|
|
914
1073
|
});
|
|
915
1074
|
}
|
|
916
|
-
export declare class
|
|
917
|
-
headers
|
|
1075
|
+
export declare class GetSlsOpenStatusResponse extends $tea.Model {
|
|
1076
|
+
headers?: {
|
|
918
1077
|
[key: string]: string;
|
|
919
1078
|
};
|
|
920
|
-
|
|
1079
|
+
statusCode?: number;
|
|
1080
|
+
body?: GetSlsOpenStatusResponseBody;
|
|
921
1081
|
static names(): {
|
|
922
1082
|
[key: string]: string;
|
|
923
1083
|
};
|
|
@@ -928,16 +1088,10 @@ export declare class DescribeResourcePackUsageResponse extends $tea.Model {
|
|
|
928
1088
|
[key: string]: any;
|
|
929
1089
|
});
|
|
930
1090
|
}
|
|
931
|
-
export declare class
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
ipnet?: string;
|
|
935
|
-
ip?: string;
|
|
936
|
-
startTime?: number;
|
|
937
|
-
endTime?: number;
|
|
938
|
-
interval?: number;
|
|
1091
|
+
export declare class ListOpenedAccessLogInstancesRequest extends $tea.Model {
|
|
1092
|
+
pageNumber?: number;
|
|
1093
|
+
pageSize?: number;
|
|
939
1094
|
resourceGroupId?: string;
|
|
940
|
-
regionId?: string;
|
|
941
1095
|
static names(): {
|
|
942
1096
|
[key: string]: string;
|
|
943
1097
|
};
|
|
@@ -948,9 +1102,10 @@ export declare class DescribeTrafficRequest extends $tea.Model {
|
|
|
948
1102
|
[key: string]: any;
|
|
949
1103
|
});
|
|
950
1104
|
}
|
|
951
|
-
export declare class
|
|
952
|
-
flowList?: DescribeTrafficResponseBodyFlowList[];
|
|
1105
|
+
export declare class ListOpenedAccessLogInstancesResponseBody extends $tea.Model {
|
|
953
1106
|
requestId?: string;
|
|
1107
|
+
slsConfigStatus?: ListOpenedAccessLogInstancesResponseBodySlsConfigStatus[];
|
|
1108
|
+
totalCount?: number;
|
|
954
1109
|
static names(): {
|
|
955
1110
|
[key: string]: string;
|
|
956
1111
|
};
|
|
@@ -961,11 +1116,12 @@ export declare class DescribeTrafficResponseBody extends $tea.Model {
|
|
|
961
1116
|
[key: string]: any;
|
|
962
1117
|
});
|
|
963
1118
|
}
|
|
964
|
-
export declare class
|
|
965
|
-
headers
|
|
1119
|
+
export declare class ListOpenedAccessLogInstancesResponse extends $tea.Model {
|
|
1120
|
+
headers?: {
|
|
966
1121
|
[key: string]: string;
|
|
967
1122
|
};
|
|
968
|
-
|
|
1123
|
+
statusCode?: number;
|
|
1124
|
+
body?: ListOpenedAccessLogInstancesResponseBody;
|
|
969
1125
|
static names(): {
|
|
970
1126
|
[key: string]: string;
|
|
971
1127
|
};
|
|
@@ -977,15 +1133,11 @@ export declare class DescribeTrafficResponse extends $tea.Model {
|
|
|
977
1133
|
});
|
|
978
1134
|
}
|
|
979
1135
|
export declare class ListTagKeysRequest extends $tea.Model {
|
|
980
|
-
sourceIp?: string;
|
|
981
|
-
regionId?: string;
|
|
982
|
-
tagOwnerUid?: string;
|
|
983
|
-
tagOwnerBid?: string;
|
|
984
|
-
resourceType?: string;
|
|
985
|
-
scope?: string;
|
|
986
|
-
pageSize?: number;
|
|
987
1136
|
currentPage?: number;
|
|
1137
|
+
pageSize?: number;
|
|
1138
|
+
regionId?: string;
|
|
988
1139
|
resourceGroupId?: string;
|
|
1140
|
+
resourceType?: string;
|
|
989
1141
|
static names(): {
|
|
990
1142
|
[key: string]: string;
|
|
991
1143
|
};
|
|
@@ -997,11 +1149,11 @@ export declare class ListTagKeysRequest extends $tea.Model {
|
|
|
997
1149
|
});
|
|
998
1150
|
}
|
|
999
1151
|
export declare class ListTagKeysResponseBody extends $tea.Model {
|
|
1000
|
-
totalCount?: number;
|
|
1001
|
-
requestId?: string;
|
|
1002
|
-
pageSize?: number;
|
|
1003
1152
|
currentPage?: number;
|
|
1153
|
+
pageSize?: number;
|
|
1154
|
+
requestId?: string;
|
|
1004
1155
|
tagKeys?: ListTagKeysResponseBodyTagKeys[];
|
|
1156
|
+
totalCount?: number;
|
|
1005
1157
|
static names(): {
|
|
1006
1158
|
[key: string]: string;
|
|
1007
1159
|
};
|
|
@@ -1013,10 +1165,11 @@ export declare class ListTagKeysResponseBody extends $tea.Model {
|
|
|
1013
1165
|
});
|
|
1014
1166
|
}
|
|
1015
1167
|
export declare class ListTagKeysResponse extends $tea.Model {
|
|
1016
|
-
headers
|
|
1168
|
+
headers?: {
|
|
1017
1169
|
[key: string]: string;
|
|
1018
1170
|
};
|
|
1019
|
-
|
|
1171
|
+
statusCode?: number;
|
|
1172
|
+
body?: ListTagKeysResponseBody;
|
|
1020
1173
|
static names(): {
|
|
1021
1174
|
[key: string]: string;
|
|
1022
1175
|
};
|
|
@@ -1028,15 +1181,11 @@ export declare class ListTagKeysResponse extends $tea.Model {
|
|
|
1028
1181
|
});
|
|
1029
1182
|
}
|
|
1030
1183
|
export declare class ListTagResourcesRequest extends $tea.Model {
|
|
1031
|
-
sourceIp?: string;
|
|
1032
|
-
resourceGroupId?: string;
|
|
1033
|
-
regionId?: string;
|
|
1034
|
-
tagOwnerUid?: string;
|
|
1035
|
-
tagOwnerBid?: string;
|
|
1036
|
-
resourceType?: string;
|
|
1037
|
-
scope?: string;
|
|
1038
1184
|
nextToken?: string;
|
|
1185
|
+
regionId?: string;
|
|
1186
|
+
resourceGroupId?: string;
|
|
1039
1187
|
resourceId?: string[];
|
|
1188
|
+
resourceType?: string;
|
|
1040
1189
|
tag?: ListTagResourcesRequestTag[];
|
|
1041
1190
|
static names(): {
|
|
1042
1191
|
[key: string]: string;
|
|
@@ -1063,10 +1212,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
|
|
|
1063
1212
|
});
|
|
1064
1213
|
}
|
|
1065
1214
|
export declare class ListTagResourcesResponse extends $tea.Model {
|
|
1066
|
-
headers
|
|
1215
|
+
headers?: {
|
|
1067
1216
|
[key: string]: string;
|
|
1068
1217
|
};
|
|
1069
|
-
|
|
1218
|
+
statusCode?: number;
|
|
1219
|
+
body?: ListTagResourcesResponseBody;
|
|
1070
1220
|
static names(): {
|
|
1071
1221
|
[key: string]: string;
|
|
1072
1222
|
};
|
|
@@ -1078,12 +1228,10 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
1078
1228
|
});
|
|
1079
1229
|
}
|
|
1080
1230
|
export declare class ModifyRemarkRequest extends $tea.Model {
|
|
1081
|
-
sourceIp?: string;
|
|
1082
|
-
lang?: string;
|
|
1083
1231
|
instanceId?: string;
|
|
1232
|
+
regionId?: string;
|
|
1084
1233
|
remark?: string;
|
|
1085
1234
|
resourceGroupId?: string;
|
|
1086
|
-
regionId?: string;
|
|
1087
1235
|
static names(): {
|
|
1088
1236
|
[key: string]: string;
|
|
1089
1237
|
};
|
|
@@ -1107,10 +1255,11 @@ export declare class ModifyRemarkResponseBody extends $tea.Model {
|
|
|
1107
1255
|
});
|
|
1108
1256
|
}
|
|
1109
1257
|
export declare class ModifyRemarkResponse extends $tea.Model {
|
|
1110
|
-
headers
|
|
1258
|
+
headers?: {
|
|
1111
1259
|
[key: string]: string;
|
|
1112
1260
|
};
|
|
1113
|
-
|
|
1261
|
+
statusCode?: number;
|
|
1262
|
+
body?: ModifyRemarkResponseBody;
|
|
1114
1263
|
static names(): {
|
|
1115
1264
|
[key: string]: string;
|
|
1116
1265
|
};
|
|
@@ -1122,7 +1271,6 @@ export declare class ModifyRemarkResponse extends $tea.Model {
|
|
|
1122
1271
|
});
|
|
1123
1272
|
}
|
|
1124
1273
|
export declare class QuerySchedruleOnDemandRequest extends $tea.Model {
|
|
1125
|
-
sourceIp?: string;
|
|
1126
1274
|
instanceId?: string;
|
|
1127
1275
|
regionId?: string;
|
|
1128
1276
|
static names(): {
|
|
@@ -1136,11 +1284,11 @@ export declare class QuerySchedruleOnDemandRequest extends $tea.Model {
|
|
|
1136
1284
|
});
|
|
1137
1285
|
}
|
|
1138
1286
|
export declare class QuerySchedruleOnDemandResponseBody extends $tea.Model {
|
|
1139
|
-
requestId?: string;
|
|
1140
1287
|
instanceId?: string;
|
|
1141
|
-
|
|
1142
|
-
ruleStatus?: QuerySchedruleOnDemandResponseBodyRuleStatus[];
|
|
1288
|
+
requestId?: string;
|
|
1143
1289
|
ruleConfig?: QuerySchedruleOnDemandResponseBodyRuleConfig[];
|
|
1290
|
+
ruleStatus?: QuerySchedruleOnDemandResponseBodyRuleStatus[];
|
|
1291
|
+
userId?: string;
|
|
1144
1292
|
static names(): {
|
|
1145
1293
|
[key: string]: string;
|
|
1146
1294
|
};
|
|
@@ -1152,10 +1300,11 @@ export declare class QuerySchedruleOnDemandResponseBody extends $tea.Model {
|
|
|
1152
1300
|
});
|
|
1153
1301
|
}
|
|
1154
1302
|
export declare class QuerySchedruleOnDemandResponse extends $tea.Model {
|
|
1155
|
-
headers
|
|
1303
|
+
headers?: {
|
|
1156
1304
|
[key: string]: string;
|
|
1157
1305
|
};
|
|
1158
|
-
|
|
1306
|
+
statusCode?: number;
|
|
1307
|
+
body?: QuerySchedruleOnDemandResponseBody;
|
|
1159
1308
|
static names(): {
|
|
1160
1309
|
[key: string]: string;
|
|
1161
1310
|
};
|
|
@@ -1167,10 +1316,9 @@ export declare class QuerySchedruleOnDemandResponse extends $tea.Model {
|
|
|
1167
1316
|
});
|
|
1168
1317
|
}
|
|
1169
1318
|
export declare class SetInstanceModeOnDemandRequest extends $tea.Model {
|
|
1170
|
-
|
|
1319
|
+
instanceIdList?: string[];
|
|
1171
1320
|
mode?: string;
|
|
1172
1321
|
regionId?: string;
|
|
1173
|
-
instanceIdList?: string[];
|
|
1174
1322
|
static names(): {
|
|
1175
1323
|
[key: string]: string;
|
|
1176
1324
|
};
|
|
@@ -1194,10 +1342,11 @@ export declare class SetInstanceModeOnDemandResponseBody extends $tea.Model {
|
|
|
1194
1342
|
});
|
|
1195
1343
|
}
|
|
1196
1344
|
export declare class SetInstanceModeOnDemandResponse extends $tea.Model {
|
|
1197
|
-
headers
|
|
1345
|
+
headers?: {
|
|
1198
1346
|
[key: string]: string;
|
|
1199
1347
|
};
|
|
1200
|
-
|
|
1348
|
+
statusCode?: number;
|
|
1349
|
+
body?: SetInstanceModeOnDemandResponseBody;
|
|
1201
1350
|
static names(): {
|
|
1202
1351
|
[key: string]: string;
|
|
1203
1352
|
};
|
|
@@ -1209,14 +1358,10 @@ export declare class SetInstanceModeOnDemandResponse extends $tea.Model {
|
|
|
1209
1358
|
});
|
|
1210
1359
|
}
|
|
1211
1360
|
export declare class TagResourcesRequest extends $tea.Model {
|
|
1212
|
-
sourceIp?: string;
|
|
1213
|
-
resourceGroupId?: string;
|
|
1214
1361
|
regionId?: string;
|
|
1215
|
-
|
|
1216
|
-
tagOwnerBid?: string;
|
|
1217
|
-
resourceType?: string;
|
|
1218
|
-
scope?: string;
|
|
1362
|
+
resourceGroupId?: string;
|
|
1219
1363
|
resourceId?: string[];
|
|
1364
|
+
resourceType?: string;
|
|
1220
1365
|
tag?: TagResourcesRequestTag[];
|
|
1221
1366
|
static names(): {
|
|
1222
1367
|
[key: string]: string;
|
|
@@ -1241,10 +1386,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
|
|
|
1241
1386
|
});
|
|
1242
1387
|
}
|
|
1243
1388
|
export declare class TagResourcesResponse extends $tea.Model {
|
|
1244
|
-
headers
|
|
1389
|
+
headers?: {
|
|
1245
1390
|
[key: string]: string;
|
|
1246
1391
|
};
|
|
1247
|
-
|
|
1392
|
+
statusCode?: number;
|
|
1393
|
+
body?: TagResourcesResponseBody;
|
|
1248
1394
|
static names(): {
|
|
1249
1395
|
[key: string]: string;
|
|
1250
1396
|
};
|
|
@@ -1256,14 +1402,11 @@ export declare class TagResourcesResponse extends $tea.Model {
|
|
|
1256
1402
|
});
|
|
1257
1403
|
}
|
|
1258
1404
|
export declare class UntagResourcesRequest extends $tea.Model {
|
|
1259
|
-
sourceIp?: string;
|
|
1260
|
-
resourceGroupId?: string;
|
|
1261
|
-
regionId?: string;
|
|
1262
|
-
tagOwnerUid?: string;
|
|
1263
|
-
tagOwnerBid?: string;
|
|
1264
|
-
resourceType?: string;
|
|
1265
1405
|
all?: boolean;
|
|
1406
|
+
regionId?: string;
|
|
1407
|
+
resourceGroupId?: string;
|
|
1266
1408
|
resourceId?: string[];
|
|
1409
|
+
resourceType?: string;
|
|
1267
1410
|
tagKey?: string[];
|
|
1268
1411
|
static names(): {
|
|
1269
1412
|
[key: string]: string;
|
|
@@ -1288,10 +1431,56 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
|
|
|
1288
1431
|
});
|
|
1289
1432
|
}
|
|
1290
1433
|
export declare class UntagResourcesResponse extends $tea.Model {
|
|
1291
|
-
headers
|
|
1434
|
+
headers?: {
|
|
1435
|
+
[key: string]: string;
|
|
1436
|
+
};
|
|
1437
|
+
statusCode?: number;
|
|
1438
|
+
body?: UntagResourcesResponseBody;
|
|
1439
|
+
static names(): {
|
|
1440
|
+
[key: string]: string;
|
|
1441
|
+
};
|
|
1442
|
+
static types(): {
|
|
1443
|
+
[key: string]: any;
|
|
1444
|
+
};
|
|
1445
|
+
constructor(map?: {
|
|
1446
|
+
[key: string]: any;
|
|
1447
|
+
});
|
|
1448
|
+
}
|
|
1449
|
+
export declare class AttachAssetGroupToInstanceRequestAssetGroupList extends $tea.Model {
|
|
1450
|
+
memberUid?: string;
|
|
1451
|
+
name?: string;
|
|
1452
|
+
region?: string;
|
|
1453
|
+
type?: string;
|
|
1454
|
+
static names(): {
|
|
1455
|
+
[key: string]: string;
|
|
1456
|
+
};
|
|
1457
|
+
static types(): {
|
|
1458
|
+
[key: string]: any;
|
|
1459
|
+
};
|
|
1460
|
+
constructor(map?: {
|
|
1461
|
+
[key: string]: any;
|
|
1462
|
+
});
|
|
1463
|
+
}
|
|
1464
|
+
export declare class DescribeAssetGroupResponseBodyAssetGroupList extends $tea.Model {
|
|
1465
|
+
name?: string;
|
|
1466
|
+
region?: string;
|
|
1467
|
+
type?: string;
|
|
1468
|
+
static names(): {
|
|
1292
1469
|
[key: string]: string;
|
|
1293
1470
|
};
|
|
1294
|
-
|
|
1471
|
+
static types(): {
|
|
1472
|
+
[key: string]: any;
|
|
1473
|
+
};
|
|
1474
|
+
constructor(map?: {
|
|
1475
|
+
[key: string]: any;
|
|
1476
|
+
});
|
|
1477
|
+
}
|
|
1478
|
+
export declare class DescribeAssetGroupToInstanceResponseBodyDataList extends $tea.Model {
|
|
1479
|
+
instanceId?: string;
|
|
1480
|
+
memberUid?: string;
|
|
1481
|
+
name?: string;
|
|
1482
|
+
region?: string;
|
|
1483
|
+
type?: string;
|
|
1295
1484
|
static names(): {
|
|
1296
1485
|
[key: string]: string;
|
|
1297
1486
|
};
|
|
@@ -1304,11 +1493,11 @@ export declare class UntagResourcesResponse extends $tea.Model {
|
|
|
1304
1493
|
}
|
|
1305
1494
|
export declare class DescribeDdosEventResponseBodyEvents extends $tea.Model {
|
|
1306
1495
|
endTime?: number;
|
|
1307
|
-
status?: string;
|
|
1308
|
-
startTime?: number;
|
|
1309
|
-
mbps?: number;
|
|
1310
1496
|
ip?: string;
|
|
1497
|
+
mbps?: number;
|
|
1311
1498
|
pps?: number;
|
|
1499
|
+
startTime?: number;
|
|
1500
|
+
status?: string;
|
|
1312
1501
|
static names(): {
|
|
1313
1502
|
[key: string]: string;
|
|
1314
1503
|
};
|
|
@@ -1332,17 +1521,32 @@ export declare class DescribeInstanceListRequestTag extends $tea.Model {
|
|
|
1332
1521
|
[key: string]: any;
|
|
1333
1522
|
});
|
|
1334
1523
|
}
|
|
1524
|
+
export declare class DescribeInstanceListResponseBodyInstanceListAutoProtectCondition extends $tea.Model {
|
|
1525
|
+
events?: string[];
|
|
1526
|
+
static names(): {
|
|
1527
|
+
[key: string]: string;
|
|
1528
|
+
};
|
|
1529
|
+
static types(): {
|
|
1530
|
+
[key: string]: any;
|
|
1531
|
+
};
|
|
1532
|
+
constructor(map?: {
|
|
1533
|
+
[key: string]: any;
|
|
1534
|
+
});
|
|
1535
|
+
}
|
|
1335
1536
|
export declare class DescribeInstanceListResponseBodyInstanceList extends $tea.Model {
|
|
1336
|
-
|
|
1337
|
-
ipType?: string;
|
|
1537
|
+
autoProtectCondition?: DescribeInstanceListResponseBodyInstanceListAutoProtectCondition;
|
|
1338
1538
|
autoRenewal?: boolean;
|
|
1339
|
-
|
|
1539
|
+
blackholdingCount?: string;
|
|
1540
|
+
commodityType?: string;
|
|
1541
|
+
coverageType?: number;
|
|
1340
1542
|
expireTime?: number;
|
|
1341
|
-
product?: string;
|
|
1342
1543
|
gmtCreate?: number;
|
|
1343
1544
|
instanceId?: string;
|
|
1344
1545
|
instanceType?: string;
|
|
1345
|
-
|
|
1546
|
+
ipType?: string;
|
|
1547
|
+
product?: string;
|
|
1548
|
+
remark?: string;
|
|
1549
|
+
status?: string;
|
|
1346
1550
|
static names(): {
|
|
1347
1551
|
[key: string]: string;
|
|
1348
1552
|
};
|
|
@@ -1354,12 +1558,14 @@ export declare class DescribeInstanceListResponseBodyInstanceList extends $tea.M
|
|
|
1354
1558
|
});
|
|
1355
1559
|
}
|
|
1356
1560
|
export declare class DescribeInstanceSpecsResponseBodyInstanceSpecsPackConfig extends $tea.Model {
|
|
1357
|
-
|
|
1561
|
+
bandwidth?: number;
|
|
1358
1562
|
bindIpCount?: number;
|
|
1359
|
-
packAdvThre?: number;
|
|
1360
|
-
ipBasicThre?: number;
|
|
1361
1563
|
ipAdvanceThre?: number;
|
|
1564
|
+
ipBasicThre?: number;
|
|
1362
1565
|
ipSpec?: number;
|
|
1566
|
+
normalBandwidth?: number;
|
|
1567
|
+
packAdvThre?: number;
|
|
1568
|
+
packBasicThre?: number;
|
|
1363
1569
|
static names(): {
|
|
1364
1570
|
[key: string]: string;
|
|
1365
1571
|
};
|
|
@@ -1371,10 +1577,14 @@ export declare class DescribeInstanceSpecsResponseBodyInstanceSpecsPackConfig ex
|
|
|
1371
1577
|
});
|
|
1372
1578
|
}
|
|
1373
1579
|
export declare class DescribeInstanceSpecsResponseBodyInstanceSpecs extends $tea.Model {
|
|
1374
|
-
|
|
1375
|
-
region?: string;
|
|
1580
|
+
availableDefenseTimes?: number;
|
|
1376
1581
|
availableDeleteBlackholeCount?: string;
|
|
1582
|
+
defenseTimesPercent?: number;
|
|
1377
1583
|
instanceId?: string;
|
|
1584
|
+
isFullDefenseMode?: number;
|
|
1585
|
+
packConfig?: DescribeInstanceSpecsResponseBodyInstanceSpecsPackConfig;
|
|
1586
|
+
region?: string;
|
|
1587
|
+
totalDefenseTimes?: number;
|
|
1378
1588
|
static names(): {
|
|
1379
1589
|
[key: string]: string;
|
|
1380
1590
|
};
|
|
@@ -1387,11 +1597,11 @@ export declare class DescribeInstanceSpecsResponseBodyInstanceSpecs extends $tea
|
|
|
1387
1597
|
}
|
|
1388
1598
|
export declare class DescribeOnDemandDdosEventResponseBodyEvents extends $tea.Model {
|
|
1389
1599
|
endTime?: number;
|
|
1390
|
-
status?: string;
|
|
1391
|
-
startTime?: number;
|
|
1392
|
-
mbps?: number;
|
|
1393
1600
|
ip?: string;
|
|
1601
|
+
mbps?: number;
|
|
1394
1602
|
pps?: number;
|
|
1603
|
+
startTime?: number;
|
|
1604
|
+
status?: string;
|
|
1395
1605
|
static names(): {
|
|
1396
1606
|
[key: string]: string;
|
|
1397
1607
|
};
|
|
@@ -1403,13 +1613,13 @@ export declare class DescribeOnDemandDdosEventResponseBodyEvents extends $tea.Mo
|
|
|
1403
1613
|
});
|
|
1404
1614
|
}
|
|
1405
1615
|
export declare class DescribeOnDemandInstanceStatusResponseBodyInstances extends $tea.Model {
|
|
1406
|
-
userId?: string;
|
|
1407
|
-
mode?: string;
|
|
1408
|
-
instanceId?: string;
|
|
1409
1616
|
declared?: string;
|
|
1410
|
-
registedAs?: string;
|
|
1411
|
-
net?: string;
|
|
1412
1617
|
desc?: string;
|
|
1618
|
+
instanceId?: string;
|
|
1619
|
+
mode?: string;
|
|
1620
|
+
net?: string;
|
|
1621
|
+
registedAs?: string;
|
|
1622
|
+
userId?: string;
|
|
1413
1623
|
static names(): {
|
|
1414
1624
|
[key: string]: string;
|
|
1415
1625
|
};
|
|
@@ -1421,11 +1631,11 @@ export declare class DescribeOnDemandInstanceStatusResponseBodyInstances extends
|
|
|
1421
1631
|
});
|
|
1422
1632
|
}
|
|
1423
1633
|
export declare class DescribeOpEntitiesResponseBodyOpEntities extends $tea.Model {
|
|
1424
|
-
entityType?: number;
|
|
1425
1634
|
entityObject?: string;
|
|
1426
|
-
|
|
1635
|
+
entityType?: number;
|
|
1427
1636
|
gmtCreate?: number;
|
|
1428
1637
|
opAccount?: string;
|
|
1638
|
+
opAction?: number;
|
|
1429
1639
|
opDesc?: string;
|
|
1430
1640
|
static names(): {
|
|
1431
1641
|
[key: string]: string;
|
|
@@ -1438,28 +1648,13 @@ export declare class DescribeOpEntitiesResponseBodyOpEntities extends $tea.Model
|
|
|
1438
1648
|
});
|
|
1439
1649
|
}
|
|
1440
1650
|
export declare class DescribePackIpListResponseBodyIpList extends $tea.Model {
|
|
1441
|
-
status?: string;
|
|
1442
|
-
remark?: string;
|
|
1443
|
-
product?: string;
|
|
1444
1651
|
ip?: string;
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
constructor(map?: {
|
|
1452
|
-
[key: string]: any;
|
|
1453
|
-
});
|
|
1454
|
-
}
|
|
1455
|
-
export declare class DescribePackPaidTrafficResponseBodyPackPaidTraffics extends $tea.Model {
|
|
1456
|
-
startTime?: number;
|
|
1457
|
-
baseBandwidth?: number;
|
|
1458
|
-
elasticBandwidth?: number;
|
|
1459
|
-
totalCapacity?: number;
|
|
1460
|
-
maxAttack?: number;
|
|
1461
|
-
instanceId?: string;
|
|
1462
|
-
paidCapacity?: number;
|
|
1652
|
+
memberUid?: string;
|
|
1653
|
+
nsmStatus?: number;
|
|
1654
|
+
product?: string;
|
|
1655
|
+
region?: string;
|
|
1656
|
+
remark?: string;
|
|
1657
|
+
status?: string;
|
|
1463
1658
|
static names(): {
|
|
1464
1659
|
[key: string]: string;
|
|
1465
1660
|
};
|
|
@@ -1472,8 +1667,8 @@ export declare class DescribePackPaidTrafficResponseBodyPackPaidTraffics extends
|
|
|
1472
1667
|
}
|
|
1473
1668
|
export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
|
|
1474
1669
|
regionEnName?: string;
|
|
1475
|
-
regionName?: string;
|
|
1476
1670
|
regionId?: string;
|
|
1671
|
+
regionName?: string;
|
|
1477
1672
|
static names(): {
|
|
1478
1673
|
[key: string]: string;
|
|
1479
1674
|
};
|
|
@@ -1484,13 +1679,14 @@ export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
|
|
|
1484
1679
|
[key: string]: any;
|
|
1485
1680
|
});
|
|
1486
1681
|
}
|
|
1487
|
-
export declare class
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1682
|
+
export declare class DescribeTrafficResponseBodyFlowList extends $tea.Model {
|
|
1683
|
+
attackBps?: number;
|
|
1684
|
+
attackPps?: number;
|
|
1685
|
+
flowType?: string;
|
|
1686
|
+
kbps?: number;
|
|
1687
|
+
name?: string;
|
|
1688
|
+
pps?: number;
|
|
1689
|
+
time?: number;
|
|
1494
1690
|
static names(): {
|
|
1495
1691
|
[key: string]: string;
|
|
1496
1692
|
};
|
|
@@ -1501,9 +1697,10 @@ export declare class DescribeResourcePackInstancesResponseBodyResourcePacks exte
|
|
|
1501
1697
|
[key: string]: any;
|
|
1502
1698
|
});
|
|
1503
1699
|
}
|
|
1504
|
-
export declare class
|
|
1505
|
-
|
|
1506
|
-
|
|
1700
|
+
export declare class DettachAssetGroupToInstanceRequestAssetGroupList extends $tea.Model {
|
|
1701
|
+
name?: string;
|
|
1702
|
+
region?: string;
|
|
1703
|
+
type?: string;
|
|
1507
1704
|
static names(): {
|
|
1508
1705
|
[key: string]: string;
|
|
1509
1706
|
};
|
|
@@ -1514,14 +1711,9 @@ export declare class DescribeResourcePackUsageResponseBodyPackUsages extends $te
|
|
|
1514
1711
|
[key: string]: any;
|
|
1515
1712
|
});
|
|
1516
1713
|
}
|
|
1517
|
-
export declare class
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
attackPps?: number;
|
|
1521
|
-
name?: string;
|
|
1522
|
-
pps?: number;
|
|
1523
|
-
kbps?: number;
|
|
1524
|
-
attackBps?: number;
|
|
1714
|
+
export declare class ListOpenedAccessLogInstancesResponseBodySlsConfigStatus extends $tea.Model {
|
|
1715
|
+
enable?: boolean;
|
|
1716
|
+
instanceId?: string;
|
|
1525
1717
|
static names(): {
|
|
1526
1718
|
[key: string]: string;
|
|
1527
1719
|
};
|
|
@@ -1559,10 +1751,10 @@ export declare class ListTagResourcesRequestTag extends $tea.Model {
|
|
|
1559
1751
|
});
|
|
1560
1752
|
}
|
|
1561
1753
|
export declare class ListTagResourcesResponseBodyTagResourcesTagResource extends $tea.Model {
|
|
1562
|
-
resourceType?: string;
|
|
1563
|
-
tagValue?: string;
|
|
1564
1754
|
resourceId?: string;
|
|
1755
|
+
resourceType?: string;
|
|
1565
1756
|
tagKey?: string;
|
|
1757
|
+
tagValue?: string;
|
|
1566
1758
|
static names(): {
|
|
1567
1759
|
[key: string]: string;
|
|
1568
1760
|
};
|
|
@@ -1585,9 +1777,17 @@ export declare class ListTagResourcesResponseBodyTagResources extends $tea.Model
|
|
|
1585
1777
|
[key: string]: any;
|
|
1586
1778
|
});
|
|
1587
1779
|
}
|
|
1588
|
-
export declare class
|
|
1589
|
-
|
|
1590
|
-
|
|
1780
|
+
export declare class QuerySchedruleOnDemandResponseBodyRuleConfig extends $tea.Model {
|
|
1781
|
+
ruleAction?: string;
|
|
1782
|
+
ruleConditionCnt?: string;
|
|
1783
|
+
ruleConditionKpps?: string;
|
|
1784
|
+
ruleConditionMbps?: string;
|
|
1785
|
+
ruleName?: string;
|
|
1786
|
+
ruleSwitch?: string;
|
|
1787
|
+
ruleUndoBeginTime?: string;
|
|
1788
|
+
ruleUndoEndTime?: string;
|
|
1789
|
+
ruleUndoMode?: string;
|
|
1790
|
+
timeZone?: string;
|
|
1591
1791
|
static names(): {
|
|
1592
1792
|
[key: string]: string;
|
|
1593
1793
|
};
|
|
@@ -1598,17 +1798,9 @@ export declare class QuerySchedruleOnDemandResponseBodyRuleStatus extends $tea.M
|
|
|
1598
1798
|
[key: string]: any;
|
|
1599
1799
|
});
|
|
1600
1800
|
}
|
|
1601
|
-
export declare class
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
timeZone?: string;
|
|
1605
|
-
ruleAction?: string;
|
|
1606
|
-
ruleConditionKpps?: string;
|
|
1607
|
-
ruleUndoMode?: string;
|
|
1608
|
-
ruleUndoBeginTime?: string;
|
|
1609
|
-
ruleConditionCnt?: string;
|
|
1610
|
-
ruleUndoEndTime?: string;
|
|
1611
|
-
ruleName?: string;
|
|
1801
|
+
export declare class QuerySchedruleOnDemandResponseBodyRuleStatus extends $tea.Model {
|
|
1802
|
+
net?: string;
|
|
1803
|
+
ruleSchedStatus?: string;
|
|
1612
1804
|
static names(): {
|
|
1613
1805
|
[key: string]: string;
|
|
1614
1806
|
};
|
|
@@ -1639,57 +1831,270 @@ export default class Client extends OpenApi {
|
|
|
1639
1831
|
}, endpoint: string): string;
|
|
1640
1832
|
addIpWithOptions(request: AddIpRequest, runtime: $Util.RuntimeOptions): Promise<AddIpResponse>;
|
|
1641
1833
|
addIp(request: AddIpRequest): Promise<AddIpResponse>;
|
|
1834
|
+
attachAssetGroupToInstanceWithOptions(tmpReq: AttachAssetGroupToInstanceRequest, runtime: $Util.RuntimeOptions): Promise<AttachAssetGroupToInstanceResponse>;
|
|
1835
|
+
attachAssetGroupToInstance(request: AttachAssetGroupToInstanceRequest): Promise<AttachAssetGroupToInstanceResponse>;
|
|
1836
|
+
checkAccessLogAuthWithOptions(request: CheckAccessLogAuthRequest, runtime: $Util.RuntimeOptions): Promise<CheckAccessLogAuthResponse>;
|
|
1837
|
+
checkAccessLogAuth(request: CheckAccessLogAuthRequest): Promise<CheckAccessLogAuthResponse>;
|
|
1838
|
+
/**
|
|
1839
|
+
* You can call the CheckGrant operation to query whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
|
|
1840
|
+
* ### Limits
|
|
1841
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
1842
|
+
*
|
|
1843
|
+
* @param request CheckGrantRequest
|
|
1844
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1845
|
+
* @return CheckGrantResponse
|
|
1846
|
+
*/
|
|
1642
1847
|
checkGrantWithOptions(request: CheckGrantRequest, runtime: $Util.RuntimeOptions): Promise<CheckGrantResponse>;
|
|
1848
|
+
/**
|
|
1849
|
+
* You can call the CheckGrant operation to query whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
|
|
1850
|
+
* ### Limits
|
|
1851
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
1852
|
+
*
|
|
1853
|
+
* @param request CheckGrantRequest
|
|
1854
|
+
* @return CheckGrantResponse
|
|
1855
|
+
*/
|
|
1643
1856
|
checkGrant(request: CheckGrantRequest): Promise<CheckGrantResponse>;
|
|
1644
1857
|
configSchedruleOnDemandWithOptions(request: ConfigSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<ConfigSchedruleOnDemandResponse>;
|
|
1645
1858
|
configSchedruleOnDemand(request: ConfigSchedruleOnDemandRequest): Promise<ConfigSchedruleOnDemandResponse>;
|
|
1646
1859
|
createSchedruleOnDemandWithOptions(request: CreateSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<CreateSchedruleOnDemandResponse>;
|
|
1647
1860
|
createSchedruleOnDemand(request: CreateSchedruleOnDemandRequest): Promise<CreateSchedruleOnDemandResponse>;
|
|
1861
|
+
/**
|
|
1862
|
+
* You can call the DeleteBlackhole operation to deactivate blackhole filtering for a protected IP address.
|
|
1863
|
+
* Before you call this operation, you can call the [DescribePackIpList](~~118701~~) operation to query the protection status of the IP addresses that are protected by your Anti-DDoS Origin instance. For example, you can query whether blackhole filtering is triggered for an IP address.
|
|
1864
|
+
* ### Limits
|
|
1865
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
1866
|
+
*
|
|
1867
|
+
* @param request DeleteBlackholeRequest
|
|
1868
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1869
|
+
* @return DeleteBlackholeResponse
|
|
1870
|
+
*/
|
|
1648
1871
|
deleteBlackholeWithOptions(request: DeleteBlackholeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBlackholeResponse>;
|
|
1872
|
+
/**
|
|
1873
|
+
* You can call the DeleteBlackhole operation to deactivate blackhole filtering for a protected IP address.
|
|
1874
|
+
* Before you call this operation, you can call the [DescribePackIpList](~~118701~~) operation to query the protection status of the IP addresses that are protected by your Anti-DDoS Origin instance. For example, you can query whether blackhole filtering is triggered for an IP address.
|
|
1875
|
+
* ### Limits
|
|
1876
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
1877
|
+
*
|
|
1878
|
+
* @param request DeleteBlackholeRequest
|
|
1879
|
+
* @return DeleteBlackholeResponse
|
|
1880
|
+
*/
|
|
1649
1881
|
deleteBlackhole(request: DeleteBlackholeRequest): Promise<DeleteBlackholeResponse>;
|
|
1882
|
+
/**
|
|
1883
|
+
* The Anti-DDoS Origin Enterprise instance no longer protects the IP addresses that are removed.
|
|
1884
|
+
*
|
|
1885
|
+
* @param request DeleteIpRequest
|
|
1886
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1887
|
+
* @return DeleteIpResponse
|
|
1888
|
+
*/
|
|
1650
1889
|
deleteIpWithOptions(request: DeleteIpRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpResponse>;
|
|
1890
|
+
/**
|
|
1891
|
+
* The Anti-DDoS Origin Enterprise instance no longer protects the IP addresses that are removed.
|
|
1892
|
+
*
|
|
1893
|
+
* @param request DeleteIpRequest
|
|
1894
|
+
* @return DeleteIpResponse
|
|
1895
|
+
*/
|
|
1651
1896
|
deleteIp(request: DeleteIpRequest): Promise<DeleteIpResponse>;
|
|
1652
1897
|
deleteSchedruleOnDemandWithOptions(request: DeleteSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSchedruleOnDemandResponse>;
|
|
1653
1898
|
deleteSchedruleOnDemand(request: DeleteSchedruleOnDemandRequest): Promise<DeleteSchedruleOnDemandResponse>;
|
|
1899
|
+
describeAssetGroupWithOptions(request: DescribeAssetGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAssetGroupResponse>;
|
|
1900
|
+
describeAssetGroup(request: DescribeAssetGroupRequest): Promise<DescribeAssetGroupResponse>;
|
|
1901
|
+
describeAssetGroupToInstanceWithOptions(request: DescribeAssetGroupToInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAssetGroupToInstanceResponse>;
|
|
1902
|
+
describeAssetGroupToInstance(request: DescribeAssetGroupToInstanceRequest): Promise<DescribeAssetGroupToInstanceResponse>;
|
|
1903
|
+
/**
|
|
1904
|
+
* You can call the DescribeDdosEvent operation to query the details about the DDoS attack events that occurred on a specific Anti-DDoS Origin instance by page. The details include the start time, end time, attacked IP address, and status of each event.
|
|
1905
|
+
* ## Limits
|
|
1906
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
1907
|
+
*
|
|
1908
|
+
* @param request DescribeDdosEventRequest
|
|
1909
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1910
|
+
* @return DescribeDdosEventResponse
|
|
1911
|
+
*/
|
|
1654
1912
|
describeDdosEventWithOptions(request: DescribeDdosEventRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDdosEventResponse>;
|
|
1913
|
+
/**
|
|
1914
|
+
* You can call the DescribeDdosEvent operation to query the details about the DDoS attack events that occurred on a specific Anti-DDoS Origin instance by page. The details include the start time, end time, attacked IP address, and status of each event.
|
|
1915
|
+
* ## Limits
|
|
1916
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
1917
|
+
*
|
|
1918
|
+
* @param request DescribeDdosEventRequest
|
|
1919
|
+
* @return DescribeDdosEventResponse
|
|
1920
|
+
*/
|
|
1655
1921
|
describeDdosEvent(request: DescribeDdosEventRequest): Promise<DescribeDdosEventResponse>;
|
|
1922
|
+
/**
|
|
1923
|
+
* ## Usage notes
|
|
1924
|
+
* You can call the DescribeExcpetionCount operation to query the number of assets that are in an abnormal state and the number of Anti-DDoS Origin instances that are about to expire in a specific region. For example, if blackhole filtering is triggered for an IP address, the IP address is in an abnormal state. An instance whose remaining validity period is less than seven days is considered as an instance that is about to expire.
|
|
1925
|
+
*
|
|
1926
|
+
* @param request DescribeExcpetionCountRequest
|
|
1927
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1928
|
+
* @return DescribeExcpetionCountResponse
|
|
1929
|
+
*/
|
|
1656
1930
|
describeExcpetionCountWithOptions(request: DescribeExcpetionCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeExcpetionCountResponse>;
|
|
1931
|
+
/**
|
|
1932
|
+
* ## Usage notes
|
|
1933
|
+
* You can call the DescribeExcpetionCount operation to query the number of assets that are in an abnormal state and the number of Anti-DDoS Origin instances that are about to expire in a specific region. For example, if blackhole filtering is triggered for an IP address, the IP address is in an abnormal state. An instance whose remaining validity period is less than seven days is considered as an instance that is about to expire.
|
|
1934
|
+
*
|
|
1935
|
+
* @param request DescribeExcpetionCountRequest
|
|
1936
|
+
* @return DescribeExcpetionCountResponse
|
|
1937
|
+
*/
|
|
1657
1938
|
describeExcpetionCount(request: DescribeExcpetionCountRequest): Promise<DescribeExcpetionCountResponse>;
|
|
1939
|
+
/**
|
|
1940
|
+
* You can call the DescribeInstanceList operation to query the details of all Anti-DDoS Origin instances within your Alibaba Cloud account by page. The details include the ID, validity period, and status of each instance.
|
|
1941
|
+
* ## Limits
|
|
1942
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
1943
|
+
*
|
|
1944
|
+
* @param request DescribeInstanceListRequest
|
|
1945
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1946
|
+
* @return DescribeInstanceListResponse
|
|
1947
|
+
*/
|
|
1658
1948
|
describeInstanceListWithOptions(request: DescribeInstanceListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceListResponse>;
|
|
1949
|
+
/**
|
|
1950
|
+
* You can call the DescribeInstanceList operation to query the details of all Anti-DDoS Origin instances within your Alibaba Cloud account by page. The details include the ID, validity period, and status of each instance.
|
|
1951
|
+
* ## Limits
|
|
1952
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
1953
|
+
*
|
|
1954
|
+
* @param request DescribeInstanceListRequest
|
|
1955
|
+
* @return DescribeInstanceListResponse
|
|
1956
|
+
*/
|
|
1659
1957
|
describeInstanceList(request: DescribeInstanceListRequest): Promise<DescribeInstanceListResponse>;
|
|
1660
1958
|
describeInstanceSpecsWithOptions(request: DescribeInstanceSpecsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSpecsResponse>;
|
|
1661
1959
|
describeInstanceSpecs(request: DescribeInstanceSpecsRequest): Promise<DescribeInstanceSpecsResponse>;
|
|
1960
|
+
/**
|
|
1961
|
+
* > Anti-DDoS Origin API operations are available for only Anti-DDoS Origin Enterprise users.
|
|
1962
|
+
*
|
|
1963
|
+
* @param request DescribeOnDemandDdosEventRequest
|
|
1964
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1965
|
+
* @return DescribeOnDemandDdosEventResponse
|
|
1966
|
+
*/
|
|
1662
1967
|
describeOnDemandDdosEventWithOptions(request: DescribeOnDemandDdosEventRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOnDemandDdosEventResponse>;
|
|
1968
|
+
/**
|
|
1969
|
+
* > Anti-DDoS Origin API operations are available for only Anti-DDoS Origin Enterprise users.
|
|
1970
|
+
*
|
|
1971
|
+
* @param request DescribeOnDemandDdosEventRequest
|
|
1972
|
+
* @return DescribeOnDemandDdosEventResponse
|
|
1973
|
+
*/
|
|
1663
1974
|
describeOnDemandDdosEvent(request: DescribeOnDemandDdosEventRequest): Promise<DescribeOnDemandDdosEventResponse>;
|
|
1664
1975
|
describeOnDemandInstanceStatusWithOptions(request: DescribeOnDemandInstanceStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOnDemandInstanceStatusResponse>;
|
|
1665
1976
|
describeOnDemandInstanceStatus(request: DescribeOnDemandInstanceStatusRequest): Promise<DescribeOnDemandInstanceStatusResponse>;
|
|
1977
|
+
/**
|
|
1978
|
+
* The start time. Operation logs that were generated after this time are queried.**** This value is a UNIX timestamp. Unit: milliseconds.
|
|
1979
|
+
*
|
|
1980
|
+
* @param request DescribeOpEntitiesRequest
|
|
1981
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1982
|
+
* @return DescribeOpEntitiesResponse
|
|
1983
|
+
*/
|
|
1666
1984
|
describeOpEntitiesWithOptions(request: DescribeOpEntitiesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOpEntitiesResponse>;
|
|
1985
|
+
/**
|
|
1986
|
+
* The start time. Operation logs that were generated after this time are queried.**** This value is a UNIX timestamp. Unit: milliseconds.
|
|
1987
|
+
*
|
|
1988
|
+
* @param request DescribeOpEntitiesRequest
|
|
1989
|
+
* @return DescribeOpEntitiesResponse
|
|
1990
|
+
*/
|
|
1667
1991
|
describeOpEntities(request: DescribeOpEntitiesRequest): Promise<DescribeOpEntitiesResponse>;
|
|
1992
|
+
/**
|
|
1993
|
+
* You can call the DescribePackIpList operation to query the details about each IP address that is protected by a specific Anti-DDoS Origin instance by page. The details include the IP address and the type of the cloud asset to which the IP address belongs. The details also include the status of the IP address, such as whether blackhole filtering is triggered for the IP address.
|
|
1994
|
+
* ## Limits
|
|
1995
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
1996
|
+
*
|
|
1997
|
+
* @param request DescribePackIpListRequest
|
|
1998
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1999
|
+
* @return DescribePackIpListResponse
|
|
2000
|
+
*/
|
|
1668
2001
|
describePackIpListWithOptions(request: DescribePackIpListRequest, runtime: $Util.RuntimeOptions): Promise<DescribePackIpListResponse>;
|
|
2002
|
+
/**
|
|
2003
|
+
* You can call the DescribePackIpList operation to query the details about each IP address that is protected by a specific Anti-DDoS Origin instance by page. The details include the IP address and the type of the cloud asset to which the IP address belongs. The details also include the status of the IP address, such as whether blackhole filtering is triggered for the IP address.
|
|
2004
|
+
* ## Limits
|
|
2005
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2006
|
+
*
|
|
2007
|
+
* @param request DescribePackIpListRequest
|
|
2008
|
+
* @return DescribePackIpListResponse
|
|
2009
|
+
*/
|
|
1669
2010
|
describePackIpList(request: DescribePackIpListRequest): Promise<DescribePackIpListResponse>;
|
|
1670
|
-
describePackPaidTrafficWithOptions(request: DescribePackPaidTrafficRequest, runtime: $Util.RuntimeOptions): Promise<DescribePackPaidTrafficResponse>;
|
|
1671
|
-
describePackPaidTraffic(request: DescribePackPaidTrafficRequest): Promise<DescribePackPaidTrafficResponse>;
|
|
1672
2011
|
describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
|
|
1673
2012
|
describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
2013
|
+
/**
|
|
2014
|
+
* You can call the DescribeTraffic operation to query traffic statistics of an Anti-DDoS Origin instance within a specific time period.
|
|
2015
|
+
* > When you call this operation, you must configure the **InstanceId** parameter to specify the Anti-DDoS Origin instance whose traffic statistics you want to query.
|
|
2016
|
+
* ## Limits
|
|
2017
|
+
* You can call this operation once per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2018
|
+
*
|
|
2019
|
+
* @param request DescribeTrafficRequest
|
|
2020
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2021
|
+
* @return DescribeTrafficResponse
|
|
2022
|
+
*/
|
|
1680
2023
|
describeTrafficWithOptions(request: DescribeTrafficRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTrafficResponse>;
|
|
2024
|
+
/**
|
|
2025
|
+
* You can call the DescribeTraffic operation to query traffic statistics of an Anti-DDoS Origin instance within a specific time period.
|
|
2026
|
+
* > When you call this operation, you must configure the **InstanceId** parameter to specify the Anti-DDoS Origin instance whose traffic statistics you want to query.
|
|
2027
|
+
* ## Limits
|
|
2028
|
+
* You can call this operation once per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2029
|
+
*
|
|
2030
|
+
* @param request DescribeTrafficRequest
|
|
2031
|
+
* @return DescribeTrafficResponse
|
|
2032
|
+
*/
|
|
1681
2033
|
describeTraffic(request: DescribeTrafficRequest): Promise<DescribeTrafficResponse>;
|
|
2034
|
+
dettachAssetGroupToInstanceWithOptions(tmpReq: DettachAssetGroupToInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DettachAssetGroupToInstanceResponse>;
|
|
2035
|
+
dettachAssetGroupToInstance(request: DettachAssetGroupToInstanceRequest): Promise<DettachAssetGroupToInstanceResponse>;
|
|
2036
|
+
getSlsOpenStatusWithOptions(request: GetSlsOpenStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetSlsOpenStatusResponse>;
|
|
2037
|
+
getSlsOpenStatus(request: GetSlsOpenStatusRequest): Promise<GetSlsOpenStatusResponse>;
|
|
2038
|
+
listOpenedAccessLogInstancesWithOptions(request: ListOpenedAccessLogInstancesRequest, runtime: $Util.RuntimeOptions): Promise<ListOpenedAccessLogInstancesResponse>;
|
|
2039
|
+
listOpenedAccessLogInstances(request: ListOpenedAccessLogInstancesRequest): Promise<ListOpenedAccessLogInstancesResponse>;
|
|
1682
2040
|
listTagKeysWithOptions(request: ListTagKeysRequest, runtime: $Util.RuntimeOptions): Promise<ListTagKeysResponse>;
|
|
1683
2041
|
listTagKeys(request: ListTagKeysRequest): Promise<ListTagKeysResponse>;
|
|
2042
|
+
/**
|
|
2043
|
+
* You can call the ListTagResources operation to query the tags that are added to Anti-DDoS Origin instances at a time.
|
|
2044
|
+
*
|
|
2045
|
+
* @param request ListTagResourcesRequest
|
|
2046
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2047
|
+
* @return ListTagResourcesResponse
|
|
2048
|
+
*/
|
|
1684
2049
|
listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
|
|
2050
|
+
/**
|
|
2051
|
+
* You can call the ListTagResources operation to query the tags that are added to Anti-DDoS Origin instances at a time.
|
|
2052
|
+
*
|
|
2053
|
+
* @param request ListTagResourcesRequest
|
|
2054
|
+
* @return ListTagResourcesResponse
|
|
2055
|
+
*/
|
|
1685
2056
|
listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
|
|
2057
|
+
/**
|
|
2058
|
+
* You can call the ModifyRemark operation to add remarks for a single Anti-DDoS Origin instance.
|
|
2059
|
+
* ## Limits
|
|
2060
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2061
|
+
*
|
|
2062
|
+
* @param request ModifyRemarkRequest
|
|
2063
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2064
|
+
* @return ModifyRemarkResponse
|
|
2065
|
+
*/
|
|
1686
2066
|
modifyRemarkWithOptions(request: ModifyRemarkRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRemarkResponse>;
|
|
2067
|
+
/**
|
|
2068
|
+
* You can call the ModifyRemark operation to add remarks for a single Anti-DDoS Origin instance.
|
|
2069
|
+
* ## Limits
|
|
2070
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2071
|
+
*
|
|
2072
|
+
* @param request ModifyRemarkRequest
|
|
2073
|
+
* @return ModifyRemarkResponse
|
|
2074
|
+
*/
|
|
1687
2075
|
modifyRemark(request: ModifyRemarkRequest): Promise<ModifyRemarkResponse>;
|
|
1688
2076
|
querySchedruleOnDemandWithOptions(request: QuerySchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<QuerySchedruleOnDemandResponse>;
|
|
1689
2077
|
querySchedruleOnDemand(request: QuerySchedruleOnDemandRequest): Promise<QuerySchedruleOnDemandResponse>;
|
|
1690
2078
|
setInstanceModeOnDemandWithOptions(request: SetInstanceModeOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<SetInstanceModeOnDemandResponse>;
|
|
1691
2079
|
setInstanceModeOnDemand(request: SetInstanceModeOnDemandRequest): Promise<SetInstanceModeOnDemandResponse>;
|
|
2080
|
+
/**
|
|
2081
|
+
* You can call the TagResources operation to add tags to Anti-DDoS Origin instances.
|
|
2082
|
+
* ## Limits
|
|
2083
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2084
|
+
*
|
|
2085
|
+
* @param request TagResourcesRequest
|
|
2086
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2087
|
+
* @return TagResourcesResponse
|
|
2088
|
+
*/
|
|
1692
2089
|
tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
|
|
2090
|
+
/**
|
|
2091
|
+
* You can call the TagResources operation to add tags to Anti-DDoS Origin instances.
|
|
2092
|
+
* ## Limits
|
|
2093
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2094
|
+
*
|
|
2095
|
+
* @param request TagResourcesRequest
|
|
2096
|
+
* @return TagResourcesResponse
|
|
2097
|
+
*/
|
|
1693
2098
|
tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
|
|
1694
2099
|
untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
|
|
1695
2100
|
untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
|