@huaweicloud/huaweicloud-sdk-vpc 3.0.37-rc → 3.0.40-rc

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.
@@ -0,0 +1,18 @@
1
+ export declare class VpcRegion {
2
+ static AF_SOUTH_1: any;
3
+ static CN_NORTH_4: any;
4
+ static CN_NORTH_1: any;
5
+ static CN_EAST_2: any;
6
+ static CN_EAST_3: any;
7
+ static CN_SOUTH_1: any;
8
+ static CN_SOUTHWEST_2: any;
9
+ static AP_SOUTHEAST_2: any;
10
+ static CN_NORTH_9: any;
11
+ static AP_SOUTHEAST_1: any;
12
+ static AP_SOUTHEAST_3: any;
13
+ static SA_BRAZIL_1: any;
14
+ static LA_NORTH_2: any;
15
+ private static STATIC_FIELDS;
16
+ private static createStaticFields;
17
+ static valueOf(regionId: String): any;
18
+ }
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VpcRegion = void 0;
4
+ var region_1 = require("@huaweicloud/huaweicloud-sdk-core/region/region");
5
+ var VpcRegion = /** @class */ (function () {
6
+ function VpcRegion() {
7
+ }
8
+ VpcRegion.createStaticFields = function () {
9
+ var map = new Map();
10
+ map.set("af-south-1", VpcRegion.AF_SOUTH_1);
11
+ map.set("cn-north-4", VpcRegion.CN_NORTH_4);
12
+ map.set("cn-north-1", VpcRegion.CN_NORTH_1);
13
+ map.set("cn-east-2", VpcRegion.CN_EAST_2);
14
+ map.set("cn-east-3", VpcRegion.CN_EAST_3);
15
+ map.set("cn-south-1", VpcRegion.CN_SOUTH_1);
16
+ map.set("cn-southwest-2", VpcRegion.CN_SOUTHWEST_2);
17
+ map.set("ap-southeast-2", VpcRegion.AP_SOUTHEAST_2);
18
+ map.set("cn-north-9", VpcRegion.CN_NORTH_9);
19
+ map.set("ap-southeast-1", VpcRegion.AP_SOUTHEAST_1);
20
+ map.set("ap-southeast-3", VpcRegion.AP_SOUTHEAST_3);
21
+ map.set("sa-brazil-1", VpcRegion.SA_BRAZIL_1);
22
+ map.set("la-north-2", VpcRegion.LA_NORTH_2);
23
+ return map;
24
+ };
25
+ VpcRegion.valueOf = function (regionId) {
26
+ if (!regionId) {
27
+ throw new Error("Unexpected empty parameter: regionId.");
28
+ }
29
+ var result = this.STATIC_FIELDS.get(regionId);
30
+ if (result) {
31
+ return result;
32
+ }
33
+ throw new Error("Unexpected regionId: ".concat(regionId, "."));
34
+ };
35
+ VpcRegion.AF_SOUTH_1 = new region_1.Region("af-south-1", "https://vpc.af-south-1.myhuaweicloud.com");
36
+ VpcRegion.CN_NORTH_4 = new region_1.Region("cn-north-4", "https://vpc.cn-north-4.myhuaweicloud.com");
37
+ VpcRegion.CN_NORTH_1 = new region_1.Region("cn-north-1", "https://vpc.cn-north-1.myhuaweicloud.com");
38
+ VpcRegion.CN_EAST_2 = new region_1.Region("cn-east-2", "https://vpc.cn-east-2.myhuaweicloud.com");
39
+ VpcRegion.CN_EAST_3 = new region_1.Region("cn-east-3", "https://vpc.cn-east-3.myhuaweicloud.com");
40
+ VpcRegion.CN_SOUTH_1 = new region_1.Region("cn-south-1", "https://vpc.cn-south-1.myhuaweicloud.com");
41
+ VpcRegion.CN_SOUTHWEST_2 = new region_1.Region("cn-southwest-2", "https://vpc.cn-southwest-2.myhuaweicloud.com");
42
+ VpcRegion.AP_SOUTHEAST_2 = new region_1.Region("ap-southeast-2", "https://vpc.ap-southeast-2.myhuaweicloud.com");
43
+ VpcRegion.CN_NORTH_9 = new region_1.Region("cn-north-9", "https://vpc.cn-north-9.myhuaweicloud.com");
44
+ VpcRegion.AP_SOUTHEAST_1 = new region_1.Region("ap-southeast-1", "https://vpc.ap-southeast-1.myhuaweicloud.com");
45
+ VpcRegion.AP_SOUTHEAST_3 = new region_1.Region("ap-southeast-3", "https://vpc.ap-southeast-3.myhuaweicloud.com");
46
+ VpcRegion.SA_BRAZIL_1 = new region_1.Region("sa-brazil-1", "https://vpc.sa-brazil-1.myhuaweicloud.com");
47
+ VpcRegion.LA_NORTH_2 = new region_1.Region("la-north-2", "https://vpc.la-north-2.myhuaweicloud.com");
48
+ VpcRegion.STATIC_FIELDS = VpcRegion.createStaticFields();
49
+ return VpcRegion;
50
+ }());
51
+ exports.VpcRegion = VpcRegion;
@@ -267,3 +267,4 @@ export * from './model/Vpc';
267
267
  export * from './model/VpcInfo';
