@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,369 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Port = void 0;
4
+ class Port {
5
+ constructor(adminStateUp, bindingHostId, bindingProfile, bindingVifDetails, bindingVifType, bindingVnicType, createdAt, updatedAt, description, deviceId, deviceOwner, ecsFlavor, id, instanceId, instanceType, macAddress, name, portSecurityEnabled, privateIps, projectId, securityGroups, status, tenantId, virsubnetId, vpcId, vpcTenantId, vtepIp, enableEfi, scope, zoneId, bindingMigrationInfo, extraDhcpOpts, positionType, instanceInfo, tags, allowedAddressPairs) {
6
+ this['admin_state_up'] = adminStateUp;
7
+ this['binding:host_id'] = bindingHostId;
8
+ this['binding:profile'] = bindingProfile;
9
+ this['binding:vif_details'] = bindingVifDetails;
10
+ this['binding:vif_type'] = bindingVifType;
11
+ this['binding:vnic_type'] = bindingVnicType;
12
+ this['created_at'] = createdAt;
13
+ this['updated_at'] = updatedAt;
14
+ this['description'] = description;
15
+ this['device_id'] = deviceId;
16
+ this['device_owner'] = deviceOwner;
17
+ this['ecs_flavor'] = ecsFlavor;
18
+ this['id'] = id;
19
+ this['instance_id'] = instanceId;
20
+ this['instance_type'] = instanceType;
21
+ this['mac_address'] = macAddress;
22
+ this['name'] = name;
23
+ this['port_security_enabled'] = portSecurityEnabled;
24
+ this['private_ips'] = privateIps;
25
+ this['project_id'] = projectId;
26
+ this['security_groups'] = securityGroups;
27
+ this['status'] = status;
28
+ this['tenant_id'] = tenantId;
29
+ this['virsubnet_id'] = virsubnetId;
30
+ this['vpc_id'] = vpcId;
31
+ this['vpc_tenant_id'] = vpcTenantId;
32
+ this['vtep_ip'] = vtepIp;
33
+ this['enable_efi'] = enableEfi;
34
+ this['scope'] = scope;
35
+ this['zone_id'] = zoneId;
36
+ this['binding:migration_info'] = bindingMigrationInfo;
37
+ this['extra_dhcp_opts'] = extraDhcpOpts;
38
+ this['position_type'] = positionType;
39
+ this['instance_info'] = instanceInfo;
40
+ this['tags'] = tags;
41
+ this['allowed_address_pairs'] = allowedAddressPairs;
42
+ }
43
+ withAdminStateUp(adminStateUp) {
44
+ this['admin_state_up'] = adminStateUp;
45
+ return this;
46
+ }
47
+ set adminStateUp(adminStateUp) {
48
+ this['admin_state_up'] = adminStateUp;
49
+ }
50
+ get adminStateUp() {
51
+ return this['admin_state_up'];
52
+ }
53
+ withBindingHostId(bindingHostId) {
54
+ this['binding:host_id'] = bindingHostId;
55
+ return this;
56
+ }
57
+ set bindingHostId(bindingHostId) {
58
+ this['binding:host_id'] = bindingHostId;
59
+ }
60
+ get bindingHostId() {
61
+ return this['binding:host_id'];
62
+ }
63
+ withBindingProfile(bindingProfile) {
64
+ this['binding:profile'] = bindingProfile;
65
+ return this;
66
+ }
67
+ set bindingProfile(bindingProfile) {
68
+ this['binding:profile'] = bindingProfile;
69
+ }
70
+ get bindingProfile() {
71
+ return this['binding:profile'];
72
+ }
73
+ withBindingVifDetails(bindingVifDetails) {
74
+ this['binding:vif_details'] = bindingVifDetails;
75
+ return this;
76
+ }
77
+ set bindingVifDetails(bindingVifDetails) {
78
+ this['binding:vif_details'] = bindingVifDetails;
79
+ }
80
+ get bindingVifDetails() {
81
+ return this['binding:vif_details'];
82
+ }
83
+ withBindingVifType(bindingVifType) {
84
+ this['binding:vif_type'] = bindingVifType;
85
+ return this;
86
+ }
87
+ set bindingVifType(bindingVifType) {
88
+ this['binding:vif_type'] = bindingVifType;
89
+ }
90
+ get bindingVifType() {
91
+ return this['binding:vif_type'];
92
+ }
93
+ withBindingVnicType(bindingVnicType) {
94
+ this['binding:vnic_type'] = bindingVnicType;
95
+ return this;
96
+ }
97
+ set bindingVnicType(bindingVnicType) {
98
+ this['binding:vnic_type'] = bindingVnicType;
99
+ }
100
+ get bindingVnicType() {
101
+ return this['binding:vnic_type'];
102
+ }
103
+ withCreatedAt(createdAt) {
104
+ this['created_at'] = createdAt;
105
+ return this;
106
+ }
107
+ set createdAt(createdAt) {
108
+ this['created_at'] = createdAt;
109
+ }
110
+ get createdAt() {
111
+ return this['created_at'];
112
+ }
113
+ withUpdatedAt(updatedAt) {
114
+ this['updated_at'] = updatedAt;
115
+ return this;
116
+ }
117
+ set updatedAt(updatedAt) {
118
+ this['updated_at'] = updatedAt;
119
+ }
120
+ get updatedAt() {
121
+ return this['updated_at'];
122
+ }
123
+ withDescription(description) {
124
+ this['description'] = description;
125
+ return this;
126
+ }
127
+ withDeviceId(deviceId) {
128
+ this['device_id'] = deviceId;
129
+ return this;
130
+ }
131
+ set deviceId(deviceId) {
132
+ this['device_id'] = deviceId;
133
+ }
134
+ get deviceId() {
135
+ return this['device_id'];
136
+ }
137
+ withDeviceOwner(deviceOwner) {
138
+ this['device_owner'] = deviceOwner;
139
+ return this;
140
+ }
141
+ set deviceOwner(deviceOwner) {
142
+ this['device_owner'] = deviceOwner;
143
+ }
144
+ get deviceOwner() {
145
+ return this['device_owner'];
146
+ }
147
+ withEcsFlavor(ecsFlavor) {
148
+ this['ecs_flavor'] = ecsFlavor;
149
+ return this;
150
+ }
151
+ set ecsFlavor(ecsFlavor) {
152
+ this['ecs_flavor'] = ecsFlavor;
153
+ }
154
+ get ecsFlavor() {
155
+ return this['ecs_flavor'];
156
+ }
157
+ withId(id) {
158
+ this['id'] = id;
159
+ return this;
160
+ }
161
+ withInstanceId(instanceId) {
162
+ this['instance_id'] = instanceId;
163
+ return this;
164
+ }
165
+ set instanceId(instanceId) {
166
+ this['instance_id'] = instanceId;
167
+ }
168
+ get instanceId() {
169
+ return this['instance_id'];
170
+ }
171
+ withInstanceType(instanceType) {
172
+ this['instance_type'] = instanceType;
173
+ return this;
174
+ }
175
+ set instanceType(instanceType) {
176
+ this['instance_type'] = instanceType;
177
+ }
178
+ get instanceType() {
179
+ return this['instance_type'];
180
+ }
181
+ withMacAddress(macAddress) {
182
+ this['mac_address'] = macAddress;
183
+ return this;
184
+ }
185
+ set macAddress(macAddress) {
186
+ this['mac_address'] = macAddress;
187
+ }
188
+ get macAddress() {
189
+ return this['mac_address'];
190
+ }
191
+ withName(name) {
192
+ this['name'] = name;
193
+ return this;
194
+ }
195
+ withPortSecurityEnabled(portSecurityEnabled) {
196
+ this['port_security_enabled'] = portSecurityEnabled;
197
+ return this;
198
+ }
199
+ set portSecurityEnabled(portSecurityEnabled) {
200
+ this['port_security_enabled'] = portSecurityEnabled;
201
+ }
202
+ get portSecurityEnabled() {
203
+ return this['port_security_enabled'];
204
+ }
205
+ withPrivateIps(privateIps) {
206
+ this['private_ips'] = privateIps;
207
+ return this;
208
+ }
209
+ set privateIps(privateIps) {
210
+ this['private_ips'] = privateIps;
211
+ }
212
+ get privateIps() {
213
+ return this['private_ips'];
214
+ }
215
+ withProjectId(projectId) {
216
+ this['project_id'] = projectId;
217
+ return this;
218
+ }
219
+ set projectId(projectId) {
220
+ this['project_id'] = projectId;
221
+ }
222
+ get projectId() {
223
+ return this['project_id'];
224
+ }
225
+ withSecurityGroups(securityGroups) {
226
+ this['security_groups'] = securityGroups;
227
+ return this;
228
+ }
229
+ set securityGroups(securityGroups) {
230
+ this['security_groups'] = securityGroups;
231
+ }
232
+ get securityGroups() {
233
+ return this['security_groups'];
234
+ }
235
+ withStatus(status) {
236
+ this['status'] = status;
237
+ return this;
238
+ }
239
+ withTenantId(tenantId) {
240
+ this['tenant_id'] = tenantId;
241
+ return this;
242
+ }
243
+ set tenantId(tenantId) {
244
+ this['tenant_id'] = tenantId;
245
+ }
246
+ get tenantId() {
247
+ return this['tenant_id'];
248
+ }
249
+ withVirsubnetId(virsubnetId) {
250
+ this['virsubnet_id'] = virsubnetId;
251
+ return this;
252
+ }
253
+ set virsubnetId(virsubnetId) {
254
+ this['virsubnet_id'] = virsubnetId;
255
+ }
256
+ get virsubnetId() {
257
+ return this['virsubnet_id'];
258
+ }
259
+ withVpcId(vpcId) {
260
+ this['vpc_id'] = vpcId;
261
+ return this;
262
+ }
263
+ set vpcId(vpcId) {
264
+ this['vpc_id'] = vpcId;
265
+ }
266
+ get vpcId() {
267
+ return this['vpc_id'];
268
+ }
269
+ withVpcTenantId(vpcTenantId) {
270
+ this['vpc_tenant_id'] = vpcTenantId;
271
+ return this;
272
+ }
273
+ set vpcTenantId(vpcTenantId) {
274
+ this['vpc_tenant_id'] = vpcTenantId;
275
+ }
276
+ get vpcTenantId() {
277
+ return this['vpc_tenant_id'];
278
+ }
279
+ withVtepIp(vtepIp) {
280
+ this['vtep_ip'] = vtepIp;
281
+ return this;
282
+ }
283
+ set vtepIp(vtepIp) {
284
+ this['vtep_ip'] = vtepIp;
285
+ }
286
+ get vtepIp() {
287
+ return this['vtep_ip'];
288
+ }
289
+ withEnableEfi(enableEfi) {
290
+ this['enable_efi'] = enableEfi;
291
+ return this;
292
+ }
293
+ set enableEfi(enableEfi) {
294
+ this['enable_efi'] = enableEfi;
295
+ }
296
+ get enableEfi() {
297
+ return this['enable_efi'];
298
+ }
299
+ withScope(scope) {
300
+ this['scope'] = scope;
301
+ return this;
302
+ }
303
+ withZoneId(zoneId) {
304
+ this['zone_id'] = zoneId;
305
+ return this;
306
+ }
307
+ set zoneId(zoneId) {
308
+ this['zone_id'] = zoneId;
309
+ }
310
+ get zoneId() {
311
+ return this['zone_id'];
312
+ }
313
+ withBindingMigrationInfo(bindingMigrationInfo) {
314
+ this['binding:migration_info'] = bindingMigrationInfo;
315
+ return this;
316
+ }
317
+ set bindingMigrationInfo(bindingMigrationInfo) {
318
+ this['binding:migration_info'] = bindingMigrationInfo;
319
+ }
320
+ get bindingMigrationInfo() {
321
+ return this['binding:migration_info'];
322
+ }
323
+ withExtraDhcpOpts(extraDhcpOpts) {
324
+ this['extra_dhcp_opts'] = extraDhcpOpts;
325
+ return this;
326
+ }
327
+ set extraDhcpOpts(extraDhcpOpts) {
328
+ this['extra_dhcp_opts'] = extraDhcpOpts;
329
+ }
330
+ get extraDhcpOpts() {
331
+ return this['extra_dhcp_opts'];
332
+ }
333
+ withPositionType(positionType) {
334
+ this['position_type'] = positionType;
335
+ return this;
336
+ }
337
+ set positionType(positionType) {
338
+ this['position_type'] = positionType;
339
+ }
340
+ get positionType() {
341
+ return this['position_type'];
342
+ }
343
+ withInstanceInfo(instanceInfo) {
344
+ this['instance_info'] = instanceInfo;
345
+ return this;
346
+ }
347
+ set instanceInfo(instanceInfo) {
348
+ this['instance_info'] = instanceInfo;
349
+ }
350
+ get instanceInfo() {
351
+ return this['instance_info'];
352
+ }
353
+ withTags(tags) {
354
+ this['tags'] = tags;
355
+ return this;
356
+ }
357
+ withAllowedAddressPairs(allowedAddressPairs) {
358
+ this['allowed_address_pairs'] = allowedAddressPairs;
359
+ return this;
360
+ }
361
+ set allowedAddressPairs(allowedAddressPairs) {
362
+ this['allowed_address_pairs'] = allowedAddressPairs;
363
+ }
364
+ get allowedAddressPairs() {
365
+ return this['allowed_address_pairs'];
366
+ }
367
+ }
368
+ exports.Port = Port;
369
+ //# sourceMappingURL=Port.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Port.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/Port.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,12 @@
1
+ export declare class PrivateIpInfo {
2
+ private 'subnet_cidr_id'?;
3
+ private 'ip_address'?;
4
+ constructor(subnetCidrId?: string, ipAddress?: string);
5
+ withSubnetCidrId(subnetCidrId: string): PrivateIpInfo;
6
+ set subnetCidrId(subnetCidrId: string | undefined);
7
+ get subnetCidrId(): string | undefined;
8
+ withIpAddress(ipAddress: string): PrivateIpInfo;
9
+ set ipAddress(ipAddress: string | undefined);
10
+ get ipAddress(): string | undefined;
11
+ }
12
+ //# sourceMappingURL=PrivateIpInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PrivateIpInfo.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/PrivateIpInfo.ts"],"names":[],"mappings":"AAEA,qBAAa,aAAa;IACtB,OAAO,CAAC,gBAAgB,CAAC,CAAS;IAClC,OAAO,CAAC,YAAY,CAAC,CAAS;gBACX,YAAY,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAIrD,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,aAAa;IAI5D,IAAW,YAAY,CAAC,YAAY,EAAE,MAAM,GAAI,SAAS,EAExD;IACD,IAAW,YAAY,IAAI,MAAM,GAAG,SAAS,CAE5C;IACM,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,aAAa;IAItD,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.PrivateIpInfo = void 0;
4
+ class PrivateIpInfo {
5
+ constructor(subnetCidrId, ipAddress) {
6
+ this['subnet_cidr_id'] = subnetCidrId;
7
+ this['ip_address'] = ipAddress;
8
+ }
9
+ withSubnetCidrId(subnetCidrId) {
10
+ this['subnet_cidr_id'] = subnetCidrId;
11
+ return this;
12
+ }
13
+ set subnetCidrId(subnetCidrId) {
14
+ this['subnet_cidr_id'] = subnetCidrId;
15
+ }
16
+ get subnetCidrId() {
17
+ return this['subnet_cidr_id'];
18
+ }
19
+ withIpAddress(ipAddress) {
20
+ this['ip_address'] = ipAddress;
21
+ return this;
22
+ }
23
+ set ipAddress(ipAddress) {
24
+ this['ip_address'] = ipAddress;
25
+ }
26
+ get ipAddress() {
27
+ return this['ip_address'];
28
+ }
29
+ }
30
+ exports.PrivateIpInfo = PrivateIpInfo;
31
+ //# sourceMappingURL=PrivateIpInfo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PrivateIpInfo.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/PrivateIpInfo.ts"],"names":[],"mappings":";;;AAEA,MAAa,aAAa;IAGtB,YAAmB,YAAqB,EAAE,SAAkB;QACxD,IAAI,CAAC,gBAAgB,CAAC,GAAG,YAAY,CAAC;QACtC,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACM,gBAAgB,CAAC,YAAoB;QACxC,IAAI,CAAC,gBAAgB,CAAC,GAAG,YAAY,CAAC;QACtC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,YAAY,CAAC,YAAiC;QACrD,IAAI,CAAC,gBAAgB,CAAC,GAAG,YAAY,CAAC;IAC1C,CAAC;IACD,IAAW,YAAY;QACnB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC;IAClC,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;AA3BD,sCA2BC"}
@@ -0,0 +1,8 @@
1
+ export declare class RemoveSecurityGroupOption {
2
+ private 'security_groups'?;
3
+ constructor(securityGroups?: Array<string>);
4
+ withSecurityGroups(securityGroups: Array<string>): RemoveSecurityGroupOption;
5
+ set securityGroups(securityGroups: Array<string> | undefined);
6
+ get securityGroups(): Array<string> | undefined;
7
+ }
8
+ //# sourceMappingURL=RemoveSecurityGroupOption.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RemoveSecurityGroupOption.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/RemoveSecurityGroupOption.ts"],"names":[],"mappings":"AAEA,qBAAa,yBAAyB;IAClC,OAAO,CAAC,iBAAiB,CAAC,CAAgB;gBACvB,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;CACJ"}
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RemoveSecurityGroupOption = void 0;
4
+ class RemoveSecurityGroupOption {
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
+ }
19
+ exports.RemoveSecurityGroupOption = RemoveSecurityGroupOption;
20
+ //# sourceMappingURL=RemoveSecurityGroupOption.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RemoveSecurityGroupOption.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/RemoveSecurityGroupOption.ts"],"names":[],"mappings":";;;AAEA,MAAa,yBAAyB;IAElC,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;CACJ;AAfD,8DAeC"}
@@ -0,0 +1,11 @@
1
+ import { RemoveSecurityGroupsRequestBody } from './RemoveSecurityGroupsRequestBody';
2
+ export declare class RemoveSecurityGroupsRequest {
3
+ private 'port_id'?;
4
+ body?: RemoveSecurityGroupsRequestBody;
5
+ constructor(portId?: string);
6
+ withPortId(portId: string): RemoveSecurityGroupsRequest;
7
+ set portId(portId: string | undefined);
8
+ get portId(): string | undefined;
9
+ withBody(body: RemoveSecurityGroupsRequestBody): RemoveSecurityGroupsRequest;
10
+ }
11
+ //# sourceMappingURL=RemoveSecurityGroupsRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RemoveSecurityGroupsRequest.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/RemoveSecurityGroupsRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAGpF,qBAAa,2BAA2B;IACpC,OAAO,CAAC,SAAS,CAAC,CAAS;IACpB,IAAI,CAAC,EAAE,+BAA+B,CAAC;gBAC3B,MAAM,CAAC,EAAE,MAAM;IAG3B,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,2BAA2B;IAI9D,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;IACM,QAAQ,CAAC,IAAI,EAAE,+BAA+B,GAAG,2BAA2B;CAItF"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RemoveSecurityGroupsRequest = void 0;
4
+ class RemoveSecurityGroupsRequest {
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.RemoveSecurityGroupsRequest = RemoveSecurityGroupsRequest;
24
+ //# sourceMappingURL=RemoveSecurityGroupsRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RemoveSecurityGroupsRequest.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/RemoveSecurityGroupsRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,2BAA2B;IAGpC,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,IAAqC;QACjD,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApBD,kEAoBC"}
@@ -0,0 +1,7 @@
1
+ import { RemoveSecurityGroupOption } from './RemoveSecurityGroupOption';
2
+ export declare class RemoveSecurityGroupsRequestBody {
3
+ port?: RemoveSecurityGroupOption;
4
+ constructor(port?: RemoveSecurityGroupOption);
5
+ withPort(port: RemoveSecurityGroupOption): RemoveSecurityGroupsRequestBody;
6
+ }
7
+ //# sourceMappingURL=RemoveSecurityGroupsRequestBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RemoveSecurityGroupsRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/RemoveSecurityGroupsRequestBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAGxE,qBAAa,+BAA+B;IACjC,IAAI,CAAC,EAAE,yBAAyB,CAAC;gBACrB,IAAI,CAAC,EAAE,yBAAyB;IAG5C,QAAQ,CAAC,IAAI,EAAE,yBAAyB,GAAG,+BAA+B;CAIpF"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RemoveSecurityGroupsRequestBody = void 0;
4
+ class RemoveSecurityGroupsRequestBody {
5
+ constructor(port) {
6
+ this['port'] = port;
7
+ }
8
+ withPort(port) {
9
+ this['port'] = port;
10
+ return this;
11
+ }
12
+ }
13
+ exports.RemoveSecurityGroupsRequestBody = RemoveSecurityGroupsRequestBody;
14
+ //# sourceMappingURL=RemoveSecurityGroupsRequestBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RemoveSecurityGroupsRequestBody.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/RemoveSecurityGroupsRequestBody.ts"],"names":[],"mappings":";;;AAGA,MAAa,+BAA+B;IAExC,YAAmB,IAAgC;QAC/C,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACxB,CAAC;IACM,QAAQ,CAAC,IAA+B;QAC3C,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AATD,0EASC"}
@@ -0,0 +1,12 @@
1
+ import { Port } from './Port';
2
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
+ export declare class RemoveSecurityGroupsResponse extends SdkResponse {
4
+ private 'request_id'?;
5
+ port?: Port;
6
+ constructor();
7
+ withRequestId(requestId: string): RemoveSecurityGroupsResponse;
8
+ set requestId(requestId: string | undefined);
9
+ get requestId(): string | undefined;
10
+ withPort(port: Port): RemoveSecurityGroupsResponse;
11
+ }
12
+ //# sourceMappingURL=RemoveSecurityGroupsResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RemoveSecurityGroupsResponse.d.ts","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/RemoveSecurityGroupsResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,4BAA6B,SAAQ,WAAW;IACzD,OAAO,CAAC,YAAY,CAAC,CAAS;IACvB,IAAI,CAAC,EAAE,IAAI,CAAC;;IAIZ,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,4BAA4B;IAIrE,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,QAAQ,CAAC,IAAI,EAAE,IAAI,GAAG,4BAA4B;CAI5D"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RemoveSecurityGroupsResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class RemoveSecurityGroupsResponse 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
+ withPort(port) {
20
+ this['port'] = port;
21
+ return this;
22
+ }
23
+ }
24
+ exports.RemoveSecurityGroupsResponse = RemoveSecurityGroupsResponse;
25
+ //# sourceMappingURL=RemoveSecurityGroupsResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RemoveSecurityGroupsResponse.js","sourceRoot":"","sources":["../../../../../services/vpc/v3/model/RemoveSecurityGroupsResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,4BAA6B,SAAQ,yBAAW;IAGzD;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,QAAQ,CAAC,IAAU;QACtB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApBD,oEAoBC"}
@@ -3,6 +3,9 @@ export * from './model/AddExtendCidrOption';
3
3
  export * from './model/AddFirewallRulesRequest';
