tencentcloud-sdk-nodejs-cfw 4.0.388 → 4.0.431
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/CHANGELOG.md +6462 -0
- package/README.md +3 -3
- package/SERVICE_CHANGELOG.md +4451 -124
- package/package.json +1 -1
- package/products.md +104 -100
- package/src/services/cfw/index.ts +7 -4
- package/src/services/cfw/v20190904/cfw_client.ts +644 -883
- package/src/services/cfw/v20190904/cfw_models.ts +3000 -2975
- package/src/services/cfw/v20190904/index.ts +3 -3
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +35 -47
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +37 -55
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1579 -1701
- package/tencentcloud/services/cfw/v20190904/index.js +1 -1
|
@@ -17,182 +17,177 @@
|
|
|
17
17
|
*/
|
|
18
18
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common"
|
|
19
19
|
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
AssociatedInstanceInfo,
|
|
192
|
-
CreateAcRulesRequest,
|
|
193
|
-
ModifyTableStatusRequest,
|
|
194
|
-
ModifyTableStatusResponse,
|
|
195
|
-
DescribeGuideScanInfoResponse,
|
|
20
|
+
DescribeVpcRuleOverviewResponse,
|
|
21
|
+
DescribeNatFwInstanceRequest,
|
|
22
|
+
ModifyNatFwVpcDnsSwitchResponse,
|
|
23
|
+
DescribeNatFwInstanceWithRegionRequest,
|
|
24
|
+
DescribeRuleOverviewResponse,
|
|
25
|
+
CfwNatDnatRule,
|
|
26
|
+
StaticInfo,
|
|
27
|
+
ModifyPublicIPSwitchStatusResponse,
|
|
28
|
+
ModifyAcRuleResponse,
|
|
29
|
+
DescribeTableStatusResponse,
|
|
30
|
+
AddAcRuleRequest,
|
|
31
|
+
IPDefendStatus,
|
|
32
|
+
SecurityGroupRule,
|
|
33
|
+
ModifyNatFwVpcDnsSwitchRequest,
|
|
34
|
+
SecurityGroupApiRuleData,
|
|
35
|
+
DeleteNatFwInstanceResponse,
|
|
36
|
+
DeleteAllAccessControlRuleRequest,
|
|
37
|
+
ModifySecurityGroupRuleRequest,
|
|
38
|
+
ModifyAllVPCSwitchStatusResponse,
|
|
39
|
+
VpcZoneData,
|
|
40
|
+
CreateSecurityGroupRulesResponse,
|
|
41
|
+
DescribeNatFwVpcDnsLstRequest,
|
|
42
|
+
DescribeCfwEipsRequest,
|
|
43
|
+
DescribeTLogInfoResponse,
|
|
44
|
+
ModifyAllSwitchStatusRequest,
|
|
45
|
+
DescribeUnHandleEventTabListRequest,
|
|
46
|
+
DescribeAssociatedInstanceListResponse,
|
|
47
|
+
AssociatedInstanceInfo,
|
|
48
|
+
RemoveAcRuleResponse,
|
|
49
|
+
NatFwInstance,
|
|
50
|
+
DeleteNatFwInstanceRequest,
|
|
51
|
+
ExpandCfwVerticalRequest,
|
|
52
|
+
ModifyAllPublicIPSwitchStatusResponse,
|
|
53
|
+
DeleteVpcInstanceResponse,
|
|
54
|
+
ModifyAssetScanRequest,
|
|
55
|
+
ModifyBlockIgnoreListRequest,
|
|
56
|
+
AddEnterpriseSecurityGroupRulesRequest,
|
|
57
|
+
DeleteSecurityGroupRuleResponse,
|
|
58
|
+
ModifySecurityGroupAllRuleStatusRequest,
|
|
59
|
+
ModifySequenceRulesRequest,
|
|
60
|
+
DescribeAddrTemplateListRequest,
|
|
61
|
+
CreateNatFwInstanceRequest,
|
|
62
|
+
ModifySecurityGroupItemRuleStatusResponse,
|
|
63
|
+
DescribeEnterpriseSecurityGroupRuleResponse,
|
|
64
|
+
VpcDnsInfo,
|
|
65
|
+
DescribeEnterpriseSecurityGroupRuleRequest,
|
|
66
|
+
ModifyItemSwitchStatusResponse,
|
|
67
|
+
ModifyNatFwReSelectResponse,
|
|
68
|
+
DeleteSecurityGroupRuleRequest,
|
|
69
|
+
SetNatFwEipRequest,
|
|
70
|
+
SetNatFwEipResponse,
|
|
71
|
+
AcListsData,
|
|
72
|
+
ModifyPublicIPSwitchStatusRequest,
|
|
73
|
+
SequenceData,
|
|
74
|
+
CreateSecurityGroupApiRulesResponse,
|
|
75
|
+
ModifySecurityGroupItemRuleStatusRequest,
|
|
76
|
+
DescribeSourceAssetRequest,
|
|
77
|
+
SecurityGroupOrderIndexData,
|
|
78
|
+
DescribeSourceAssetResponse,
|
|
79
|
+
DescribeTLogInfoRequest,
|
|
80
|
+
DescribeSecurityGroupListResponse,
|
|
81
|
+
AssetZone,
|
|
82
|
+
DescribeAddrTemplateListResponse,
|
|
83
|
+
DescribeTLogIpListRequest,
|
|
84
|
+
DescribeNatFwInstancesInfoRequest,
|
|
85
|
+
DescribeTableStatusRequest,
|
|
86
|
+
DescribeSecurityGroupListRequest,
|
|
87
|
+
ModifyResourceGroupRequest,
|
|
88
|
+
CreateNatFwInstanceResponse,
|
|
89
|
+
ModifyAllSwitchStatusResponse,
|
|
90
|
+
NewModeItems,
|
|
91
|
+
DescribeNatFwInfoCountResponse,
|
|
92
|
+
SecurityGroupListData,
|
|
93
|
+
CreateNatFwInstanceWithDomainResponse,
|
|
94
|
+
RemoveAcRuleRequest,
|
|
95
|
+
DatabaseWhiteListRuleData,
|
|
96
|
+
ModifyAllRuleStatusRequest,
|
|
97
|
+
RuleInfoData,
|
|
98
|
+
DescribeAcListsResponse,
|
|
99
|
+
ModifyAllPublicIPSwitchStatusRequest,
|
|
100
|
+
DescribeBlockStaticListResponse,
|
|
101
|
+
ModifySecurityGroupSequenceRulesRequest,
|
|
102
|
+
CreateDatabaseWhiteListRulesResponse,
|
|
103
|
+
ScanInfo,
|
|
104
|
+
CreateChooseVpcsResponse,
|
|
105
|
+
DescribeUnHandleEventTabListResponse,
|
|
106
|
+
NatFwFilter,
|
|
107
|
+
ScanResultInfo,
|
|
108
|
+
ModifyRunSyncAssetResponse,
|
|
109
|
+
ModifySecurityGroupSequenceRulesResponse,
|
|
110
|
+
IpStatic,
|
|
111
|
+
AddEnterpriseSecurityGroupRulesResponse,
|
|
112
|
+
UnHandleEventDetail,
|
|
113
|
+
RemoveEnterpriseSecurityGroupRuleRequest,
|
|
114
|
+
DeleteResourceGroupRequest,
|
|
115
|
+
DescribeBlockByIpTimesListRequest,
|
|
116
|
+
ModifyVPCSwitchStatusResponse,
|
|
117
|
+
RemoveEnterpriseSecurityGroupRuleResponse,
|
|
118
|
+
ModifyAllVPCSwitchStatusRequest,
|
|
119
|
+
ModifySequenceRulesResponse,
|
|
120
|
+
DescribeResourceGroupNewResponse,
|
|
121
|
+
DescribeNatFwInstanceWithRegionResponse,
|
|
122
|
+
DescribeResourceGroupNewRequest,
|
|
123
|
+
ModifyBlockTopRequest,
|
|
124
|
+
DeleteAcRuleResponse,
|
|
125
|
+
IocListData,
|
|
126
|
+
InstanceInfo,
|
|
127
|
+
DescribeIPStatusListRequest,
|
|
128
|
+
ModifyNatFwSwitchResponse,
|
|
129
|
+
DescribeBlockByIpTimesListResponse,
|
|
130
|
+
SetNatFwDnatRuleResponse,
|
|
131
|
+
DescribeRuleOverviewRequest,
|
|
132
|
+
DescribeAcListsRequest,
|
|
133
|
+
DescribeVpcRuleOverviewRequest,
|
|
134
|
+
UnHandleEvent,
|
|
135
|
+
DescribeAssociatedInstanceListRequest,
|
|
136
|
+
DeleteAcRuleRequest,
|
|
137
|
+
DeleteAllAccessControlRuleResponse,
|
|
138
|
+
ModifyNatFwSwitchRequest,
|
|
139
|
+
DescribeIPStatusListResponse,
|
|
140
|
+
CreateDatabaseWhiteListRulesRequest,
|
|
141
|
+
NatInstanceInfo,
|
|
142
|
+
NatFwEipsInfo,
|
|
143
|
+
DescribeResourceGroupResponse,
|
|
144
|
+
DescribeTLogIpListResponse,
|
|
145
|
+
StopSecurityGroupRuleDispatchResponse,
|
|
146
|
+
DescribeNatFwInfoCountRequest,
|
|
147
|
+
AddAcRuleResponse,
|
|
148
|
+
ModifyNatFwReSelectRequest,
|
|
149
|
+
SetNatFwDnatRuleRequest,
|
|
150
|
+
DescribeSyncAssetStatusResponse,
|
|
151
|
+
SecurityGroupBothWayInfo,
|
|
152
|
+
ModifyAllRuleStatusResponse,
|
|
153
|
+
StopSecurityGroupRuleDispatchRequest,
|
|
154
|
+
DescribeGuideScanInfoRequest,
|
|
155
|
+
ModifyBlockTopResponse,
|
|
156
|
+
TemplateListInfo,
|
|
157
|
+
CreateSecurityGroupApiRulesRequest,
|
|
158
|
+
DescribeNatFwVpcDnsLstResponse,
|
|
159
|
+
CreateChooseVpcsRequest,
|
|
160
|
+
ExpandCfwVerticalResponse,
|
|
161
|
+
DescribeBlockStaticListRequest,
|
|
162
|
+
TLogInfo,
|
|
163
|
+
CreateSecurityGroupRulesRequest,
|
|
164
|
+
DeleteVpcInstanceRequest,
|
|
165
|
+
SwitchListsData,
|
|
166
|
+
CreateNatFwInstanceWithDomainRequest,
|
|
167
|
+
DescribeSwitchListsResponse,
|
|
168
|
+
DescribeSyncAssetStatusRequest,
|
|
169
|
+
DescribeCfwEipsResponse,
|
|
170
|
+
ModifyResourceGroupResponse,
|
|
171
|
+
DeleteResourceGroupResponse,
|
|
172
|
+
DescribeSwitchListsRequest,
|
|
173
|
+
ModifyItemSwitchStatusRequest,
|
|
174
|
+
ModifyRunSyncAssetRequest,
|
|
175
|
+
CreateAcRulesResponse,
|
|
176
|
+
ModifyAssetScanResponse,
|
|
177
|
+
ModifyAcRuleRequest,
|
|
178
|
+
DescribeNatFwInstancesInfoResponse,
|
|
179
|
+
ModifyVPCSwitchStatusRequest,
|
|
180
|
+
ModifyBlockIgnoreListResponse,
|
|
181
|
+
DescribeNatFwInstanceResponse,
|
|
182
|
+
ModifySecurityGroupRuleResponse,
|
|
183
|
+
ModifySecurityGroupAllRuleStatusResponse,
|
|
184
|
+
DnsVpcSwitch,
|
|
185
|
+
DescribeResourceGroupRequest,
|
|
186
|
+
CreateAcRulesRequest,
|
|
187
|
+
ModifyTableStatusRequest,
|
|
188
|
+
ModifyTableStatusResponse,
|
|
189
|
+
DescribeGuideScanInfoResponse,
|
|
190
|
+
|
|
196
191
|
} from "./cfw_models"
|
|
197
192
|
|
|
198
193
|
/**
|
|
@@ -200,738 +195,504 @@ import {
|
|
|
200
195
|
* @class
|
|
201
196
|
*/
|
|
202
197
|
export class Client extends TencentCloudCommon.AbstractClient {
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
req?: DescribeNatFwInfoCountRequest,
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
cb?: (error: string, rep:
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
*/
|
|
280
|
-
async CreateChooseVpcs(
|
|
281
|
-
req: CreateChooseVpcsRequest,
|
|
282
|
-
cb?: (error: string, rep: CreateChooseVpcsResponse) => void
|
|
283
|
-
): Promise<CreateChooseVpcsResponse> {
|
|
284
|
-
return this.request("CreateChooseVpcs", req, cb)
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
/**
|
|
288
|
-
* vpc规则列表概况
|
|
289
|
-
*/
|
|
290
|
-
async DescribeVpcRuleOverview(
|
|
291
|
-
req: DescribeVpcRuleOverviewRequest,
|
|
292
|
-
cb?: (error: string, rep: DescribeVpcRuleOverviewResponse) => void
|
|
293
|
-
): Promise<DescribeVpcRuleOverviewResponse> {
|
|
294
|
-
return this.request("DescribeVpcRuleOverview", req, cb)
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
/**
|
|
298
|
-
* GetNatFwInstanceWithRegion 获取租户新增运维的NAT实例,带上地域
|
|
299
|
-
*/
|
|
300
|
-
async DescribeNatFwInstanceWithRegion(
|
|
301
|
-
req?: DescribeNatFwInstanceWithRegionRequest,
|
|
302
|
-
cb?: (error: string, rep: DescribeNatFwInstanceWithRegionResponse) => void
|
|
303
|
-
): Promise<DescribeNatFwInstanceWithRegionResponse> {
|
|
304
|
-
return this.request("DescribeNatFwInstanceWithRegion", req, cb)
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
/**
|
|
308
|
-
* 删除规则
|
|
309
|
-
*/
|
|
310
|
-
async DeleteAcRule(
|
|
311
|
-
req: DeleteAcRuleRequest,
|
|
312
|
-
cb?: (error: string, rep: DeleteAcRuleResponse) => void
|
|
313
|
-
): Promise<DeleteAcRuleResponse> {
|
|
314
|
-
return this.request("DeleteAcRule", req, cb)
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
/**
|
|
198
|
+
|
|
199
|
+
constructor(clientConfig: TencentCloudCommon.ClientConfig) {
|
|
200
|
+
super("cfw.tencentcloudapi.com", "2019-09-04", clientConfig);
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* 获取当前用户接入nat防火墙的所有子网数及natfw实例个数
|
|
205
|
+
*/
|
|
206
|
+
async DescribeNatFwInfoCount(req?: DescribeNatFwInfoCountRequest, cb?: (error: string, rep: DescribeNatFwInfoCountResponse) => void): Promise<DescribeNatFwInfoCountResponse> {
|
|
207
|
+
return this.request("DescribeNatFwInfoCount", req, cb);
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* 中止安全组规则下发
|
|
212
|
+
*/
|
|
213
|
+
async StopSecurityGroupRuleDispatch(req: StopSecurityGroupRuleDispatchRequest, cb?: (error: string, rep: StopSecurityGroupRuleDispatchResponse) => void): Promise<StopSecurityGroupRuleDispatchResponse> {
|
|
214
|
+
return this.request("StopSecurityGroupRuleDispatch", req, cb);
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* 修改规则表状态
|
|
219
|
+
*/
|
|
220
|
+
async ModifyTableStatus(req: ModifyTableStatusRequest, cb?: (error: string, rep: ModifyTableStatusResponse) => void): Promise<ModifyTableStatusResponse> {
|
|
221
|
+
return this.request("ModifyTableStatus", req, cb);
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* 展示当前natfw 实例对应的vpc dns开关
|
|
226
|
+
*/
|
|
227
|
+
async DescribeNatFwVpcDnsLst(req: DescribeNatFwVpcDnsLstRequest, cb?: (error: string, rep: DescribeNatFwVpcDnsLstResponse) => void): Promise<DescribeNatFwVpcDnsLstResponse> {
|
|
228
|
+
return this.request("DescribeNatFwVpcDnsLst", req, cb);
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* 互联网边界防火墙一键开关
|
|
233
|
+
*/
|
|
234
|
+
async ModifyAllPublicIPSwitchStatus(req: ModifyAllPublicIPSwitchStatusRequest, cb?: (error: string, rep: ModifyAllPublicIPSwitchStatusResponse) => void): Promise<ModifyAllPublicIPSwitchStatusResponse> {
|
|
235
|
+
return this.request("ModifyAllPublicIPSwitchStatus", req, cb);
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
* 获取安全组关联实例列表
|
|
240
|
+
*/
|
|
241
|
+
async DescribeAssociatedInstanceList(req: DescribeAssociatedInstanceListRequest, cb?: (error: string, rep: DescribeAssociatedInstanceListResponse) => void): Promise<DescribeAssociatedInstanceListResponse> {
|
|
242
|
+
return this.request("DescribeAssociatedInstanceList", req, cb);
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
* 创建、选择vpc
|
|
247
|
+
*/
|
|
248
|
+
async CreateChooseVpcs(req: CreateChooseVpcsRequest, cb?: (error: string, rep: CreateChooseVpcsResponse) => void): Promise<CreateChooseVpcsResponse> {
|
|
249
|
+
return this.request("CreateChooseVpcs", req, cb);
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
/**
|
|
253
|
+
* vpc规则列表概况
|
|
254
|
+
*/
|
|
255
|
+
async DescribeVpcRuleOverview(req: DescribeVpcRuleOverviewRequest, cb?: (error: string, rep: DescribeVpcRuleOverviewResponse) => void): Promise<DescribeVpcRuleOverviewResponse> {
|
|
256
|
+
return this.request("DescribeVpcRuleOverview", req, cb);
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* GetNatFwInstanceWithRegion 获取租户新增运维的NAT实例,带上地域
|
|
261
|
+
*/
|
|
262
|
+
async DescribeNatFwInstanceWithRegion(req?: DescribeNatFwInstanceWithRegionRequest, cb?: (error: string, rep: DescribeNatFwInstanceWithRegionResponse) => void): Promise<DescribeNatFwInstanceWithRegionResponse> {
|
|
263
|
+
return this.request("DescribeNatFwInstanceWithRegion", req, cb);
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
/**
|
|
267
|
+
* 删除规则
|
|
268
|
+
*/
|
|
269
|
+
async DeleteAcRule(req: DeleteAcRuleRequest, cb?: (error: string, rep: DeleteAcRuleResponse) => void): Promise<DeleteAcRuleResponse> {
|
|
270
|
+
return this.request("DeleteAcRule", req, cb);
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
/**
|
|
318
274
|
* ModifyResourceGroup-资产中心资产组信息修改
|
|
319
275
|
|
|
320
276
|
|
|
321
277
|
*/
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
req:
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
cb?: (error: string, rep:
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
req:
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
cb?: (error: string, rep:
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
/**
|
|
470
|
-
* 启用停用全部规则
|
|
471
|
-
*/
|
|
472
|
-
async ModifySecurityGroupAllRuleStatus(
|
|
473
|
-
req: ModifySecurityGroupAllRuleStatusRequest,
|
|
474
|
-
cb?: (error: string, rep: ModifySecurityGroupAllRuleStatusResponse) => void
|
|
475
|
-
): Promise<ModifySecurityGroupAllRuleStatusResponse> {
|
|
476
|
-
return this.request("ModifySecurityGroupAllRuleStatus", req, cb)
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
/**
|
|
480
|
-
* 访问控制列表
|
|
481
|
-
*/
|
|
482
|
-
async DescribeAcLists(
|
|
483
|
-
req: DescribeAcListsRequest,
|
|
484
|
-
cb?: (error: string, rep: DescribeAcListsResponse) => void
|
|
485
|
-
): Promise<DescribeAcListsResponse> {
|
|
486
|
-
return this.request("DescribeAcLists", req, cb)
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
/**
|
|
490
|
-
* 创建企业安全组规则
|
|
491
|
-
*/
|
|
492
|
-
async CreateSecurityGroupRules(
|
|
493
|
-
req: CreateSecurityGroupRulesRequest,
|
|
494
|
-
cb?: (error: string, rep: CreateSecurityGroupRulesResponse) => void
|
|
495
|
-
): Promise<CreateSecurityGroupRulesResponse> {
|
|
496
|
-
return this.request("CreateSecurityGroupRules", req, cb)
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
/**
|
|
500
|
-
* 删除新企业安全组规则
|
|
501
|
-
*/
|
|
502
|
-
async RemoveEnterpriseSecurityGroupRule(
|
|
503
|
-
req: RemoveEnterpriseSecurityGroupRuleRequest,
|
|
504
|
-
cb?: (error: string, rep: RemoveEnterpriseSecurityGroupRuleResponse) => void
|
|
505
|
-
): Promise<RemoveEnterpriseSecurityGroupRuleResponse> {
|
|
506
|
-
return this.request("RemoveEnterpriseSecurityGroupRule", req, cb)
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
/**
|
|
510
|
-
* 查询规则列表概况
|
|
511
|
-
*/
|
|
512
|
-
async DescribeRuleOverview(
|
|
513
|
-
req: DescribeRuleOverviewRequest,
|
|
514
|
-
cb?: (error: string, rep: DescribeRuleOverviewResponse) => void
|
|
515
|
-
): Promise<DescribeRuleOverviewResponse> {
|
|
516
|
-
return this.request("DescribeRuleOverview", req, cb)
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
/**
|
|
520
|
-
* ip防护状态查询
|
|
521
|
-
*/
|
|
522
|
-
async DescribeIPStatusList(
|
|
523
|
-
req: DescribeIPStatusListRequest,
|
|
524
|
-
cb?: (error: string, rep: DescribeIPStatusListResponse) => void
|
|
525
|
-
): Promise<DescribeIPStatusListResponse> {
|
|
526
|
-
return this.request("DescribeIPStatusList", req, cb)
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
/**
|
|
278
|
+
async ModifyResourceGroup(req: ModifyResourceGroupRequest, cb?: (error: string, rep: ModifyResourceGroupResponse) => void): Promise<ModifyResourceGroupResponse> {
|
|
279
|
+
return this.request("ModifyResourceGroup", req, cb);
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
/**
|
|
283
|
+
* 创建安全组API规则
|
|
284
|
+
*/
|
|
285
|
+
async CreateSecurityGroupApiRules(req: CreateSecurityGroupApiRulesRequest, cb?: (error: string, rep: CreateSecurityGroupApiRulesResponse) => void): Promise<CreateSecurityGroupApiRulesResponse> {
|
|
286
|
+
return this.request("CreateSecurityGroupApiRules", req, cb);
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* DescribeResourceGroupNew资产中心资产树信息
|
|
291
|
+
*/
|
|
292
|
+
async DescribeResourceGroupNew(req: DescribeResourceGroupNewRequest, cb?: (error: string, rep: DescribeResourceGroupNewResponse) => void): Promise<DescribeResourceGroupNewResponse> {
|
|
293
|
+
return this.request("DescribeResourceGroupNew", req, cb);
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
/**
|
|
297
|
+
* 全部删除规则
|
|
298
|
+
*/
|
|
299
|
+
async DeleteAllAccessControlRule(req: DeleteAllAccessControlRuleRequest, cb?: (error: string, rep: DeleteAllAccessControlRuleResponse) => void): Promise<DeleteAllAccessControlRuleResponse> {
|
|
300
|
+
return this.request("DeleteAllAccessControlRule", req, cb);
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
/**
|
|
304
|
+
* 查询安全组规则列表
|
|
305
|
+
*/
|
|
306
|
+
async DescribeSecurityGroupList(req: DescribeSecurityGroupListRequest, cb?: (error: string, rep: DescribeSecurityGroupListResponse) => void): Promise<DescribeSecurityGroupListResponse> {
|
|
307
|
+
return this.request("DescribeSecurityGroupList", req, cb);
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
/**
|
|
311
|
+
* 编辑单条安全组规则
|
|
312
|
+
*/
|
|
313
|
+
async ModifySecurityGroupRule(req: ModifySecurityGroupRuleRequest, cb?: (error: string, rep: ModifySecurityGroupRuleResponse) => void): Promise<ModifySecurityGroupRuleResponse> {
|
|
314
|
+
return this.request("ModifySecurityGroupRule", req, cb);
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* DescribeNatFwInstance 获取租户所有NAT实例
|
|
319
|
+
*/
|
|
320
|
+
async DescribeNatFwInstance(req?: DescribeNatFwInstanceRequest, cb?: (error: string, rep: DescribeNatFwInstanceResponse) => void): Promise<DescribeNatFwInstanceResponse> {
|
|
321
|
+
return this.request("DescribeNatFwInstance", req, cb);
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
/**
|
|
325
|
+
* 资产扫描
|
|
326
|
+
*/
|
|
327
|
+
async ModifyAssetScan(req: ModifyAssetScanRequest, cb?: (error: string, rep: ModifyAssetScanResponse) => void): Promise<ModifyAssetScanResponse> {
|
|
328
|
+
return this.request("ModifyAssetScan", req, cb);
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* 防火墙开关列表
|
|
333
|
+
*/
|
|
334
|
+
async DescribeSwitchLists(req: DescribeSwitchListsRequest, cb?: (error: string, rep: DescribeSwitchListsResponse) => void): Promise<DescribeSwitchListsResponse> {
|
|
335
|
+
return this.request("DescribeSwitchLists", req, cb);
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
/**
|
|
339
|
+
* 创建暴露数据库白名单规则
|
|
340
|
+
*/
|
|
341
|
+
async CreateDatabaseWhiteListRules(req: CreateDatabaseWhiteListRulesRequest, cb?: (error: string, rep: CreateDatabaseWhiteListRulesResponse) => void): Promise<CreateDatabaseWhiteListRulesResponse> {
|
|
342
|
+
return this.request("CreateDatabaseWhiteListRules", req, cb);
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
/**
|
|
346
|
+
* 创建防火墙实例和接入域名(Region参数必填)
|
|
347
|
+
*/
|
|
348
|
+
async CreateNatFwInstanceWithDomain(req: CreateNatFwInstanceWithDomainRequest, cb?: (error: string, rep: CreateNatFwInstanceWithDomainResponse) => void): Promise<CreateNatFwInstanceWithDomainResponse> {
|
|
349
|
+
return this.request("CreateNatFwInstanceWithDomain", req, cb);
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
/**
|
|
353
|
+
* 修改规则执行顺序
|
|
354
|
+
*/
|
|
355
|
+
async ModifySequenceRules(req: ModifySequenceRulesRequest, cb?: (error: string, rep: ModifySequenceRulesResponse) => void): Promise<ModifySequenceRulesResponse> {
|
|
356
|
+
return this.request("ModifySequenceRules", req, cb);
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
/**
|
|
360
|
+
* 添加互联网边界规则
|
|
361
|
+
*/
|
|
362
|
+
async AddAcRule(req: AddAcRuleRequest, cb?: (error: string, rep: AddAcRuleResponse) => void): Promise<AddAcRuleResponse> {
|
|
363
|
+
return this.request("AddAcRule", req, cb);
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
/**
|
|
367
|
+
* 创建新企业安全组规则
|
|
368
|
+
*/
|
|
369
|
+
async AddEnterpriseSecurityGroupRules(req: AddEnterpriseSecurityGroupRulesRequest, cb?: (error: string, rep: AddEnterpriseSecurityGroupRulesResponse) => void): Promise<AddEnterpriseSecurityGroupRulesResponse> {
|
|
370
|
+
return this.request("AddEnterpriseSecurityGroupRules", req, cb);
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* 创建规则
|
|
375
|
+
*/
|
|
376
|
+
async CreateAcRules(req: CreateAcRulesRequest, cb?: (error: string, rep: CreateAcRulesResponse) => void): Promise<CreateAcRulesResponse> {
|
|
377
|
+
return this.request("CreateAcRules", req, cb);
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
/**
|
|
381
|
+
* 启用停用全部规则
|
|
382
|
+
*/
|
|
383
|
+
async ModifySecurityGroupAllRuleStatus(req: ModifySecurityGroupAllRuleStatusRequest, cb?: (error: string, rep: ModifySecurityGroupAllRuleStatusResponse) => void): Promise<ModifySecurityGroupAllRuleStatusResponse> {
|
|
384
|
+
return this.request("ModifySecurityGroupAllRuleStatus", req, cb);
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
/**
|
|
388
|
+
* 访问控制列表
|
|
389
|
+
*/
|
|
390
|
+
async DescribeAcLists(req: DescribeAcListsRequest, cb?: (error: string, rep: DescribeAcListsResponse) => void): Promise<DescribeAcListsResponse> {
|
|
391
|
+
return this.request("DescribeAcLists", req, cb);
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
/**
|
|
395
|
+
* 创建企业安全组规则
|
|
396
|
+
*/
|
|
397
|
+
async CreateSecurityGroupRules(req: CreateSecurityGroupRulesRequest, cb?: (error: string, rep: CreateSecurityGroupRulesResponse) => void): Promise<CreateSecurityGroupRulesResponse> {
|
|
398
|
+
return this.request("CreateSecurityGroupRules", req, cb);
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* 删除新企业安全组规则
|
|
403
|
+
*/
|
|
404
|
+
async RemoveEnterpriseSecurityGroupRule(req: RemoveEnterpriseSecurityGroupRuleRequest, cb?: (error: string, rep: RemoveEnterpriseSecurityGroupRuleResponse) => void): Promise<RemoveEnterpriseSecurityGroupRuleResponse> {
|
|
405
|
+
return this.request("RemoveEnterpriseSecurityGroupRule", req, cb);
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
/**
|
|
409
|
+
* 查询规则列表概况
|
|
410
|
+
*/
|
|
411
|
+
async DescribeRuleOverview(req: DescribeRuleOverviewRequest, cb?: (error: string, rep: DescribeRuleOverviewResponse) => void): Promise<DescribeRuleOverviewResponse> {
|
|
412
|
+
return this.request("DescribeRuleOverview", req, cb);
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
/**
|
|
416
|
+
* ip防护状态查询
|
|
417
|
+
*/
|
|
418
|
+
async DescribeIPStatusList(req: DescribeIPStatusListRequest, cb?: (error: string, rep: DescribeIPStatusListResponse) => void): Promise<DescribeIPStatusListResponse> {
|
|
419
|
+
return this.request("DescribeIPStatusList", req, cb);
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
/**
|
|
530
423
|
* DescribeTLogInfo告警中心概况
|
|
531
424
|
|
|
532
425
|
*/
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
req:
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
async ModifyAllVPCSwitchStatus(
|
|
574
|
-
req: ModifyAllVPCSwitchStatusRequest,
|
|
575
|
-
cb?: (error: string, rep: ModifyAllVPCSwitchStatusResponse) => void
|
|
576
|
-
): Promise<ModifyAllVPCSwitchStatusResponse> {
|
|
577
|
-
return this.request("ModifyAllVPCSwitchStatus", req, cb)
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
/**
|
|
581
|
-
* 查询新企业安全组规则
|
|
582
|
-
*/
|
|
583
|
-
async DescribeEnterpriseSecurityGroupRule(
|
|
584
|
-
req: DescribeEnterpriseSecurityGroupRuleRequest,
|
|
585
|
-
cb?: (error: string, rep: DescribeEnterpriseSecurityGroupRuleResponse) => void
|
|
586
|
-
): Promise<DescribeEnterpriseSecurityGroupRuleResponse> {
|
|
587
|
-
return this.request("DescribeEnterpriseSecurityGroupRule", req, cb)
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
/**
|
|
426
|
+
async DescribeTLogInfo(req: DescribeTLogInfoRequest, cb?: (error: string, rep: DescribeTLogInfoResponse) => void): Promise<DescribeTLogInfoResponse> {
|
|
427
|
+
return this.request("DescribeTLogInfo", req, cb);
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
/**
|
|
431
|
+
* 同步资产-互联网&VPC(新)
|
|
432
|
+
*/
|
|
433
|
+
async ModifyRunSyncAsset(req: ModifyRunSyncAssetRequest, cb?: (error: string, rep: ModifyRunSyncAssetResponse) => void): Promise<ModifyRunSyncAssetResponse> {
|
|
434
|
+
return this.request("ModifyRunSyncAsset", req, cb);
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
/**
|
|
438
|
+
* nat 防火墙VPC DNS 开关切换
|
|
439
|
+
*/
|
|
440
|
+
async ModifyNatFwVpcDnsSwitch(req: ModifyNatFwVpcDnsSwitchRequest, cb?: (error: string, rep: ModifyNatFwVpcDnsSwitchResponse) => void): Promise<ModifyNatFwVpcDnsSwitchResponse> {
|
|
441
|
+
return this.request("ModifyNatFwVpcDnsSwitch", req, cb);
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
/**
|
|
445
|
+
* 单个修改VPC火墙开关
|
|
446
|
+
*/
|
|
447
|
+
async ModifyVPCSwitchStatus(req: ModifyVPCSwitchStatusRequest, cb?: (error: string, rep: ModifyVPCSwitchStatusResponse) => void): Promise<ModifyVPCSwitchStatusResponse> {
|
|
448
|
+
return this.request("ModifyVPCSwitchStatus", req, cb);
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
/**
|
|
452
|
+
* VPC防火墙一键开关
|
|
453
|
+
*/
|
|
454
|
+
async ModifyAllVPCSwitchStatus(req: ModifyAllVPCSwitchStatusRequest, cb?: (error: string, rep: ModifyAllVPCSwitchStatusResponse) => void): Promise<ModifyAllVPCSwitchStatusResponse> {
|
|
455
|
+
return this.request("ModifyAllVPCSwitchStatus", req, cb);
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
/**
|
|
459
|
+
* 查询新企业安全组规则
|
|
460
|
+
*/
|
|
461
|
+
async DescribeEnterpriseSecurityGroupRule(req: DescribeEnterpriseSecurityGroupRuleRequest, cb?: (error: string, rep: DescribeEnterpriseSecurityGroupRuleResponse) => void): Promise<DescribeEnterpriseSecurityGroupRuleResponse> {
|
|
462
|
+
return this.request("DescribeEnterpriseSecurityGroupRule", req, cb);
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
/**
|
|
591
466
|
* 支持对拦截列表、忽略列表如下操作:
|
|
592
467
|
批量增加拦截IP、忽略IP/域名
|
|
593
468
|
批量删除拦截IP、忽略IP/域名
|
|
594
469
|
批量修改拦截IP、忽略IP/域名生效事件
|
|
595
470
|
*/
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
*/
|
|
616
|
-
async DescribeGuideScanInfo(
|
|
617
|
-
req?: DescribeGuideScanInfoRequest,
|
|
618
|
-
cb?: (error: string, rep: DescribeGuideScanInfoResponse) => void
|
|
619
|
-
): Promise<DescribeGuideScanInfoResponse> {
|
|
620
|
-
return this.request("DescribeGuideScanInfo", req, cb)
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
/**
|
|
471
|
+
async ModifyBlockIgnoreList(req: ModifyBlockIgnoreListRequest, cb?: (error: string, rep: ModifyBlockIgnoreListResponse) => void): Promise<ModifyBlockIgnoreListResponse> {
|
|
472
|
+
return this.request("ModifyBlockIgnoreList", req, cb);
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
/**
|
|
476
|
+
* 删除防火墙实例
|
|
477
|
+
*/
|
|
478
|
+
async DeleteVpcInstance(req?: DeleteVpcInstanceRequest, cb?: (error: string, rep: DeleteVpcInstanceResponse) => void): Promise<DeleteVpcInstanceResponse> {
|
|
479
|
+
return this.request("DeleteVpcInstance", req, cb);
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
/**
|
|
483
|
+
* DescribeGuideScanInfo新手引导扫描接口信息
|
|
484
|
+
*/
|
|
485
|
+
async DescribeGuideScanInfo(req?: DescribeGuideScanInfoRequest, cb?: (error: string, rep: DescribeGuideScanInfoResponse) => void): Promise<DescribeGuideScanInfoResponse> {
|
|
486
|
+
return this.request("DescribeGuideScanInfo", req, cb);
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
/**
|
|
624
490
|
* DescribeUnHandleEventTabList 告警中心伪攻击链事件未处置接口
|
|
625
491
|
|
|
626
492
|
*/
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
/**
|
|
635
|
-
* 设置防火墙实例弹性公网ip,目前仅支持新增模式的防火墙实例
|
|
636
|
-
*/
|
|
637
|
-
async SetNatFwEip(
|
|
638
|
-
req: SetNatFwEipRequest,
|
|
639
|
-
cb?: (error: string, rep: SetNatFwEipResponse) => void
|
|
640
|
-
): Promise<SetNatFwEipResponse> {
|
|
641
|
-
return this.request("SetNatFwEip", req, cb)
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
/**
|
|
493
|
+
async DescribeUnHandleEventTabList(req: DescribeUnHandleEventTabListRequest, cb?: (error: string, rep: DescribeUnHandleEventTabListResponse) => void): Promise<DescribeUnHandleEventTabListResponse> {
|
|
494
|
+
return this.request("DescribeUnHandleEventTabList", req, cb);
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
/**
|
|
645
498
|
* DescribeSourceAsset-查询资产组全部资产信息
|
|
646
499
|
|
|
647
500
|
*/
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
req:
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
cb?: (error: string, rep:
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
req:
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
cb?: (error: string, rep:
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
/**
|
|
766
|
-
* 查询防火墙弹性公网IP
|
|
767
|
-
*/
|
|
768
|
-
async DescribeCfwEips(
|
|
769
|
-
req: DescribeCfwEipsRequest,
|
|
770
|
-
cb?: (error: string, rep: DescribeCfwEipsResponse) => void
|
|
771
|
-
): Promise<DescribeCfwEipsResponse> {
|
|
772
|
-
return this.request("DescribeCfwEips", req, cb)
|
|
773
|
-
}
|
|
774
|
-
|
|
775
|
-
/**
|
|
776
|
-
* 同步资产-互联网&VPC
|
|
777
|
-
*/
|
|
778
|
-
async RunSyncAsset(
|
|
779
|
-
req: RunSyncAssetRequest,
|
|
780
|
-
cb?: (error: string, rep: RunSyncAssetResponse) => void
|
|
781
|
-
): Promise<RunSyncAssetResponse> {
|
|
782
|
-
return this.request("RunSyncAsset", req, cb)
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
/**
|
|
786
|
-
* 修改规则
|
|
787
|
-
*/
|
|
788
|
-
async ModifyAcRule(
|
|
789
|
-
req: ModifyAcRuleRequest,
|
|
790
|
-
cb?: (error: string, rep: ModifyAcRuleResponse) => void
|
|
791
|
-
): Promise<ModifyAcRuleResponse> {
|
|
792
|
-
return this.request("ModifyAcRule", req, cb)
|
|
793
|
-
}
|
|
794
|
-
|
|
795
|
-
/**
|
|
796
|
-
* 删除规则
|
|
797
|
-
*/
|
|
798
|
-
async DeleteSecurityGroupRule(
|
|
799
|
-
req: DeleteSecurityGroupRuleRequest,
|
|
800
|
-
cb?: (error: string, rep: DeleteSecurityGroupRuleResponse) => void
|
|
801
|
-
): Promise<DeleteSecurityGroupRuleResponse> {
|
|
802
|
-
return this.request("DeleteSecurityGroupRule", req, cb)
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
/**
|
|
806
|
-
* 企业安全组规则快速排序
|
|
807
|
-
*/
|
|
808
|
-
async ModifySecurityGroupSequenceRules(
|
|
809
|
-
req: ModifySecurityGroupSequenceRulesRequest,
|
|
810
|
-
cb?: (error: string, rep: ModifySecurityGroupSequenceRulesResponse) => void
|
|
811
|
-
): Promise<ModifySecurityGroupSequenceRulesResponse> {
|
|
812
|
-
return this.request("ModifySecurityGroupSequenceRules", req, cb)
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
/**
|
|
816
|
-
* 修改NAT防火墙开关
|
|
817
|
-
*/
|
|
818
|
-
async ModifyNatFwSwitch(
|
|
819
|
-
req: ModifyNatFwSwitchRequest,
|
|
820
|
-
cb?: (error: string, rep: ModifyNatFwSwitchResponse) => void
|
|
821
|
-
): Promise<ModifyNatFwSwitchResponse> {
|
|
822
|
-
return this.request("ModifyNatFwSwitch", req, cb)
|
|
823
|
-
}
|
|
824
|
-
|
|
825
|
-
/**
|
|
501
|
+
async DescribeSourceAsset(req: DescribeSourceAssetRequest, cb?: (error: string, rep: DescribeSourceAssetResponse) => void): Promise<DescribeSourceAssetResponse> {
|
|
502
|
+
return this.request("DescribeSourceAsset", req, cb);
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
/**
|
|
506
|
+
* DeleteResourceGroup-资产中心资产组删除
|
|
507
|
+
*/
|
|
508
|
+
async DeleteResourceGroup(req: DeleteResourceGroupRequest, cb?: (error: string, rep: DeleteResourceGroupResponse) => void): Promise<DeleteResourceGroupResponse> {
|
|
509
|
+
return this.request("DeleteResourceGroup", req, cb);
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
/**
|
|
513
|
+
* 创建NAT防火墙实例(Region参数必填)
|
|
514
|
+
*/
|
|
515
|
+
async CreateNatFwInstance(req: CreateNatFwInstanceRequest, cb?: (error: string, rep: CreateNatFwInstanceResponse) => void): Promise<CreateNatFwInstanceResponse> {
|
|
516
|
+
return this.request("CreateNatFwInstance", req, cb);
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
/**
|
|
520
|
+
* 配置防火墙Dnat规则
|
|
521
|
+
*/
|
|
522
|
+
async SetNatFwDnatRule(req: SetNatFwDnatRuleRequest, cb?: (error: string, rep: SetNatFwDnatRuleResponse) => void): Promise<SetNatFwDnatRuleResponse> {
|
|
523
|
+
return this.request("SetNatFwDnatRule", req, cb);
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
/**
|
|
527
|
+
* 启用停用全部规则
|
|
528
|
+
*/
|
|
529
|
+
async ModifyAllRuleStatus(req: ModifyAllRuleStatusRequest, cb?: (error: string, rep: ModifyAllRuleStatusResponse) => void): Promise<ModifyAllRuleStatusResponse> {
|
|
530
|
+
return this.request("ModifyAllRuleStatus", req, cb);
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
/**
|
|
534
|
+
* 删除互联网边界规则
|
|
535
|
+
*/
|
|
536
|
+
async RemoveAcRule(req: RemoveAcRuleRequest, cb?: (error: string, rep: RemoveAcRuleResponse) => void): Promise<RemoveAcRuleResponse> {
|
|
537
|
+
return this.request("RemoveAcRule", req, cb);
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
/**
|
|
541
|
+
* 设置防火墙实例弹性公网ip,目前仅支持新增模式的防火墙实例
|
|
542
|
+
*/
|
|
543
|
+
async SetNatFwEip(req: SetNatFwEipRequest, cb?: (error: string, rep: SetNatFwEipResponse) => void): Promise<SetNatFwEipResponse> {
|
|
544
|
+
return this.request("SetNatFwEip", req, cb);
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
/**
|
|
548
|
+
* ModifyBlockTop取消置顶接口
|
|
549
|
+
*/
|
|
550
|
+
async ModifyBlockTop(req: ModifyBlockTopRequest, cb?: (error: string, rep: ModifyBlockTopResponse) => void): Promise<ModifyBlockTopResponse> {
|
|
551
|
+
return this.request("ModifyBlockTop", req, cb);
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
/**
|
|
555
|
+
* 查询规则表状态
|
|
556
|
+
*/
|
|
557
|
+
async DescribeTableStatus(req: DescribeTableStatusRequest, cb?: (error: string, rep: DescribeTableStatusResponse) => void): Promise<DescribeTableStatusResponse> {
|
|
558
|
+
return this.request("DescribeTableStatus", req, cb);
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
/**
|
|
562
|
+
* GetNatInstance 获取租户所有NAT实例及实例卡片信息
|
|
563
|
+
*/
|
|
564
|
+
async DescribeNatFwInstancesInfo(req: DescribeNatFwInstancesInfoRequest, cb?: (error: string, rep: DescribeNatFwInstancesInfoResponse) => void): Promise<DescribeNatFwInstancesInfoResponse> {
|
|
565
|
+
return this.request("DescribeNatFwInstancesInfo", req, cb);
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
/**
|
|
569
|
+
* 防火墙实例重新选择vpc或nat
|
|
570
|
+
*/
|
|
571
|
+
async ModifyNatFwReSelect(req: ModifyNatFwReSelectRequest, cb?: (error: string, rep: ModifyNatFwReSelectResponse) => void): Promise<ModifyNatFwReSelectResponse> {
|
|
572
|
+
return this.request("ModifyNatFwReSelect", req, cb);
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
/**
|
|
576
|
+
* DescribeResourceGroup资产中心资产树信息
|
|
577
|
+
*/
|
|
578
|
+
async DescribeResourceGroup(req: DescribeResourceGroupRequest, cb?: (error: string, rep: DescribeResourceGroupResponse) => void): Promise<DescribeResourceGroupResponse> {
|
|
579
|
+
return this.request("DescribeResourceGroup", req, cb);
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
/**
|
|
583
|
+
* 查询防火墙弹性公网IP
|
|
584
|
+
*/
|
|
585
|
+
async DescribeCfwEips(req: DescribeCfwEipsRequest, cb?: (error: string, rep: DescribeCfwEipsResponse) => void): Promise<DescribeCfwEipsResponse> {
|
|
586
|
+
return this.request("DescribeCfwEips", req, cb);
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
/**
|
|
590
|
+
* 修改规则
|
|
591
|
+
*/
|
|
592
|
+
async ModifyAcRule(req: ModifyAcRuleRequest, cb?: (error: string, rep: ModifyAcRuleResponse) => void): Promise<ModifyAcRuleResponse> {
|
|
593
|
+
return this.request("ModifyAcRule", req, cb);
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
/**
|
|
597
|
+
* 删除规则
|
|
598
|
+
*/
|
|
599
|
+
async DeleteSecurityGroupRule(req: DeleteSecurityGroupRuleRequest, cb?: (error: string, rep: DeleteSecurityGroupRuleResponse) => void): Promise<DeleteSecurityGroupRuleResponse> {
|
|
600
|
+
return this.request("DeleteSecurityGroupRule", req, cb);
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
/**
|
|
604
|
+
* 企业安全组规则快速排序
|
|
605
|
+
*/
|
|
606
|
+
async ModifySecurityGroupSequenceRules(req: ModifySecurityGroupSequenceRulesRequest, cb?: (error: string, rep: ModifySecurityGroupSequenceRulesResponse) => void): Promise<ModifySecurityGroupSequenceRulesResponse> {
|
|
607
|
+
return this.request("ModifySecurityGroupSequenceRules", req, cb);
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
/**
|
|
611
|
+
* 修改NAT防火墙开关
|
|
612
|
+
*/
|
|
613
|
+
async ModifyNatFwSwitch(req: ModifyNatFwSwitchRequest, cb?: (error: string, rep: ModifyNatFwSwitchResponse) => void): Promise<ModifyNatFwSwitchResponse> {
|
|
614
|
+
return this.request("ModifyNatFwSwitch", req, cb);
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
/**
|
|
826
618
|
* DescribeTLogIpList告警中心IP柱形图
|
|
827
619
|
|
|
828
620
|
*/
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
req:
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
cb?: (error: string, rep:
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
/**
|
|
877
|
-
* 同步资产状态查询-互联网&VPC
|
|
878
|
-
*/
|
|
879
|
-
async DescribeSyncAssetStatus(
|
|
880
|
-
req: DescribeSyncAssetStatusRequest,
|
|
881
|
-
cb?: (error: string, rep: DescribeSyncAssetStatusResponse) => void
|
|
882
|
-
): Promise<DescribeSyncAssetStatusResponse> {
|
|
883
|
-
return this.request("DescribeSyncAssetStatus", req, cb)
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
/**
|
|
887
|
-
* 防火墙垂直扩容
|
|
888
|
-
*/
|
|
889
|
-
async ExpandCfwVertical(
|
|
890
|
-
req: ExpandCfwVerticalRequest,
|
|
891
|
-
cb?: (error: string, rep: ExpandCfwVerticalResponse) => void
|
|
892
|
-
): Promise<ExpandCfwVerticalResponse> {
|
|
893
|
-
return this.request("ExpandCfwVertical", req, cb)
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
/**
|
|
621
|
+
async DescribeTLogIpList(req: DescribeTLogIpListRequest, cb?: (error: string, rep: DescribeTLogIpListResponse) => void): Promise<DescribeTLogIpListResponse> {
|
|
622
|
+
return this.request("DescribeTLogIpList", req, cb);
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
/**
|
|
626
|
+
* 启用停用单条企业安全组规则
|
|
627
|
+
*/
|
|
628
|
+
async ModifySecurityGroupItemRuleStatus(req: ModifySecurityGroupItemRuleStatusRequest, cb?: (error: string, rep: ModifySecurityGroupItemRuleStatusResponse) => void): Promise<ModifySecurityGroupItemRuleStatusResponse> {
|
|
629
|
+
return this.request("ModifySecurityGroupItemRuleStatus", req, cb);
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
/**
|
|
633
|
+
* 一键开启和关闭
|
|
634
|
+
*/
|
|
635
|
+
async ModifyAllSwitchStatus(req: ModifyAllSwitchStatusRequest, cb?: (error: string, rep: ModifyAllSwitchStatusResponse) => void): Promise<ModifyAllSwitchStatusResponse> {
|
|
636
|
+
return this.request("ModifyAllSwitchStatus", req, cb);
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
/**
|
|
640
|
+
* 销毁防火墙实例
|
|
641
|
+
*/
|
|
642
|
+
async DeleteNatFwInstance(req: DeleteNatFwInstanceRequest, cb?: (error: string, rep: DeleteNatFwInstanceResponse) => void): Promise<DeleteNatFwInstanceResponse> {
|
|
643
|
+
return this.request("DeleteNatFwInstance", req, cb);
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
/**
|
|
647
|
+
* 单个修改互联网边界防火墙开关
|
|
648
|
+
*/
|
|
649
|
+
async ModifyPublicIPSwitchStatus(req: ModifyPublicIPSwitchStatusRequest, cb?: (error: string, rep: ModifyPublicIPSwitchStatusResponse) => void): Promise<ModifyPublicIPSwitchStatusResponse> {
|
|
650
|
+
return this.request("ModifyPublicIPSwitchStatus", req, cb);
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
/**
|
|
654
|
+
* 同步资产状态查询-互联网&VPC
|
|
655
|
+
*/
|
|
656
|
+
async DescribeSyncAssetStatus(req: DescribeSyncAssetStatusRequest, cb?: (error: string, rep: DescribeSyncAssetStatusResponse) => void): Promise<DescribeSyncAssetStatusResponse> {
|
|
657
|
+
return this.request("DescribeSyncAssetStatus", req, cb);
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
/**
|
|
661
|
+
* 防火墙垂直扩容
|
|
662
|
+
*/
|
|
663
|
+
async ExpandCfwVertical(req: ExpandCfwVerticalRequest, cb?: (error: string, rep: ExpandCfwVerticalResponse) => void): Promise<ExpandCfwVerticalResponse> {
|
|
664
|
+
return this.request("ExpandCfwVertical", req, cb);
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
/**
|
|
897
668
|
* DescribeBlockByIpTimesList 告警中心阻断IP折线图
|
|
898
669
|
|
|
899
670
|
*/
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
cb?: (error: string, rep: DescribeAddrTemplateListResponse) => void
|
|
913
|
-
): Promise<DescribeAddrTemplateListResponse> {
|
|
914
|
-
return this.request("DescribeAddrTemplateList", req, cb)
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
/**
|
|
671
|
+
async DescribeBlockByIpTimesList(req: DescribeBlockByIpTimesListRequest, cb?: (error: string, rep: DescribeBlockByIpTimesListResponse) => void): Promise<DescribeBlockByIpTimesListResponse> {
|
|
672
|
+
return this.request("DescribeBlockByIpTimesList", req, cb);
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
/**
|
|
676
|
+
* 获取地址模板列表
|
|
677
|
+
*/
|
|
678
|
+
async DescribeAddrTemplateList(req: DescribeAddrTemplateListRequest, cb?: (error: string, rep: DescribeAddrTemplateListResponse) => void): Promise<DescribeAddrTemplateListResponse> {
|
|
679
|
+
return this.request("DescribeAddrTemplateList", req, cb);
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
/**
|
|
918
683
|
* DescribeBlockStaticList 告警中心柱形图
|
|
919
684
|
|
|
920
685
|
*/
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
cb?: (error: string, rep: ModifyItemSwitchStatusResponse) => void
|
|
934
|
-
): Promise<ModifyItemSwitchStatusResponse> {
|
|
935
|
-
return this.request("ModifyItemSwitchStatus", req, cb)
|
|
936
|
-
}
|
|
686
|
+
async DescribeBlockStaticList(req: DescribeBlockStaticListRequest, cb?: (error: string, rep: DescribeBlockStaticListResponse) => void): Promise<DescribeBlockStaticListResponse> {
|
|
687
|
+
return this.request("DescribeBlockStaticList", req, cb);
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
/**
|
|
691
|
+
* 修改单个防火墙开关
|
|
692
|
+
*/
|
|
693
|
+
async ModifyItemSwitchStatus(req: ModifyItemSwitchStatusRequest, cb?: (error: string, rep: ModifyItemSwitchStatusResponse) => void): Promise<ModifyItemSwitchStatusResponse> {
|
|
694
|
+
return this.request("ModifyItemSwitchStatus", req, cb);
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
|
|
937
698
|
}
|