ksyun-sdk-node 1.5.21 → 1.5.22
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.
|
@@ -238,6 +238,111 @@ module.exports = class Client extends BaseClient {
|
|
|
238
238
|
FileSystemName: "String",
|
|
239
239
|
DirPath: "String"
|
|
240
240
|
}
|
|
241
|
+
},
|
|
242
|
+
UpdatePerformanceNfsAclIp: {
|
|
243
|
+
url: "/",
|
|
244
|
+
method: "POST",
|
|
245
|
+
config: {
|
|
246
|
+
query: {
|
|
247
|
+
Version: "2024-09-30",
|
|
248
|
+
Action: "UpdatePerformanceNfsAclIp"
|
|
249
|
+
},
|
|
250
|
+
headers: {
|
|
251
|
+
"Content-Type": "application/json"
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
paramsType: {
|
|
255
|
+
NfsAclId: "String",
|
|
256
|
+
Ips: "Array"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
RemovePerformanceNfsAclClient: {
|
|
260
|
+
url: "/",
|
|
261
|
+
method: "POST",
|
|
262
|
+
config: {
|
|
263
|
+
query: {
|
|
264
|
+
Version: "2024-09-30",
|
|
265
|
+
Action: "RemovePerformanceNfsAclClient"
|
|
266
|
+
},
|
|
267
|
+
headers: {
|
|
268
|
+
"Content-Type": "application/json"
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
paramsType: {
|
|
272
|
+
NfsAclId: "String",
|
|
273
|
+
Ips: "Array"
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
AddPerformanceNfsAclClient: {
|
|
277
|
+
url: "/",
|
|
278
|
+
method: "POST",
|
|
279
|
+
config: {
|
|
280
|
+
query: {
|
|
281
|
+
Version: "2024-09-30",
|
|
282
|
+
Action: "AddPerformanceNfsAclClient"
|
|
283
|
+
},
|
|
284
|
+
headers: {
|
|
285
|
+
"Content-Type": "application/json"
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
paramsType: {
|
|
289
|
+
NfsAclId: "String",
|
|
290
|
+
Ips: "Array"
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
DeletePerformanceOneNfsAcl: {
|
|
294
|
+
url: "/",
|
|
295
|
+
method: "POST",
|
|
296
|
+
config: {
|
|
297
|
+
query: {
|
|
298
|
+
Version: "2024-09-30",
|
|
299
|
+
Action: "DeletePerformanceOneNfsAcl"
|
|
300
|
+
},
|
|
301
|
+
headers: {
|
|
302
|
+
"Content-Type": "application/json"
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
paramsType: {
|
|
306
|
+
NfsAclId: "String"
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
SetPerformanceOneNfsAcl: {
|
|
310
|
+
url: "/",
|
|
311
|
+
method: "POST",
|
|
312
|
+
config: {
|
|
313
|
+
query: {
|
|
314
|
+
Version: "2024-09-30",
|
|
315
|
+
Action: "SetPerformanceOneNfsAcl"
|
|
316
|
+
},
|
|
317
|
+
headers: {
|
|
318
|
+
"Content-Type": "application/json"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
paramsType: {
|
|
322
|
+
FileSystemId: "String",
|
|
323
|
+
ExportPath: "String",
|
|
324
|
+
Ips: "Array",
|
|
325
|
+
Desc: "String"
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
DescribePerformanceOneNfsAclList: {
|
|
329
|
+
url: "/",
|
|
330
|
+
method: "POST",
|
|
331
|
+
config: {
|
|
332
|
+
query: {
|
|
333
|
+
Version: "2024-09-30",
|
|
334
|
+
Action: "DescribePerformanceOneNfsAclList"
|
|
335
|
+
},
|
|
336
|
+
headers: {
|
|
337
|
+
"Content-Type": "application/json"
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
paramsType: {
|
|
341
|
+
FileSystemName: "String",
|
|
342
|
+
NfsAclId: "String",
|
|
343
|
+
PageNum: "Int",
|
|
344
|
+
PageSize: "Int"
|
|
345
|
+
}
|
|
241
346
|
}
|
|
242
347
|
});
|
|
243
348
|
}
|
package/package.json
CHANGED
|
@@ -232,5 +232,110 @@ module.exports = class Client extends BaseClient {
|
|
|
232
232
|
DirPath: "String",
|
|
233
233
|
},
|
|
234
234
|
},
|
|
235
|
+
UpdatePerformanceNfsAclIp: {
|
|
236
|
+
url: "/",
|
|
237
|
+
method: "POST",
|
|
238
|
+
config: {
|
|
239
|
+
query: {
|
|
240
|
+
Version: "2024-09-30",
|
|
241
|
+
Action: "UpdatePerformanceNfsAclIp",
|
|
242
|
+
},
|
|
243
|
+
headers: {
|
|
244
|
+
"Content-Type": "application/json",
|
|
245
|
+
},
|
|
246
|
+
},
|
|
247
|
+
paramsType: {
|
|
248
|
+
NfsAclId: "String",
|
|
249
|
+
Ips: "Array",
|
|
250
|
+
},
|
|
251
|
+
},
|
|
252
|
+
RemovePerformanceNfsAclClient: {
|
|
253
|
+
url: "/",
|
|
254
|
+
method: "POST",
|
|
255
|
+
config: {
|
|
256
|
+
query: {
|
|
257
|
+
Version: "2024-09-30",
|
|
258
|
+
Action: "RemovePerformanceNfsAclClient",
|
|
259
|
+
},
|
|
260
|
+
headers: {
|
|
261
|
+
"Content-Type": "application/json",
|
|
262
|
+
},
|
|
263
|
+
},
|
|
264
|
+
paramsType: {
|
|
265
|
+
NfsAclId: "String",
|
|
266
|
+
Ips: "Array",
|
|
267
|
+
},
|
|
268
|
+
},
|
|
269
|
+
AddPerformanceNfsAclClient: {
|
|
270
|
+
url: "/",
|
|
271
|
+
method: "POST",
|
|
272
|
+
config: {
|
|
273
|
+
query: {
|
|
274
|
+
Version: "2024-09-30",
|
|
275
|
+
Action: "AddPerformanceNfsAclClient",
|
|
276
|
+
},
|
|
277
|
+
headers: {
|
|
278
|
+
"Content-Type": "application/json",
|
|
279
|
+
},
|
|
280
|
+
},
|
|
281
|
+
paramsType: {
|
|
282
|
+
NfsAclId: "String",
|
|
283
|
+
Ips: "Array",
|
|
284
|
+
},
|
|
285
|
+
},
|
|
286
|
+
DeletePerformanceOneNfsAcl: {
|
|
287
|
+
url: "/",
|
|
288
|
+
method: "POST",
|
|
289
|
+
config: {
|
|
290
|
+
query: {
|
|
291
|
+
Version: "2024-09-30",
|
|
292
|
+
Action: "DeletePerformanceOneNfsAcl",
|
|
293
|
+
},
|
|
294
|
+
headers: {
|
|
295
|
+
"Content-Type": "application/json",
|
|
296
|
+
},
|
|
297
|
+
},
|
|
298
|
+
paramsType: {
|
|
299
|
+
NfsAclId: "String",
|
|
300
|
+
},
|
|
301
|
+
},
|
|
302
|
+
SetPerformanceOneNfsAcl: {
|
|
303
|
+
url: "/",
|
|
304
|
+
method: "POST",
|
|
305
|
+
config: {
|
|
306
|
+
query: {
|
|
307
|
+
Version: "2024-09-30",
|
|
308
|
+
Action: "SetPerformanceOneNfsAcl",
|
|
309
|
+
},
|
|
310
|
+
headers: {
|
|
311
|
+
"Content-Type": "application/json",
|
|
312
|
+
},
|
|
313
|
+
},
|
|
314
|
+
paramsType: {
|
|
315
|
+
FileSystemId: "String",
|
|
316
|
+
ExportPath: "String",
|
|
317
|
+
Ips: "Array",
|
|
318
|
+
Desc: "String",
|
|
319
|
+
},
|
|
320
|
+
},
|
|
321
|
+
DescribePerformanceOneNfsAclList: {
|
|
322
|
+
url: "/",
|
|
323
|
+
method: "POST",
|
|
324
|
+
config: {
|
|
325
|
+
query: {
|
|
326
|
+
Version: "2024-09-30",
|
|
327
|
+
Action: "DescribePerformanceOneNfsAclList",
|
|
328
|
+
},
|
|
329
|
+
headers: {
|
|
330
|
+
"Content-Type": "application/json",
|
|
331
|
+
},
|
|
332
|
+
},
|
|
333
|
+
paramsType: {
|
|
334
|
+
FileSystemName: "String",
|
|
335
|
+
NfsAclId: "String",
|
|
336
|
+
PageNum: "Int",
|
|
337
|
+
PageSize: "Int",
|
|
338
|
+
},
|
|
339
|
+
},
|
|
235
340
|
};
|
|
236
341
|
};
|