@huaweicloud/huaweicloud-sdk-vpc 3.1.102 → 3.1.104

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.
Files changed (112) hide show
  1. package/package.json +2 -2
  2. package/v3/VpcClient.d.ts +235 -5
  3. package/v3/VpcClient.d.ts.map +1 -1
  4. package/v3/VpcClient.js +474 -6
  5. package/v3/VpcClient.js.map +1 -1
  6. package/v3/model/BatchCreatePortTagsRequest.d.ts +11 -0
  7. package/v3/model/BatchCreatePortTagsRequest.d.ts.map +1 -0
  8. package/v3/model/BatchCreatePortTagsRequest.js +24 -0
  9. package/v3/model/BatchCreatePortTagsRequest.js.map +1 -0
  10. package/v3/model/BatchCreatePortTagsRequestBody.d.ts +7 -0
  11. package/v3/model/BatchCreatePortTagsRequestBody.d.ts.map +1 -0
  12. package/v3/model/BatchCreatePortTagsRequestBody.js +13 -0
  13. package/v3/model/BatchCreatePortTagsRequestBody.js.map +1 -0
  14. package/v3/model/BatchCreatePortTagsResponse.d.ts +5 -0
  15. package/v3/model/BatchCreatePortTagsResponse.d.ts.map +1 -0
  16. package/v3/model/BatchCreatePortTagsResponse.js +11 -0
  17. package/v3/model/BatchCreatePortTagsResponse.js.map +1 -0
  18. package/v3/model/BatchDeleteFirewallTagsRequestBody.d.ts +3 -3
  19. package/v3/model/BatchDeleteFirewallTagsRequestBody.d.ts.map +1 -1
  20. package/v3/model/BatchDeleteFirewallTagsRequestBody.js.map +1 -1
  21. package/v3/model/BatchDeletePortTagsRequest.d.ts +11 -0
  22. package/v3/model/BatchDeletePortTagsRequest.d.ts.map +1 -0
  23. package/v3/model/BatchDeletePortTagsRequest.js +24 -0
  24. package/v3/model/BatchDeletePortTagsRequest.js.map +1 -0
  25. package/v3/model/BatchDeletePortTagsRequestBody.d.ts +7 -0
  26. package/v3/model/BatchDeletePortTagsRequestBody.d.ts.map +1 -0
  27. package/v3/model/BatchDeletePortTagsRequestBody.js +13 -0
  28. package/v3/model/BatchDeletePortTagsRequestBody.js.map +1 -0
  29. package/v3/model/BatchDeletePortTagsResponse.d.ts +5 -0
  30. package/v3/model/BatchDeletePortTagsResponse.d.ts.map +1 -0
  31. package/v3/model/BatchDeletePortTagsResponse.js +11 -0
  32. package/v3/model/BatchDeletePortTagsResponse.js.map +1 -0
  33. package/v3/model/CountPortsByTagsRequest.d.ts +7 -0
  34. package/v3/model/CountPortsByTagsRequest.d.ts.map +1 -0
  35. package/v3/model/CountPortsByTagsRequest.js +13 -0
  36. package/v3/model/CountPortsByTagsRequest.js.map +1 -0
  37. package/v3/model/CountPortsByTagsRequestBody.d.ts +10 -0
  38. package/v3/model/CountPortsByTagsRequestBody.d.ts.map +1 -0
  39. package/v3/model/CountPortsByTagsRequestBody.js +17 -0
  40. package/v3/model/CountPortsByTagsRequestBody.js.map +1 -0
  41. package/v3/model/CountPortsByTagsResponse.d.ts +13 -0
  42. package/v3/model/CountPortsByTagsResponse.d.ts.map +1 -0
  43. package/v3/model/CountPortsByTagsResponse.js +31 -0
  44. package/v3/model/CountPortsByTagsResponse.js.map +1 -0
  45. package/v3/model/CreatePortTagRequest.d.ts +11 -0
  46. package/v3/model/CreatePortTagRequest.d.ts.map +1 -0
  47. package/v3/model/CreatePortTagRequest.js +24 -0
  48. package/v3/model/CreatePortTagRequest.js.map +1 -0
  49. package/v3/model/CreatePortTagRequestBody.d.ts +7 -0
  50. package/v3/model/CreatePortTagRequestBody.d.ts.map +1 -0
  51. package/v3/model/CreatePortTagRequestBody.js +14 -0
  52. package/v3/model/CreatePortTagRequestBody.js.map +1 -0
  53. package/v3/model/CreatePortTagResponse.d.ts +5 -0
  54. package/v3/model/CreatePortTagResponse.d.ts.map +1 -0
  55. package/v3/model/CreatePortTagResponse.js +11 -0
  56. package/v3/model/CreatePortTagResponse.js.map +1 -0
  57. package/v3/model/DeletePortTagRequest.d.ts +12 -0
  58. package/v3/model/DeletePortTagRequest.d.ts.map +1 -0
  59. package/v3/model/DeletePortTagRequest.js +31 -0
  60. package/v3/model/DeletePortTagRequest.js.map +1 -0
  61. package/v3/model/DeletePortTagResponse.d.ts +5 -0
  62. package/v3/model/DeletePortTagResponse.d.ts.map +1 -0
  63. package/v3/model/DeletePortTagResponse.js +11 -0
  64. package/v3/model/DeletePortTagResponse.js.map +1 -0
  65. package/v3/model/DeleteResourceTagRequestBody.d.ts +8 -0
  66. package/v3/model/DeleteResourceTagRequestBody.d.ts.map +1 -0
  67. package/v3/model/DeleteResourceTagRequestBody.js +18 -0
  68. package/v3/model/DeleteResourceTagRequestBody.js.map +1 -0
  69. package/v3/model/ListFirewallTagsRequest.d.ts +4 -0
  70. package/v3/model/ListFirewallTagsRequest.d.ts.map +1 -1
  71. package/v3/model/ListFirewallTagsRequest.js +8 -0
  72. package/v3/model/ListFirewallTagsRequest.js.map +1 -1
  73. package/v3/model/ListFirewallTagsResponse.d.ts +6 -2
  74. package/v3/model/ListFirewallTagsResponse.d.ts.map +1 -1
  75. package/v3/model/ListFirewallTagsResponse.js +10 -0
  76. package/v3/model/ListFirewallTagsResponse.js.map +1 -1
  77. package/v3/model/ListPortTagsRequest.d.ts +8 -0
  78. package/v3/model/ListPortTagsRequest.d.ts.map +1 -0
  79. package/v3/model/ListPortTagsRequest.js +17 -0
  80. package/v3/model/ListPortTagsRequest.js.map +1 -0
  81. package/v3/model/ListPortTagsResponse.d.ts +16 -0
  82. package/v3/model/ListPortTagsResponse.d.ts.map +1 -0
  83. package/v3/model/ListPortTagsResponse.js +35 -0
  84. package/v3/model/ListPortTagsResponse.js.map +1 -0
  85. package/v3/model/ListPortsByTagsRequest.d.ts +11 -0
  86. package/v3/model/ListPortsByTagsRequest.d.ts.map +1 -0
  87. package/v3/model/ListPortsByTagsRequest.js +21 -0
  88. package/v3/model/ListPortsByTagsRequest.js.map +1 -0
  89. package/v3/model/ListPortsByTagsRequestBody.d.ts +10 -0
  90. package/v3/model/ListPortsByTagsRequestBody.d.ts.map +1 -0
  91. package/v3/model/ListPortsByTagsRequestBody.js +17 -0
  92. package/v3/model/ListPortsByTagsRequestBody.js.map +1 -0
  93. package/v3/model/ListPortsByTagsResponse.d.ts +16 -0
  94. package/v3/model/ListPortsByTagsResponse.d.ts.map +1 -0
  95. package/v3/model/ListPortsByTagsResponse.js +35 -0
  96. package/v3/model/ListPortsByTagsResponse.js.map +1 -0
  97. package/v3/model/ShowFirewallTagsResponse.d.ts +2 -6
  98. package/v3/model/ShowFirewallTagsResponse.d.ts.map +1 -1
  99. package/v3/model/ShowFirewallTagsResponse.js +0 -10
  100. package/v3/model/ShowFirewallTagsResponse.js.map +1 -1
  101. package/v3/model/ShowPortTagsRequest.d.ts +8 -0
  102. package/v3/model/ShowPortTagsRequest.d.ts.map +1 -0
  103. package/v3/model/ShowPortTagsRequest.js +20 -0
  104. package/v3/model/ShowPortTagsRequest.js.map +1 -0
  105. package/v3/model/ShowPortTagsResponse.d.ts +12 -0
  106. package/v3/model/ShowPortTagsResponse.d.ts.map +1 -0
  107. package/v3/model/ShowPortTagsResponse.js +25 -0
  108. package/v3/model/ShowPortTagsResponse.js.map +1 -0
  109. package/v3/public-api.d.ts +22 -0
  110. package/v3/public-api.d.ts.map +1 -1
  111. package/v3/public-api.js +22 -0
  112. package/v3/public-api.js.map +1 -1
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BatchCreatePortTagsResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class BatchCreatePortTagsResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ }
10
+ exports.BatchCreatePortTagsResponse = BatchCreatePortTagsResponse;
11
+ //# sourceMappingURL=BatchCreatePortTagsResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchCreatePortTagsResponse.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/BatchCreatePortTagsResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,2BAA4B,SAAQ,yBAAW;IACxD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;CACJ;AAJD,kEAIC"}
@@ -1,7 +1,7 @@
1
- import { ResourceTag } from './ResourceTag';
1
+ import { DeleteResourceTagRequestBody } from './DeleteResourceTagRequestBody';
2
2
  export declare class BatchDeleteFirewallTagsRequestBody {
3
- tags?: Array<ResourceTag>;
3
+ tags?: Array<DeleteResourceTagRequestBody>;
4
4
  constructor();
5
- withTags(tags: Array<ResourceTag>): BatchDeleteFirewallTagsRequestBody;
5
+ withTags(tags: Array<DeleteResourceTagRequestBody>): BatchDeleteFirewallTagsRequestBody;
6
6
  }