4
4
  export * from './model/AddFirewallRulesRequestBody';
5
5
  export * from './model/AddFirewallRulesResponse';
6
+ export * from './model/AddSecurityGroupsRequest';
7
+ export * from './model/AddSecurityGroupsRequestBody';
8
+ export * from './model/AddSecurityGroupsResponse';
6
9
  export * from './model/AddSourcesToTrafficMirrorSessionRequest';
7
10
  export * from './model/AddSourcesToTrafficMirrorSessionRequestBody';
8
11
  export * from './model/AddSourcesToTrafficMirrorSessionResponse';
@@ -10,9 +13,14 @@ export * from './model/AddVpcExtendCidrRequest';
10
13
  export * from './model/AddVpcExtendCidrRequestBody';
11
14
  export * from './model/AddVpcExtendCidrResponse';
12
15
  export * from './model/AddressGroup';
16
+ export * from './model/AllowedAddressPair';
13
17
  export * from './model/AssociateSubnetFirewallRequest';
14
18
  export * from './model/AssociateSubnetFirewallRequestBody';
15
19
  export * from './model/AssociateSubnetFirewallResponse';
20
+ export * from './model/BatchCreateSecurityGroupRulesOption';
21
+ export * from './model/BatchCreateSecurityGroupRulesRequest';
22
+ export * from './model/BatchCreateSecurityGroupRulesRequestBody';
23
+ export * from './model/BatchCreateSecurityGroupRulesResponse';
16
24
  export * from './model/BatchCreateSubNetworkInterfaceOption';
