@huaweicloud/huaweicloud-sdk-eip 3.1.16 → 3.1.17
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/package.json +2 -2
- package/v2/EipClient.js +38 -38
- package/v3/EipClient.js +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huaweicloud/huaweicloud-sdk-eip",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.17",
|
|
4
4
|
"description": "Huaweicloud SDK for eip",
|
|
5
5
|
"main": "huaweicloud-sdk-eip.js",
|
|
6
6
|
"typings": "huaweicloud-sdk-eip.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/v2/EipClient.js
CHANGED
|
@@ -73,8 +73,8 @@ var EipClient = /** @class */ (function () {
|
|
|
73
73
|
*/
|
|
74
74
|
EipClient.prototype.addPublicipsIntoSharedBandwidth = function (addPublicipsIntoSharedBandwidthRequest) {
|
|
75
75
|
var options = (0, exports.ParamCreater)().addPublicipsIntoSharedBandwidth(addPublicipsIntoSharedBandwidthRequest);
|
|
76
|
-
options['responseHeaders'] = [''];
|
|
77
76
|
// @ts-ignore
|
|
77
|
+
options['responseHeaders'] = [''];
|
|
78
78
|
return this.hcClient.sendRequest(options);
|
|
79
79
|
};
|
|
80
80
|
/**
|
|
@@ -89,8 +89,8 @@ var EipClient = /** @class */ (function () {
|
|
|
89
89
|
*/
|
|
90
90
|
EipClient.prototype.batchCreateSharedBandwidths = function (batchCreateSharedBandwidthsRequest) {
|
|
91
91
|
var options = (0, exports.ParamCreater)().batchCreateSharedBandwidths(batchCreateSharedBandwidthsRequest);
|
|
92
|
-
options['responseHeaders'] = [''];
|
|
93
92
|
// @ts-ignore
|
|
93
|
+
options['responseHeaders'] = [''];
|
|
94
94
|
return this.hcClient.sendRequest(options);
|
|
95
95
|
};
|
|
96
96
|
/**
|
|
@@ -105,8 +105,8 @@ var EipClient = /** @class */ (function () {
|
|
|
105
105
|
*/
|
|
106
106
|
EipClient.prototype.changeBandwidthToPeriod = function (changeBandwidthToPeriodRequest) {
|
|
107
107
|
var options = (0, exports.ParamCreater)().changeBandwidthToPeriod(changeBandwidthToPeriodRequest);
|
|
108
|
-
options['responseHeaders'] = [''];
|
|
109
108
|
// @ts-ignore
|
|
109
|
+
options['responseHeaders'] = [''];
|
|
110
110
|
return this.hcClient.sendRequest(options);
|
|
111
111
|
};
|
|
112
112
|
/**
|
|
@@ -121,8 +121,8 @@ var EipClient = /** @class */ (function () {
|
|
|
121
121
|
*/
|
|
122
122
|
EipClient.prototype.createSharedBandwidth = function (createSharedBandwidthRequest) {
|
|
123
123
|
var options = (0, exports.ParamCreater)().createSharedBandwidth(createSharedBandwidthRequest);
|
|
124
|
-
options['responseHeaders'] = [''];
|
|
125
124
|
// @ts-ignore
|
|
125
|
+
options['responseHeaders'] = [''];
|
|
126
126
|
return this.hcClient.sendRequest(options);
|
|
127
127
|
};
|
|
128
128
|
/**
|
|
@@ -137,8 +137,8 @@ var EipClient = /** @class */ (function () {
|
|
|
137
137
|
*/
|
|
138
138
|
EipClient.prototype.deleteSharedBandwidth = function (deleteSharedBandwidthRequest) {
|
|
139
139
|
var options = (0, exports.ParamCreater)().deleteSharedBandwidth(deleteSharedBandwidthRequest);
|
|
140
|
-
options['responseHeaders'] = [''];
|
|
141
140
|
// @ts-ignore
|
|
141
|
+
options['responseHeaders'] = [''];
|
|
142
142
|
return this.hcClient.sendRequest(options);
|
|
143
143
|
};
|
|
144
144
|
/**
|
|
@@ -152,8 +152,8 @@ var EipClient = /** @class */ (function () {
|
|
|
152
152
|
*/
|
|
153
153
|
EipClient.prototype.listBandwidthPkg = function () {
|
|
154
154
|
var options = (0, exports.ParamCreater)().listBandwidthPkg();
|
|
155
|
-
options['responseHeaders'] = [''];
|
|
156
155
|
// @ts-ignore
|
|
156
|
+
options['responseHeaders'] = [''];
|
|
157
157
|
return this.hcClient.sendRequest(options);
|
|
158
158
|
};
|
|
159
159
|
/**
|
|
@@ -171,8 +171,8 @@ var EipClient = /** @class */ (function () {
|
|
|
171
171
|
*/
|
|
172
172
|
EipClient.prototype.listBandwidths = function (listBandwidthsRequest) {
|
|
173
173
|
var options = (0, exports.ParamCreater)().listBandwidths(listBandwidthsRequest);
|
|
174
|
-
options['responseHeaders'] = [''];
|
|
175
174
|
// @ts-ignore
|
|
175
|
+
options['responseHeaders'] = [''];
|
|
176
176
|
return this.hcClient.sendRequest(options);
|
|
177
177
|
};
|
|
178
178
|
/**
|
|
@@ -187,8 +187,8 @@ var EipClient = /** @class */ (function () {
|
|
|
187
187
|
*/
|
|
188
188
|
EipClient.prototype.listQuotas = function (listQuotasRequest) {
|
|
189
189
|
var options = (0, exports.ParamCreater)().listQuotas(listQuotasRequest);
|
|
190
|
-
options['responseHeaders'] = [''];
|
|
191
190
|
// @ts-ignore
|
|
191
|
+
options['responseHeaders'] = [''];
|
|
192
192
|
return this.hcClient.sendRequest(options);
|
|
193
193
|
};
|
|
194
194
|
/**
|
|
@@ -204,8 +204,8 @@ var EipClient = /** @class */ (function () {
|
|
|
204
204
|
*/
|
|
205
205
|
EipClient.prototype.removePublicipsFromSharedBandwidth = function (removePublicipsFromSharedBandwidthRequest) {
|
|
206
206
|
var options = (0, exports.ParamCreater)().removePublicipsFromSharedBandwidth(removePublicipsFromSharedBandwidthRequest);
|
|
207
|
-
options['responseHeaders'] = [''];
|
|
208
207
|
// @ts-ignore
|
|
208
|
+
options['responseHeaders'] = [''];
|
|
209
209
|
return this.hcClient.sendRequest(options);
|
|
210
210
|
};
|
|
211
211
|
/**
|
|
@@ -220,8 +220,8 @@ var EipClient = /** @class */ (function () {
|
|
|
220
220
|
*/
|
|
221
221
|
EipClient.prototype.showBandwidth = function (showBandwidthRequest) {
|
|
222
222
|
var options = (0, exports.ParamCreater)().showBandwidth(showBandwidthRequest);
|
|
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 EipClient = /** @class */ (function () {
|
|
|
237
237
|
*/
|
|
238
238
|
EipClient.prototype.updateBandwidth = function (updateBandwidthRequest) {
|
|
239
239
|
var options = (0, exports.ParamCreater)().updateBandwidth(updateBandwidthRequest);
|
|
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 EipClient = /** @class */ (function () {
|
|
|
254
254
|
*/
|
|
255
255
|
EipClient.prototype.updatePrePaidBandwidth = function (updatePrePaidBandwidthRequest) {
|
|
256
256
|
var options = (0, exports.ParamCreater)().updatePrePaidBandwidth(updatePrePaidBandwidthRequest);
|
|
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 EipClient = /** @class */ (function () {
|
|
|
271
271
|
*/
|
|
272
272
|
EipClient.prototype.batchCreatePublicipTags = function (batchCreatePublicipTagsRequest) {
|
|
273
273
|
var options = (0, exports.ParamCreater)().batchCreatePublicipTags(batchCreatePublicipTagsRequest);
|
|
274
|
-
options['responseHeaders'] = [''];
|
|
275
274
|
// @ts-ignore
|
|
275
|
+
options['responseHeaders'] = [''];
|
|
276
276
|
return this.hcClient.sendRequest(options);
|
|
277
277
|
};
|
|
278
278
|
/**
|
|
@@ -287,8 +287,8 @@ var EipClient = /** @class */ (function () {
|
|
|
287
287
|
*/
|
|
288
288
|
EipClient.prototype.batchCreatePublicips = function (batchCreatePublicipsRequest) {
|
|
289
289
|
var options = (0, exports.ParamCreater)().batchCreatePublicips(batchCreatePublicipsRequest);
|
|
290
|
-
options['responseHeaders'] = [''];
|
|
291
290
|
// @ts-ignore
|
|
291
|
+
options['responseHeaders'] = [''];
|
|
292
292
|
return this.hcClient.sendRequest(options);
|
|
293
293
|
};
|
|
294
294
|
/**
|
|
@@ -303,8 +303,8 @@ var EipClient = /** @class */ (function () {
|
|
|
303
303
|
*/
|
|
304
304
|
EipClient.prototype.batchDeletePublicIp = function (batchDeletePublicIpRequest) {
|
|
305
305
|
var options = (0, exports.ParamCreater)().batchDeletePublicIp(batchDeletePublicIpRequest);
|
|
306
|
-
options['responseHeaders'] = [''];
|
|
307
306
|
// @ts-ignore
|
|
307
|
+
options['responseHeaders'] = [''];
|
|
308
308
|
return this.hcClient.sendRequest(options);
|
|
309
309
|
};
|
|
310
310
|
/**
|
|
@@ -320,8 +320,8 @@ var EipClient = /** @class */ (function () {
|
|
|
320
320
|
*/
|
|
321
321
|
EipClient.prototype.batchDeletePublicipTags = function (batchDeletePublicipTagsRequest) {
|
|
322
322
|
var options = (0, exports.ParamCreater)().batchDeletePublicipTags(batchDeletePublicipTagsRequest);
|
|
323
|
-
options['responseHeaders'] = [''];
|
|
324
323
|
// @ts-ignore
|
|
324
|
+
options['responseHeaders'] = [''];
|
|
325
325
|
return this.hcClient.sendRequest(options);
|
|
326
326
|
};
|
|
327
327
|
/**
|
|
@@ -336,8 +336,8 @@ var EipClient = /** @class */ (function () {
|
|
|
336
336
|
*/
|
|
337
337
|
EipClient.prototype.batchDisassociatePublicips = function (batchDisassociatePublicipsRequest) {
|
|
338
338
|
var options = (0, exports.ParamCreater)().batchDisassociatePublicips(batchDisassociatePublicipsRequest);
|
|
339
|
-
options['responseHeaders'] = [''];
|
|
340
339
|
// @ts-ignore
|
|
340
|
+
options['responseHeaders'] = [''];
|
|
341
341
|
return this.hcClient.sendRequest(options);
|
|
342
342
|
};
|
|
343
343
|
/**
|
|
@@ -352,8 +352,8 @@ var EipClient = /** @class */ (function () {
|
|
|
352
352
|
*/
|
|
353
353
|
EipClient.prototype.changePublicipToPeriod = function (changePublicipToPeriodRequest) {
|
|
354
354
|
var options = (0, exports.ParamCreater)().changePublicipToPeriod(changePublicipToPeriodRequest);
|
|
355
|
-
options['responseHeaders'] = [''];
|
|
356
355
|
// @ts-ignore
|
|
356
|
+
options['responseHeaders'] = [''];
|
|
357
357
|
return this.hcClient.sendRequest(options);
|
|
358
358
|
};
|
|
359
359
|
/**
|
|
@@ -367,8 +367,8 @@ var EipClient = /** @class */ (function () {
|
|
|
367
367
|
*/
|
|
368
368
|
EipClient.prototype.countPublicIp = function () {
|
|
369
369
|
var options = (0, exports.ParamCreater)().countPublicIp();
|
|
370
|
-
options['responseHeaders'] = [''];
|
|
371
370
|
// @ts-ignore
|
|
371
|
+
options['responseHeaders'] = [''];
|
|
372
372
|
return this.hcClient.sendRequest(options);
|
|
373
373
|
};
|
|
374
374
|
/**
|
|
@@ -382,8 +382,8 @@ var EipClient = /** @class */ (function () {
|
|
|
382
382
|
*/
|
|
383
383
|
EipClient.prototype.countPublicIpInstance = function () {
|
|
384
384
|
var options = (0, exports.ParamCreater)().countPublicIpInstance();
|
|
385
|
-
options['responseHeaders'] = [''];
|
|
386
385
|
// @ts-ignore
|
|
386
|
+
options['responseHeaders'] = [''];
|
|
387
387
|
return this.hcClient.sendRequest(options);
|
|
388
388
|
};
|
|
389
389
|
/**
|
|
@@ -398,8 +398,8 @@ var EipClient = /** @class */ (function () {
|
|
|
398
398
|
*/
|
|
399
399
|
EipClient.prototype.createPrePaidPublicip = function (createPrePaidPublicipRequest) {
|
|
400
400
|
var options = (0, exports.ParamCreater)().createPrePaidPublicip(createPrePaidPublicipRequest);
|
|
401
|
-
options['responseHeaders'] = [''];
|
|
402
401
|
// @ts-ignore
|
|
402
|
+
options['responseHeaders'] = [''];
|
|
403
403
|
return this.hcClient.sendRequest(options);
|
|
404
404
|
};
|
|
405
405
|
/**
|
|
@@ -415,8 +415,8 @@ var EipClient = /** @class */ (function () {
|
|
|
415
415
|
*/
|
|
416
416
|
EipClient.prototype.createPublicip = function (createPublicipRequest) {
|
|
417
417
|
var options = (0, exports.ParamCreater)().createPublicip(createPublicipRequest);
|
|
418
|
-
options['responseHeaders'] = [''];
|
|
419
418
|
// @ts-ignore
|
|
419
|
+
options['responseHeaders'] = [''];
|
|
420
420
|
return this.hcClient.sendRequest(options);
|
|
421
421
|
};
|
|
422
422
|
/**
|
|
@@ -432,8 +432,8 @@ var EipClient = /** @class */ (function () {
|
|
|
432
432
|
*/
|
|
433
433
|
EipClient.prototype.createPublicipTag = function (createPublicipTagRequest) {
|
|
434
434
|
var options = (0, exports.ParamCreater)().createPublicipTag(createPublicipTagRequest);
|
|
435
|
-
options['responseHeaders'] = [''];
|
|
436
435
|
// @ts-ignore
|
|
436
|
+
options['responseHeaders'] = [''];
|
|
437
437
|
return this.hcClient.sendRequest(options);
|
|
438
438
|
};
|
|
439
439
|
/**
|
|
@@ -448,8 +448,8 @@ var EipClient = /** @class */ (function () {
|
|
|
448
448
|
*/
|
|
449
449
|
EipClient.prototype.deletePublicip = function (deletePublicipRequest) {
|
|
450
450
|
var options = (0, exports.ParamCreater)().deletePublicip(deletePublicipRequest);
|
|
451
|
-
options['responseHeaders'] = [''];
|
|
452
451
|
// @ts-ignore
|
|
452
|
+
options['responseHeaders'] = [''];
|
|
453
453
|
return this.hcClient.sendRequest(options);
|
|
454
454
|
};
|
|
455
455
|
/**
|
|
@@ -465,8 +465,8 @@ var EipClient = /** @class */ (function () {
|
|
|
465
465
|
*/
|
|
466
466
|
EipClient.prototype.deletePublicipTag = function (deletePublicipTagRequest) {
|
|
467
467
|
var options = (0, exports.ParamCreater)().deletePublicipTag(deletePublicipTagRequest);
|
|
468
|
-
options['responseHeaders'] = [''];
|
|
469
468
|
// @ts-ignore
|
|
469
|
+
options['responseHeaders'] = [''];
|
|
470
470
|
return this.hcClient.sendRequest(options);
|
|
471
471
|
};
|
|
472
472
|
/**
|
|
@@ -480,8 +480,8 @@ var EipClient = /** @class */ (function () {
|
|
|
480
480
|
*/
|
|
481
481
|
EipClient.prototype.listPublicipTags = function () {
|
|
482
482
|
var options = (0, exports.ParamCreater)().listPublicipTags();
|
|
483
|
-
options['responseHeaders'] = [''];
|
|
484
483
|
// @ts-ignore
|
|
484
|
+
options['responseHeaders'] = [''];
|
|
485
485
|
return this.hcClient.sendRequest(options);
|
|
486
486
|
};
|
|
487
487
|
/**
|
|
@@ -504,8 +504,8 @@ var EipClient = /** @class */ (function () {
|
|
|
504
504
|
*/
|
|
505
505
|
EipClient.prototype.listPublicips = function (listPublicipsRequest) {
|
|
506
506
|
var options = (0, exports.ParamCreater)().listPublicips(listPublicipsRequest);
|
|
507
|
-
options['responseHeaders'] = [''];
|
|
508
507
|
// @ts-ignore
|
|
508
|
+
options['responseHeaders'] = [''];
|
|
509
509
|
return this.hcClient.sendRequest(options);
|
|
510
510
|
};
|
|
511
511
|
/**
|
|
@@ -520,8 +520,8 @@ var EipClient = /** @class */ (function () {
|
|
|
520
520
|
*/
|
|
521
521
|
EipClient.prototype.listPublicipsByTags = function (listPublicipsByTagsRequest) {
|
|
522
522
|
var options = (0, exports.ParamCreater)().listPublicipsByTags(listPublicipsByTagsRequest);
|
|
523
|
-
options['responseHeaders'] = [''];
|
|
524
523
|
// @ts-ignore
|
|
524
|
+
options['responseHeaders'] = [''];
|
|
525
525
|
return this.hcClient.sendRequest(options);
|
|
526
526
|
};
|
|
527
527
|
/**
|
|
@@ -535,8 +535,8 @@ var EipClient = /** @class */ (function () {
|
|
|
535
535
|
*/
|
|
536
536
|
EipClient.prototype.showPublicIpType = function () {
|
|
537
537
|
var options = (0, exports.ParamCreater)().showPublicIpType();
|
|
538
|
-
options['responseHeaders'] = [''];
|
|
539
538
|
// @ts-ignore
|
|
539
|
+
options['responseHeaders'] = [''];
|
|
540
540
|
return this.hcClient.sendRequest(options);
|
|
541
541
|
};
|
|
542
542
|
/**
|
|
@@ -551,8 +551,8 @@ var EipClient = /** @class */ (function () {
|
|
|
551
551
|
*/
|
|
552
552
|
EipClient.prototype.showPublicip = function (showPublicipRequest) {
|
|
553
553
|
var options = (0, exports.ParamCreater)().showPublicip(showPublicipRequest);
|
|
554
|
-
options['responseHeaders'] = [''];
|
|
555
554
|
// @ts-ignore
|
|
555
|
+
options['responseHeaders'] = [''];
|
|
556
556
|
return this.hcClient.sendRequest(options);
|
|
557
557
|
};
|
|
558
558
|
/**
|
|
@@ -567,8 +567,8 @@ var EipClient = /** @class */ (function () {
|
|
|
567
567
|
*/
|
|
568
568
|
EipClient.prototype.showPublicipTags = function (showPublicipTagsRequest) {
|
|
569
569
|
var options = (0, exports.ParamCreater)().showPublicipTags(showPublicipTagsRequest);
|
|
570
|
-
options['responseHeaders'] = [''];
|
|
571
570
|
// @ts-ignore
|
|
571
|
+
options['responseHeaders'] = [''];
|
|
572
572
|
return this.hcClient.sendRequest(options);
|
|
573
573
|
};
|
|
574
574
|
/**
|
|
@@ -584,8 +584,8 @@ var EipClient = /** @class */ (function () {
|
|
|
584
584
|
*/
|
|
585
585
|
EipClient.prototype.updatePublicip = function (updatePublicipRequest) {
|
|
586
586
|
var options = (0, exports.ParamCreater)().updatePublicip(updatePublicipRequest);
|
|
587
|
-
options['responseHeaders'] = [''];
|
|
588
587
|
// @ts-ignore
|
|
588
|
+
options['responseHeaders'] = [''];
|
|
589
589
|
return this.hcClient.sendRequest(options);
|
|
590
590
|
};
|
|
591
591
|
/**
|
|
@@ -600,8 +600,8 @@ var EipClient = /** @class */ (function () {
|
|
|
600
600
|
*/
|
|
601
601
|
EipClient.prototype.showResourcesJobDetail = function (showResourcesJobDetailRequest) {
|
|
602
602
|
var options = (0, exports.ParamCreater)().showResourcesJobDetail(showResourcesJobDetailRequest);
|
|
603
|
-
options['responseHeaders'] = [''];
|
|
604
603
|
// @ts-ignore
|
|
604
|
+
options['responseHeaders'] = [''];
|
|
605
605
|
return this.hcClient.sendRequest(options);
|
|
606
606
|
};
|
|
607
607
|
/**
|
|
@@ -616,8 +616,8 @@ var EipClient = /** @class */ (function () {
|
|
|
616
616
|
*/
|
|
617
617
|
EipClient.prototype.neutronCreateFloatingIp = function (neutronCreateFloatingIpRequest) {
|
|
618
618
|
var options = (0, exports.ParamCreater)().neutronCreateFloatingIp(neutronCreateFloatingIpRequest);
|
|
619
|
-
options['responseHeaders'] = [''];
|
|
620
619
|
// @ts-ignore
|
|
620
|
+
options['responseHeaders'] = [''];
|
|
621
621
|
return this.hcClient.sendRequest(options);
|
|
622
622
|
};
|
|
623
623
|
/**
|
|
@@ -632,8 +632,8 @@ var EipClient = /** @class */ (function () {
|
|
|
632
632
|
*/
|
|
633
633
|
EipClient.prototype.neutronDeleteFloatingIp = function (neutronDeleteFloatingIpRequest) {
|
|
634
634
|
var options = (0, exports.ParamCreater)().neutronDeleteFloatingIp(neutronDeleteFloatingIpRequest);
|
|
635
|
-
options['responseHeaders'] = [''];
|
|
636
635
|
// @ts-ignore
|
|
636
|
+
options['responseHeaders'] = [''];
|
|
637
637
|
return this.hcClient.sendRequest(options);
|
|
638
638
|
};
|
|
639
639
|
/**
|
|
@@ -657,8 +657,8 @@ var EipClient = /** @class */ (function () {
|
|
|
657
657
|
*/
|
|
658
658
|
EipClient.prototype.neutronListFloatingIps = function (neutronListFloatingIpsRequest) {
|
|
659
659
|
var options = (0, exports.ParamCreater)().neutronListFloatingIps(neutronListFloatingIpsRequest);
|
|
660
|
-
options['responseHeaders'] = [''];
|
|
661
660
|
// @ts-ignore
|
|
661
|
+
options['responseHeaders'] = [''];
|
|
662
662
|
return this.hcClient.sendRequest(options);
|
|
663
663
|
};
|
|
664
664
|
/**
|
|
@@ -673,8 +673,8 @@ var EipClient = /** @class */ (function () {
|
|
|
673
673
|
*/
|
|
674
674
|
EipClient.prototype.neutronShowFloatingIp = function (neutronShowFloatingIpRequest) {
|
|
675
675
|
var options = (0, exports.ParamCreater)().neutronShowFloatingIp(neutronShowFloatingIpRequest);
|
|
676
|
-
options['responseHeaders'] = [''];
|
|
677
676
|
// @ts-ignore
|
|
677
|
+
options['responseHeaders'] = [''];
|
|
678
678
|
return this.hcClient.sendRequest(options);
|
|
679
679
|
};
|
|
680
680
|
/**
|
|
@@ -692,8 +692,8 @@ var EipClient = /** @class */ (function () {
|
|
|
692
692
|
*/
|
|
693
693
|
EipClient.prototype.neutronUpdateFloatingIp = function (neutronUpdateFloatingIpRequest) {
|
|
694
694
|
var options = (0, exports.ParamCreater)().neutronUpdateFloatingIp(neutronUpdateFloatingIpRequest);
|
|
695
|
-
options['responseHeaders'] = [''];
|
|
696
695
|
// @ts-ignore
|
|
696
|
+
options['responseHeaders'] = [''];
|
|
697
697
|
return this.hcClient.sendRequest(options);
|
|
698
698
|
};
|
|
699
699
|
return EipClient;
|
package/v3/EipClient.js
CHANGED
|
@@ -53,8 +53,8 @@ var EipClient = /** @class */ (function () {
|
|
|
53
53
|
*/
|
|
54
54
|
EipClient.prototype.listCommonPools = function (listCommonPoolsRequest) {
|
|
55
55
|
var options = (0, exports.ParamCreater)().listCommonPools(listCommonPoolsRequest);
|
|
56
|
-
options['responseHeaders'] = [''];
|
|
57
56
|
// @ts-ignore
|
|
57
|
+
options['responseHeaders'] = [''];
|
|
58
58
|
return this.hcClient.sendRequest(options);
|
|
59
59
|
};
|
|
60
60
|
/**
|
|
@@ -69,8 +69,8 @@ var EipClient = /** @class */ (function () {
|
|
|
69
69
|
*/
|
|
70
70
|
EipClient.prototype.listPublicBorderGroups = function (listPublicBorderGroupsRequest) {
|
|
71
71
|
var options = (0, exports.ParamCreater)().listPublicBorderGroups(listPublicBorderGroupsRequest);
|
|
72
|
-
options['responseHeaders'] = [''];
|
|
73
72
|
// @ts-ignore
|
|
73
|
+
options['responseHeaders'] = [''];
|
|
74
74
|
return this.hcClient.sendRequest(options);
|
|
75
75
|
};
|
|
76
76
|
/**
|
|
@@ -96,8 +96,8 @@ var EipClient = /** @class */ (function () {
|
|
|
96
96
|
*/
|
|
97
97
|
EipClient.prototype.listPublicipPool = function (listPublicipPoolRequest) {
|
|
98
98
|
var options = (0, exports.ParamCreater)().listPublicipPool(listPublicipPoolRequest);
|
|
99
|
-
options['responseHeaders'] = [''];
|
|
100
99
|
// @ts-ignore
|
|
100
|
+
options['responseHeaders'] = [''];
|
|
101
101
|
return this.hcClient.sendRequest(options);
|
|
102
102
|
};
|
|
103
103
|
/**
|
|
@@ -120,8 +120,8 @@ var EipClient = /** @class */ (function () {
|
|
|
120
120
|
*/
|
|
121
121
|
EipClient.prototype.listShareBandwidthTypes = function (listShareBandwidthTypesRequest) {
|
|
122
122
|
var options = (0, exports.ParamCreater)().listShareBandwidthTypes(listShareBandwidthTypesRequest);
|
|
123
|
-
options['responseHeaders'] = [''];
|
|
124
123
|
// @ts-ignore
|
|
124
|
+
options['responseHeaders'] = [''];
|
|
125
125
|
return this.hcClient.sendRequest(options);
|
|
126
126
|
};
|
|
127
127
|
/**
|
|
@@ -137,8 +137,8 @@ var EipClient = /** @class */ (function () {
|
|
|
137
137
|
*/
|
|
138
138
|
EipClient.prototype.showPublicipPool = function (showPublicipPoolRequest) {
|
|
139
139
|
var options = (0, exports.ParamCreater)().showPublicipPool(showPublicipPoolRequest);
|
|
140
|
-
options['responseHeaders'] = [''];
|
|
141
140
|
// @ts-ignore
|
|
141
|
+
options['responseHeaders'] = [''];
|
|
142
142
|
return this.hcClient.sendRequest(options);
|
|
143
143
|
};
|
|
144
144
|
/**
|
|
@@ -154,8 +154,8 @@ var EipClient = /** @class */ (function () {
|
|
|
154
154
|
*/
|
|
155
155
|
EipClient.prototype.associatePublicips = function (associatePublicipsRequest) {
|
|
156
156
|
var options = (0, exports.ParamCreater)().associatePublicips(associatePublicipsRequest);
|
|
157
|
-
options['responseHeaders'] = [''];
|
|
158
157
|
// @ts-ignore
|
|
158
|
+
options['responseHeaders'] = [''];
|
|
159
159
|
return this.hcClient.sendRequest(options);
|
|
160
160
|
};
|
|
161
161
|
/**
|
|
@@ -170,8 +170,8 @@ var EipClient = /** @class */ (function () {
|
|
|
170
170
|
*/
|
|
171
171
|
EipClient.prototype.countEipAvailableResources = function (countEipAvailableResourcesRequest) {
|
|
172
172
|
var options = (0, exports.ParamCreater)().countEipAvailableResources(countEipAvailableResourcesRequest);
|
|
173
|
-
options['responseHeaders'] = [''];
|
|
174
173
|
// @ts-ignore
|
|
174
|
+
options['responseHeaders'] = [''];
|
|
175
175
|
return this.hcClient.sendRequest(options);
|
|
176
176
|
};
|
|
177
177
|
/**
|
|
@@ -186,8 +186,8 @@ var EipClient = /** @class */ (function () {
|
|
|
186
186
|
*/
|
|
187
187
|
EipClient.prototype.disassociatePublicips = function (disassociatePublicipsRequest) {
|
|
188
188
|
var options = (0, exports.ParamCreater)().disassociatePublicips(disassociatePublicipsRequest);
|
|
189
|
-
options['responseHeaders'] = [''];
|
|
190
189
|
// @ts-ignore
|
|
190
|
+
options['responseHeaders'] = [''];
|
|
191
191
|
return this.hcClient.sendRequest(options);
|
|
192
192
|
};
|
|
193
193
|
/**
|
|
@@ -242,8 +242,8 @@ var EipClient = /** @class */ (function () {
|
|
|
242
242
|
*/
|
|
243
243
|
EipClient.prototype.listPublicips = function (listPublicipsRequest) {
|
|
244
244
|
var options = (0, exports.ParamCreater)().listPublicips(listPublicipsRequest);
|
|
245
|
-
options['responseHeaders'] = [''];
|
|
246
245
|
// @ts-ignore
|
|
246
|
+
options['responseHeaders'] = [''];
|
|
247
247
|
return this.hcClient.sendRequest(options);
|
|
248
248
|
};
|
|
249
249
|
/**
|
|
@@ -259,8 +259,8 @@ var EipClient = /** @class */ (function () {
|
|
|
259
259
|
*/
|
|
260
260
|
EipClient.prototype.showPublicip = function (showPublicipRequest) {
|
|
261
261
|
var options = (0, exports.ParamCreater)().showPublicip(showPublicipRequest);
|
|
262
|
-
options['responseHeaders'] = [''];
|
|
263
262
|
// @ts-ignore
|
|
263
|
+
options['responseHeaders'] = [''];
|
|
264
264
|
return this.hcClient.sendRequest(options);
|
|
265
265
|
};
|
|
266
266
|
/**
|
|
@@ -276,8 +276,8 @@ var EipClient = /** @class */ (function () {
|
|
|
276
276
|
*/
|
|
277
277
|
EipClient.prototype.updateAssociatePublicip = function (updateAssociatePublicipRequest) {
|
|
278
278
|
var options = (0, exports.ParamCreater)().updateAssociatePublicip(updateAssociatePublicipRequest);
|
|
279
|
-
options['responseHeaders'] = [''];
|
|
280
279
|
// @ts-ignore
|
|
280
|
+
options['responseHeaders'] = [''];
|
|
281
281
|
return this.hcClient.sendRequest(options);
|
|
282
282
|
};
|
|
283
283
|
/**
|
|
@@ -293,8 +293,8 @@ var EipClient = /** @class */ (function () {
|
|
|
293
293
|
*/
|
|
294
294
|
EipClient.prototype.updateDisassociatePublicip = function (updateDisassociatePublicipRequest) {
|
|
295
295
|
var options = (0, exports.ParamCreater)().updateDisassociatePublicip(updateDisassociatePublicipRequest);
|
|
296
|
-
options['responseHeaders'] = [''];
|
|
297
296
|
// @ts-ignore
|
|
297
|
+
options['responseHeaders'] = [''];
|
|
298
298
|
return this.hcClient.sendRequest(options);
|
|
299
299
|
};
|
|
300
300
|
return EipClient;
|