7
7
  //# sourceMappingURL=BatchDeleteFirewallTagsRequestBody.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BatchDeleteFirewallTagsRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/BatchDeleteFirewallTagsRequestBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,qBAAa,kCAAkC;IACpC,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;;IAG1B,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,kCAAkC;CAIhF"}
1
+ {"version":3,"file":"BatchDeleteFirewallTagsRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/BatchDeleteFirewallTagsRequestBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAG9E,qBAAa,kCAAkC;IACpC,IAAI,CAAC,EAAE,KAAK,CAAC,4BAA4B,CAAC,CAAC;;IAG3C,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,4BAA4B,CAAC,GAAG,kCAAkC;CAIjG"}
@@ -1 +1 @@
1
- {"version":3,"file":"BatchDeleteFirewallTagsRequestBody.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/BatchDeleteFirewallTagsRequestBody.ts"],"names":[],"mappings":";;;AAGA,MAAa,kCAAkC;IAE3C;IACA,CAAC;IACM,QAAQ,CAAC,IAAwB;QACpC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AARD,gFAQC"}
1
+ {"version":3,"file":"BatchDeleteFirewallTagsRequestBody.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/BatchDeleteFirewallTagsRequestBody.ts"],"names":[],"mappings":";;;AAGA,MAAa,kCAAkC;IAE3C;IACA,CAAC;IACM,QAAQ,CAAC,IAAyC;QACrD,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AARD,gFAQC"}
@@ -0,0 +1,11 @@
1
+ import { BatchDeletePortTagsRequestBody } from './BatchDeletePortTagsRequestBody';
2
+ export declare class BatchDeletePortTagsRequest {
3
+ private 'port_id'?;
4
+ body?: BatchDeletePortTagsRequestBody;
5
+ constructor(portId?: string);
6
+ withPortId(portId: string): BatchDeletePortTagsRequest;
7
+ set portId(portId: string | undefined);
8
+ get portId(): string | undefined;
9
+ withBody(body: BatchDeletePortTagsRequestBody): BatchDeletePortTagsRequest;
10
+ }
11
+ //# sourceMappingURL=BatchDeletePortTagsRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchDeletePortTagsRequest.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/BatchDeletePortTagsRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAGlF,qBAAa,0BAA0B;IACnC,OAAO,CAAC,SAAS,CAAC,CAAS;IACpB,IAAI,CAAC,EAAE,8BAA8B,CAAC;gBAC1B,MAAM,CAAC,EAAE,MAAM;IAG3B,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,0BAA0B;IAI7D,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;IACM,QAAQ,CAAC,IAAI,EAAE,8BAA8B,GAAG,0BAA0B;CAIpF"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BatchDeletePortTagsRequest = void 0;
4
+ class BatchDeletePortTagsRequest {
5
+ constructor(portId) {
6
+ this['port_id'] = portId;
7
+ }
8
+ withPortId(portId) {
9
+ this['port_id'] = portId;
10
+ return this;
11
+ }
12
+ set portId(portId) {
13
+ this['port_id'] = portId;
14
+ }
15
+ get portId() {
16
+ return this['port_id'];
17
+ }
18
+ withBody(body) {
19
+ this['body'] = body;
20
+ return this;
21
+ }
22
+ }
23
+ exports.BatchDeletePortTagsRequest = BatchDeletePortTagsRequest;
24
+ //# sourceMappingURL=BatchDeletePortTagsRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchDeletePortTagsRequest.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/BatchDeletePortTagsRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,0BAA0B;IAGnC,YAAmB,MAAe;QAC9B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,MAAM,CAAC,MAA2B;QACzC,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACD,IAAW,MAAM;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IACM,QAAQ,CAAC,IAAoC;QAChD,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApBD,gEAoBC"}
@@ -0,0 +1,7 @@
1
+ import { DeleteResourceTagRequestBody } from './DeleteResourceTagRequestBody';
2
+ export declare class BatchDeletePortTagsRequestBody {
3
+ tags?: Array<DeleteResourceTagRequestBody>;
4
+ constructor();
5
+ withTags(tags: Array<DeleteResourceTagRequestBody>): BatchDeletePortTagsRequestBody;
6
+ }
7
+ //# sourceMappingURL=BatchDeletePortTagsRequestBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchDeletePortTagsRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/BatchDeletePortTagsRequestBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAG9E,qBAAa,8BAA8B;IAChC,IAAI,CAAC,EAAE,KAAK,CAAC,4BAA4B,CAAC,CAAC;;IAG3C,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,4BAA4B,CAAC,GAAG,8BAA8B;CAI7F"}
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BatchDeletePortTagsRequestBody = void 0;
4
+ class BatchDeletePortTagsRequestBody {
5
+ constructor() {
6
+ }
7
+ withTags(tags) {
8
+ this['tags'] = tags;
9
+ return this;
10
+ }
11
+ }
12
+ exports.BatchDeletePortTagsRequestBody = BatchDeletePortTagsRequestBody;
13
+ //# sourceMappingURL=BatchDeletePortTagsRequestBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchDeletePortTagsRequestBody.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/BatchDeletePortTagsRequestBody.ts"],"names":[],"mappings":";;;AAGA,MAAa,8BAA8B;IAEvC;IACA,CAAC;IACM,QAAQ,CAAC,IAAyC;QACrD,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AARD,wEAQC"}
@@ -0,0 +1,5 @@
1
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
+ export declare class BatchDeletePortTagsResponse extends SdkResponse {
3
+ constructor();
4
+ }
5
+ //# sourceMappingURL=BatchDeletePortTagsResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchDeletePortTagsResponse.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/BatchDeletePortTagsResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,2BAA4B,SAAQ,WAAW;;CAI3D"}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BatchDeletePortTagsResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class BatchDeletePortTagsResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ }
10
+ exports.BatchDeletePortTagsResponse = BatchDeletePortTagsResponse;
11
+ //# sourceMappingURL=BatchDeletePortTagsResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchDeletePortTagsResponse.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/BatchDeletePortTagsResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,2BAA4B,SAAQ,yBAAW;IACxD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;CACJ;AAJD,kEAIC"}
@@ -0,0 +1,7 @@
1
+ import { CountPortsByTagsRequestBody } from './CountPortsByTagsRequestBody';
2
+ export declare class CountPortsByTagsRequest {
3
+ body?: CountPortsByTagsRequestBody;
4
+ constructor();
5
+ withBody(body: CountPortsByTagsRequestBody): CountPortsByTagsRequest;
6
+ }
7
+ //# sourceMappingURL=CountPortsByTagsRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CountPortsByTagsRequest.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/CountPortsByTagsRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAG5E,qBAAa,uBAAuB;IACzB,IAAI,CAAC,EAAE,2BAA2B,CAAC;;IAGnC,QAAQ,CAAC,IAAI,EAAE,2BAA2B,GAAG,uBAAuB;CAI9E"}
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CountPortsByTagsRequest = void 0;
4
+ class CountPortsByTagsRequest {
5
+ constructor() {
6
+ }
7
+ withBody(body) {
8
+ this['body'] = body;
9
+ return this;
10
+ }
11
+ }
12
+ exports.CountPortsByTagsRequest = CountPortsByTagsRequest;
13
+ //# sourceMappingURL=CountPortsByTagsRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CountPortsByTagsRequest.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/CountPortsByTagsRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,uBAAuB;IAEhC;IACA,CAAC;IACM,QAAQ,CAAC,IAAiC;QAC7C,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AARD,0DAQC"}
@@ -0,0 +1,10 @@
1
+ import { ListTag } from './ListTag';
2
+ import { Match } from './Match';
3
+ export declare class CountPortsByTagsRequestBody {
4
+ matches?: Array<Match>;
5
+ tags?: Array<ListTag>;
6
+ constructor();
7
+ withMatches(matches: Array<Match>): CountPortsByTagsRequestBody;
8
+ withTags(tags: Array<ListTag>): CountPortsByTagsRequestBody;
9
+ }
10
+ //# sourceMappingURL=CountPortsByTagsRequestBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CountPortsByTagsRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/CountPortsByTagsRequestBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,qBAAa,2BAA2B;IAC7B,OAAO,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;IACvB,IAAI,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;;IAGtB,WAAW,CAAC,OAAO,EAAE,KAAK,CAAC,KAAK,CAAC,GAAG,2BAA2B;IAI/D,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,2BAA2B;CAIrE"}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CountPortsByTagsRequestBody = void 0;
4
+ class CountPortsByTagsRequestBody {
5
+ constructor() {
6
+ }
7
+ withMatches(matches) {
8
+ this['matches'] = matches;
9
+ return this;
10
+ }
11
+ withTags(tags) {
12
+ this['tags'] = tags;
13
+ return this;
14
+ }
15
+ }
16
+ exports.CountPortsByTagsRequestBody = CountPortsByTagsRequestBody;
17
+ //# sourceMappingURL=CountPortsByTagsRequestBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CountPortsByTagsRequestBody.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/CountPortsByTagsRequestBody.ts"],"names":[],"mappings":";;;AAIA,MAAa,2BAA2B;IAGpC;IACA,CAAC;IACM,WAAW,CAAC,OAAqB;QACpC,IAAI,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC;QAC1B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAoB;QAChC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAbD,kEAaC"}
@@ -0,0 +1,13 @@
1
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
+ export declare class CountPortsByTagsResponse extends SdkResponse {
3
+ private 'request_id'?;
4
+ private 'total_count'?;
5
+ constructor();
6
+ withRequestId(requestId: string): CountPortsByTagsResponse;
7
+ set requestId(requestId: string | undefined);
8
+ get requestId(): string | undefined;
9
+ withTotalCount(totalCount: number): CountPortsByTagsResponse;
10
+ set totalCount(totalCount: number | undefined);
11
+ get totalCount(): number | undefined;
12
+ }
13
+ //# sourceMappingURL=CountPortsByTagsResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CountPortsByTagsResponse.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/CountPortsByTagsResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,wBAAyB,SAAQ,WAAW;IACrD,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,aAAa,CAAC,CAAS;;IAIxB,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,wBAAwB;IAIjE,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,wBAAwB;IAInE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CountPortsByTagsResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class CountPortsByTagsResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withRequestId(requestId) {
10
+ this['request_id'] = requestId;
11
+ return this;
12
+ }
13
+ set requestId(requestId) {
14
+ this['request_id'] = requestId;
15
+ }
16
+ get requestId() {
17
+ return this['request_id'];
18
+ }
19
+ withTotalCount(totalCount) {
20
+ this['total_count'] = totalCount;
21
+ return this;
22
+ }
23
+ set totalCount(totalCount) {
24
+ this['total_count'] = totalCount;
25
+ }
26
+ get totalCount() {
27
+ return this['total_count'];
28
+ }
29
+ }
30
+ exports.CountPortsByTagsResponse = CountPortsByTagsResponse;
31
+ //# sourceMappingURL=CountPortsByTagsResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CountPortsByTagsResponse.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/CountPortsByTagsResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,wBAAyB,SAAQ,yBAAW;IAGrD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAA8B;QAC/C,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;CACJ;AA1BD,4DA0BC"}
@@ -0,0 +1,11 @@
1
+ import { CreatePortTagRequestBody } from './CreatePortTagRequestBody';
2
+ export declare class CreatePortTagRequest {
3
+ private 'port_id'?;
4
+ body?: CreatePortTagRequestBody;
5
+ constructor(portId?: string);
6
+ withPortId(portId: string): CreatePortTagRequest;
7
+ set portId(portId: string | undefined);
8
+ get portId(): string | undefined;
9
+ withBody(body: CreatePortTagRequestBody): CreatePortTagRequest;
10
+ }
11
+ //# sourceMappingURL=CreatePortTagRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreatePortTagRequest.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/CreatePortTagRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAGtE,qBAAa,oBAAoB;IAC7B,OAAO,CAAC,SAAS,CAAC,CAAS;IACpB,IAAI,CAAC,EAAE,wBAAwB,CAAC;gBACpB,MAAM,CAAC,EAAE,MAAM;IAG3B,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,oBAAoB;IAIvD,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;IACM,QAAQ,CAAC,IAAI,EAAE,wBAAwB,GAAG,oBAAoB;CAIxE"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreatePortTagRequest = void 0;
4
+ class CreatePortTagRequest {
5
+ constructor(portId) {
6
+ this['port_id'] = portId;
7
+ }
8
+ withPortId(portId) {
9
+ this['port_id'] = portId;
10
+ return this;
11
+ }
12
+ set portId(portId) {
13
+ this['port_id'] = portId;
14
+ }
15
+ get portId() {
16
+ return this['port_id'];
17
+ }
18
+ withBody(body) {
19
+ this['body'] = body;
20
+ return this;
21
+ }
22
+ }
23
+ exports.CreatePortTagRequest = CreatePortTagRequest;
24
+ //# sourceMappingURL=CreatePortTagRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreatePortTagRequest.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/CreatePortTagRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,oBAAoB;IAG7B,YAAmB,MAAe;QAC9B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,MAAM,CAAC,MAA2B;QACzC,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACD,IAAW,MAAM;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IACM,QAAQ,CAAC,IAA8B;QAC1C,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApBD,oDAoBC"}
@@ -0,0 +1,7 @@
1
+ import { ResourceTag } from './ResourceTag';
2
+ export declare class CreatePortTagRequestBody {
3
+ tag?: ResourceTag;
4
+ constructor(tag?: ResourceTag);
5
+ withTag(tag: ResourceTag): CreatePortTagRequestBody;
6
+ }
7
+ //# sourceMappingURL=CreatePortTagRequestBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreatePortTagRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/CreatePortTagRequestBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,qBAAa,wBAAwB;IAC1B,GAAG,CAAC,EAAE,WAAW,CAAC;gBACN,GAAG,CAAC,EAAE,WAAW;IAG7B,OAAO,CAAC,GAAG,EAAE,WAAW,GAAG,wBAAwB;CAI7D"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreatePortTagRequestBody = void 0;
4
+ class CreatePortTagRequestBody {
5
+ constructor(tag) {
6
+ this['tag'] = tag;
7
+ }
8
+ withTag(tag) {
9
+ this['tag'] = tag;
10
+ return this;
11
+ }
12
+ }
13
+ exports.CreatePortTagRequestBody = CreatePortTagRequestBody;
14
+ //# sourceMappingURL=CreatePortTagRequestBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreatePortTagRequestBody.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/CreatePortTagRequestBody.ts"],"names":[],"mappings":";;;AAGA,MAAa,wBAAwB;IAEjC,YAAmB,GAAiB;QAChC,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;IACtB,CAAC;IACM,OAAO,CAAC,GAAgB;QAC3B,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AATD,4DASC"}
@@ -0,0 +1,5 @@
1
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
+ export declare class CreatePortTagResponse extends SdkResponse {
3
+ constructor();
4
+ }
5
+ //# sourceMappingURL=CreatePortTagResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreatePortTagResponse.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/CreatePortTagResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,qBAAsB,SAAQ,WAAW;;CAIrD"}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreatePortTagResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class CreatePortTagResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ }
10
+ exports.CreatePortTagResponse = CreatePortTagResponse;
11
+ //# sourceMappingURL=CreatePortTagResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreatePortTagResponse.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/CreatePortTagResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,qBAAsB,SAAQ,yBAAW;IAClD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;CACJ;AAJD,sDAIC"}
@@ -0,0 +1,12 @@
1
+ export declare class DeletePortTagRequest {
2
+ private 'port_id'?;
3
+ private 'tag_key'?;
4
+ constructor(portId?: string, tagKey?: string);
5
+ withPortId(portId: string): DeletePortTagRequest;
6
+ set portId(portId: string | undefined);
7
+ get portId(): string | undefined;
8
+ withTagKey(tagKey: string): DeletePortTagRequest;
9
+ set tagKey(tagKey: string | undefined);
10
+ get tagKey(): string | undefined;
11
+ }
12
+ //# sourceMappingURL=DeletePortTagRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeletePortTagRequest.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/DeletePortTagRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;IAC7B,OAAO,CAAC,SAAS,CAAC,CAAS;IAC3B,OAAO,CAAC,SAAS,CAAC,CAAS;gBACR,MAAM,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM;IAI5C,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,oBAAoB;IAIvD,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,oBAAoB;IAIvD,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;CACJ"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeletePortTagRequest = void 0;
4
+ class DeletePortTagRequest {
5
+ constructor(portId, tagKey) {
6
+ this['port_id'] = portId;
7
+ this['tag_key'] = tagKey;
8
+ }
9
+ withPortId(portId) {
10
+ this['port_id'] = portId;
11
+ return this;
12
+ }
13
+ set portId(portId) {
14
+ this['port_id'] = portId;
15
+ }
16
+ get portId() {
17
+ return this['port_id'];
18
+ }
19
+ withTagKey(tagKey) {
20
+ this['tag_key'] = tagKey;
21
+ return this;
22
+ }
23
+ set tagKey(tagKey) {
24
+ this['tag_key'] = tagKey;
25
+ }
26
+ get tagKey() {
27
+ return this['tag_key'];
28
+ }
29
+ }
30
+ exports.DeletePortTagRequest = DeletePortTagRequest;
31
+ //# sourceMappingURL=DeletePortTagRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeletePortTagRequest.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/DeletePortTagRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,oBAAoB;IAG7B,YAAmB,MAAe,EAAE,MAAe;QAC/C,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,MAAM,CAAC,MAA2B;QACzC,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACD,IAAW,MAAM;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,MAAM,CAAC,MAA2B;QACzC,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACD,IAAW,MAAM;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;CACJ;AA3BD,oDA2BC"}
@@ -0,0 +1,5 @@
1
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
+ export declare class DeletePortTagResponse extends SdkResponse {
3
+ constructor();
4
+ }
5
+ //# sourceMappingURL=DeletePortTagResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeletePortTagResponse.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/DeletePortTagResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,qBAAsB,SAAQ,WAAW;;CAIrD"}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeletePortTagResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class DeletePortTagResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ }
10
+ exports.DeletePortTagResponse = DeletePortTagResponse;
11
+ //# sourceMappingURL=DeletePortTagResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeletePortTagResponse.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/DeletePortTagResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,qBAAsB,SAAQ,yBAAW;IAClD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;CACJ;AAJD,sDAIC"}
@@ -0,0 +1,8 @@
1
+ export declare class DeleteResourceTagRequestBody {
2
+ key?: string;
3
+ value?: string;
4
+ constructor(key?: string);
5
+ withKey(key: string): DeleteResourceTagRequestBody;
6
+ withValue(value: string): DeleteResourceTagRequestBody;
7
+ }
8
+ //# sourceMappingURL=DeleteResourceTagRequestBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteResourceTagRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/DeleteResourceTagRequestBody.ts"],"names":[],"mappings":"AAEA,qBAAa,4BAA4B;IAC9B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;gBACH,GAAG,CAAC,EAAE,MAAM;IAGxB,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,4BAA4B;IAIlD,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,4BAA4B;CAIhE"}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteResourceTagRequestBody = void 0;
4
+ class DeleteResourceTagRequestBody {
5
+ constructor(key) {
6
+ this['key'] = key;
7
+ }
8
+ withKey(key) {
9
+ this['key'] = key;
10
+ return this;
11
+ }
12
+ withValue(value) {
13
+ this['value'] = value;
14
+ return this;
15
+ }
16
+ }
17
+ exports.DeleteResourceTagRequestBody = DeleteResourceTagRequestBody;
18
+ //# sourceMappingURL=DeleteResourceTagRequestBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteResourceTagRequestBody.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/DeleteResourceTagRequestBody.ts"],"names":[],"mappings":";;;AAEA,MAAa,4BAA4B;IAGrC,YAAmB,GAAY;QAC3B,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;IACtB,CAAC;IACM,OAAO,CAAC,GAAW;QACtB,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAdD,oEAcC"}
@@ -1,4 +1,8 @@
1
1
  export declare class ListFirewallTagsRequest {
2
+ limit?: number;
3
+ offset?: number;
2
4
  constructor();
5
+ withLimit(limit: number): ListFirewallTagsRequest;
6
+ withOffset(offset: number): ListFirewallTagsRequest;
3
7
  }
