@huaweicloud/huaweicloud-sdk-vpc 3.1.58 → 3.1.60

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 (77) hide show
  1. package/package.json +2 -2
  2. package/v2/VpcRegion.d.ts +1 -0
  3. package/v2/VpcRegion.d.ts.map +1 -1
  4. package/v2/VpcRegion.js +3 -1
  5. package/v2/VpcRegion.js.map +1 -1
  6. package/v3/VpcClient.d.ts +84 -0
  7. package/v3/VpcClient.d.ts.map +1 -1
  8. package/v3/VpcClient.js +174 -0
  9. package/v3/VpcClient.js.map +1 -1
  10. package/v3/VpcRegion.d.ts +1 -0
  11. package/v3/VpcRegion.d.ts.map +1 -1
  12. package/v3/VpcRegion.js +3 -1
  13. package/v3/VpcRegion.js.map +1 -1
  14. package/v3/model/AddSecurityGroupsRequest.d.ts +11 -0
  15. package/v3/model/AddSecurityGroupsRequest.d.ts.map +1 -0
  16. package/v3/model/AddSecurityGroupsRequest.js +24 -0
  17. package/v3/model/AddSecurityGroupsRequest.js.map +1 -0
  18. package/v3/model/AddSecurityGroupsRequestBody.d.ts +7 -0
  19. package/v3/model/AddSecurityGroupsRequestBody.d.ts.map +1 -0
  20. package/v3/model/AddSecurityGroupsRequestBody.js +14 -0
  21. package/v3/model/AddSecurityGroupsRequestBody.js.map +1 -0
  22. package/v3/model/AddSecurityGroupsResponse.d.ts +12 -0
  23. package/v3/model/AddSecurityGroupsResponse.d.ts.map +1 -0
  24. package/v3/model/AddSecurityGroupsResponse.js +25 -0
  25. package/v3/model/AddSecurityGroupsResponse.js.map +1 -0
  26. package/v3/model/AllowedAddressPair.d.ts +12 -0
  27. package/v3/model/AllowedAddressPair.d.ts.map +1 -0
  28. package/v3/model/AllowedAddressPair.js +29 -0
  29. package/v3/model/AllowedAddressPair.js.map +1 -0
  30. package/v3/model/BatchCreateSecurityGroupRulesOption.d.ts +30 -0
  31. package/v3/model/BatchCreateSecurityGroupRulesOption.d.ts.map +1 -0
  32. package/v3/model/BatchCreateSecurityGroupRulesOption.js +68 -0
  33. package/v3/model/BatchCreateSecurityGroupRulesOption.js.map +1 -0
  34. package/v3/model/BatchCreateSecurityGroupRulesRequest.d.ts +11 -0
  35. package/v3/model/BatchCreateSecurityGroupRulesRequest.d.ts.map +1 -0
  36. package/v3/model/BatchCreateSecurityGroupRulesRequest.js +24 -0
  37. package/v3/model/BatchCreateSecurityGroupRulesRequest.js.map +1 -0
  38. package/v3/model/BatchCreateSecurityGroupRulesRequestBody.d.ts +17 -0
  39. package/v3/model/BatchCreateSecurityGroupRulesRequestBody.d.ts.map +1 -0
  40. package/v3/model/BatchCreateSecurityGroupRulesRequestBody.js +40 -0
  41. package/v3/model/BatchCreateSecurityGroupRulesRequestBody.js.map +1 -0
  42. package/v3/model/BatchCreateSecurityGroupRulesResponse.d.ts +14 -0
  43. package/v3/model/BatchCreateSecurityGroupRulesResponse.d.ts.map +1 -0
  44. package/v3/model/BatchCreateSecurityGroupRulesResponse.js +31 -0
  45. package/v3/model/BatchCreateSecurityGroupRulesResponse.js.map +1 -0
  46. package/v3/model/InsertSecurityGroupOption.d.ts +10 -0
  47. package/v3/model/InsertSecurityGroupOption.d.ts.map +1 -0
  48. package/v3/model/InsertSecurityGroupOption.js +24 -0
  49. package/v3/model/InsertSecurityGroupOption.js.map +1 -0
  50. package/v3/model/Port.d.ts +138 -0
  51. package/v3/model/Port.d.ts.map +1 -0
  52. package/v3/model/Port.js +369 -0
  53. package/v3/model/Port.js.map +1 -0
  54. package/v3/model/PrivateIpInfo.d.ts +12 -0
  55. package/v3/model/PrivateIpInfo.d.ts.map +1 -0
  56. package/v3/model/PrivateIpInfo.js +31 -0
  57. package/v3/model/PrivateIpInfo.js.map +1 -0
  58. package/v3/model/RemoveSecurityGroupOption.d.ts +8 -0
  59. package/v3/model/RemoveSecurityGroupOption.d.ts.map +1 -0
  60. package/v3/model/RemoveSecurityGroupOption.js +20 -0
  61. package/v3/model/RemoveSecurityGroupOption.js.map +1 -0
  62. package/v3/model/RemoveSecurityGroupsRequest.d.ts +11 -0
  63. package/v3/model/RemoveSecurityGroupsRequest.d.ts.map +1 -0
  64. package/v3/model/RemoveSecurityGroupsRequest.js +24 -0
  65. package/v3/model/RemoveSecurityGroupsRequest.js.map +1 -0
  66. package/v3/model/RemoveSecurityGroupsRequestBody.d.ts +7 -0
  67. package/v3/model/RemoveSecurityGroupsRequestBody.d.ts.map +1 -0
  68. package/v3/model/RemoveSecurityGroupsRequestBody.js +14 -0
  69. package/v3/model/RemoveSecurityGroupsRequestBody.js.map +1 -0
  70. package/v3/model/RemoveSecurityGroupsResponse.d.ts +12 -0
  71. package/v3/model/RemoveSecurityGroupsResponse.d.ts.map +1 -0
  72. package/v3/model/RemoveSecurityGroupsResponse.js +25 -0
  73. package/v3/model/RemoveSecurityGroupsResponse.js.map +1 -0
  74. package/v3/public-api.d.ts +15 -0
  75. package/v3/public-api.d.ts.map +1 -1
  76. package/v3/public-api.js +15 -0
  77. package/v3/public-api.js.map +1 -1