268
268
  export * from './model/VpcPeering';
269
269
  export * from './model/VpcRoute';
270
+ export * from './VpcRegion';
package/v2/public-api.js CHANGED
@@ -283,3 +283,4 @@ __exportStar(require("./model/Vpc"), exports);
283
283
  __exportStar(require("./model/VpcInfo"), exports);
284
284
  __exportStar(require("./model/VpcPeering"), exports);
285
285
  __exportStar(require("./model/VpcRoute"), exports);
286
+ __exportStar(require("./VpcRegion"), exports);
package/v3/VpcClient.d.ts CHANGED
@@ -60,6 +60,10 @@ export declare class VpcClient {
60
60
  getPath(): any;
61
61
  /**
62
62
  * 批量创建辅助弹性网卡
63
+ *
64
+ * 详细说明请参考华为云API Explorer。
65
+ * Please refer to Huawei cloud API Explorer for details.
66
+ *
63
67
  * @summary 批量创建辅助弹性网卡
64
68
  * @param {BatchCreateSubNetworkInterfaceRequestBody} batchCreateSubNetworkInterfaceRequestBody This is a auto create Body Object
65
69
  * @param {*} [options] Override http request option.
@@ -68,6 +72,10 @@ export declare class VpcClient {
68
72
  batchCreateSubNetworkInterface(batchCreateSubNetworkInterfaceRequest?: BatchCreateSubNetworkInterfaceRequest): Promise<BatchCreateSubNetworkInterfaceResponse>;
69
73
  /**
70
74
  * 创建安全组
75
+ *
76
+ * 详细说明请参考华为云API Explorer。
77
+ * Please refer to Huawei cloud API Explorer for details.
78
+ *
71
79
  * @summary 创建安全组
72
80
  * @param {CreateSecurityGroupRequestBody} createSecurityGroupRequestBody This is a auto create Body Object
73
81
  * @param {*} [options] Override http request option.
@@ -76,6 +84,10 @@ export declare class VpcClient {
76
84
  createSecurityGroup(createSecurityGroupRequest?: CreateSecurityGroupRequest): Promise<CreateSecurityGroupResponse>;
77
85
  /**
78
86
  * 创建安全组规则
87
+ *
88
+ * 详细说明请参考华为云API Explorer。
89
+ * Please refer to Huawei cloud API Explorer for details.
90
+ *
79
91
  * @summary 创建安全组规则
80
92
  * @param {CreateSecurityGroupRuleRequestBody} createSecurityGroupRuleRequestBody This is a auto create Body Object
81
93
  * @param {*} [options] Override http request option.
@@ -84,6 +96,10 @@ export declare class VpcClient {
84
96
  createSecurityGroupRule(createSecurityGroupRuleRequest?: CreateSecurityGroupRuleRequest): Promise<CreateSecurityGroupRuleResponse>;
85
97
  /**
86
98
  * 创建辅助弹性网卡
99
+ *
100
+ * 详细说明请参考华为云API Explorer。
101
+ * Please refer to Huawei cloud API Explorer for details.
102
+ *
87
103
  * @summary 创建辅助弹性网卡
88
104
  * @param {CreateSubNetworkInterfaceRequestBody} createSubNetworkInterfaceRequestBody This is a auto create Body Object
89
105
  * @param {*} [options] Override http request option.
@@ -92,6 +108,10 @@ export declare class VpcClient {
92
108
  createSubNetworkInterface(createSubNetworkInterfaceRequest?: CreateSubNetworkInterfaceRequest): Promise<CreateSubNetworkInterfaceResponse>;
93
109
  /**
94
110
  * 删除安全组
111
+ *
112
+ * 详细说明请参考华为云API Explorer。
113
+ * Please refer to Huawei cloud API Explorer for details.
114
+ *
95
115
  * @summary 删除安全组
96
116
  * @param {string} securityGroupId 安全组资源ID
97
117
  * @param {*} [options] Override http request option.
@@ -100,6 +120,10 @@ export declare class VpcClient {
100
120
  deleteSecurityGroup(deleteSecurityGroupRequest?: DeleteSecurityGroupRequest): Promise<void>;
101
121
  /**
102
122
  * 删除安全组规则
123
+ *
124
+ * 详细说明请参考华为云API Explorer。
125
+ * Please refer to Huawei cloud API Explorer for details.
126
+ *
103
127
  * @summary 删除安全组规则
104
128
  * @param {string} securityGroupRuleId 安全组规则ID
105
129
  * @param {*} [options] Override http request option.
@@ -108,6 +132,10 @@ export declare class VpcClient {
108
132
  deleteSecurityGroupRule(deleteSecurityGroupRuleRequest?: DeleteSecurityGroupRuleRequest): Promise<void>;
109
133
  /**
110
134
  * 删除辅助弹性网卡
135
+ *
136
+ * 详细说明请参考华为云API Explorer。
137
+ * Please refer to Huawei cloud API Explorer for details.
138
+ *
111
139
  * @summary 删除辅助弹性网卡
112
140
  * @param {string} subNetworkInterfaceId 弹性辅助网卡唯一标识
113
141
  * @param {*} [options] Override http request option.
@@ -116,6 +144,10 @@ export declare class VpcClient {
116
144
  deleteSubNetworkInterface(deleteSubNetworkInterfaceRequest?: DeleteSubNetworkInterfaceRequest): Promise<void>;
117
145
  /**
118
146
  * 查询安全组规则列表
147
+ *
148
+ * 详细说明请参考华为云API Explorer。
149
+ * Please refer to Huawei cloud API Explorer for details.
150
+ *
119
151
  * @summary 查询安全组规则列表
120
152
  * @param {number} [limit] 功能说明:每页返回个数 取值范围:0-2000
121
153
  * @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
@@ -132,6 +164,10 @@ export declare class VpcClient {
132
164
  listSecurityGroupRules(listSecurityGroupRulesRequest?: ListSecurityGroupRulesRequest): Promise<ListSecurityGroupRulesResponse>;
133
165
  /**
134
166
  * 查询某租户下的安全组列表
167
+ *
168
+ * 详细说明请参考华为云API Explorer。
169
+ * Please refer to Huawei cloud API Explorer for details.
170
+ *
135
171
  * @summary 查询安全组列表
136
172
  * @param {number} [limit] 功能说明:每页返回的个数 取值范围:0-2000
137
173
  * @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
@@ -145,6 +181,10 @@ export declare class VpcClient {
145
181
  listSecurityGroups(listSecurityGroupsRequest?: ListSecurityGroupsRequest): Promise<ListSecurityGroupsResponse>;
146
182
  /**
147
183
  * 查询辅助弹性网卡列表,单次查询最多返回2000条数据
184
+ *
185
+ * 详细说明请参考华为云API Explorer。
186
+ * Please refer to Huawei cloud API Explorer for details.
187
+ *
148
188
  * @summary 查询租户下辅助弹性网卡列表
149
189
  * @param {number} [limit] 功能说明:每页返回的个数 取值范围:0-2000
150
190
  * @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
@@ -161,6 +201,10 @@ export declare class VpcClient {
161
201
  listSubNetworkInterfaces(listSubNetworkInterfacesRequest?: ListSubNetworkInterfacesRequest): Promise<ListSubNetworkInterfacesResponse>;
162
202
  /**
163
203
  * 批量迁移辅助弹性网卡
204
+ *
205
+ * 详细说明请参考华为云API Explorer。
206
+ * Please refer to Huawei cloud API Explorer for details.
207
+ *
164
208
  * @summary 迁移辅助弹性网卡
165
209
  * @param {MigrateSubNetworkInterfaceRequestBody} migrateSubNetworkInterfaceRequestBody This is a auto create Body Object
166
210
  * @param {*} [options] Override http request option.
@@ -169,6 +213,10 @@ export declare class VpcClient {
169
213
  migrateSubNetworkInterface(migrateSubNetworkInterfaceRequest?: MigrateSubNetworkInterfaceRequest): Promise<MigrateSubNetworkInterfaceResponse>;
170
214
  /**
171
215
  * 查询单个安全组详情
216
+ *
217
+ * 详细说明请参考华为云API Explorer。
218
+ * Please refer to Huawei cloud API Explorer for details.
219
+ *
172
220
  * @summary 查询安全组
173
221
  * @param {string} securityGroupId 安全组资源ID
174
222
  * @param {*} [options] Override http request option.
@@ -177,6 +225,10 @@ export declare class VpcClient {
177
225
  showSecurityGroup(showSecurityGroupRequest?: ShowSecurityGroupRequest): Promise<ShowSecurityGroupResponse>;
178
226
  /**
179
227
  * 查询单个安全组规则
228
+ *
229
+ * 详细说明请参考华为云API Explorer。
230
+ * Please refer to Huawei cloud API Explorer for details.
231
+ *
180
232
  * @summary 查询安全组规则
181
233
  * @param {string} securityGroupRuleId 安全组规则ID
182
234
  * @param {*} [options] Override http request option.
@@ -185,6 +237,10 @@ export declare class VpcClient {
185
237
  showSecurityGroupRule(showSecurityGroupRuleRequest?: ShowSecurityGroupRuleRequest): Promise<ShowSecurityGroupRuleResponse>;
186
238
  /**
187
239
  * 查询辅助弹性网卡详情
240
+ *
241
+ * 详细说明请参考华为云API Explorer。
242
+ * Please refer to Huawei cloud API Explorer for details.
243
+ *
188
244
  * @summary 查询租户下辅助弹性网卡
189
245
  * @param {string} subNetworkInterfaceId 辅助弹性网卡的唯一标识
190
246
  * @param {*} [options] Override http request option.
@@ -193,6 +249,10 @@ export declare class VpcClient {
193
249
  showSubNetworkInterface(showSubNetworkInterfaceRequest?: ShowSubNetworkInterfaceRequest): Promise<ShowSubNetworkInterfaceResponse>;
194
250
  /**
195
251
  * 查询辅助弹性网卡数目
252
+ *
253
+ * 详细说明请参考华为云API Explorer。
254
+ * Please refer to Huawei cloud API Explorer for details.
255
+ *
196
256
  * @summary 查询租户下辅助弹性网卡数目
197
257
  * @param {*} [options] Override http request option.
198
258
  * @throws {RequiredError}
@@ -200,6 +260,10 @@ export declare class VpcClient {
200
260
  showSubNetworkInterfacesQuantity(): Promise<ShowSubNetworkInterfacesQuantityResponse>;
201
261
  /**
202
262
  * 更新安全组
263
+ *
264
+ * 详细说明请参考华为云API Explorer。
265
+ * Please refer to Huawei cloud API Explorer for details.
266
+ *
203
267
  * @summary 更新安全组
204
268
  * @param {string} securityGroupId 安全组ID
205
269
  * @param {UpdateSecurityGroupRequestBody} updateSecurityGroupRequestBody This is a auto create Body Object
@@ -209,6 +273,10 @@ export declare class VpcClient {
209
273
  updateSecurityGroup(updateSecurityGroupRequest?: UpdateSecurityGroupRequest): Promise<UpdateSecurityGroupResponse>;
210
274
  /**
211
275
  * 更新辅助弹性网卡
276
+ *
277
+ * 详细说明请参考华为云API Explorer。
278
+ * Please refer to Huawei cloud API Explorer for details.
279
+ *
212
280
  * @summary 更新辅助弹性网卡
213
281
  * @param {string} subNetworkInterfaceId 辅助弹性网卡的唯一标识
214
282
  * @param {UpdateSubNetworkInterfaceRequestBody} updateSubNetworkInterfaceRequestBody This is a auto create Body Object
@@ -218,6 +286,10 @@ export declare class VpcClient {
218
286
  updateSubNetworkInterface(updateSubNetworkInterfaceRequest?: UpdateSubNetworkInterfaceRequest): Promise<UpdateSubNetworkInterfaceResponse>;
219
287
  /**
220
288
  * 创建地址组
289
+ *
290
+ * 详细说明请参考华为云API Explorer。
291
+ * Please refer to Huawei cloud API Explorer for details.
292
+ *
221
293
  * @summary 创建地址组
222
294
  * @param {CreateAddressGroupRequestBody} createAddressGroupRequestBody This is a auto create Body Object
223
295
  * @param {*} [options] Override http request option.
@@ -226,6 +298,10 @@ export declare class VpcClient {
226
298
  createAddressGroup(createAddressGroupRequest?: CreateAddressGroupRequest): Promise<CreateAddressGroupResponse>;
227
299
  /**
228
300
  * 删除地址组,非强制删除,删除前请确保未被其他资源引用
301
+ *
302
+ * 详细说明请参考华为云API Explorer。
303
+ * Please refer to Huawei cloud API Explorer for details.
304
+ *
229
305
  * @summary 删除地址组
230
306
  * @param {string} addressGroupId 地址组的唯一标识
231
307
  * @param {*} [options] Override http request option.
@@ -234,6 +310,10 @@ export declare class VpcClient {
234
310
  deleteAddressGroup(deleteAddressGroupRequest?: DeleteAddressGroupRequest): Promise<void>;
235
311
  /**
236
312
  * 强制删除地址组,删除的地址组与安全组规则关联时,会删除地址组与关联的安全组规则。
313
+ *
314
+ * 详细说明请参考华为云API Explorer。
315
+ * Please refer to Huawei cloud API Explorer for details.
316
+ *
237
317
  * @summary 强制删除地址组
238
318
  * @param {string} addressGroupId IP地址组的唯一标识,要删除的IP地址组ID
239
319
  * @param {*} [options] Override http request option.
@@ -242,6 +322,10 @@ export declare class VpcClient {
242
322
  deleteIpAddressGroupForce(deleteIpAddressGroupForceRequest?: DeleteIpAddressGroupForceRequest): Promise<void>;
243
323
  /**
244
324
  * 查询地址组列表,根据过滤条件进行过滤。
325
+ *
326
+ * 详细说明请参考华为云API Explorer。
327
+ * Please refer to Huawei cloud API Explorer for details.
328
+ *
245
329
  * @summary 查询地址组列表
246
330
  * @param {number} [limit] 功能说明:每页返回的个数 取值范围:0~2000
247
331
  * @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
@@ -255,6 +339,10 @@ export declare class VpcClient {
255
339
  listAddressGroup(listAddressGroupRequest?: ListAddressGroupRequest): Promise<ListAddressGroupResponse>;
256
340
  /**
257
341
  * 查询地址组详情。
342
+ *
343
+ * 详细说明请参考华为云API Explorer。
344
+ * Please refer to Huawei cloud API Explorer for details.
345
+ *
258
346
  * @summary 查询地址组
259
347
  * @param {string} addressGroupId 地址组的唯一标识
260
348
  * @param {*} [options] Override http request option.
@@ -263,6 +351,10 @@ export declare class VpcClient {
263
351
  showAddressGroup(showAddressGroupRequest?: ShowAddressGroupRequest): Promise<ShowAddressGroupResponse>;
264
352
  /**
265
353
  * 更新地址组。
354
+ *
355
+ * 详细说明请参考华为云API Explorer。
356
+ * Please refer to Huawei cloud API Explorer for details.
357
+ *
266
358
  * @summary 更新地址组
267
359
  * @param {string} addressGroupId 地址组的唯一标识
268
360
  * @param {UpdateAddressGroupRequestBody} updateAddressGroupRequestBody This is a auto create Body Object
@@ -272,6 +364,10 @@ export declare class VpcClient {
272
364
  updateAddressGroup(updateAddressGroupRequest?: UpdateAddressGroupRequest): Promise<UpdateAddressGroupResponse>;
273
365
  /**
274
366
  * 添加VPC的扩展网段
367
+ *
368
+ * 详细说明请参考华为云API Explorer。
369
+ * Please refer to Huawei cloud API Explorer for details.
370
+ *
275
371
  * @summary 添加VPC扩展网段
276
372
  * @param {string} vpcId VPC资源ID
277
373
  * @param {AddVpcExtendCidrRequestBody} addVpcExtendCidrRequestBody This is a auto create Body Object
@@ -281,6 +377,10 @@ export declare class VpcClient {
281
377
  addVpcExtendCidr(addVpcExtendCidrRequest?: AddVpcExtendCidrRequest): Promise<AddVpcExtendCidrResponse>;
282
378
  /**
283
379
  * 创建虚拟私有云
380
+ *
381
+ * 详细说明请参考华为云API Explorer。
382
+ * Please refer to Huawei cloud API Explorer for details.
383
+ *
284
384
  * @summary 创建VPC
285
385
  * @param {CreateVpcRequestBody} createVpcRequestBody This is a auto create Body Object
286
386
  * @param {*} [options] Override http request option.
@@ -289,6 +389,10 @@ export declare class VpcClient {
289
389
  createVpc(createVpcRequest?: CreateVpcRequest): Promise<CreateVpcResponse>;
290
390
  /**
291
391
  * 删除VPC
392
+ *
393
+ * 详细说明请参考华为云API Explorer。
394
+ * Please refer to Huawei cloud API Explorer for details.
395
+ *
292
396
  * @summary 删除VPC
293
397
  * @param {string} vpcId VPC的资源ID
294
398
  * @param {*} [options] Override http request option.
@@ -297,6 +401,10 @@ export declare class VpcClient {
297
401
  deleteVpc(deleteVpcRequest?: DeleteVpcRequest): Promise<void>;
298
402
  /**
299
403
  * 查询vpc列表
404
+ *
405
+ * 详细说明请参考华为云API Explorer。
406
+ * Please refer to Huawei cloud API Explorer for details.
407
+ *
300
408
  * @summary 查询VPC列表
301
409
  * @param {number} [limit] 功能说明:每页返回的个数 取值范围:0-2000
302
410
  * @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
@@ -310,6 +418,10 @@ export declare class VpcClient {
310
418
  listVpcs(listVpcsRequest?: ListVpcsRequest): Promise<ListVpcsResponse>;
311
419
  /**
312
420
  * 移除VPC扩展网段
421
+ *
422
+ * 详细说明请参考华为云API Explorer。
423
+ * Please refer to Huawei cloud API Explorer for details.
424
+ *
313
425
  * @summary 移除VPC扩展网段
314
426
  * @param {string} vpcId VPC资源ID
315
427
  * @param {RemoveVpcExtendCidrRequestBody} removeVpcExtendCidrRequestBody This is a auto create Body Object
@@ -319,6 +431,10 @@ export declare class VpcClient {
319
431
  removeVpcExtendCidr(removeVpcExtendCidrRequest?: RemoveVpcExtendCidrRequest): Promise<RemoveVpcExtendCidrResponse>;
320
432
  /**
321
433
  * 查询vpc详情
434
+ *
435
+ * 详细说明请参考华为云API Explorer。
436
+ * Please refer to Huawei cloud API Explorer for details.
437
+ *
322
438
  * @summary 查询VPC详情
323
439
  * @param {string} vpcId VPC资源ID
324
440
  * @param {*} [options] Override http request option.
@@ -327,6 +443,10 @@ export declare class VpcClient {
327
443
  showVpc(showVpcRequest?: ShowVpcRequest): Promise<ShowVpcResponse>;
328
444
  /**
329
445
  * 更新vpc
446
+ *
447
+ * 详细说明请参考华为云API Explorer。
448
+ * Please refer to Huawei cloud API Explorer for details.
449
+ *
330
450
  * @summary 更新VPC
331
451
  * @param {string} vpcId VPC资源ID
332
452
  * @param {UpdateVpcRequestBody} updateVpcRequestBody This is a auto create Body Object
@@ -338,6 +458,9 @@ export declare class VpcClient {
338
458
  export declare const ParamCreater: () => {
339
459
  /**
340
460
  * 批量创建辅助弹性网卡
461
+ *
462
+ * 详细说明请参考华为云API Explorer。
463
+ * Please refer to Huawei cloud API Explorer for details.
341
464
  */
342
465
  batchCreateSubNetworkInterface(batchCreateSubNetworkInterfaceRequest?: BatchCreateSubNetworkInterfaceRequest | undefined): {
343
466
  method: string;
@@ -350,6 +473,9 @@ export declare const ParamCreater: () => {
350
473
  };
351
474
  /**
352
475
  * 创建安全组
476
+ *
477
+ * 详细说明请参考华为云API Explorer。
478
+ * Please refer to Huawei cloud API Explorer for details.
353
479
  */
354
480
  createSecurityGroup(createSecurityGroupRequest?: CreateSecurityGroupRequest | undefined): {
355
481
  method: string;
@@ -362,6 +488,9 @@ export declare const ParamCreater: () => {
362
488
  };
363
489
  /**
364
490
  * 创建安全组规则
491
+ *
492
+ * 详细说明请参考华为云API Explorer。
493
+ * Please refer to Huawei cloud API Explorer for details.
365
494
  */
366
495
  createSecurityGroupRule(createSecurityGroupRuleRequest?: CreateSecurityGroupRuleRequest | undefined): {
367
496
  method: string;
@@ -374,6 +503,9 @@ export declare const ParamCreater: () => {
374
503
  };
375
504
  /**
376
505
  * 创建辅助弹性网卡
506
+ *
507
+ * 详细说明请参考华为云API Explorer。
508
+ * Please refer to Huawei cloud API Explorer for details.
377
509
  */
378
510
  createSubNetworkInterface(createSubNetworkInterfaceRequest?: CreateSubNetworkInterfaceRequest | undefined): {
379
511
  method: string;
@@ -386,6 +518,9 @@ export declare const ParamCreater: () => {
386
518
  };
387
519
  /**
388
520
  * 删除安全组
521
+ *
522
+ * 详细说明请参考华为云API Explorer。
523
+ * Please refer to Huawei cloud API Explorer for details.
389
524
  */
390
525
  deleteSecurityGroup(deleteSecurityGroupRequest?: DeleteSecurityGroupRequest | undefined): {
391
526
  method: string;
@@ -398,6 +533,9 @@ export declare const ParamCreater: () => {
398
533
  };
399
534
  /**
400
535
  * 删除安全组规则
536
+ *
537
+ * 详细说明请参考华为云API Explorer。
538
+ * Please refer to Huawei cloud API Explorer for details.
401
539
  */
402
540
  deleteSecurityGroupRule(deleteSecurityGroupRuleRequest?: DeleteSecurityGroupRuleRequest | undefined): {
403
541
  method: string;
@@ -410,6 +548,9 @@ export declare const ParamCreater: () => {
410
548
  };
411
549
  /**
412
550
  * 删除辅助弹性网卡
551
+ *
552
+ * 详细说明请参考华为云API Explorer。
553
+ * Please refer to Huawei cloud API Explorer for details.
413
554
  */
414
555
  deleteSubNetworkInterface(deleteSubNetworkInterfaceRequest?: DeleteSubNetworkInterfaceRequest | undefined): {
415
556
  method: string;
@@ -422,6 +563,9 @@ export declare const ParamCreater: () => {
422
563
  };
423
564
  /**
424
565
  * 查询安全组规则列表
566
+ *
567
+ * 详细说明请参考华为云API Explorer。
568
+ * Please refer to Huawei cloud API Explorer for details.
425
569
  */
426
570
  listSecurityGroupRules(listSecurityGroupRulesRequest?: ListSecurityGroupRulesRequest | undefined): {
427
571
  method: string;
@@ -434,6 +578,9 @@ export declare const ParamCreater: () => {
434
578
  };
435
579
  /**
436
580
  * 查询某租户下的安全组列表
581
+ *
582
+ * 详细说明请参考华为云API Explorer。
583
+ * Please refer to Huawei cloud API Explorer for details.
437
584
  */
438
585
  listSecurityGroups(listSecurityGroupsRequest?: ListSecurityGroupsRequest | undefined): {
439
586
  method: string;
@@ -446,6 +593,9 @@ export declare const ParamCreater: () => {
446
593
  };
447
594
  /**
448
595
  * 查询辅助弹性网卡列表,单次查询最多返回2000条数据
596
+ *
597
+ * 详细说明请参考华为云API Explorer。
598
+ * Please refer to Huawei cloud API Explorer for details.
449
599
  */
450
600
  listSubNetworkInterfaces(listSubNetworkInterfacesRequest?: ListSubNetworkInterfacesRequest | undefined): {
451
601
  method: string;
@@ -458,6 +608,9 @@ export declare const ParamCreater: () => {
458
608
  };
459
609
  /**
460
610
  * 批量迁移辅助弹性网卡
611
+ *
612
+ * 详细说明请参考华为云API Explorer。
613
+ * Please refer to Huawei cloud API Explorer for details.
461
614
  */
462
615
  migrateSubNetworkInterface(migrateSubNetworkInterfaceRequest?: MigrateSubNetworkInterfaceRequest | undefined): {
463
616
  method: string;
@@ -470,6 +623,9 @@ export declare const ParamCreater: () => {
470
623
  };
471
624
  /**
472
625
  * 查询单个安全组详情
626
+ *
627
+ * 详细说明请参考华为云API Explorer。
628
+ * Please refer to Huawei cloud API Explorer for details.
473
629
  */
474
630
  showSecurityGroup(showSecurityGroupRequest?: ShowSecurityGroupRequest | undefined): {
475
631
  method: string;
@@ -482,6 +638,9 @@ export declare const ParamCreater: () => {
482
638
  };
483
639
  /**
484
640
  * 查询单个安全组规则
641
+ *
642
+ * 详细说明请参考华为云API Explorer。
643
+ * Please refer to Huawei cloud API Explorer for details.
485
644
  */
486
645
  showSecurityGroupRule(showSecurityGroupRuleRequest?: ShowSecurityGroupRuleRequest | undefined): {
487
646
  method: string;
@@ -494,6 +653,9 @@ export declare const ParamCreater: () => {
494
653
  };
495
654
  /**
496
655
  * 查询辅助弹性网卡详情
656
+ *
657
+ * 详细说明请参考华为云API Explorer。
658
+ * Please refer to Huawei cloud API Explorer for details.
497
659
  */
498
660
  showSubNetworkInterface(showSubNetworkInterfaceRequest?: ShowSubNetworkInterfaceRequest | undefined): {
499
661
  method: string;
@@ -506,6 +668,9 @@ export declare const ParamCreater: () => {
506
668
  };
507
669
  /**
508
670
  * 查询辅助弹性网卡数目
671
+ *
672
+ * 详细说明请参考华为云API Explorer。
673
+ * Please refer to Huawei cloud API Explorer for details.
509
674
  */
510
675
  showSubNetworkInterfacesQuantity(): {
511
676
  method: string;
@@ -518,6 +683,9 @@ export declare const ParamCreater: () => {
518
683
  };
519
684
  /**
520
685
  * 更新安全组
686
+ *
687
+ * 详细说明请参考华为云API Explorer。
688
+ * Please refer to Huawei cloud API Explorer for details.
521
689
  */
522
690
  updateSecurityGroup(updateSecurityGroupRequest?: UpdateSecurityGroupRequest | undefined): {
523
691
  method: string;
@@ -530,6 +698,9 @@ export declare const ParamCreater: () => {
530
698
  };
531
699
  /**
532
700
  * 更新辅助弹性网卡
701
+ *
702
+ * 详细说明请参考华为云API Explorer。
703
+ * Please refer to Huawei cloud API Explorer for details.
533
704
  */
534
705
  updateSubNetworkInterface(updateSubNetworkInterfaceRequest?: UpdateSubNetworkInterfaceRequest | undefined): {
535
706
  method: string;
@@ -542,6 +713,9 @@ export declare const ParamCreater: () => {
542
713
  };
543
714
  /**
544
715
  * 创建地址组
716
+ *
717
+ * 详细说明请参考华为云API Explorer。
718
+ * Please refer to Huawei cloud API Explorer for details.
545
719
  */
546
720
  createAddressGroup(createAddressGroupRequest?: CreateAddressGroupRequest | undefined): {
547
721
  method: string;
@@ -554,6 +728,9 @@ export declare const ParamCreater: () => {
554
728
  };
555
729
  /**
556
730
  * 删除地址组,非强制删除,删除前请确保未被其他资源引用
731
+ *
732
+ * 详细说明请参考华为云API Explorer。
733
+ * Please refer to Huawei cloud API Explorer for details.
557
734
  */
558
735
  deleteAddressGroup(deleteAddressGroupRequest?: DeleteAddressGroupRequest | undefined): {
559
736
  method: string;
@@ -566,6 +743,9 @@ export declare const ParamCreater: () => {
566
743
  };
567
744
  /**
568
745
  * 强制删除地址组,删除的地址组与安全组规则关联时,会删除地址组与关联的安全组规则。
746
+ *
747
+ * 详细说明请参考华为云API Explorer。
748
+ * Please refer to Huawei cloud API Explorer for details.
569
749
  */
570
750
  deleteIpAddressGroupForce(deleteIpAddressGroupForceRequest?: DeleteIpAddressGroupForceRequest | undefined): {
571
751
  method: string;
@@ -578,6 +758,9 @@ export declare const ParamCreater: () => {
578
758
  };
579
759
  /**
580
760
  * 查询地址组列表,根据过滤条件进行过滤。
761
+ *
762
+ * 详细说明请参考华为云API Explorer。
763
+ * Please refer to Huawei cloud API Explorer for details.
581
764
  */
582
765
  listAddressGroup(listAddressGroupRequest?: ListAddressGroupRequest | undefined): {
583
766
  method: string;
@@ -590,6 +773,9 @@ export declare const ParamCreater: () => {
590
773
  };
591
774
  /**
592
775
  * 查询地址组详情。
776
+ *
777
+ * 详细说明请参考华为云API Explorer。
778
+ * Please refer to Huawei cloud API Explorer for details.
593
779
  */
594
780
  showAddressGroup(showAddressGroupRequest?: ShowAddressGroupRequest | undefined): {
595
781
  method: string;
@@ -602,6 +788,9 @@ export declare const ParamCreater: () => {
602
788
  };
603
789
  /**
604
790
  * 更新地址组。
791
+ *
792
+ * 详细说明请参考华为云API Explorer。
793
+ * Please refer to Huawei cloud API Explorer for details.
605
794
  */
606
795
  updateAddressGroup(updateAddressGroupRequest?: UpdateAddressGroupRequest | undefined): {
607
796
  method: string;
@@ -614,6 +803,9 @@ export declare const ParamCreater: () => {
614
803
  };
615
804
  /**
616
805
  * 添加VPC的扩展网段
806
+ *
807
+ * 详细说明请参考华为云API Explorer。
808
+ * Please refer to Huawei cloud API Explorer for details.
617
809
  */
618
810
  addVpcExtendCidr(addVpcExtendCidrRequest?: AddVpcExtendCidrRequest | undefined): {
619
811
  method: string;
@@ -626,6 +818,9 @@ export declare const ParamCreater: () => {
626
818
  };
627
819
  /**
628
820
  * 创建虚拟私有云
821
+ *
822
+ * 详细说明请参考华为云API Explorer。
823
+ * Please refer to Huawei cloud API Explorer for details.
629
824
  */
630
825
  createVpc(createVpcRequest?: CreateVpcRequest | undefined): {
631
826
  method: string;
@@ -638,6 +833,9 @@ export declare const ParamCreater: () => {
638
833
  };
639
834
  /**
640
835
  * 删除VPC
836
+ *
837
+ * 详细说明请参考华为云API Explorer。
838
+ * Please refer to Huawei cloud API Explorer for details.
641
839
  */
642
840
  deleteVpc(deleteVpcRequest?: DeleteVpcRequest | undefined): {
643
841
  method: string;
@@ -650,6 +848,9 @@ export declare const ParamCreater: () => {
650
848
  };
651
849
  /**
652
850
  * 查询vpc列表
851
+ *
852
+ * 详细说明请参考华为云API Explorer。
853
+ * Please refer to Huawei cloud API Explorer for details.
653
854
  */
654
855
  listVpcs(listVpcsRequest?: ListVpcsRequest | undefined): {
655
856
  method: string;
@@ -662,6 +863,9 @@ export declare const ParamCreater: () => {
662
863
  };
663
864
  /**
664
865
  * 移除VPC扩展网段
866
+ *
867
+ * 详细说明请参考华为云API Explorer。
868
+ * Please refer to Huawei cloud API Explorer for details.
665
869
  */
666
870
  removeVpcExtendCidr(removeVpcExtendCidrRequest?: RemoveVpcExtendCidrRequest | undefined): {
667
871
  method: string;
@@ -674,6 +878,9 @@ export declare const ParamCreater: () => {
674
878
  };
675
879
  /**
676
880
  * 查询vpc详情
881
+ *
882
+ * 详细说明请参考华为云API Explorer。
883
+ * Please refer to Huawei cloud API Explorer for details.
677
884
  */
678
885
  showVpc(showVpcRequest?: ShowVpcRequest | undefined): {
679
886
  method: string;
@@ -686,6 +893,9 @@ export declare const ParamCreater: () => {
686
893
  };
687
894
  /**
688
895
  * 更新vpc
896
+ *
897
+ * 详细说明请参考华为云API Explorer。
898
+ * Please refer to Huawei cloud API Explorer for details.
689
899
  */
690
900
  updateVpc(updateVpcRequest?: UpdateVpcRequest | undefined): {
691
901
  method: string;