4
8
  //# sourceMappingURL=ListFirewallTagsRequest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListFirewallTagsRequest.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/ListFirewallTagsRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,uBAAuB;;CAGnC"}
1
+ {"version":3,"file":"ListFirewallTagsRequest.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/ListFirewallTagsRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,uBAAuB;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;;IAGhB,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,uBAAuB;IAIjD,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,uBAAuB;CAI7D"}
@@ -4,6 +4,14 @@ exports.ListFirewallTagsRequest = void 0;
4
4
  class ListFirewallTagsRequest {
5
5
  constructor() {
6
6
  }
7
+ withLimit(limit) {
8
+ this['limit'] = limit;
9
+ return this;
10
+ }
11
+ withOffset(offset) {
12
+ this['offset'] = offset;
13
+ return this;
14
+ }
7
15
  }
8
16
  exports.ListFirewallTagsRequest = ListFirewallTagsRequest;
9
17
  //# sourceMappingURL=ListFirewallTagsRequest.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListFirewallTagsRequest.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/ListFirewallTagsRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,uBAAuB;IAChC;IACA,CAAC;CACJ;AAHD,0DAGC"}
1
+ {"version":3,"file":"ListFirewallTagsRequest.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/ListFirewallTagsRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,uBAAuB;IAGhC;IACA,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAbD,0DAaC"}
@@ -1,12 +1,16 @@
1
1
  import { ListTag } from './ListTag';