@@ -0,0 +1,30 @@
1
+ export declare class BatchCreateSecurityGroupRulesOption {
2
+ description?: string;
3
+ direction?: string;
4
+ ethertype?: string;
5
+ protocol?: string;
6
+ multiport?: string;
7
+ private 'remote_ip_prefix'?;
8
+ private 'remote_group_id'?;
9
+ private 'remote_address_group_id'?;
10
+ action?: string;
11
+ priority?: string;
12
+ constructor(direction?: string);
13
+ withDescription(description: string): BatchCreateSecurityGroupRulesOption;
14
+ withDirection(direction: string): BatchCreateSecurityGroupRulesOption;
15
+ withEthertype(ethertype: string): BatchCreateSecurityGroupRulesOption;
16
+ withProtocol(protocol: string): BatchCreateSecurityGroupRulesOption;
17
+ withMultiport(multiport: string): BatchCreateSecurityGroupRulesOption;
18
+ withRemoteIpPrefix(remoteIpPrefix: string): BatchCreateSecurityGroupRulesOption;
19
+ set remoteIpPrefix(remoteIpPrefix: string | undefined);
20
+ get remoteIpPrefix(): string | undefined;
21
+ withRemoteGroupId(remoteGroupId: string): BatchCreateSecurityGroupRulesOption;
22
+ set remoteGroupId(remoteGroupId: string | undefined);
23
+ get remoteGroupId(): string | undefined;
24
+ withRemoteAddressGroupId(remoteAddressGroupId: string): BatchCreateSecurityGroupRulesOption;
25
+ set remoteAddressGroupId(remoteAddressGroupId: string | undefined);
26
+ get remoteAddressGroupId(): string | undefined;
27
+ withAction(action: string): BatchCreateSecurityGroupRulesOption;
28
+ withPriority(priority: string): BatchCreateSecurityGroupRulesOption;
29
+ }
30
+ //# sourceMappingURL=BatchCreateSecurityGroupRulesOption.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchCreateSecurityGroupRulesOption.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/BatchCreateSecurityGroupRulesOption.ts"],"names":[],"mappings":"AAEA,qBAAa,mCAAmC;IACrC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IAC1B,OAAO,CAAC,kBAAkB,CAAC,CAAS;IACpC,OAAO,CAAC,iBAAiB,CAAC,CAAS;IACnC,OAAO,CAAC,yBAAyB,CAAC,CAAS;IACpC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;gBACN,SAAS,CAAC,EAAE,MAAM;IAG9B,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,mCAAmC;IAIzE,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,mCAAmC;IAIrE,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,mCAAmC;IAIrE,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,mCAAmC;IAInE,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,mCAAmC;IAIrE,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,mCAAmC;IAItF,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,mCAAmC;IAIpF,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,wBAAwB,CAAC,oBAAoB,EAAE,MAAM,GAAG,mCAAmC;IAIlG,IAAW,oBAAoB,CAAC,oBAAoB,EAAE,MAAM,GAAI,SAAS,EAExE;IACD,IAAW,oBAAoB,IAAI,MAAM,GAAG,SAAS,CAEpD;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,mCAAmC;IAI/D,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,mCAAmC;CAI7E"}
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BatchCreateSecurityGroupRulesOption = void 0;
4
+ class BatchCreateSecurityGroupRulesOption {
5
+ constructor(direction) {
6
+ this['direction'] = direction;
7
+ }
8
+ withDescription(description) {
9
+ this['description'] = description;
10
+ return this;
11
+ }
12
+ withDirection(direction) {
13
+ this['direction'] = direction;
14
+ return this;
15
+ }
16
+ withEthertype(ethertype) {
17
+ this['ethertype'] = ethertype;
18
+ return this;
19
+ }
20
+ withProtocol(protocol) {
21
+ this['protocol'] = protocol;
22
+ return this;
23
+ }
24
+ withMultiport(multiport) {
25
+ this['multiport'] = multiport;
26
+ return this;
27
+ }
28
+ withRemoteIpPrefix(remoteIpPrefix) {
29
+ this['remote_ip_prefix'] = remoteIpPrefix;
30
+ return this;
31
+ }
32
+ set remoteIpPrefix(remoteIpPrefix) {
33
+ this['remote_ip_prefix'] = remoteIpPrefix;
34
+ }
35
+ get remoteIpPrefix() {
36
+ return this['remote_ip_prefix'];
37
+ }
38
+ withRemoteGroupId(remoteGroupId) {
39
+ this['remote_group_id'] = remoteGroupId;
40
+ return this;
41
+ }
42
+ set remoteGroupId(remoteGroupId) {
43
+ this['remote_group_id'] = remoteGroupId;
44
+ }
45
+ get remoteGroupId() {
46
+ return this['remote_group_id'];
47
+ }
48
+ withRemoteAddressGroupId(remoteAddressGroupId) {
49
+ this['remote_address_group_id'] = remoteAddressGroupId;
50
+ return this;
51
+ }
52
+ set remoteAddressGroupId(remoteAddressGroupId) {
53
+ this['remote_address_group_id'] = remoteAddressGroupId;
54
+ }
55
+ get remoteAddressGroupId() {
56
+ return this['remote_address_group_id'];
57
+ }
58
+ withAction(action) {
59
+ this['action'] = action;
60
+ return this;
61
+ }
62
+ withPriority(priority) {
63
+ this['priority'] = priority;
64
+ return this;
65
+ }
66
+ }
67
+ exports.BatchCreateSecurityGroupRulesOption = BatchCreateSecurityGroupRulesOption;
68
+ //# sourceMappingURL=BatchCreateSecurityGroupRulesOption.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchCreateSecurityGroupRulesOption.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/BatchCreateSecurityGroupRulesOption.ts"],"names":[],"mappings":";;;AAEA,MAAa,mCAAmC;IAW5C,YAAmB,SAAkB;QACjC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;IAClC,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;IAC9C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,kBAAkB,CAAC,CAAC;IACpC,CAAC;IACM,iBAAiB,CAAC,aAAqB;QAC1C,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;QACxC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAkC;QACvD,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;IAC5C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;IACM,wBAAwB,CAAC,oBAA4B;QACxD,IAAI,CAAC,yBAAyB,CAAC,GAAG,oBAAoB,CAAC;QACvD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,oBAAoB,CAAC,oBAAyC;QACrE,IAAI,CAAC,yBAAyB,CAAC,GAAG,oBAAoB,CAAC;IAC3D,CAAC;IACD,IAAW,oBAAoB;QAC3B,OAAO,IAAI,CAAC,yBAAyB,CAAC,CAAC;IAC3C,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAxED,kFAwEC"}
@@ -0,0 +1,11 @@
1
+ import { BatchCreateSecurityGroupRulesRequestBody } from './BatchCreateSecurityGroupRulesRequestBody';
2
+ export declare class BatchCreateSecurityGroupRulesRequest {
3
+ private 'security_group_id'?;
4
+ body?: BatchCreateSecurityGroupRulesRequestBody;
5
+ constructor(securityGroupId?: string);
6
+ withSecurityGroupId(securityGroupId: string): BatchCreateSecurityGroupRulesRequest;
7
+ set securityGroupId(securityGroupId: string | undefined);
8
+ get securityGroupId(): string | undefined;
9
+ withBody(body: BatchCreateSecurityGroupRulesRequestBody): BatchCreateSecurityGroupRulesRequest;
10
+ }
11
+ //# sourceMappingURL=BatchCreateSecurityGroupRulesRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchCreateSecurityGroupRulesRequest.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/BatchCreateSecurityGroupRulesRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAGtG,qBAAa,oCAAoC;IAC7C,OAAO,CAAC,mBAAmB,CAAC,CAAS;IAC9B,IAAI,CAAC,EAAE,wCAAwC,CAAC;gBACpC,eAAe,CAAC,EAAE,MAAM;IAGpC,mBAAmB,CAAC,eAAe,EAAE,MAAM,GAAG,oCAAoC;IAIzF,IAAW,eAAe,CAAC,eAAe,EAAE,MAAM,GAAI,SAAS,EAE9D;IACD,IAAW,eAAe,IAAI,MAAM,GAAG,SAAS,CAE/C;IACM,QAAQ,CAAC,IAAI,EAAE,wCAAwC,GAAG,oCAAoC;CAIxG"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BatchCreateSecurityGroupRulesRequest = void 0;
4
+ class BatchCreateSecurityGroupRulesRequest {
5
+ constructor(securityGroupId) {
6
+ this['security_group_id'] = securityGroupId;
7
+ }
8
+ withSecurityGroupId(securityGroupId) {
9
+ this['security_group_id'] = securityGroupId;
10
+ return this;
11
+ }
12
+ set securityGroupId(securityGroupId) {
13
+ this['security_group_id'] = securityGroupId;
14
+ }
15
+ get securityGroupId() {
16
+ return this['security_group_id'];
17
+ }
18
+ withBody(body) {
19
+ this['body'] = body;
20
+ return this;
21
+ }
22
+ }
23
+ exports.BatchCreateSecurityGroupRulesRequest = BatchCreateSecurityGroupRulesRequest;
24
+ //# sourceMappingURL=BatchCreateSecurityGroupRulesRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchCreateSecurityGroupRulesRequest.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/BatchCreateSecurityGroupRulesRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,oCAAoC;IAG7C,YAAmB,eAAwB;QACvC,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;IAChD,CAAC;IACM,mBAAmB,CAAC,eAAuB;QAC9C,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;QAC5C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,eAAe,CAAC,eAAoC;QAC3D,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;IAChD,CAAC;IACD,IAAW,eAAe;QACtB,OAAO,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACrC,CAAC;IACM,QAAQ,CAAC,IAA8C;QAC1D,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApBD,oFAoBC"}
@@ -0,0 +1,17 @@
1
+ import { BatchCreateSecurityGroupRulesOption } from './BatchCreateSecurityGroupRulesOption';
2
+ export declare class BatchCreateSecurityGroupRulesRequestBody {
3
+ private 'security_group_rules'?;
4
+ private 'ignore_duplicate'?;
5
+ private 'dry_run'?;
6
+ constructor(securityGroupRules?: Array<BatchCreateSecurityGroupRulesOption>);
7
+ withSecurityGroupRules(securityGroupRules: Array<BatchCreateSecurityGroupRulesOption>): BatchCreateSecurityGroupRulesRequestBody;
8
+ set securityGroupRules(securityGroupRules: Array<BatchCreateSecurityGroupRulesOption> | undefined);
9
+ get securityGroupRules(): Array<BatchCreateSecurityGroupRulesOption> | undefined;
10
+ withIgnoreDuplicate(ignoreDuplicate: boolean): BatchCreateSecurityGroupRulesRequestBody;
11
+ set ignoreDuplicate(ignoreDuplicate: boolean | undefined);
12
+ get ignoreDuplicate(): boolean | undefined;
13
+ withDryRun(dryRun: boolean): BatchCreateSecurityGroupRulesRequestBody;
14
+ set dryRun(dryRun: boolean | undefined);
15
+ get dryRun(): boolean | undefined;
16
+ }
17
+ //# sourceMappingURL=BatchCreateSecurityGroupRulesRequestBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchCreateSecurityGroupRulesRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/BatchCreateSecurityGroupRulesRequestBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAG5F,qBAAa,wCAAwC;IACjD,OAAO,CAAC,sBAAsB,CAAC,CAA6C;IAC5E,OAAO,CAAC,kBAAkB,CAAC,CAAU;IACrC,OAAO,CAAC,SAAS,CAAC,CAAU;gBACT,kBAAkB,CAAC,EAAE,KAAK,CAAC,mCAAmC,CAAC;IAG3E,sBAAsB,CAAC,kBAAkB,EAAE,KAAK,CAAC,mCAAmC,CAAC,GAAG,wCAAwC;IAIvI,IAAW,kBAAkB,CAAC,kBAAkB,EAAE,KAAK,CAAC,mCAAmC,CAAC,GAAI,SAAS,EAExG;IACD,IAAW,kBAAkB,IAAI,KAAK,CAAC,mCAAmC,CAAC,GAAG,SAAS,CAEtF;IACM,mBAAmB,CAAC,eAAe,EAAE,OAAO,GAAG,wCAAwC;IAI9F,IAAW,eAAe,CAAC,eAAe,EAAE,OAAO,GAAI,SAAS,EAE/D;IACD,IAAW,eAAe,IAAI,OAAO,GAAG,SAAS,CAEhD;IACM,UAAU,CAAC,MAAM,EAAE,OAAO,GAAG,wCAAwC;IAI5E,IAAW,MAAM,CAAC,MAAM,EAAE,OAAO,GAAI,SAAS,EAE7C;IACD,IAAW,MAAM,IAAI,OAAO,GAAG,SAAS,CAEvC;CACJ"}
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BatchCreateSecurityGroupRulesRequestBody = void 0;
4
+ class BatchCreateSecurityGroupRulesRequestBody {
5
+ constructor(securityGroupRules) {
6
+ this['security_group_rules'] = securityGroupRules;
7
+ }
8
+ withSecurityGroupRules(securityGroupRules) {
9
+ this['security_group_rules'] = securityGroupRules;
10
+ return this;
11
+ }
12
+ set securityGroupRules(securityGroupRules) {
13
+ this['security_group_rules'] = securityGroupRules;
14
+ }
15
+ get securityGroupRules() {
16
+ return this['security_group_rules'];
17
+ }
18
+ withIgnoreDuplicate(ignoreDuplicate) {
19
+ this['ignore_duplicate'] = ignoreDuplicate;
20
+ return this;
21
+ }
22
+ set ignoreDuplicate(ignoreDuplicate) {
23
+ this['ignore_duplicate'] = ignoreDuplicate;
24
+ }
25
+ get ignoreDuplicate() {
26
+ return this['ignore_duplicate'];
27
+ }
28
+ withDryRun(dryRun) {
29
+ this['dry_run'] = dryRun;
30
+ return this;
31
+ }
32
+ set dryRun(dryRun) {
33
+ this['dry_run'] = dryRun;
34
+ }
35
+ get dryRun() {
36
+ return this['dry_run'];
37
+ }
38
+ }
39
+ exports.BatchCreateSecurityGroupRulesRequestBody = BatchCreateSecurityGroupRulesRequestBody;
40
+ //# sourceMappingURL=BatchCreateSecurityGroupRulesRequestBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchCreateSecurityGroupRulesRequestBody.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/BatchCreateSecurityGroupRulesRequestBody.ts"],"names":[],"mappings":";;;AAGA,MAAa,wCAAwC;IAIjD,YAAmB,kBAA+D;QAC9E,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;IACtD,CAAC;IACM,sBAAsB,CAAC,kBAA8D;QACxF,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;QAClD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,kBAAkB,CAAC,kBAA2E;QACrG,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;IACtD,CAAC;IACD,IAAW,kBAAkB;QACzB,OAAO,IAAI,CAAC,sBAAsB,CAAC,CAAC;IACxC,CAAC;IACM,mBAAmB,CAAC,eAAwB;QAC/C,IAAI,CAAC,kBAAkB,CAAC,GAAG,eAAe,CAAC;QAC3C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,eAAe,CAAC,eAAqC;QAC5D,IAAI,CAAC,kBAAkB,CAAC,GAAG,eAAe,CAAC;IAC/C,CAAC;IACD,IAAW,eAAe;QACtB,OAAO,IAAI,CAAC,kBAAkB,CAAC,CAAC;IACpC,CAAC;IACM,UAAU,CAAC,MAAe;QAC7B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,MAAM,CAAC,MAA4B;QAC1C,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACD,IAAW,MAAM;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;CACJ;AArCD,4FAqCC"}
@@ -0,0 +1,14 @@
1
+ import { SecurityGroupRule } from './SecurityGroupRule';
2
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
+ export declare class BatchCreateSecurityGroupRulesResponse extends SdkResponse {
4
+ private 'security_group_rules'?;
5
+ private 'request_id'?;
6
+ constructor();
7
+ withSecurityGroupRules(securityGroupRules: Array<SecurityGroupRule>): BatchCreateSecurityGroupRulesResponse;
8
+ set securityGroupRules(securityGroupRules: Array<SecurityGroupRule> | undefined);
9
+ get securityGroupRules(): Array<SecurityGroupRule> | undefined;
10
+ withRequestId(requestId: string): BatchCreateSecurityGroupRulesResponse;
11
+ set requestId(requestId: string | undefined);
12
+ get requestId(): string | undefined;
13
+ }
14
+ //# sourceMappingURL=BatchCreateSecurityGroupRulesResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchCreateSecurityGroupRulesResponse.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/BatchCreateSecurityGroupRulesResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,qCAAsC,SAAQ,WAAW;IAClE,OAAO,CAAC,sBAAsB,CAAC,CAA2B;IAC1D,OAAO,CAAC,YAAY,CAAC,CAAS;;IAIvB,sBAAsB,CAAC,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,qCAAqC;IAIlH,IAAW,kBAAkB,CAAC,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAI,SAAS,EAEtF;IACD,IAAW,kBAAkB,IAAI,KAAK,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAEpE;IACM,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,qCAAqC;IAI9E,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;CACJ"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BatchCreateSecurityGroupRulesResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class BatchCreateSecurityGroupRulesResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withSecurityGroupRules(securityGroupRules) {
10
+ this['security_group_rules'] = securityGroupRules;
11
+ return this;
12
+ }
13
+ set securityGroupRules(securityGroupRules) {
14
+ this['security_group_rules'] = securityGroupRules;
15
+ }
16
+ get securityGroupRules() {
17
+ return this['security_group_rules'];
18
+ }
19
+ withRequestId(requestId) {
20
+ this['request_id'] = requestId;
21
+ return this;
22
+ }
23
+ set requestId(requestId) {
24
+ this['request_id'] = requestId;
25
+ }
26
+ get requestId() {
27
+ return this['request_id'];
28
+ }
29
+ }
30
+ exports.BatchCreateSecurityGroupRulesResponse = BatchCreateSecurityGroupRulesResponse;
31
+ //# sourceMappingURL=BatchCreateSecurityGroupRulesResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchCreateSecurityGroupRulesResponse.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/BatchCreateSecurityGroupRulesResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,qCAAsC,SAAQ,yBAAW;IAGlE;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,sBAAsB,CAAC,kBAA4C;QACtE,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;QAClD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,kBAAkB,CAAC,kBAAyD;QACnF,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;IACtD,CAAC;IACD,IAAW,kBAAkB;QACzB,OAAO,IAAI,CAAC,sBAAsB,CAAC,CAAC;IACxC,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;AA1BD,sFA0BC"}
@@ -0,0 +1,10 @@
1
+ export declare class InsertSecurityGroupOption {
2
+ private 'security_groups'?;
3
+ index?: number;
4
+ constructor(securityGroups?: Array<string>);
5
+ withSecurityGroups(securityGroups: Array<string>): InsertSecurityGroupOption;
6
+ set securityGroups(securityGroups: Array<string> | undefined);
7
+ get securityGroups(): Array<string> | undefined;
8
+ withIndex(index: number): InsertSecurityGroupOption;
9
+ }
10
+ //# sourceMappingURL=InsertSecurityGroupOption.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InsertSecurityGroupOption.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/InsertSecurityGroupOption.ts"],"names":[],"mappings":"AAEA,qBAAa,yBAAyB;IAClC,OAAO,CAAC,iBAAiB,CAAC,CAAgB;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;gBACH,cAAc,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC;IAG1C,kBAAkB,CAAC,cAAc,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,yBAAyB;IAInF,IAAW,cAAc,CAAC,cAAc,EAAE,KAAK,CAAC,MAAM,CAAC,GAAI,SAAS,EAEnE;IACD,IAAW,cAAc,IAAI,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAErD;IACM,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,yBAAyB;CAI7D"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.InsertSecurityGroupOption = void 0;
4
+ class InsertSecurityGroupOption {
5
+ constructor(securityGroups) {
6
+ this['security_groups'] = securityGroups;
7
+ }
8
+ withSecurityGroups(securityGroups) {
9
+ this['security_groups'] = securityGroups;
10
+ return this;
11
+ }
12
+ set securityGroups(securityGroups) {
13
+ this['security_groups'] = securityGroups;
14
+ }
15
+ get securityGroups() {
16
+ return this['security_groups'];
17
+ }
18
+ withIndex(index) {
19
+ this['index'] = index;
20
+ return this;
21
+ }
22
+ }
23
+ exports.InsertSecurityGroupOption = InsertSecurityGroupOption;
24
+ //# sourceMappingURL=InsertSecurityGroupOption.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InsertSecurityGroupOption.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/InsertSecurityGroupOption.ts"],"names":[],"mappings":";;;AAEA,MAAa,yBAAyB;IAGlC,YAAmB,cAA8B;QAC7C,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACM,kBAAkB,CAAC,cAA6B;QACnD,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAA0C;QAChE,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApBD,8DAoBC"}
@@ -0,0 +1,138 @@
1
+ import { AllowedAddressPair } from './AllowedAddressPair';
2
+ import { PrivateIpInfo } from './PrivateIpInfo';
3
+ export declare class Port {
4
+ private 'admin_state_up'?;
5
+ private 'binding:host_id'?;
6
+ private 'binding:profile'?;
7
+ private 'binding:vif_details'?;
8
+ private 'binding:vif_type'?;
9
+ private 'binding:vnic_type'?;
10
+ private 'created_at'?;
11
+ private 'updated_at'?;
12
+ description?: string;
13
+ private 'device_id'?;
14
+ private 'device_owner'?;
15
+ private 'ecs_flavor'?;
16
+ id?: string;
17
+ private 'instance_id'?;
18
+ private 'instance_type'?;
19
+ private 'mac_address'?;
20
+ name?: string;
21
+ private 'port_security_enabled'?;
22
+ private 'private_ips'?;
23
+ private 'project_id'?;
24
+ private 'security_groups'?;
25
+ status?: string;
26
+ private 'tenant_id'?;
27
+ private 'virsubnet_id'?;
28
+ private 'vpc_id'?;
29
+ private 'vpc_tenant_id'?;
30
+ private 'vtep_ip'?;
31
+ private 'enable_efi'?;
32
+ scope?: string;
33
+ private 'zone_id'?;
34
+ private 'binding:migration_info'?;
35
+ private 'extra_dhcp_opts'?;
36
+ private 'position_type'?;
37
+ private 'instance_info'?;
38
+ tags?: Array<string>;
39
+ private 'allowed_address_pairs'?;
40
+ constructor(adminStateUp?: boolean, bindingHostId?: string, bindingProfile?: object, bindingVifDetails?: object, bindingVifType?: string, bindingVnicType?: string, createdAt?: Date, updatedAt?: Date, description?: string, deviceId?: string, deviceOwner?: string, ecsFlavor?: string, id?: string, instanceId?: string, instanceType?: string, macAddress?: string, name?: string, portSecurityEnabled?: boolean, privateIps?: Array<PrivateIpInfo>, projectId?: string, securityGroups?: Array<string>, status?: string, tenantId?: string, virsubnetId?: string, vpcId?: string, vpcTenantId?: string, vtepIp?: string, enableEfi?: boolean, scope?: string, zoneId?: string, bindingMigrationInfo?: object, extraDhcpOpts?: Array<object>, positionType?: string, instanceInfo?: object, tags?: Array<string>, allowedAddressPairs?: Array<AllowedAddressPair>);
41
+ withAdminStateUp(adminStateUp: boolean): Port;
42
+ set adminStateUp(adminStateUp: boolean | undefined);
43
+ get adminStateUp(): boolean | undefined;
44
+ withBindingHostId(bindingHostId: string): Port;
45
+ set bindingHostId(bindingHostId: string | undefined);
46
+ get bindingHostId(): string | undefined;
47
+ withBindingProfile(bindingProfile: object): Port;
48
+ set bindingProfile(bindingProfile: object | undefined);
49
+ get bindingProfile(): object | undefined;
50
+ withBindingVifDetails(bindingVifDetails: object): Port;
51
+ set bindingVifDetails(bindingVifDetails: object | undefined);
52
+ get bindingVifDetails(): object | undefined;
53
+ withBindingVifType(bindingVifType: string): Port;
54
+ set bindingVifType(bindingVifType: string | undefined);
55
+ get bindingVifType(): string | undefined;
56
+ withBindingVnicType(bindingVnicType: string): Port;
57
+ set bindingVnicType(bindingVnicType: string | undefined);
58
+ get bindingVnicType(): string | undefined;
59
+ withCreatedAt(createdAt: Date): Port;
60
+ set createdAt(createdAt: Date | undefined);
61
+ get createdAt(): Date | undefined;
62
+ withUpdatedAt(updatedAt: Date): Port;
63
+ set updatedAt(updatedAt: Date | undefined);
64
+ get updatedAt(): Date | undefined;
65
+ withDescription(description: string): Port;
66
+ withDeviceId(deviceId: string): Port;
67
+ set deviceId(deviceId: string | undefined);
68
+ get deviceId(): string | undefined;
69
+ withDeviceOwner(deviceOwner: string): Port;
70
+ set deviceOwner(deviceOwner: string | undefined);
71
+ get deviceOwner(): string | undefined;
72
+ withEcsFlavor(ecsFlavor: string): Port;
73
+ set ecsFlavor(ecsFlavor: string | undefined);
74
+ get ecsFlavor(): string | undefined;
75
+ withId(id: string): Port;
76
+ withInstanceId(instanceId: string): Port;
77
+ set instanceId(instanceId: string | undefined);
78
+ get instanceId(): string | undefined;
79
+ withInstanceType(instanceType: string): Port;
80
+ set instanceType(instanceType: string | undefined);
81
+ get instanceType(): string | undefined;
82
+ withMacAddress(macAddress: string): Port;
83
+ set macAddress(macAddress: string | undefined);
84
+ get macAddress(): string | undefined;
85
+ withName(name: string): Port;
86
+ withPortSecurityEnabled(portSecurityEnabled: boolean): Port;
87
+ set portSecurityEnabled(portSecurityEnabled: boolean | undefined);
88
+ get portSecurityEnabled(): boolean | undefined;
89
+ withPrivateIps(privateIps: Array<PrivateIpInfo>): Port;
90
+ set privateIps(privateIps: Array<PrivateIpInfo> | undefined);
91
+ get privateIps(): Array<PrivateIpInfo> | undefined;
92
+ withProjectId(projectId: string): Port;
93
+ set projectId(projectId: string | undefined);
94
+ get projectId(): string | undefined;
95
+ withSecurityGroups(securityGroups: Array<string>): Port;
96
+ set securityGroups(securityGroups: Array<string> | undefined);
97
+ get securityGroups(): Array<string> | undefined;
98
+ withStatus(status: string): Port;
99
+ withTenantId(tenantId: string): Port;
100
+ set tenantId(tenantId: string | undefined);
101
+ get tenantId(): string | undefined;
102
+ withVirsubnetId(virsubnetId: string): Port;
103
+ set virsubnetId(virsubnetId: string | undefined);
104
+ get virsubnetId(): string | undefined;
105
+ withVpcId(vpcId: string): Port;
106
+ set vpcId(vpcId: string | undefined);
107
+ get vpcId(): string | undefined;
108
+ withVpcTenantId(vpcTenantId: string): Port;
109
+ set vpcTenantId(vpcTenantId: string | undefined);
110
+ get vpcTenantId(): string | undefined;
111
+ withVtepIp(vtepIp: string): Port;
112
+ set vtepIp(vtepIp: string | undefined);
113
+ get vtepIp(): string | undefined;
114
+ withEnableEfi(enableEfi: boolean): Port;
115
+ set enableEfi(enableEfi: boolean | undefined);
116
+ get enableEfi(): boolean | undefined;
117
+ withScope(scope: string): Port;
118
+ withZoneId(zoneId: string): Port;
119
+ set zoneId(zoneId: string | undefined);
120
+ get zoneId(): string | undefined;
121
+ withBindingMigrationInfo(bindingMigrationInfo: object): Port;
122
+ set bindingMigrationInfo(bindingMigrationInfo: object | undefined);
123
+ get bindingMigrationInfo(): object | undefined;
124
+ withExtraDhcpOpts(extraDhcpOpts: Array<object>): Port;
125
+ set extraDhcpOpts(extraDhcpOpts: Array<object> | undefined);
126
+ get extraDhcpOpts(): Array<object> | undefined;
127
+ withPositionType(positionType: string): Port;
128
+ set positionType(positionType: string | undefined);
129
+ get positionType(): string | undefined;
130
+ withInstanceInfo(instanceInfo: object): Port;
131
+ set instanceInfo(instanceInfo: object | undefined);
132
+ get instanceInfo(): object | undefined;
133
+ withTags(tags: Array<string>): Port;
134
+ withAllowedAddressPairs(allowedAddressPairs: Array<AllowedAddressPair>): Port;
135
+ set allowedAddressPairs(allowedAddressPairs: Array<AllowedAddressPair> | undefined);
136
+ get allowedAddressPairs(): Array<AllowedAddressPair> | undefined;
137
+ }
138
+ //# sourceMappingURL=Port.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Port.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/Port.ts"],"names":[],"mappings":"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"}