17
25
  export * from './model/BatchCreateSubNetworkInterfaceRequest';
18
26
  export * from './model/BatchCreateSubNetworkInterfaceRequestBody';
@@ -86,6 +94,7 @@ export * from './model/FirewallRemoveRuleOption';
86
94
  export * from './model/FirewallRuleDetail';
87
95
  export * from './model/FirewallUpdateRuleItemOption';
88
96
  export * from './model/FirewallUpdateRuleOption';
97
+ export * from './model/InsertSecurityGroupOption';
89
98
  export * from './model/ListAddressGroupRequest';
90
99
  export * from './model/ListAddressGroupResponse';
91
100
  export * from './model/ListFirewallDetail';
@@ -110,10 +119,16 @@ export * from './model/MigrateSubNetworkInterfaceRequest';
110
119
  export * from './model/MigrateSubNetworkInterfaceRequestBody';
111
120
  export * from './model/MigrateSubNetworkInterfaceResponse';
112
121
  export * from './model/PageInfo';
122
+ export * from './model/Port';
123
+ export * from './model/PrivateIpInfo';
113
124
  export * from './model/RemoveExtendCidrOption';
114
125
  export * from './model/RemoveFirewallRulesRequest';
115
126
  export * from './model/RemoveFirewallRulesRequestBody';
116
127
  export * from './model/RemoveFirewallRulesResponse';
128
+ export * from './model/RemoveSecurityGroupOption';
129
+ export * from './model/RemoveSecurityGroupsRequest';
130
+ export * from './model/RemoveSecurityGroupsRequestBody';
131
+ export * from './model/RemoveSecurityGroupsResponse';
117
132
  export * from './model/RemoveSourcesFromTrafficMirrorSessionRequest';
118
133
  export * from './model/RemoveSourcesFromTrafficMirrorSessionRequestBody';
119
134
  export * from './model/RemoveSourcesFromTrafficMirrorSessionResponse';