2
2
  import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
3
  export declare class ListFirewallTagsResponse extends SdkResponse {
4
- tags?: ListTag;
4
+ tags?: Array<ListTag>;
5
5
  private 'request_id'?;
6
+ private 'total_count'?;
6
7
  constructor();
7
- withTags(tags: ListTag): ListFirewallTagsResponse;
8
+ withTags(tags: Array<ListTag>): ListFirewallTagsResponse;
8
9
  withRequestId(requestId: string): ListFirewallTagsResponse;
9
10
  set requestId(requestId: string | undefined);
10
11
  get requestId(): string | undefined;
12
+ withTotalCount(totalCount: number): ListFirewallTagsResponse;
13
+ set totalCount(totalCount: number | undefined);
14
+ get totalCount(): number | undefined;
11
15
  }
12
16
  //# sourceMappingURL=ListFirewallTagsResponse.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListFirewallTagsResponse.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/ListFirewallTagsResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,wBAAyB,SAAQ,WAAW;IAC9C,IAAI,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,YAAY,CAAC,CAAS;;IAIvB,QAAQ,CAAC,IAAI,EAAE,OAAO,GAAG,wBAAwB;IAIjD,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,wBAAwB;IAIjE,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;CACJ"}
1
+ {"version":3,"file":"ListFirewallTagsResponse.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/ListFirewallTagsResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,wBAAyB,SAAQ,WAAW;IAC9C,IAAI,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IAC7B,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,aAAa,CAAC,CAAS;;IAIxB,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,wBAAwB;IAIxD,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,wBAAwB;IAIjE,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,wBAAwB;IAInE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ"}
@@ -20,6 +20,16 @@ class ListFirewallTagsResponse extends SdkResponse_1.SdkResponse {
20
20
  get requestId() {
21
21
  return this['request_id'];
22
22
  }
23
+ withTotalCount(totalCount) {
24
+ this['total_count'] = totalCount;
25
+ return this;
26
+ }
27
+ set totalCount(totalCount) {
28
+ this['total_count'] = totalCount;
29
+ }
30
+ get totalCount() {
31
+ return this['total_count'];
32
+ }
23
33
  }
