@huaweicloud/huaweicloud-sdk-cfw 3.1.15 → 3.1.17
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
- package/v1/CfwClient.d.ts +12 -12
- package/v1/CfwClient.js +56 -56
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@huaweicloud/huaweicloud-sdk-cfw",
|
3
|
-
"version": "3.1.
|
3
|
+
"version": "3.1.17",
|
4
4
|
"description": "Huaweicloud SDK for cfw",
|
5
5
|
"main": "huaweicloud-sdk-cfw.js",
|
6
6
|
"typings": "huaweicloud-sdk-cfw.d.ts",
|
@@ -14,6 +14,6 @@
|
|
14
14
|
"author": "HuaweiCloud_SDK",
|
15
15
|
"license": "Apache-2.0",
|
16
16
|
"dependencies": {
|
17
|
-
"@huaweicloud/huaweicloud-sdk-core": "^3.1.
|
17
|
+
"@huaweicloud/huaweicloud-sdk-core": "^3.1.17"
|
18
18
|
}
|
19
19
|
}
|
package/v1/CfwClient.d.ts
CHANGED
@@ -255,7 +255,7 @@ export declare class CfwClient {
|
|
255
255
|
*
|
256
256
|
* @summary 查询访问控制日志
|
257
257
|
* @param {string} projectId 租户项目id
|
258
|
-
* @param {string} fwInstanceId 防火墙实例
|
258
|
+
* @param {string} fwInstanceId 防火墙实例id,创建云防火墙后用于标志防火墙由系统自动生成的标志id,可通过调用查询防火墙实例接口获得。具体可参考APIExlorer和帮助中心FAQ。
|
259
259
|
* @param {number} startTime 开始时间
|
260
260
|
* @param {number} endTime 结束时间
|
261
261
|
* @param {number} limit 每页显示个数
|
@@ -309,7 +309,7 @@ export declare class CfwClient {
|
|
309
309
|
*
|
310
310
|
* @summary 查询地址组列表
|
311
311
|
* @param {string} projectId 租户项目id
|
312
|
-
* @param {string} objectId 防护对象id
|
312
|
+
* @param {string} objectId 防护对象id,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志id,可通过调用查询防火墙实例接口获得,注意type为0的为互联网边界防护对象id,type为1的为VPC边界防护对象id。具体可参考APIExlorer和帮助中心FAQ。
|
313
313
|
* @param {number} limit 每页显示个数
|
314
314
|
* @param {number} offset 偏移量:指定返回记录的开始位置,必须为数字,取值范围为大于或等于0,默认0
|
315
315
|
* @param {string} [keyWord] 关键字
|
@@ -329,7 +329,7 @@ export declare class CfwClient {
|
|
329
329
|
* @param {number} startTime 开始时间
|
330
330
|
* @param {number} endTime 结束时间
|
331
331
|
* @param {number} limit 每页显示个数
|
332
|
-
* @param {string} fwInstanceId 防火墙实例
|
332
|
+
* @param {string} fwInstanceId 防火墙实例id,创建云防火墙后用于标志防火墙由系统自动生成的标志id,可通过调用查询防火墙实例接口获得。具体可参考APIExlorer和帮助中心FAQ。
|
333
333
|
* @param {string} [srcIp] 源IP
|
334
334
|
* @param {number} [srcPort] 源端口号
|
335
335
|
* @param {string} [dstIp] 目的IP
|
@@ -356,7 +356,7 @@ export declare class CfwClient {
|
|
356
356
|
*
|
357
357
|
* @summary 查询黑白名单列表
|
358
358
|
* @param {string} projectId 租户项目id
|
359
|
-
* @param {string} objectId 防护对象id
|
359
|
+
* @param {string} objectId 防护对象id,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志id,可通过调用查询防火墙实例接口获得,注意type为0的为互联网边界防护对象id,type为1的为VPC边界防护对象id。具体可参考APIExlorer和帮助中心FAQ。
|
360
360
|
* @param {4 | 5} listType 黑白名单类型4:黑名单,5:白名单
|
361
361
|
* @param {number} limit 每页显示个数
|
362
362
|
* @param {number} offset 偏移量:指定返回记录的开始位置,必须为数字,取值范围为大于或等于0,默认0
|
@@ -414,7 +414,7 @@ export declare class CfwClient {
|
|
414
414
|
*
|
415
415
|
* @summary 查询流日志
|
416
416
|
* @param {string} projectId 租户项目id
|
417
|
-
* @param {string} fwInstanceId 防火墙实例
|
417
|
+
* @param {string} fwInstanceId 防火墙实例id,创建云防火墙后用于标志防火墙由系统自动生成的标志id,可通过调用查询防火墙实例接口获得。具体可参考APIExlorer和帮助中心FAQ。
|
418
418
|
* @param {number} startTime 开始时间
|
419
419
|
* @param {number} endTime 结束时间
|
420
420
|
* @param {number} limit 每页显示个数
|
@@ -440,7 +440,7 @@ export declare class CfwClient {
|
|
440
440
|
*
|
441
441
|
* @summary 查询防护模式
|
442
442
|
* @param {string} projectId 租户项目id
|
443
|
-
* @param {string} objectId 防护对象id
|
443
|
+
* @param {string} objectId 防护对象id,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志id,可通过调用查询防火墙实例接口获得,注意type为0的为互联网边界防护对象id,type为1的为VPC边界防护对象id。具体可参考APIExlorer和帮助中心FAQ。
|
444
444
|
* @param {*} [options] Override http request option.
|
445
445
|
* @throws {RequiredError}
|
446
446
|
*/
|
@@ -491,7 +491,7 @@ export declare class CfwClient {
|
|
491
491
|
*
|
492
492
|
* @summary 获取服务组列表
|
493
493
|
* @param {string} projectId 租户项目id
|
494
|
-
* @param {string} objectId 防护对象id
|
494
|
+
* @param {string} objectId 防护对象id,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志id,可通过调用查询防火墙实例接口获得,注意type为0的为互联网边界防护对象id,type为1的为VPC边界防护对象id。具体可参考APIExlorer和帮助中心FAQ。
|
495
495
|
* @param {number} limit 每页查询个数
|
496
496
|
* @param {number} offset 偏移量:指定返回记录的开始位置,必须为数字,取值范围为大于或等于0,默认0
|
497
497
|
* @param {string} [keyWord] 关键字
|
@@ -606,7 +606,7 @@ export declare class CfwClient {
|
|
606
606
|
*
|
607
607
|
* @summary 查询防护规则
|
608
608
|
* @param {string} projectId 租户项目id
|
609
|
-
* @param {string} objectId 防护对象
|
609
|
+
* @param {string} objectId 防护对象id,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志id,可通过调用查询防火墙实例接口获得,注意type为0的为互联网边界防护对象id,type为1的为VPC边界防护对象id。具体可参考APIExlorer和帮助中心FAQ。
|
610
610
|
* @param {number} limit 每页显示个数
|
611
611
|
* @param {number} offset 偏移量:指定返回记录的开始位置,必须为数字,取值范围为大于或等于0,默认0
|
612
612
|
* @param {0 | 1 | 2} [type] 规则Type0:互联网规则,1:vpc规则, 2:nat规则
|
@@ -653,7 +653,7 @@ export declare class CfwClient {
|
|
653
653
|
*
|
654
654
|
* @summary 查询Eip个数
|
655
655
|
* @param {string} projectId 租户项目ID
|
656
|
-
* @param {string} objectId 防护对象
|
656
|
+
* @param {string} objectId 防护对象id,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志id,可通过调用查询防火墙实例接口获得,注意type为0的为互联网边界防护对象id,type为1的为VPC边界防护对象id。具体可参考APIExlorer和帮助中心FAQ。
|
657
657
|
* @param {*} [options] Override http request option.
|
658
658
|
* @throws {RequiredError}
|
659
659
|
*/
|
@@ -665,7 +665,7 @@ export declare class CfwClient {
|
|
665
665
|
*
|
666
666
|
* @summary 弹性IP列表查询
|
667
667
|
* @param {string} projectId 租户项目ID
|
668
|
-
* @param {string} objectId 防护对象
|
668
|
+
* @param {string} objectId 防护对象id,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志id,可通过调用查询防火墙实例接口获得,注意type为0的为互联网边界防护对象id,type为1的为VPC边界防护对象id。具体可参考APIExlorer和帮助中心FAQ。
|
669
669
|
* @param {number} limit 每页显示个数
|
670
670
|
* @param {number} offset 偏移量:指定返回记录的开始位置,必须为数字,取值范围为大于或等于0,默认0
|
671
671
|
* @param {string} [keyWord] 弹性公网ID/弹性公网IP
|
@@ -697,7 +697,7 @@ export declare class CfwClient {
|
|
697
697
|
*
|
698
698
|
* @summary 查询IPS特性开关状态
|
699
699
|
* @param {string} projectId project_id
|
700
|
-
* @param {string} objectId 防护对象id
|
700
|
+
* @param {string} objectId 防护对象id,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志id,可通过调用查询防火墙实例接口获得,注意type为0的为互联网边界防护对象id,type为1的为VPC边界防护对象id。具体可参考APIExlorer和帮助中心FAQ。
|
701
701
|
* @param {*} [options] Override http request option.
|
702
702
|
* @throws {RequiredError}
|
703
703
|
*/
|
@@ -709,7 +709,7 @@ export declare class CfwClient {
|
|
709
709
|
*
|
710
710
|
* @summary 查询防护VPC数
|
711
711
|
* @param {string} projectId 租户项目id
|
712
|
-
* @param {string} objectId 防护对象id
|
712
|
+
* @param {string} objectId 防护对象id,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志id,可通过调用查询防火墙实例接口获得,注意type为0的为互联网边界防护对象id,type为1的为VPC边界防护对象id。具体可参考APIExlorer和帮助中心FAQ。
|
713
713
|
* @param {*} [options] Override http request option.
|
714
714
|
* @throws {RequiredError}
|
715
715
|
*/
|
package/v1/CfwClient.js
CHANGED
@@ -84,8 +84,8 @@ var CfwClient = /** @class */ (function () {
|
|
84
84
|
*/
|
85
85
|
CfwClient.prototype.addAddressItemsUsingPost = function (addAddressItemsUsingPostRequest) {
|
86
86
|
var options = (0, exports.ParamCreater)().addAddressItemsUsingPost(addAddressItemsUsingPostRequest);
|
87
|
-
options['responseHeaders'] = [''];
|
88
87
|
// @ts-ignore
|
88
|
+
options['responseHeaders'] = [''];
|
89
89
|
return this.hcClient.sendRequest(options);
|
90
90
|
};
|
91
91
|
/**
|
@@ -101,8 +101,8 @@ var CfwClient = /** @class */ (function () {
|
|
101
101
|
*/
|
102
102
|
CfwClient.prototype.addAddressSetInfoUsingPost = function (addAddressSetInfoUsingPostRequest) {
|
103
103
|
var options = (0, exports.ParamCreater)().addAddressSetInfoUsingPost(addAddressSetInfoUsingPostRequest);
|
104
|
-
options['responseHeaders'] = [''];
|
105
104
|
// @ts-ignore
|
105
|
+
options['responseHeaders'] = [''];
|
106
106
|
return this.hcClient.sendRequest(options);
|
107
107
|
};
|
108
108
|
/**
|
@@ -118,8 +118,8 @@ var CfwClient = /** @class */ (function () {
|
|
118
118
|
*/
|
119
119
|
CfwClient.prototype.addBlackWhiteListUsingPost = function (addBlackWhiteListUsingPostRequest) {
|
120
120
|
var options = (0, exports.ParamCreater)().addBlackWhiteListUsingPost(addBlackWhiteListUsingPostRequest);
|
121
|
-
options['responseHeaders'] = [''];
|
122
121
|
// @ts-ignore
|
122
|
+
options['responseHeaders'] = [''];
|
123
123
|
return this.hcClient.sendRequest(options);
|
124
124
|
};
|
125
125
|
/**
|
@@ -135,8 +135,8 @@ var CfwClient = /** @class */ (function () {
|
|
135
135
|
*/
|
136
136
|
CfwClient.prototype.addServiceItemsUsingPost = function (addServiceItemsUsingPostRequest) {
|
137
137
|
var options = (0, exports.ParamCreater)().addServiceItemsUsingPost(addServiceItemsUsingPostRequest);
|
138
|
-
options['responseHeaders'] = [''];
|
139
138
|
// @ts-ignore
|
139
|
+
options['responseHeaders'] = [''];
|
140
140
|
return this.hcClient.sendRequest(options);
|
141
141
|
};
|
142
142
|
/**
|
@@ -152,8 +152,8 @@ var CfwClient = /** @class */ (function () {
|
|
152
152
|
*/
|
153
153
|
CfwClient.prototype.addServiceSetUsingPost = function (addServiceSetUsingPostRequest) {
|
154
154
|
var options = (0, exports.ParamCreater)().addServiceSetUsingPost(addServiceSetUsingPostRequest);
|
155
|
-
options['responseHeaders'] = [''];
|
156
155
|
// @ts-ignore
|
156
|
+
options['responseHeaders'] = [''];
|
157
157
|
return this.hcClient.sendRequest(options);
|
158
158
|
};
|
159
159
|
/**
|
@@ -169,8 +169,8 @@ var CfwClient = /** @class */ (function () {
|
|
169
169
|
*/
|
170
170
|
CfwClient.prototype.changeEwProtectStatus = function (changeEwProtectStatusRequest) {
|
171
171
|
var options = (0, exports.ParamCreater)().changeEwProtectStatus(changeEwProtectStatusRequest);
|
172
|
-
options['responseHeaders'] = [''];
|
173
172
|
// @ts-ignore
|
173
|
+
options['responseHeaders'] = [''];
|
174
174
|
return this.hcClient.sendRequest(options);
|
175
175
|
};
|
176
176
|
/**
|
@@ -186,8 +186,8 @@ var CfwClient = /** @class */ (function () {
|
|
186
186
|
*/
|
187
187
|
CfwClient.prototype.changeIpsProtectModeUsingPost = function (changeIpsProtectModeUsingPostRequest) {
|
188
188
|
var options = (0, exports.ParamCreater)().changeIpsProtectModeUsingPost(changeIpsProtectModeUsingPostRequest);
|
189
|
-
options['responseHeaders'] = [''];
|
190
189
|
// @ts-ignore
|
190
|
+
options['responseHeaders'] = [''];
|
191
191
|
return this.hcClient.sendRequest(options);
|
192
192
|
};
|
193
193
|
/**
|
@@ -203,8 +203,8 @@ var CfwClient = /** @class */ (function () {
|
|
203
203
|
*/
|
204
204
|
CfwClient.prototype.deleteAclRuleCount = function (deleteAclRuleCountRequest) {
|
205
205
|
var options = (0, exports.ParamCreater)().deleteAclRuleCount(deleteAclRuleCountRequest);
|
206
|
-
options['responseHeaders'] = [''];
|
207
206
|
// @ts-ignore
|
207
|
+
options['responseHeaders'] = [''];
|
208
208
|
return this.hcClient.sendRequest(options);
|
209
209
|
};
|
210
210
|
/**
|
@@ -220,8 +220,8 @@ var CfwClient = /** @class */ (function () {
|
|
220
220
|
*/
|
221
221
|
CfwClient.prototype.deleteAddressItemUsingDelete = function (deleteAddressItemUsingDeleteRequest) {
|
222
222
|
var options = (0, exports.ParamCreater)().deleteAddressItemUsingDelete(deleteAddressItemUsingDeleteRequest);
|
223
|
-
options['responseHeaders'] = [''];
|
224
223
|
// @ts-ignore
|
224
|
+
options['responseHeaders'] = [''];
|
225
225
|
return this.hcClient.sendRequest(options);
|
226
226
|
};
|
227
227
|
/**
|
@@ -237,8 +237,8 @@ var CfwClient = /** @class */ (function () {
|
|
237
237
|
*/
|
238
238
|
CfwClient.prototype.deleteAddressSetInfoUsingDelete = function (deleteAddressSetInfoUsingDeleteRequest) {
|
239
239
|
var options = (0, exports.ParamCreater)().deleteAddressSetInfoUsingDelete(deleteAddressSetInfoUsingDeleteRequest);
|
240
|
-
options['responseHeaders'] = [''];
|
241
240
|
// @ts-ignore
|
241
|
+
options['responseHeaders'] = [''];
|
242
242
|
return this.hcClient.sendRequest(options);
|
243
243
|
};
|
244
244
|
/**
|
@@ -254,8 +254,8 @@ var CfwClient = /** @class */ (function () {
|
|
254
254
|
*/
|
255
255
|
CfwClient.prototype.deleteBlackWhiteListUsingDelete = function (deleteBlackWhiteListUsingDeleteRequest) {
|
256
256
|
var options = (0, exports.ParamCreater)().deleteBlackWhiteListUsingDelete(deleteBlackWhiteListUsingDeleteRequest);
|
257
|
-
options['responseHeaders'] = [''];
|
258
257
|
// @ts-ignore
|
258
|
+
options['responseHeaders'] = [''];
|
259
259
|
return this.hcClient.sendRequest(options);
|
260
260
|
};
|
261
261
|
/**
|
@@ -271,8 +271,8 @@ var CfwClient = /** @class */ (function () {
|
|
271
271
|
*/
|
272
272
|
CfwClient.prototype.deleteServiceItemUsingDelete = function (deleteServiceItemUsingDeleteRequest) {
|
273
273
|
var options = (0, exports.ParamCreater)().deleteServiceItemUsingDelete(deleteServiceItemUsingDeleteRequest);
|
274
|
-
options['responseHeaders'] = [''];
|
275
274
|
// @ts-ignore
|
275
|
+
options['responseHeaders'] = [''];
|
276
276
|
return this.hcClient.sendRequest(options);
|
277
277
|
};
|
278
278
|
/**
|
@@ -288,8 +288,8 @@ var CfwClient = /** @class */ (function () {
|
|
288
288
|
*/
|
289
289
|
CfwClient.prototype.deleteServiceSetUsingDelete = function (deleteServiceSetUsingDeleteRequest) {
|
290
290
|
var options = (0, exports.ParamCreater)().deleteServiceSetUsingDelete(deleteServiceSetUsingDeleteRequest);
|
291
|
-
options['responseHeaders'] = [''];
|
292
291
|
// @ts-ignore
|
292
|
+
options['responseHeaders'] = [''];
|
293
293
|
return this.hcClient.sendRequest(options);
|
294
294
|
};
|
295
295
|
/**
|
@@ -299,7 +299,7 @@ var CfwClient = /** @class */ (function () {
|
|
299
299
|
*
|
300
300
|
* @summary 查询访问控制日志
|
301
301
|
* @param {string} projectId 租户项目id
|
302
|
-
* @param {string} fwInstanceId 防火墙实例
|
302
|
+
* @param {string} fwInstanceId 防火墙实例id,创建云防火墙后用于标志防火墙由系统自动生成的标志id,可通过调用查询防火墙实例接口获得。具体可参考APIExlorer和帮助中心FAQ。
|
303
303
|
* @param {number} startTime 开始时间
|
304
304
|
* @param {number} endTime 结束时间
|
305
305
|
* @param {number} limit 每页显示个数
|
@@ -319,8 +319,8 @@ var CfwClient = /** @class */ (function () {
|
|
319
319
|
*/
|
320
320
|
CfwClient.prototype.listAccessControlLogs = function (listAccessControlLogsRequest) {
|
321
321
|
var options = (0, exports.ParamCreater)().listAccessControlLogs(listAccessControlLogsRequest);
|
322
|
-
options['responseHeaders'] = [''];
|
323
322
|
// @ts-ignore
|
323
|
+
options['responseHeaders'] = [''];
|
324
324
|
return this.hcClient.sendRequest(options);
|
325
325
|
};
|
326
326
|
/**
|
@@ -340,8 +340,8 @@ var CfwClient = /** @class */ (function () {
|
|
340
340
|
*/
|
341
341
|
CfwClient.prototype.listAddressItemsUsingGet = function (listAddressItemsUsingGetRequest) {
|
342
342
|
var options = (0, exports.ParamCreater)().listAddressItemsUsingGet(listAddressItemsUsingGetRequest);
|
343
|
-
options['responseHeaders'] = [''];
|
344
343
|
// @ts-ignore
|
344
|
+
options['responseHeaders'] = [''];
|
345
345
|
return this.hcClient.sendRequest(options);
|
346
346
|
};
|
347
347
|
/**
|
@@ -357,8 +357,8 @@ var CfwClient = /** @class */ (function () {
|
|
357
357
|
*/
|
358
358
|
CfwClient.prototype.listAddressSetDetailUsingGet = function (listAddressSetDetailUsingGetRequest) {
|
359
359
|
var options = (0, exports.ParamCreater)().listAddressSetDetailUsingGet(listAddressSetDetailUsingGetRequest);
|
360
|
-
options['responseHeaders'] = [''];
|
361
360
|
// @ts-ignore
|
361
|
+
options['responseHeaders'] = [''];
|
362
362
|
return this.hcClient.sendRequest(options);
|
363
363
|
};
|
364
364
|
/**
|
@@ -368,7 +368,7 @@ var CfwClient = /** @class */ (function () {
|
|
368
368
|
*
|
369
369
|
* @summary 查询地址组列表
|
370
370
|
* @param {string} projectId 租户项目id
|
371
|
-
* @param {string} objectId 防护对象id
|
371
|
+
* @param {string} objectId 防护对象id,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志id,可通过调用查询防火墙实例接口获得,注意type为0的为互联网边界防护对象id,type为1的为VPC边界防护对象id。具体可参考APIExlorer和帮助中心FAQ。
|
372
372
|
* @param {number} limit 每页显示个数
|
373
373
|
* @param {number} offset 偏移量:指定返回记录的开始位置,必须为数字,取值范围为大于或等于0,默认0
|
374
374
|
* @param {string} [keyWord] 关键字
|
@@ -379,8 +379,8 @@ var CfwClient = /** @class */ (function () {
|
|
379
379
|
*/
|
380
380
|
CfwClient.prototype.listAddressSetListUsingGet = function (listAddressSetListUsingGetRequest) {
|
381
381
|
var options = (0, exports.ParamCreater)().listAddressSetListUsingGet(listAddressSetListUsingGetRequest);
|
382
|
-
options['responseHeaders'] = [''];
|
383
382
|
// @ts-ignore
|
383
|
+
options['responseHeaders'] = [''];
|
384
384
|
return this.hcClient.sendRequest(options);
|
385
385
|
};
|
386
386
|
/**
|
@@ -393,7 +393,7 @@ var CfwClient = /** @class */ (function () {
|
|
393
393
|
* @param {number} startTime 开始时间
|
394
394
|
* @param {number} endTime 结束时间
|
395
395
|
* @param {number} limit 每页显示个数
|
396
|
-
* @param {string} fwInstanceId 防火墙实例
|
396
|
+
* @param {string} fwInstanceId 防火墙实例id,创建云防火墙后用于标志防火墙由系统自动生成的标志id,可通过调用查询防火墙实例接口获得。具体可参考APIExlorer和帮助中心FAQ。
|
397
397
|
* @param {string} [srcIp] 源IP
|
398
398
|
* @param {number} [srcPort] 源端口号
|
399
399
|
* @param {string} [dstIp] 目的IP
|
@@ -414,8 +414,8 @@ var CfwClient = /** @class */ (function () {
|
|
414
414
|
*/
|
415
415
|
CfwClient.prototype.listAttackLogs = function (listAttackLogsRequest) {
|
416
416
|
var options = (0, exports.ParamCreater)().listAttackLogs(listAttackLogsRequest);
|
417
|
-
options['responseHeaders'] = [''];
|
418
417
|
// @ts-ignore
|
418
|
+
options['responseHeaders'] = [''];
|
419
419
|
return this.hcClient.sendRequest(options);
|
420
420
|
};
|
421
421
|
/**
|
@@ -425,7 +425,7 @@ var CfwClient = /** @class */ (function () {
|
|
425
425
|
*
|
426
426
|
* @summary 查询黑白名单列表
|
427
427
|
* @param {string} projectId 租户项目id
|
428
|
-
* @param {string} objectId 防护对象id
|
428
|
+
* @param {string} objectId 防护对象id,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志id,可通过调用查询防火墙实例接口获得,注意type为0的为互联网边界防护对象id,type为1的为VPC边界防护对象id。具体可参考APIExlorer和帮助中心FAQ。
|
429
429
|
* @param {4 | 5} listType 黑白名单类型4:黑名单,5:白名单
|
430
430
|
* @param {number} limit 每页显示个数
|
431
431
|
* @param {number} offset 偏移量:指定返回记录的开始位置,必须为数字,取值范围为大于或等于0,默认0
|
@@ -437,8 +437,8 @@ var CfwClient = /** @class */ (function () {
|
|
437
437
|
*/
|
438
438
|
CfwClient.prototype.listBlackWhiteListsUsingGet = function (listBlackWhiteListsUsingGetRequest) {
|
439
439
|
var options = (0, exports.ParamCreater)().listBlackWhiteListsUsingGet(listBlackWhiteListsUsingGetRequest);
|
440
|
-
options['responseHeaders'] = [''];
|
441
440
|
// @ts-ignore
|
441
|
+
options['responseHeaders'] = [''];
|
442
442
|
return this.hcClient.sendRequest(options);
|
443
443
|
};
|
444
444
|
/**
|
@@ -455,8 +455,8 @@ var CfwClient = /** @class */ (function () {
|
|
455
455
|
*/
|
456
456
|
CfwClient.prototype.listDnsServers = function (listDnsServersRequest) {
|
457
457
|
var options = (0, exports.ParamCreater)().listDnsServers(listDnsServersRequest);
|
458
|
-
options['responseHeaders'] = [''];
|
459
458
|
// @ts-ignore
|
459
|
+
options['responseHeaders'] = [''];
|
460
460
|
return this.hcClient.sendRequest(options);
|
461
461
|
};
|
462
462
|
/**
|
@@ -473,8 +473,8 @@ var CfwClient = /** @class */ (function () {
|
|
473
473
|
*/
|
474
474
|
CfwClient.prototype.listEastWestFirewall = function (listEastWestFirewallRequest) {
|
475
475
|
var options = (0, exports.ParamCreater)().listEastWestFirewall(listEastWestFirewallRequest);
|
476
|
-
options['responseHeaders'] = [''];
|
477
476
|
// @ts-ignore
|
477
|
+
options['responseHeaders'] = [''];
|
478
478
|
return this.hcClient.sendRequest(options);
|
479
479
|
};
|
480
480
|
/**
|
@@ -492,8 +492,8 @@ var CfwClient = /** @class */ (function () {
|
|
492
492
|
*/
|
493
493
|
CfwClient.prototype.listFirewallUsingGet = function (listFirewallUsingGetRequest) {
|
494
494
|
var options = (0, exports.ParamCreater)().listFirewallUsingGet(listFirewallUsingGetRequest);
|
495
|
-
options['responseHeaders'] = [''];
|
496
495
|
// @ts-ignore
|
496
|
+
options['responseHeaders'] = [''];
|
497
497
|
return this.hcClient.sendRequest(options);
|
498
498
|
};
|
499
499
|
/**
|
@@ -503,7 +503,7 @@ var CfwClient = /** @class */ (function () {
|
|
503
503
|
*
|
504
504
|
* @summary 查询流日志
|
505
505
|
* @param {string} projectId 租户项目id
|
506
|
-
* @param {string} fwInstanceId 防火墙实例
|
506
|
+
* @param {string} fwInstanceId 防火墙实例id,创建云防火墙后用于标志防火墙由系统自动生成的标志id,可通过调用查询防火墙实例接口获得。具体可参考APIExlorer和帮助中心FAQ。
|
507
507
|
* @param {number} startTime 开始时间
|
508
508
|
* @param {number} endTime 结束时间
|
509
509
|
* @param {number} limit 每页显示个数
|
@@ -523,8 +523,8 @@ var CfwClient = /** @class */ (function () {
|
|
523
523
|
*/
|
524
524
|
CfwClient.prototype.listFlowLogs = function (listFlowLogsRequest) {
|
525
525
|
var options = (0, exports.ParamCreater)().listFlowLogs(listFlowLogsRequest);
|
526
|
-
options['responseHeaders'] = [''];
|
527
526
|
// @ts-ignore
|
527
|
+
options['responseHeaders'] = [''];
|
528
528
|
return this.hcClient.sendRequest(options);
|
529
529
|
};
|
530
530
|
/**
|
@@ -534,14 +534,14 @@ var CfwClient = /** @class */ (function () {
|
|
534
534
|
*
|
535
535
|
* @summary 查询防护模式
|
536
536
|
* @param {string} projectId 租户项目id
|
537
|
-
* @param {string} objectId 防护对象id
|
537
|
+
* @param {string} objectId 防护对象id,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志id,可通过调用查询防火墙实例接口获得,注意type为0的为互联网边界防护对象id,type为1的为VPC边界防护对象id。具体可参考APIExlorer和帮助中心FAQ。
|
538
538
|
* @param {*} [options] Override http request option.
|
539
539
|
* @throws {RequiredError}
|
540
540
|
*/
|
541
541
|
CfwClient.prototype.listIpsProtectModeUsingPost = function (listIpsProtectModeUsingPostRequest) {
|
542
542
|
var options = (0, exports.ParamCreater)().listIpsProtectModeUsingPost(listIpsProtectModeUsingPostRequest);
|
543
|
-
options['responseHeaders'] = [''];
|
544
543
|
// @ts-ignore
|
544
|
+
options['responseHeaders'] = [''];
|
545
545
|
return this.hcClient.sendRequest(options);
|
546
546
|
};
|
547
547
|
/**
|
@@ -557,8 +557,8 @@ var CfwClient = /** @class */ (function () {
|
|
557
557
|
*/
|
558
558
|
CfwClient.prototype.listParseDomainDetails = function (listParseDomainDetailsRequest) {
|
559
559
|
var options = (0, exports.ParamCreater)().listParseDomainDetails(listParseDomainDetailsRequest);
|
560
|
-
options['responseHeaders'] = [''];
|
561
560
|
// @ts-ignore
|
561
|
+
options['responseHeaders'] = [''];
|
562
562
|
return this.hcClient.sendRequest(options);
|
563
563
|
};
|
564
564
|
/**
|
@@ -574,8 +574,8 @@ var CfwClient = /** @class */ (function () {
|
|
574
574
|
*/
|
575
575
|
CfwClient.prototype.listRuleHitCount = function (listRuleHitCountRequest) {
|
576
576
|
var options = (0, exports.ParamCreater)().listRuleHitCount(listRuleHitCountRequest);
|
577
|
-
options['responseHeaders'] = [''];
|
578
577
|
// @ts-ignore
|
578
|
+
options['responseHeaders'] = [''];
|
579
579
|
return this.hcClient.sendRequest(options);
|
580
580
|
};
|
581
581
|
/**
|
@@ -594,8 +594,8 @@ var CfwClient = /** @class */ (function () {
|
|
594
594
|
*/
|
595
595
|
CfwClient.prototype.listServiceItemsDetails = function (listServiceItemsDetailsRequest) {
|
596
596
|
var options = (0, exports.ParamCreater)().listServiceItemsDetails(listServiceItemsDetailsRequest);
|
597
|
-
options['responseHeaders'] = [''];
|
598
597
|
// @ts-ignore
|
598
|
+
options['responseHeaders'] = [''];
|
599
599
|
return this.hcClient.sendRequest(options);
|
600
600
|
};
|
601
601
|
/**
|
@@ -605,7 +605,7 @@ var CfwClient = /** @class */ (function () {
|
|
605
605
|
*
|
606
606
|
* @summary 获取服务组列表
|
607
607
|
* @param {string} projectId 租户项目id
|
608
|
-
* @param {string} objectId 防护对象id
|
608
|
+
* @param {string} objectId 防护对象id,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志id,可通过调用查询防火墙实例接口获得,注意type为0的为互联网边界防护对象id,type为1的为VPC边界防护对象id。具体可参考APIExlorer和帮助中心FAQ。
|
609
609
|
* @param {number} limit 每页查询个数
|
610
610
|
* @param {number} offset 偏移量:指定返回记录的开始位置,必须为数字,取值范围为大于或等于0,默认0
|
611
611
|
* @param {string} [keyWord] 关键字
|
@@ -614,8 +614,8 @@ var CfwClient = /** @class */ (function () {
|
|
614
614
|
*/
|
615
615
|
CfwClient.prototype.listServiceSet = function (listServiceSetRequest) {
|
616
616
|
var options = (0, exports.ParamCreater)().listServiceSet(listServiceSetRequest);
|
617
|
-
options['responseHeaders'] = [''];
|
618
617
|
// @ts-ignore
|
618
|
+
options['responseHeaders'] = [''];
|
619
619
|
return this.hcClient.sendRequest(options);
|
620
620
|
};
|
621
621
|
/**
|
@@ -631,8 +631,8 @@ var CfwClient = /** @class */ (function () {
|
|
631
631
|
*/
|
632
632
|
CfwClient.prototype.listServiceSetDetails = function (listServiceSetDetailsRequest) {
|
633
633
|
var options = (0, exports.ParamCreater)().listServiceSetDetails(listServiceSetDetailsRequest);
|
634
|
-
options['responseHeaders'] = [''];
|
635
634
|
// @ts-ignore
|
635
|
+
options['responseHeaders'] = [''];
|
636
636
|
return this.hcClient.sendRequest(options);
|
637
637
|
};
|
638
638
|
/**
|
@@ -649,8 +649,8 @@ var CfwClient = /** @class */ (function () {
|
|
649
649
|
*/
|
650
650
|
CfwClient.prototype.updateAddressSetInfoUsingPut = function (updateAddressSetInfoUsingPutRequest) {
|
651
651
|
var options = (0, exports.ParamCreater)().updateAddressSetInfoUsingPut(updateAddressSetInfoUsingPutRequest);
|
652
|
-
options['responseHeaders'] = [''];
|
653
652
|
// @ts-ignore
|
653
|
+
options['responseHeaders'] = [''];
|
654
654
|
return this.hcClient.sendRequest(options);
|
655
655
|
};
|
656
656
|
/**
|
@@ -667,8 +667,8 @@ var CfwClient = /** @class */ (function () {
|
|
667
667
|
*/
|
668
668
|
CfwClient.prototype.updateBlackWhiteListUsingPut = function (updateBlackWhiteListUsingPutRequest) {
|
669
669
|
var options = (0, exports.ParamCreater)().updateBlackWhiteListUsingPut(updateBlackWhiteListUsingPutRequest);
|
670
|
-
options['responseHeaders'] = [''];
|
671
670
|
// @ts-ignore
|
671
|
+
options['responseHeaders'] = [''];
|
672
672
|
return this.hcClient.sendRequest(options);
|
673
673
|
};
|
674
674
|
/**
|
@@ -684,8 +684,8 @@ var CfwClient = /** @class */ (function () {
|
|
684
684
|
*/
|
685
685
|
CfwClient.prototype.updateDnsServers = function (updateDnsServersRequest) {
|
686
686
|
var options = (0, exports.ParamCreater)().updateDnsServers(updateDnsServersRequest);
|
687
|
-
options['responseHeaders'] = [''];
|
688
687
|
// @ts-ignore
|
688
|
+
options['responseHeaders'] = [''];
|
689
689
|
return this.hcClient.sendRequest(options);
|
690
690
|
};
|
691
691
|
/**
|
@@ -702,8 +702,8 @@ var CfwClient = /** @class */ (function () {
|
|
702
702
|
*/
|
703
703
|
CfwClient.prototype.updateServiceSetUsingPut = function (updateServiceSetUsingPutRequest) {
|
704
704
|
var options = (0, exports.ParamCreater)().updateServiceSetUsingPut(updateServiceSetUsingPutRequest);
|
705
|
-
options['responseHeaders'] = [''];
|
706
705
|
// @ts-ignore
|
706
|
+
options['responseHeaders'] = [''];
|
707
707
|
return this.hcClient.sendRequest(options);
|
708
708
|
};
|
709
709
|
/**
|
@@ -719,8 +719,8 @@ var CfwClient = /** @class */ (function () {
|
|
719
719
|
*/
|
720
720
|
CfwClient.prototype.addRuleAclUsingPost = function (addRuleAclUsingPostRequest) {
|
721
721
|
var options = (0, exports.ParamCreater)().addRuleAclUsingPost(addRuleAclUsingPostRequest);
|
722
|
-
options['responseHeaders'] = [''];
|
723
722
|
// @ts-ignore
|
723
|
+
options['responseHeaders'] = [''];
|
724
724
|
return this.hcClient.sendRequest(options);
|
725
725
|
};
|
726
726
|
/**
|
@@ -736,8 +736,8 @@ var CfwClient = /** @class */ (function () {
|
|
736
736
|
*/
|
737
737
|
CfwClient.prototype.deleteRuleAclUsingDelete = function (deleteRuleAclUsingDeleteRequest) {
|
738
738
|
var options = (0, exports.ParamCreater)().deleteRuleAclUsingDelete(deleteRuleAclUsingDeleteRequest);
|
739
|
-
options['responseHeaders'] = [''];
|
740
739
|
// @ts-ignore
|
740
|
+
options['responseHeaders'] = [''];
|
741
741
|
return this.hcClient.sendRequest(options);
|
742
742
|
};
|
743
743
|
/**
|
@@ -754,8 +754,8 @@ var CfwClient = /** @class */ (function () {
|
|
754
754
|
*/
|
755
755
|
CfwClient.prototype.listRuleAclUsingPut = function (listRuleAclUsingPutRequest) {
|
756
756
|
var options = (0, exports.ParamCreater)().listRuleAclUsingPut(listRuleAclUsingPutRequest);
|
757
|
-
options['responseHeaders'] = [''];
|
758
757
|
// @ts-ignore
|
758
|
+
options['responseHeaders'] = [''];
|
759
759
|
return this.hcClient.sendRequest(options);
|
760
760
|
};
|
761
761
|
/**
|
@@ -765,7 +765,7 @@ var CfwClient = /** @class */ (function () {
|
|
765
765
|
*
|
766
766
|
* @summary 查询防护规则
|
767
767
|
* @param {string} projectId 租户项目id
|
768
|
-
* @param {string} objectId 防护对象
|
768
|
+
* @param {string} objectId 防护对象id,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志id,可通过调用查询防火墙实例接口获得,注意type为0的为互联网边界防护对象id,type为1的为VPC边界防护对象id。具体可参考APIExlorer和帮助中心FAQ。
|
769
769
|
* @param {number} limit 每页显示个数
|
770
770
|
* @param {number} offset 偏移量:指定返回记录的开始位置,必须为数字,取值范围为大于或等于0,默认0
|
771
771
|
* @param {0 | 1 | 2} [type] 规则Type0:互联网规则,1:vpc规则, 2:nat规则
|
@@ -781,8 +781,8 @@ var CfwClient = /** @class */ (function () {
|
|
781
781
|
*/
|
782
782
|
CfwClient.prototype.listRuleAclsUsingGet = function (listRuleAclsUsingGetRequest) {
|
783
783
|
var options = (0, exports.ParamCreater)().listRuleAclsUsingGet(listRuleAclsUsingGetRequest);
|
784
|
-
options['responseHeaders'] = [''];
|
785
784
|
// @ts-ignore
|
785
|
+
options['responseHeaders'] = [''];
|
786
786
|
return this.hcClient.sendRequest(options);
|
787
787
|
};
|
788
788
|
/**
|
@@ -799,8 +799,8 @@ var CfwClient = /** @class */ (function () {
|
|
799
799
|
*/
|
800
800
|
CfwClient.prototype.updateRuleAclUsingPut = function (updateRuleAclUsingPutRequest) {
|
801
801
|
var options = (0, exports.ParamCreater)().updateRuleAclUsingPut(updateRuleAclUsingPutRequest);
|
802
|
-
options['responseHeaders'] = [''];
|
803
802
|
// @ts-ignore
|
803
|
+
options['responseHeaders'] = [''];
|
804
804
|
return this.hcClient.sendRequest(options);
|
805
805
|
};
|
806
806
|
/**
|
@@ -816,8 +816,8 @@ var CfwClient = /** @class */ (function () {
|
|
816
816
|
*/
|
817
817
|
CfwClient.prototype.changeProtectEip = function (changeProtectEipRequest) {
|
818
818
|
var options = (0, exports.ParamCreater)().changeProtectEip(changeProtectEipRequest);
|
819
|
-
options['responseHeaders'] = [''];
|
820
819
|
// @ts-ignore
|
820
|
+
options['responseHeaders'] = [''];
|
821
821
|
return this.hcClient.sendRequest(options);
|
822
822
|
};
|
823
823
|
/**
|
@@ -827,14 +827,14 @@ var CfwClient = /** @class */ (function () {
|
|
827
827
|
*
|
828
828
|
* @summary 查询Eip个数
|
829
829
|
* @param {string} projectId 租户项目ID
|
830
|
-
* @param {string} objectId 防护对象
|
830
|
+
* @param {string} objectId 防护对象id,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志id,可通过调用查询防火墙实例接口获得,注意type为0的为互联网边界防护对象id,type为1的为VPC边界防护对象id。具体可参考APIExlorer和帮助中心FAQ。
|
831
831
|
* @param {*} [options] Override http request option.
|
832
832
|
* @throws {RequiredError}
|
833
833
|
*/
|
834
834
|
CfwClient.prototype.countEips = function (countEipsRequest) {
|
835
835
|
var options = (0, exports.ParamCreater)().countEips(countEipsRequest);
|
836
|
-
options['responseHeaders'] = [''];
|
837
836
|
// @ts-ignore
|
837
|
+
options['responseHeaders'] = [''];
|
838
838
|
return this.hcClient.sendRequest(options);
|
839
839
|
};
|
840
840
|
/**
|
@@ -844,7 +844,7 @@ var CfwClient = /** @class */ (function () {
|
|
844
844
|
*
|
845
845
|
* @summary 弹性IP列表查询
|
846
846
|
* @param {string} projectId 租户项目ID
|
847
|
-
* @param {string} objectId 防护对象
|
847
|
+
* @param {string} objectId 防护对象id,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志id,可通过调用查询防火墙实例接口获得,注意type为0的为互联网边界防护对象id,type为1的为VPC边界防护对象id。具体可参考APIExlorer和帮助中心FAQ。
|
848
848
|
* @param {number} limit 每页显示个数
|
849
849
|
* @param {number} offset 偏移量:指定返回记录的开始位置,必须为数字,取值范围为大于或等于0,默认0
|
850
850
|
* @param {string} [keyWord] 弹性公网ID/弹性公网IP
|
@@ -858,8 +858,8 @@ var CfwClient = /** @class */ (function () {
|
|
858
858
|
*/
|
859
859
|
CfwClient.prototype.listEipResources = function (listEipResourcesRequest) {
|
860
860
|
var options = (0, exports.ParamCreater)().listEipResources(listEipResourcesRequest);
|
861
|
-
options['responseHeaders'] = [''];
|
862
861
|
// @ts-ignore
|
862
|
+
options['responseHeaders'] = [''];
|
863
863
|
return this.hcClient.sendRequest(options);
|
864
864
|
};
|
865
865
|
/**
|
@@ -875,8 +875,8 @@ var CfwClient = /** @class */ (function () {
|
|
875
875
|
*/
|
876
876
|
CfwClient.prototype.changeIpsSwitchUsingPost = function (changeIpsSwitchUsingPostRequest) {
|
877
877
|
var options = (0, exports.ParamCreater)().changeIpsSwitchUsingPost(changeIpsSwitchUsingPostRequest);
|
878
|
-
options['responseHeaders'] = [''];
|
879
878
|
// @ts-ignore
|
879
|
+
options['responseHeaders'] = [''];
|
880
880
|
return this.hcClient.sendRequest(options);
|
881
881
|
};
|
882
882
|
/**
|
@@ -886,14 +886,14 @@ var CfwClient = /** @class */ (function () {
|
|
886
886
|
*
|
887
887
|
* @summary 查询IPS特性开关状态
|
888
888
|
* @param {string} projectId project_id
|
889
|
-
* @param {string} objectId 防护对象id
|
889
|
+
* @param {string} objectId 防护对象id,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志id,可通过调用查询防火墙实例接口获得,注意type为0的为互联网边界防护对象id,type为1的为VPC边界防护对象id。具体可参考APIExlorer和帮助中心FAQ。
|
890
890
|
* @param {*} [options] Override http request option.
|
891
891
|
* @throws {RequiredError}
|
892
892
|
*/
|
893
893
|
CfwClient.prototype.listIpsSwitchStatusUsingGet = function (listIpsSwitchStatusUsingGetRequest) {
|
894
894
|
var options = (0, exports.ParamCreater)().listIpsSwitchStatusUsingGet(listIpsSwitchStatusUsingGetRequest);
|
895
|
-
options['responseHeaders'] = [''];
|
896
895
|
// @ts-ignore
|
896
|
+
options['responseHeaders'] = [''];
|
897
897
|
return this.hcClient.sendRequest(options);
|
898
898
|
};
|
899
899
|
/**
|
@@ -903,14 +903,14 @@ var CfwClient = /** @class */ (function () {
|
|
903
903
|
*
|
904
904
|
* @summary 查询防护VPC数
|
905
905
|
* @param {string} projectId 租户项目id
|
906
|
-
* @param {string} objectId 防护对象id
|
906
|
+
* @param {string} objectId 防护对象id,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志id,可通过调用查询防火墙实例接口获得,注意type为0的为互联网边界防护对象id,type为1的为VPC边界防护对象id。具体可参考APIExlorer和帮助中心FAQ。
|
907
907
|
* @param {*} [options] Override http request option.
|
908
908
|
* @throws {RequiredError}
|
909
909
|
*/
|
910
910
|
CfwClient.prototype.listVpcProtects = function (listVpcProtectsRequest) {
|
911
911
|
var options = (0, exports.ParamCreater)().listVpcProtects(listVpcProtectsRequest);
|
912
|
-
options['responseHeaders'] = [''];
|
913
912
|
// @ts-ignore
|
913
|
+
options['responseHeaders'] = [''];
|
914
914
|
return this.hcClient.sendRequest(options);
|
915
915
|
};
|
916
916
|
return CfwClient;
|