24
34
  exports.ListFirewallTagsResponse = ListFirewallTagsResponse;
25
35
  //# sourceMappingURL=ListFirewallTagsResponse.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListFirewallTagsResponse.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/ListFirewallTagsResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,wBAAyB,SAAQ,yBAAW;IAGrD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,QAAQ,CAAC,IAAa;QACzB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAA8B;QAC/C,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;CACJ;AApBD,4DAoBC"}
1
+ {"version":3,"file":"ListFirewallTagsResponse.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/ListFirewallTagsResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,wBAAyB,SAAQ,yBAAW;IAIrD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,QAAQ,CAAC,IAAoB;QAChC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAA8B;QAC/C,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;CACJ;AA/BD,4DA+BC"}
@@ -0,0 +1,8 @@
1
+ export declare class ListPortTagsRequest {
2
+ limit?: number;
3
+ offset?: number;
4
+ constructor();
5
+ withLimit(limit: number): ListPortTagsRequest;
6
+ withOffset(offset: number): ListPortTagsRequest;
7
+ }
8
+ //# sourceMappingURL=ListPortTagsRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListPortTagsRequest.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/ListPortTagsRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,mBAAmB;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;;IAGhB,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,mBAAmB;IAI7C,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,mBAAmB;CAIzD"}