@huaweicloud/huaweicloud-sdk-vpc 3.0.36-rc → 3.0.39-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.
package/v2/VpcClient.d.ts CHANGED
@@ -157,6 +157,10 @@ export declare class VpcClient {
157
157
  getPath(): any;
158
158
  /**
159
159
  * 租户A名下的VPC申请和租户B的VPC建立对等连接,需要等待租户B接受该请求。此接口用于租户接受其他租户发起的对等连接请求。
160
+ *
161
+ * 详细说明请参考华为云API Explorer。
162
+ * Please refer to Huawei cloud API Explorer for details.
163
+ *
160
164
  * @summary 接受对等连接请求
161
165
  * @param {string} peeringId 对等连接ID
162
166
  * @param {*} [options] Override http request option.
@@ -165,6 +169,10 @@ export declare class VpcClient {
165
169
  acceptVpcPeering(acceptVpcPeeringRequest?: AcceptVpcPeeringRequest): Promise<AcceptVpcPeeringResponse>;
166
170
  /**
167
171
  * 路由表关联子网。子网关联路由表A后,再关联B,不需要先跟路由表A解关联再关联路由表B
172
+ *
173
+ * 详细说明请参考华为云API Explorer。
174
+ * Please refer to Huawei cloud API Explorer for details.
175
+ *
168
176
  * @summary 子网关联路由表
169
177
  * @param {string} routetableId 路由表ID
170
178
  * @param {RoutetableAssociateReqbody} routetableAssociate 关联路由表与子网请求体
@@ -173,7 +181,12 @@ export declare class VpcClient {
173
181
  */
174
182
  associateRouteTable(associateRouteTableRequest?: AssociateRouteTableRequest): Promise<AssociateRouteTableResponse>;
175
183
  /**
176
- * 为指定的子网资源实例批量添加标签。 此接口为幂等接口:创建时如果请求体中存在重复key则报错。创建时,不允许设置重复key数据,如果数据库已存在该key,就覆盖value的值。
184
+ * 为指定的子网资源实例批量添加标签。
185
+ * 此接口为幂等接口:创建时如果请求体中存在重复key则报错。创建时,不允许设置重复key数据,如果数据库已存在该key,就覆盖value的值。
186
+ *
187
+ * 详细说明请参考华为云API Explorer。
188
+ * Please refer to Huawei cloud API Explorer for details.
189
+ *
177
190
  * @summary 批量创建子网资源标签
178
191
  * @param {string} subnetId 子网ID
179
192
  * @param {BatchCreateSubnetTagsRequestBody} batchCreateSubnetTagsRequestBody This is a auto create Body Object
@@ -182,7 +195,12 @@ export declare class VpcClient {
182
195
  */
183
196
  batchCreateSubnetTags(batchCreateSubnetTagsRequest?: BatchCreateSubnetTagsRequest): Promise<void>;
184
197
  /**
185
- * 为指定的子网资源实例批量删除标签 此接口为幂等接口:删除时,如果删除的标签不存在,默认处理成功;删除时不对标签字符集范围做校验。删除时tags结构体不能缺失,key不能为空,或者空字符串。
198
+ * 为指定的子网资源实例批量删除标签
199
+ * 此接口为幂等接口:删除时,如果删除的标签不存在,默认处理成功;删除时不对标签字符集范围做校验。删除时tags结构体不能缺失,key不能为空,或者空字符串。
200
+ *
201
+ * 详细说明请参考华为云API Explorer。
202
+ * Please refer to Huawei cloud API Explorer for details.
203
+ *
186
204
  * @summary 批量删除子网资源标签
187
205
  * @param {string} subnetId 子网ID
188
206
  * @param {BatchDeleteSubnetTagsRequestBody} batchDeleteSubnetTagsRequestBody This is a auto create Body Object
@@ -192,6 +210,10 @@ export declare class VpcClient {
192
210
  batchDeleteSubnetTags(batchDeleteSubnetTagsRequest?: BatchDeleteSubnetTagsRequest): Promise<void>;
193
211
  /**
194
212
  * 创建端口。
213
+ *
214
+ * 详细说明请参考华为云API Explorer。
215
+ * Please refer to Huawei cloud API Explorer for details.
216
+ *
195
217
  * @summary 创建端口
196
218
  * @param {CreatePortRequestBody} port 创建端口对象
197
219
  * @param {*} [options] Override http request option.
@@ -200,6 +222,10 @@ export declare class VpcClient {
200
222
  createPort(createPortRequest?: CreatePortRequest): Promise<CreatePortResponse>;
201
223
  /**
202
224
  * 创建路由表
225
+ *
226
+ * 详细说明请参考华为云API Explorer。
227
+ * Please refer to Huawei cloud API Explorer for details.
228
+ *
203
229
  * @summary 创建路由表
204
230
  * @param {CreateRoutetableReqBody} routetable 创建路由表对象,参见CreateRouteTableReq对象
205
231
  * @param {*} [options] Override http request option.
@@ -208,6 +234,10 @@ export declare class VpcClient {
208
234
  createRouteTable(createRouteTableRequest?: CreateRouteTableRequest): Promise<CreateRouteTableResponse>;
209
235
  /**
210
236
  * 创建安全组。
237
+ *
238
+ * 详细说明请参考华为云API Explorer。
239
+ * Please refer to Huawei cloud API Explorer for details.
240
+ *
211
241
  * @summary 创建安全组
212
242
  * @param {CreateSecurityGroupRequestBody} securityGroup 创建安全组对象
213
243
  * @param {*} [options] Override http request option.
@@ -216,6 +246,10 @@ export declare class VpcClient {
216
246
  createSecurityGroup(createSecurityGroupRequest?: CreateSecurityGroupRequest): Promise<CreateSecurityGroupResponse>;
217
247
  /**
218
248
  * 创建安全组规则。
249
+ *
250
+ * 详细说明请参考华为云API Explorer。
251
+ * Please refer to Huawei cloud API Explorer for details.
252
+ *
219
253
  * @summary 创建安全组规则
220
254
  * @param {CreateSecurityGroupRuleRequestBody} securityGroupRule 创建安全组规则对象
221
255
  * @param {*} [options] Override http request option.
@@ -224,6 +258,10 @@ export declare class VpcClient {
224
258
  createSecurityGroupRule(createSecurityGroupRuleRequest?: CreateSecurityGroupRuleRequest): Promise<CreateSecurityGroupRuleResponse>;
225
259
  /**
226
260
  * 创建子网。
261
+ *
262
+ * 详细说明请参考华为云API Explorer。
263
+ * Please refer to Huawei cloud API Explorer for details.
264
+ *
227
265
  * @summary 创建子网
228
266
  * @param {CreateSubnetRequestBody} subnet 创建子网对象
229
267
  * @param {*} [options] Override http request option.
@@ -231,7 +269,12 @@ export declare class VpcClient {
231
269
  */
232
270
  createSubnet(createSubnetRequest?: CreateSubnetRequest): Promise<CreateSubnetResponse>;
233
271
  /**
234
- * 给指定子网资源实例增加标签信息。 此接口为幂等接口:创建时,如果创建的标签已经存在(key相同),则覆盖。
272
+ * 给指定子网资源实例增加标签信息。
273
+ * 此接口为幂等接口:创建时,如果创建的标签已经存在(key相同),则覆盖。
274
+ *
275
+ * 详细说明请参考华为云API Explorer。
276
+ * Please refer to Huawei cloud API Explorer for details.
277
+ *
235
278
  * @summary 创建子网资源标签
236
279
  * @param {string} subnetId 子网ID
237
280
  * @param {CreateSubnetTagRequestBody} createSubnetTagRequestBody This is a auto create Body Object
@@ -241,6 +284,10 @@ export declare class VpcClient {
241
284
  createSubnetTag(createSubnetTagRequest?: CreateSubnetTagRequest): Promise<void>;
242
285
  /**
243
286
  * 创建对等连接。
287
+ *
288
+ * 详细说明请参考华为云API Explorer。
289
+ * Please refer to Huawei cloud API Explorer for details.
290
+ *
244
291
  * @summary 创建对等连接
245
292
  * @param {CreateVpcPeeringRequestBody} peering peering对象
246
293
  * @param {*} [options] Override http request option.
@@ -249,6 +296,10 @@ export declare class VpcClient {
249
296
  createVpcPeering(createVpcPeeringRequest?: CreateVpcPeeringRequest): Promise<CreateVpcPeeringResponse>;
250
297
  /**
251
298
  * 删除端口。
299
+ *
300
+ * 详细说明请参考华为云API Explorer。
301
+ * Please refer to Huawei cloud API Explorer for details.
302
+ *
252
303
  * @summary 删除端口
253
304
  * @param {string} portId 端口ID
254
305
  * @param {*} [options] Override http request option.
@@ -257,6 +308,10 @@ export declare class VpcClient {
257
308
  deletePort(deletePortRequest?: DeletePortRequest): Promise<void>;
258
309
  /**
259
310
  * 删除路由表
311
+ *
312
+ * 详细说明请参考华为云API Explorer。
313
+ * Please refer to Huawei cloud API Explorer for details.
314
+ *
260
315
  * @summary 删除路由表
261
316
  * @param {string} routetableId 路由表ID
262
317
  * @param {*} [options] Override http request option.
@@ -265,6 +320,10 @@ export declare class VpcClient {
265
320
  deleteRouteTable(deleteRouteTableRequest?: DeleteRouteTableRequest): Promise<void>;
266
321
  /**
267
322
  * 删除安全组。
323
+ *
324
+ * 详细说明请参考华为云API Explorer。
325
+ * Please refer to Huawei cloud API Explorer for details.
326
+ *
268
327
  * @summary 删除安全组
269
328
  * @param {string} securityGroupId 安全组ID
270
329
  * @param {*} [options] Override http request option.
@@ -273,6 +332,10 @@ export declare class VpcClient {
273
332
  deleteSecurityGroup(deleteSecurityGroupRequest?: DeleteSecurityGroupRequest): Promise<void>;
274
333
  /**
275
334
  * 删除安全组规则。
335
+ *
336
+ * 详细说明请参考华为云API Explorer。
337
+ * Please refer to Huawei cloud API Explorer for details.
338
+ *
276
339
  * @summary 删除安全组规则
277
340
  * @param {string} securityGroupRuleId 安全组规则ID
278
341
  * @param {*} [options] Override http request option.
@@ -281,6 +344,10 @@ export declare class VpcClient {
281
344
  deleteSecurityGroupRule(deleteSecurityGroupRuleRequest?: DeleteSecurityGroupRuleRequest): Promise<void>;
282
345
  /**
283
346
  * 删除子网
347
+ *
348
+ * 详细说明请参考华为云API Explorer。
349
+ * Please refer to Huawei cloud API Explorer for details.
350
+ *
284
351
  * @summary 删除子网
285
352
  * @param {string} vpcId 子网对应的vpc_id
286
353
  * @param {string} subnetId 子网ID
@@ -289,7 +356,12 @@ export declare class VpcClient {
289
356
  */
290
357
  deleteSubnet(deleteSubnetRequest?: DeleteSubnetRequest): Promise<void>;
291
358
  /**
292
- * 删除指定子网资源实例的标签信息。 该接口为幂等接口:删除的key不存在报404,Key不能为空或者空字符串
359
+ * 删除指定子网资源实例的标签信息。
360
+ * 该接口为幂等接口:删除的key不存在报404,Key不能为空或者空字符串
361
+ *
362
+ * 详细说明请参考华为云API Explorer。
363
+ * Please refer to Huawei cloud API Explorer for details.
364
+ *
293
365
  * @summary 删除子网资源标签
294
366
  * @param {string} subnetId 子网ID
295
367
  * @param {string} key 功能说明:键值
@@ -298,7 +370,12 @@ export declare class VpcClient {
298
370
  */
299
371
  deleteSubnetTag(deleteSubnetTagRequest?: DeleteSubnetTagRequest): Promise<void>;
300
372
  /**
301
- * 删除对等连接。 可以在在本端或对端任何一端删除对等连接。
373
+ * 删除对等连接。
374
+ * 可以在在本端或对端任何一端删除对等连接。
375
+ *
376
+ * 详细说明请参考华为云API Explorer。
377
+ * Please refer to Huawei cloud API Explorer for details.
378
+ *
302
379
  * @summary 删除对等连接
303
380
  * @param {string} peeringId 对等连接ID
304
381
  * @param {*} [options] Override http request option.
@@ -307,6 +384,10 @@ export declare class VpcClient {
307
384
  deleteVpcPeering(deleteVpcPeeringRequest?: DeleteVpcPeeringRequest): Promise<void>;
308
385
  /**
309
386
  * 子网解关联路由表
387
+ *
388
+ * 详细说明请参考华为云API Explorer。
389
+ * Please refer to Huawei cloud API Explorer for details.
390
+ *
310
391
  * @summary 子网解关联路由表
311
392
  * @param {string} routetableId 路由表ID
312
393
  * @param {RoutetableAssociateReqbody} routetableAssociate 关联路由表与子网请求体
@@ -316,6 +397,10 @@ export declare class VpcClient {
316
397
  disassociateRouteTable(disassociateRouteTableRequest?: DisassociateRouteTableRequest): Promise<DisassociateRouteTableResponse>;
317
398
  /**
318
399
  * 查询提交请求的租户的所有端口,单次查询最多返回2000条数据。
400
+ *
401
+ * 详细说明请参考华为云API Explorer。
402
+ * Please refer to Huawei cloud API Explorer for details.
403
+ *
319
404
  * @summary 查询端口列表
320
405
  * @param {string} [name] 功能说明:按照name过滤查询 取值范围:最大长度不超过255
321
406
  * @param {string} [id] 按照port_id过滤查询
@@ -335,6 +420,10 @@ export declare class VpcClient {
335
420
  listPorts(listPortsRequest?: ListPortsRequest): Promise<ListPortsResponse>;
336
421
  /**
337
422
  * 查询提交请求的帐户的所有路由表列表,并根据过滤条件进行过滤
423
+ *
424
+ * 详细说明请参考华为云API Explorer。
425
+ * Please refer to Huawei cloud API Explorer for details.
426
+ *
338
427
  * @summary 查询路由表列表
339
428
  * @param {number} [limit] 每页返回的个数
340
429
  * @param {string} [marker] 分页查询起始的资源ID,为空时为查询第一页
@@ -347,6 +436,10 @@ export declare class VpcClient {
347
436
  listRouteTables(listRouteTablesRequest?: ListRouteTablesRequest): Promise<ListRouteTablesResponse>;
348
437
  /**
349
438
  * 查询安全组规则列表。
439
+ *
440
+ * 详细说明请参考华为云API Explorer。
441
+ * Please refer to Huawei cloud API Explorer for details.
442
+ *
350
443
  * @summary 查询安全组规则列表
351
444
  * @param {string} [marker] 功能说明:分页查询起始的资源ID,为空时查询第一页
352
445
  * @param {number} [limit] 每页返回的个数
@@ -357,6 +450,10 @@ export declare class VpcClient {
357
450
  listSecurityGroupRules(listSecurityGroupRulesRequest?: ListSecurityGroupRulesRequest): Promise<ListSecurityGroupRulesResponse>;
358
451
  /**
359
452
  * 查询安全组列表
453
+ *
454
+ * 详细说明请参考华为云API Explorer。
455
+ * Please refer to Huawei cloud API Explorer for details.
456
+ *
360
457
  * @summary 查询安全组列表
361
458
  * @param {number} [limit] 每页返回的个数
362
459
  * @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
@@ -368,6 +465,10 @@ export declare class VpcClient {
368
465
  listSecurityGroups(listSecurityGroupsRequest?: ListSecurityGroupsRequest): Promise<ListSecurityGroupsResponse>;
369
466
  /**
370
467
  * 查询租户在指定区域和实例类型的所有标签集合
468
+ *
469
+ * 详细说明请参考华为云API Explorer。
470
+ * Please refer to Huawei cloud API Explorer for details.
471
+ *
371
472
  * @summary 查询子网项目标签
372
473
  * @param {*} [options] Override http request option.
373
474
  * @throws {RequiredError}
@@ -375,6 +476,10 @@ export declare class VpcClient {
375
476
  listSubnetTags(): Promise<ListSubnetTagsResponse>;
376
477
  /**
377
478
  * 查询子网列表
479
+ *
480
+ * 详细说明请参考华为云API Explorer。
481
+ * Please refer to Huawei cloud API Explorer for details.
482
+ *
378
483
  * @summary 查询子网列表
379
484
  * @param {number} [limit] 每页返回的个数
380
485
  * @param {string} [marker] 分页查询起始的资源id,为空时查询第一页
@@ -385,6 +490,10 @@ export declare class VpcClient {
385
490
  listSubnets(listSubnetsRequest?: ListSubnetsRequest): Promise<ListSubnetsResponse>;
386
491
  /**
387
492
  * 使用标签过滤实例
493
+ *
494
+ * 详细说明请参考华为云API Explorer。
495
+ * Please refer to Huawei cloud API Explorer for details.
496
+ *
388
497
  * @summary 查询子网资源实例
389
498
  * @param {ListSubnetsByTagsRequestBody} listSubnetsByTagsRequestBody This is a auto create Body Object
390
499
  * @param {*} [options] Override http request option.
@@ -393,6 +502,10 @@ export declare class VpcClient {
393
502
  listSubnetsByTags(listSubnetsByTagsRequest?: ListSubnetsByTagsRequest): Promise<ListSubnetsByTagsResponse>;
394
503
  /**
395
504
  * 查询提交请求的租户的所有对等连接。根据过滤条件进行过滤。
505
+ *
506
+ * 详细说明请参考华为云API Explorer。
507
+ * Please refer to Huawei cloud API Explorer for details.
508
+ *
396
509
  * @summary 查询对等连接列表
397
510
  * @param {number} [limit] 每页返回的个数
398
511
  * @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
@@ -407,6 +520,10 @@ export declare class VpcClient {
407
520
  listVpcPeerings(listVpcPeeringsRequest?: ListVpcPeeringsRequest): Promise<ListVpcPeeringsResponse>;
408
521
  /**
409
522
  * 租户A名下的VPC申请和租户B的VPC建立对等连接,需要等待租户B接受该请求。此接口用于租户拒绝其他租户发起的对等连接请求。
523
+ *
524
+ * 详细说明请参考华为云API Explorer。
525
+ * Please refer to Huawei cloud API Explorer for details.
526
+ *
410
527
  * @summary 拒绝对等连接请求
411
528
  * @param {string} peeringId 对等连接ID
412
529
  * @param {*} [options] Override http request option.
@@ -415,6 +532,10 @@ export declare class VpcClient {
415
532
  rejectVpcPeering(rejectVpcPeeringRequest?: RejectVpcPeeringRequest): Promise<RejectVpcPeeringResponse>;
416
533
  /**
417
534
  * 查询单个端口详情。
535
+ *
536
+ * 详细说明请参考华为云API Explorer。
537
+ * Please refer to Huawei cloud API Explorer for details.
538
+ *
418
539
  * @summary 查询端口
419
540
  * @param {string} portId 端口ID
420
541
  * @param {*} [options] Override http request option.
@@ -423,6 +544,10 @@ export declare class VpcClient {
423
544
  showPort(showPortRequest?: ShowPortRequest): Promise<ShowPortResponse>;
424
545
  /**
425
546
  * 查询单租户在VPC服务下的网络资源配额,包括vpc配额、子网配额、安全组配额、安全组规则配额、弹性公网IP配额,vpn配额等。
547
+ *
548
+ * 详细说明请参考华为云API Explorer。
549
+ * Please refer to Huawei cloud API Explorer for details.
550
+ *
426
551
  * @summary 查询配额
427
552
  * @param {'vpc' | 'subnet' | 'securityGroup' | 'securityGroupRule' | 'publicIp' | 'vpn' | 'vpngw' | 'vpcPeer' | 'firewall' | 'shareBandwidth' | 'shareBandwidthIP' | 'loadbalancer' | 'listener' | 'physicalConnect' | 'virtualInterface' | 'vpcContainRoutetable' | 'routetableContainRoutes'} [type] 功能说明:根据type过滤查询指定类型的配额 取值范围:vpc,subnet,securityGroup,securityGroupRule,publicIp,vpn,vpngw,vpcPeer,firewall,shareBandwidth,shareBandwidthIP,loadbalancer,listener,physicalConnect,virtualInterface,vpcContainRoutetable,routetableContainRoutes
428
553
  * @param {*} [options] Override http request option.
@@ -431,6 +556,10 @@ export declare class VpcClient {
431
556
  showQuota(showQuotaRequest?: ShowQuotaRequest): Promise<ShowQuotaResponse>;
432
557
  /**
433
558
  * 查询路由表详情
559
+ *
560
+ * 详细说明请参考华为云API Explorer。
561
+ * Please refer to Huawei cloud API Explorer for details.
562
+ *
434
563
  * @summary 查询路由表
435
564
  * @param {string} routetableId 路由表ID
436
565
  * @param {*} [options] Override http request option.
@@ -439,6 +568,10 @@ export declare class VpcClient {
439
568
  showRouteTable(showRouteTableRequest?: ShowRouteTableRequest): Promise<ShowRouteTableResponse>;
440
569
  /**
441
570
  * 查询单个安全组详情。
571
+ *
572
+ * 详细说明请参考华为云API Explorer。
573
+ * Please refer to Huawei cloud API Explorer for details.
574
+ *
442
575
  * @summary 查询安全组
443
576
  * @param {string} securityGroupId 安全组ID
444
577
  * @param {*} [options] Override http request option.
@@ -447,6 +580,10 @@ export declare class VpcClient {
447
580
  showSecurityGroup(showSecurityGroupRequest?: ShowSecurityGroupRequest): Promise<ShowSecurityGroupResponse>;
448
581
  /**
449
582
  * 查询单个安全组规则详情
583
+ *
584
+ * 详细说明请参考华为云API Explorer。
585
+ * Please refer to Huawei cloud API Explorer for details.
586
+ *
450
587
  * @summary 查询安全组规则
451
588
  * @param {string} securityGroupRuleId 安全组规则ID
452
589
  * @param {*} [options] Override http request option.
@@ -455,6 +592,10 @@ export declare class VpcClient {
455
592
  showSecurityGroupRule(showSecurityGroupRuleRequest?: ShowSecurityGroupRuleRequest): Promise<ShowSecurityGroupRuleResponse>;
456
593
  /**
457
594
  * 查询子网详情。
595
+ *
596
+ * 详细说明请参考华为云API Explorer。
597
+ * Please refer to Huawei cloud API Explorer for details.
598
+ *
458
599
  * @summary 查询子网
459
600
  * @param {string} subnetId 子网ID
460
601
  * @param {*} [options] Override http request option.
@@ -463,6 +604,10 @@ export declare class VpcClient {
463
604
  showSubnet(showSubnetRequest?: ShowSubnetRequest): Promise<ShowSubnetResponse>;
464
605
  /**
465
606
  * 查询指定子网实例的标签信息。
607
+ *
608
+ * 详细说明请参考华为云API Explorer。
609
+ * Please refer to Huawei cloud API Explorer for details.
610
+ *
466
611
  * @summary 查询子网资源标签
467
612
  * @param {string} subnetId 子网ID
468
613
  * @param {*} [options] Override http request option.
@@ -471,6 +616,10 @@ export declare class VpcClient {
471
616
  showSubnetTags(showSubnetTagsRequest?: ShowSubnetTagsRequest): Promise<ShowSubnetTagsResponse>;
472
617
  /**
473
618
  * 查询对等连接详情。
619
+ *
620
+ * 详细说明请参考华为云API Explorer。
621
+ * Please refer to Huawei cloud API Explorer for details.
622
+ *
474
623
  * @summary 查询对等连接
475
624
  * @param {string} peeringId 对等连接ID
476
625
  * @param {*} [options] Override http request option.
@@ -479,6 +628,10 @@ export declare class VpcClient {
479
628
  showVpcPeering(showVpcPeeringRequest?: ShowVpcPeeringRequest): Promise<ShowVpcPeeringResponse>;
480
629
  /**
481
630
  * 更新端口。
631
+ *
632
+ * 详细说明请参考华为云API Explorer。
633
+ * Please refer to Huawei cloud API Explorer for details.
634
+ *
482
635
  * @summary 更新端口
483
636
  * @param {string} portId 端口ID
484
637
  * @param {UpdatePortRequestBody} port 更新端口对象
@@ -488,6 +641,10 @@ export declare class VpcClient {
488
641
  updatePort(updatePortRequest?: UpdatePortRequest): Promise<UpdatePortResponse>;
489
642
  /**
490
643
  * 更新路由表,包括可以更新路由表的名称,描述,以及新增、更新、删除路由条目
644
+ *
645
+ * 详细说明请参考华为云API Explorer。
646
+ * Please refer to Huawei cloud API Explorer for details.
647
+ *
491
648
  * @summary 更新路由表
492
649
  * @param {string} routetableId 路由表ID
493
650
  * @param {UpdateRoutetableReqBody} routetable 更新路由表对象,参见UpdateRouteTableReq对象
@@ -497,6 +654,10 @@ export declare class VpcClient {
497
654
  updateRouteTable(updateRouteTableRequest?: UpdateRouteTableRequest): Promise<UpdateRouteTableResponse>;
498
655
  /**
499
656
  * 更新子网。
657
+ *
658
+ * 详细说明请参考华为云API Explorer。
659
+ * Please refer to Huawei cloud API Explorer for details.
660
+ *
500
661
  * @summary 更新子网
501
662
  * @param {string} vpcId 子网对应的vpc_id
502
663
  * @param {string} subnetId 子网ID
@@ -507,6 +668,10 @@ export declare class VpcClient {
507
668
  updateSubnet(updateSubnetRequest?: UpdateSubnetRequest): Promise<UpdateSubnetResponse>;
508
669
  /**
509
670
  * 更新对等连接。
671
+ *
672
+ * 详细说明请参考华为云API Explorer。
673
+ * Please refer to Huawei cloud API Explorer for details.
674
+ *
510
675
  * @summary 更新对等连接
511
676
  * @param {string} peeringId 对等连接ID
512
677
  * @param {UpdateVpcPeeringRequestBody} peering 更新peering对象
@@ -516,6 +681,10 @@ export declare class VpcClient {
516
681
  updateVpcPeering(updateVpcPeeringRequest?: UpdateVpcPeeringRequest): Promise<UpdateVpcPeeringResponse>;
517
682
  /**
518
683
  * 申请私有IP。
684
+ *
685
+ * 详细说明请参考华为云API Explorer。
686
+ * Please refer to Huawei cloud API Explorer for details.
687
+ *
519
688
  * @summary 申请私有IP
520
689
  * @param {CreatePrivateipRequestBody} privateips 申请私有IP对象
521
690
  * @param {*} [options] Override http request option.
@@ -524,6 +693,10 @@ export declare class VpcClient {
524
693
  createPrivateip(createPrivateipRequest?: CreatePrivateipRequest): Promise<CreatePrivateipResponse>;
525
694
  /**
526
695
  * 删除私有IP。
696
+ *
697
+ * 详细说明请参考华为云API Explorer。
698
+ * Please refer to Huawei cloud API Explorer for details.
699
+ *
527
700
  * @summary 删除私有IP
528
701
  * @param {string} privateipId 私有IP ID
529
702
  * @param {*} [options] Override http request option.
@@ -532,6 +705,10 @@ export declare class VpcClient {
532
705
  deletePrivateip(deletePrivateipRequest?: DeletePrivateipRequest): Promise<void>;
533
706
  /**
534
707
  * 查询指定子网下的私有IP列表。
708
+ *
709
+ * 详细说明请参考华为云API Explorer。
710
+ * Please refer to Huawei cloud API Explorer for details.
711
+ *
535
712
  * @summary 查询私有IP列表
536
713
  * @param {string} subnetId 私有IP所在子网的唯一标识
537
714
  * @param {number} [limit] 每页返回的个数
@@ -541,7 +718,18 @@ export declare class VpcClient {
541
718
  */
542
719
  listPrivateips(listPrivateipsRequest?: ListPrivateipsRequest): Promise<ListPrivateipsResponse>;
543
720
  /**
544
- * 显示一个指定网络中的IPv4地址使用情况。 包括此网络中的IP总数以及已用IP总数,以及网络下每一个子网的IP地址总数和可用IP地址总数。 > 须知 - 系统预留地址指的是子网的第1个以及最后4个地址,一般用于网关、DHCP等服务。 - 这里以及下文描述的IP地址总数、已用IP地址总数不包含系统预留地址。 - 在分配IP时,用户可以指定系统预留的IP地址。但是不论IP是如何分配的,只要是处于系统预留IP地址段的IP均不会被统计到已用IP地址数目和IP地址总数中。
721
+ * 显示一个指定网络中的IPv4地址使用情况。
722
+ * 包括此网络中的IP总数以及已用IP总数,以及网络下每一个子网的IP地址总数和可用IP地址总数。
723
+ *
724
+ * &gt; 须知
725
+ *
726
+ * - 系统预留地址指的是子网的第1个以及最后4个地址,一般用于网关、DHCP等服务。
727
+ * - 这里以及下文描述的IP地址总数、已用IP地址总数不包含系统预留地址。
728
+ * - 在分配IP时,用户可以指定系统预留的IP地址。但是不论IP是如何分配的,只要是处于系统预留IP地址段的IP均不会被统计到已用IP地址数目和IP地址总数中。
729
+ *
730
+ * 详细说明请参考华为云API Explorer。
731
+ * Please refer to Huawei cloud API Explorer for details.
732
+ *
545
733
  * @summary 查询网络IP使用情况
546
734
  * @param {string} networkId 网络ID
547
735
  * @param {*} [options] Override http request option.
@@ -550,6 +738,10 @@ export declare class VpcClient {
550
738
  showNetworkIpAvailabilities(showNetworkIpAvailabilitiesRequest?: ShowNetworkIpAvailabilitiesRequest): Promise<ShowNetworkIpAvailabilitiesResponse>;
551
739
  /**
552
740
  * 指定ID查询私有IP。
741
+ *
742
+ * 详细说明请参考华为云API Explorer。
743
+ * Please refer to Huawei cloud API Explorer for details.
744
+ *
553
745
  * @summary 查询私有IP
554
746
  * @param {string} privateipId 私有IP ID
555
747
  * @param {*} [options] Override http request option.
@@ -558,6 +750,10 @@ export declare class VpcClient {
558
750
  showPrivateip(showPrivateipRequest?: ShowPrivateipRequest): Promise<ShowPrivateipResponse>;
559
751
  /**
560
752
  * 创建安全组
753
+ *
754
+ * 详细说明请参考华为云API Explorer。
755
+ * Please refer to Huawei cloud API Explorer for details.
756
+ *
561
757
  * @summary 创建安全组
562
758
  * @param {NeutronCreateSecurityGroupRequestBody} securityGroup 安全组对象
563
759
  * @param {*} [options] Override http request option.
@@ -566,6 +762,10 @@ export declare class VpcClient {
566
762
  neutronCreateSecurityGroup(neutronCreateSecurityGroupRequest?: NeutronCreateSecurityGroupRequest): Promise<NeutronCreateSecurityGroupResponse>;
567
763
  /**
568
764
  * 创建安全组规则
765
+ *
766
+ * 详细说明请参考华为云API Explorer。
767
+ * Please refer to Huawei cloud API Explorer for details.
768
+ *
569
769
  * @summary 创建安全组规则
570
770
  * @param {NeutronCreateSecurityGroupRuleRequestBody} securityGroupRule 安全组规则对象
571
771
  * @param {*} [options] Override http request option.
@@ -574,6 +774,10 @@ export declare class VpcClient {
574
774
  neutronCreateSecurityGroupRule(neutronCreateSecurityGroupRuleRequest?: NeutronCreateSecurityGroupRuleRequest): Promise<NeutronCreateSecurityGroupRuleResponse>;
575
775
  /**
576
776
  * 删除安全组
777
+ *
778
+ * 详细说明请参考华为云API Explorer。
779
+ * Please refer to Huawei cloud API Explorer for details.
780
+ *
577
781
  * @summary 删除安全组
578
782
  * @param {string} securityGroupId 安全组ID
579
783
  * @param {*} [options] Override http request option.
@@ -582,6 +786,10 @@ export declare class VpcClient {
582
786
  neutronDeleteSecurityGroup(neutronDeleteSecurityGroupRequest?: NeutronDeleteSecurityGroupRequest): Promise<void>;
583
787
  /**
584
788
  * 删除安全组规则
789
+ *
790
+ * 详细说明请参考华为云API Explorer。
791
+ * Please refer to Huawei cloud API Explorer for details.
792
+ *
585
793
  * @summary 删除安全组规则
586
794
  * @param {string} securityGroupRuleId 安全组规则ID
587
795
  * @param {*} [options] Override http request option.
@@ -590,6 +798,10 @@ export declare class VpcClient {
590
798
  neutronDeleteSecurityGroupRule(neutronDeleteSecurityGroupRuleRequest?: NeutronDeleteSecurityGroupRuleRequest): Promise<void>;
591
799
  /**
592
800
  * 查询提交请求的租户有权限查看的所有安全组规则。单次查询最多返回2000条数据,超过2000后会返回分页标记。分页查询请参考分页查询
801
+ *
802
+ * 详细说明请参考华为云API Explorer。
803
+ * Please refer to Huawei cloud API Explorer for details.
804
+ *
593
805
  * @summary 查询安全组规则列表
594
806
  * @param {number} [limit] 每页返回的个数
595
807
  * @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
@@ -610,6 +822,10 @@ export declare class VpcClient {
610
822
  neutronListSecurityGroupRules(neutronListSecurityGroupRulesRequest?: NeutronListSecurityGroupRulesRequest): Promise<NeutronListSecurityGroupRulesResponse>;
611
823
  /**
612
824
  * 查询提交请求租户的所有安全组,单次查询最多返回2000条数据,超过2000后会返回分页标记。分页查询请参考分页查询 。
825
+ *
826
+ * 详细说明请参考华为云API Explorer。
827
+ * Please refer to Huawei cloud API Explorer for details.
828
+ *
613
829
  * @summary 查询安全组列表
614
830
  * @param {number} [limit] 每页返回的个数
615
831
  * @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
@@ -623,6 +839,10 @@ export declare class VpcClient {
623
839
  neutronListSecurityGroups(neutronListSecurityGroupsRequest?: NeutronListSecurityGroupsRequest): Promise<NeutronListSecurityGroupsResponse>;
624
840
  /**
625
841
  * 查询安全组详情
842
+ *
843
+ * 详细说明请参考华为云API Explorer。
844
+ * Please refer to Huawei cloud API Explorer for details.
845
+ *
626
846
  * @summary 查询安全组
627
847
  * @param {string} securityGroupId 安全组ID
628
848
  * @param {*} [options] Override http request option.
@@ -631,6 +851,10 @@ export declare class VpcClient {
631
851
  neutronShowSecurityGroup(neutronShowSecurityGroupRequest?: NeutronShowSecurityGroupRequest): Promise<NeutronShowSecurityGroupResponse>;
632
852
  /**
633
853
  * 查询安全组规则详情。
854
+ *
855
+ * 详细说明请参考华为云API Explorer。
856
+ * Please refer to Huawei cloud API Explorer for details.
857
+ *
634
858
  * @summary 查询安全组规则
635
859
  * @param {string} securityGroupRuleId 安全组规则ID
636
860
  * @param {*} [options] Override http request option.
@@ -639,6 +863,10 @@ export declare class VpcClient {
639
863
  neutronShowSecurityGroupRule(neutronShowSecurityGroupRuleRequest?: NeutronShowSecurityGroupRuleRequest): Promise<NeutronShowSecurityGroupRuleResponse>;
640
864
  /**
641
865
  * 更新安全组
866
+ *
867
+ * 详细说明请参考华为云API Explorer。
868
+ * Please refer to Huawei cloud API Explorer for details.
869
+ *
642
870
  * @summary 更新安全组
643
871
  * @param {string} securityGroupId 安全组ID
644
872
  * @param {NeutronUpdateSecurityGroupRequestBody} securityGroup 安全组
@@ -648,6 +876,10 @@ export declare class VpcClient {
648
876
  neutronUpdateSecurityGroup(neutronUpdateSecurityGroupRequest?: NeutronUpdateSecurityGroupRequest): Promise<NeutronUpdateSecurityGroupResponse>;
649
877
  /**
650
878
  * 插入一条网络ACL规则到某一网络ACL策略中。
879
+ *
880
+ * 详细说明请参考华为云API Explorer。
881
+ * Please refer to Huawei cloud API Explorer for details.
882
+ *
651
883
  * @summary 插入网络ACL规则
652
884
  * @param {string} firewallPolicyId 网络ACL防火墙策略ID
653
885
  * @param {NeutronInsertFirewallRuleRequestBody} insertFirewallRule 插入ACL规则请求体
@@ -657,6 +889,10 @@ export declare class VpcClient {
657
889
  neutronAddFirewallRule(neutronAddFirewallRuleRequest?: NeutronAddFirewallRuleRequest): Promise<NeutronAddFirewallRuleResponse>;
658
890
  /**
659
891
  * 创建网络ACL组
892
+ *
893
+ * 详细说明请参考华为云API Explorer。
894
+ * Please refer to Huawei cloud API Explorer for details.
895
+ *
660
896
  * @summary 创建网络ACL组
661
897
  * @param {NeutronCreateFirewallGroupRequestBody} firewallGroup firewall group对象
662
898
  * @param {*} [options] Override http request option.
@@ -665,6 +901,10 @@ export declare class VpcClient {
665
901
  neutronCreateFirewallGroup(neutronCreateFirewallGroupRequest?: NeutronCreateFirewallGroupRequest): Promise<NeutronCreateFirewallGroupResponse>;
666
902
  /**
667
903
  * 创建网络ACL策略。
904
+ *
905
+ * 详细说明请参考华为云API Explorer。
906
+ * Please refer to Huawei cloud API Explorer for details.
907
+ *
668
908
  * @summary 创建网络ACL策略
669
909
  * @param {NeutronCreateFirewallPolicyRequestBody} firewallPolicy firewall policy对象
670
910
  * @param {*} [options] Override http request option.
@@ -673,6 +913,10 @@ export declare class VpcClient {
673
913
  neutronCreateFirewallPolicy(neutronCreateFirewallPolicyRequest?: NeutronCreateFirewallPolicyRequest): Promise<NeutronCreateFirewallPolicyResponse>;
674
914
  /**
675
915
  * 创建网络ACL规则。
916
+ *
917
+ * 详细说明请参考华为云API Explorer。
918
+ * Please refer to Huawei cloud API Explorer for details.
919
+ *
676
920
  * @summary 创建网络ACL规则
677
921
  * @param {NeutronCreateFirewallRuleRequestBody} firewallRule firewall rule对象
678
922
  * @param {*} [options] Override http request option.
@@ -681,6 +925,10 @@ export declare class VpcClient {
681
925
  neutronCreateFirewallRule(neutronCreateFirewallRuleRequest?: NeutronCreateFirewallRuleRequest): Promise<NeutronCreateFirewallRuleResponse>;
682
926
  /**
683
927
  * 删除网络ACL组
928
+ *
929
+ * 详细说明请参考华为云API Explorer。
930
+ * Please refer to Huawei cloud API Explorer for details.
931
+ *
684
932
  * @summary 删除网络ACL组
685
933
  * @param {string} firewallGroupId 网络ACL防火墙组ID
686
934
  * @param {*} [options] Override http request option.
@@ -689,6 +937,10 @@ export declare class VpcClient {
689
937
  neutronDeleteFirewallGroup(neutronDeleteFirewallGroupRequest?: NeutronDeleteFirewallGroupRequest): Promise<void>;
690
938
  /**
691
939
  * 删除网络ACL策略。
940
+ *
941
+ * 详细说明请参考华为云API Explorer。
942
+ * Please refer to Huawei cloud API Explorer for details.
943
+ *
692
944
  * @summary 删除网络ACL策略
693
945
  * @param {string} firewallPolicyId 网络ACL防火墙策略ID
694
946
  * @param {*} [options] Override http request option.
@@ -697,6 +949,10 @@ export declare class VpcClient {
697
949
  neutronDeleteFirewallPolicy(neutronDeleteFirewallPolicyRequest?: NeutronDeleteFirewallPolicyRequest): Promise<void>;
698
950
  /**
699
951
  * 删除网络ACL规则。
952
+ *
953
+ * 详细说明请参考华为云API Explorer。
954
+ * Please refer to Huawei cloud API Explorer for details.
955
+ *
700
956
  * @summary 删除网络ACL规则
701
957
  * @param {string} firewallRuleId 网络ACL防火墙规则ID
702
958
  * @param {*} [options] Override http request option.
@@ -705,6 +961,10 @@ export declare class VpcClient {
705
961
  neutronDeleteFirewallRule(neutronDeleteFirewallRuleRequest?: NeutronDeleteFirewallRuleRequest): Promise<void>;
706
962
  /**
707
963
  * 查询提交请求的租户有权限操作的所有网络ACL组信息。单次查询最多返回2000条数据,超过2000后会返回分页标记。
964
+ *
965
+ * 详细说明请参考华为云API Explorer。
966
+ * Please refer to Huawei cloud API Explorer for details.
967
+ *
708
968
  * @summary 查询所有网络ACL组
709
969
  * @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
710
970
  * @param {number} [limit] 每页返回的个数
@@ -719,6 +979,10 @@ export declare class VpcClient {
719
979
  neutronListFirewallGroups(neutronListFirewallGroupsRequest?: NeutronListFirewallGroupsRequest): Promise<NeutronListFirewallGroupsResponse>;
720
980
  /**
721
981
  * 查询提交请求的租户有权限操作的所有网络ACL策略信息。单次查询最多返回2000条数据,超过2000后会返回分页标记。
982
+ *
983
+ * 详细说明请参考华为云API Explorer。
984
+ * Please refer to Huawei cloud API Explorer for details.
985
+ *
722
986
  * @summary 查询所有网络ACL策略
723
987
  * @param {number} [limit] 每页返回的个数
724
988
  * @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
@@ -732,6 +996,10 @@ export declare class VpcClient {
732
996
  neutronListFirewallPolicies(neutronListFirewallPoliciesRequest?: NeutronListFirewallPoliciesRequest): Promise<NeutronListFirewallPoliciesResponse>;
733
997
  /**
734
998
  * 查询提交请求的租户有权限操作的所有网络ACL规则信息。单次查询最多返回2000条数据,超过2000后会返回分页标记。
999
+ *
1000
+ * 详细说明请参考华为云API Explorer。
1001
+ * Please refer to Huawei cloud API Explorer for details.
1002
+ *
735
1003
  * @summary 查询所有网络ACL规则
736
1004
  * @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
737
1005
  * @param {number} [limit] 每页返回的个数
@@ -746,6 +1014,10 @@ export declare class VpcClient {
746
1014
  neutronListFirewallRules(neutronListFirewallRulesRequest?: NeutronListFirewallRulesRequest): Promise<NeutronListFirewallRulesResponse>;
747
1015
  /**
748
1016
  * 从某一网络ACL策略中移除一条网络ACL规则。
1017
+ *
1018
+ * 详细说明请参考华为云API Explorer。
1019
+ * Please refer to Huawei cloud API Explorer for details.
1020
+ *
749
1021
  * @summary 移除网络ACL规则
750
1022
  * @param {string} firewallPolicyId 网络ACL防火墙策略ID
751
1023
  * @param {NeutronRemoveFirewallRuleRequestBody} removeFirewallRule 移除ACL规则请求体
@@ -755,6 +1027,10 @@ export declare class VpcClient {
755
1027
  neutronRemoveFirewallRule(neutronRemoveFirewallRuleRequest?: NeutronRemoveFirewallRuleRequest): Promise<NeutronRemoveFirewallRuleResponse>;
756
1028
  /**
757
1029
  * 查询特定网络ACL组详情。
1030
+ *
1031
+ * 详细说明请参考华为云API Explorer。
1032
+ * Please refer to Huawei cloud API Explorer for details.
1033
+ *
758
1034
  * @summary 查询特定网络ACL组详情
759
1035
  * @param {string} firewallGroupId 网络ACL防火墙组ID
760
1036
  * @param {*} [options] Override http request option.
@@ -763,6 +1039,10 @@ export declare class VpcClient {
763
1039
  neutronShowFirewallGroup(neutronShowFirewallGroupRequest?: NeutronShowFirewallGroupRequest): Promise<NeutronShowFirewallGroupResponse>;
764
1040
  /**
765
1041
  * 查询特定网络ACL策略详情。
1042
+ *
1043
+ * 详细说明请参考华为云API Explorer。
1044
+ * Please refer to Huawei cloud API Explorer for details.
1045
+ *
766
1046
  * @summary 查询特定网络ACL策略详情
767
1047
  * @param {string} firewallPolicyId 网络ACL防火墙策略ID
768
1048
  * @param {*} [options] Override http request option.
@@ -771,6 +1051,10 @@ export declare class VpcClient {
771
1051
  neutronShowFirewallPolicy(neutronShowFirewallPolicyRequest?: NeutronShowFirewallPolicyRequest): Promise<NeutronShowFirewallPolicyResponse>;
772
1052
  /**
773
1053
  * 查询特定网络ACL规则。
1054
+ *
1055
+ * 详细说明请参考华为云API Explorer。
1056
+ * Please refer to Huawei cloud API Explorer for details.
1057
+ *
774
1058
  * @summary 查询特定网络ACL规则
775
1059
  * @param {string} firewallRuleId 网络ACL规则ID
776
1060
  * @param {*} [options] Override http request option.
@@ -779,6 +1063,10 @@ export declare class VpcClient {
779
1063
  neutronShowFirewallRule(neutronShowFirewallRuleRequest?: NeutronShowFirewallRuleRequest): Promise<NeutronShowFirewallRuleResponse>;
780
1064
  /**
781
1065
  * 更新网络ACL组。
1066
+ *
1067
+ * 详细说明请参考华为云API Explorer。
1068
+ * Please refer to Huawei cloud API Explorer for details.
1069
+ *
782
1070
  * @summary 更新网络ACL组
783
1071
  * @param {string} firewallGroupId 网络ACL防火墙组ID
784
1072
  * @param {NeutronUpdateFirewallGroupRequestBody} firewallGroup firewall group对象
@@ -788,6 +1076,10 @@ export declare class VpcClient {
788
1076
  neutronUpdateFirewallGroup(neutronUpdateFirewallGroupRequest?: NeutronUpdateFirewallGroupRequest): Promise<NeutronUpdateFirewallGroupResponse>;
789
1077
  /**
790
1078
  * 更新网络ACL策略。
1079
+ *
1080
+ * 详细说明请参考华为云API Explorer。
1081
+ * Please refer to Huawei cloud API Explorer for details.
1082
+ *
791
1083
  * @summary 更新网络ACL策略
792
1084
  * @param {string} firewallPolicyId 网络ACL防火墙策略ID
793
1085
  * @param {NeutronUpdateFirewallPolicyRequestBody} firewallPolicy firewall policy对象
@@ -797,6 +1089,10 @@ export declare class VpcClient {
797
1089
  neutronUpdateFirewallPolicy(neutronUpdateFirewallPolicyRequest?: NeutronUpdateFirewallPolicyRequest): Promise<NeutronUpdateFirewallPolicyResponse>;
798
1090
  /**
799
1091
  * 更新网络ACL规则。
1092
+ *
1093
+ * 详细说明请参考华为云API Explorer。
1094
+ * Please refer to Huawei cloud API Explorer for details.
1095
+ *
800
1096
  * @summary 更新网络ACL规则
801
1097
  * @param {string} firewallRuleId 网络ACL防火墙规则ID
802
1098
  * @param {NeutronUpdateFirewallRuleRequestBody} firewallRule firewall rule对象
@@ -805,7 +1101,12 @@ export declare class VpcClient {
805
1101
  */
806
1102
  neutronUpdateFirewallRule(neutronUpdateFirewallRuleRequest?: NeutronUpdateFirewallRuleRequest): Promise<NeutronUpdateFirewallRuleResponse>;
807
1103
  /**
808
- * 为指定的VPC资源实例批量添加标签。 此接口为幂等接口:创建时如果请求体中存在重复key则报错。创建时,不允许设置重复key数据,如果数据库已存在该key,就覆盖value的值。
1104
+ * 为指定的VPC资源实例批量添加标签。
1105
+ * 此接口为幂等接口:创建时如果请求体中存在重复key则报错。创建时,不允许设置重复key数据,如果数据库已存在该key,就覆盖value的值。
1106
+ *
1107
+ * 详细说明请参考华为云API Explorer。
1108
+ * Please refer to Huawei cloud API Explorer for details.
1109
+ *
809
1110
  * @summary 批量创建VPC资源标签
810
1111
  * @param {string} vpcId 功能说明:虚拟私有云唯一标识 取值范围:合法UUID 约束:ID对应的VPC必须存在
811
1112
  * @param {BatchCreateVpcTagsRequestBody} batchCreateVpcTagsRequestBody This is a auto create Body Object
@@ -814,7 +1115,12 @@ export declare class VpcClient {
814
1115
  */
815
1116
  batchCreateVpcTags(batchCreateVpcTagsRequest?: BatchCreateVpcTagsRequest): Promise<void>;
816
1117
  /**
817
- * 为指定的VPC资源实例批量删除标签。 此接口为幂等接口:删除时,如果删除的标签不存在,默认处理成功;删除时不对标签字符集范围做校验。删除时tags结构体不能缺失,key不能为空,或者空字符串。
1118
+ * 为指定的VPC资源实例批量删除标签。
1119
+ * 此接口为幂等接口:删除时,如果删除的标签不存在,默认处理成功;删除时不对标签字符集范围做校验。删除时tags结构体不能缺失,key不能为空,或者空字符串。
1120
+ *
1121
+ * 详细说明请参考华为云API Explorer。
1122
+ * Please refer to Huawei cloud API Explorer for details.
1123
+ *
818
1124
  * @summary 批量删除VPC资源标签
819
1125
  * @param {string} vpcId 功能说明:虚拟私有云唯一标识 取值范围:合法UUID 约束:ID对应的VPC必须存在
820
1126
  * @param {BatchDeleteVpcTagsRequestBody} batchDeleteVpcTagsRequestBody This is a auto create Body Object
@@ -824,6 +1130,10 @@ export declare class VpcClient {
824
1130
  batchDeleteVpcTags(batchDeleteVpcTagsRequest?: BatchDeleteVpcTagsRequest): Promise<void>;
825
1131
  /**
826
1132
  * 创建虚拟私有云。
1133
+ *
1134
+ * 详细说明请参考华为云API Explorer。
1135
+ * Please refer to Huawei cloud API Explorer for details.
1136
+ *
827
1137
  * @summary 创建VPC
828
1138
  * @param {CreateVpcRequestBody} vpc 创建VPC对象
829
1139
  * @param {*} [options] Override http request option.
@@ -831,7 +1141,12 @@ export declare class VpcClient {
831
1141
  */
832
1142
  createVpc(createVpcRequest?: CreateVpcRequest): Promise<CreateVpcResponse>;
833
1143
  /**
834
- * 给指定VPC资源实例增加标签信息 此接口为幂等接口:创建时,如果创建的标签已经存在(key相同),则覆盖。
1144
+ * 给指定VPC资源实例增加标签信息
1145
+ * 此接口为幂等接口:创建时,如果创建的标签已经存在(key相同),则覆盖。
1146
+ *
1147
+ * 详细说明请参考华为云API Explorer。
1148
+ * Please refer to Huawei cloud API Explorer for details.
1149
+ *
835
1150
  * @summary 创建VPC资源标签
836
1151
  * @param {string} vpcId 功能说明:虚拟私有云唯一标识 取值范围:合法UUID 约束:ID对应的VPC必须存在
837
1152
  * @param {CreateVpcResourceTagRequestBody} createVpcResourceTagRequestBody This is a auto create Body Object
@@ -841,6 +1156,10 @@ export declare class VpcClient {
841
1156
  createVpcResourceTag(createVpcResourceTagRequest?: CreateVpcResourceTagRequest): Promise<void>;
842
1157
  /**
843
1158
  * 创建路由
1159
+ *
1160
+ * 详细说明请参考华为云API Explorer。
1161
+ * Please refer to Huawei cloud API Explorer for details.
1162
+ *
844
1163
  * @summary 创建VPC路由
845
1164
  * @param {CreateVpcRouteRequestBody} route route对象,必选字段:destination、nexthop、type、vpc_id。
846
1165
  * @param {*} [options] Override http request option.
@@ -849,6 +1168,10 @@ export declare class VpcClient {
849
1168
  createVpcRoute(createVpcRouteRequest?: CreateVpcRouteRequest): Promise<CreateVpcRouteResponse>;
850
1169
  /**
851
1170
  * 删除虚拟私有云。
1171
+ *
1172
+ * 详细说明请参考华为云API Explorer。
1173
+ * Please refer to Huawei cloud API Explorer for details.
1174
+ *
852
1175
  * @summary 删除VPC
853
1176
  * @param {string} vpcId 虚拟私有云ID
854
1177
  * @param {*} [options] Override http request option.
@@ -857,6 +1180,10 @@ export declare class VpcClient {
857
1180
  deleteVpc(deleteVpcRequest?: DeleteVpcRequest): Promise<void>;
858
1181
  /**
859
1182
  * 删除路由
1183
+ *
1184
+ * 详细说明请参考华为云API Explorer。
1185
+ * Please refer to Huawei cloud API Explorer for details.
1186
+ *
860
1187
  * @summary 删除VPC路由
861
1188
  * @param {string} routeId 路由ID
862
1189
  * @param {*} [options] Override http request option.
@@ -864,7 +1191,12 @@ export declare class VpcClient {
864
1191
  */
865
1192
  deleteVpcRoute(deleteVpcRouteRequest?: DeleteVpcRouteRequest): Promise<void>;
866
1193
  /**
867
- * 删除指定VPC资源实例的标签信息 该接口为幂等接口:删除的key不存在报404,Key不能为空或者空字符串
1194
+ * 删除指定VPC资源实例的标签信息
1195
+ * 该接口为幂等接口:删除的key不存在报404,Key不能为空或者空字符串
1196
+ *
1197
+ * 详细说明请参考华为云API Explorer。
1198
+ * Please refer to Huawei cloud API Explorer for details.
1199
+ *
868
1200
  * @summary 删除VPC资源标签
869
1201
  * @param {string} vpcId 功能说明:虚拟私有云唯一标识 取值范围:合法UUID 约束:ID对应的VPC必须存在
870
1202
  * @param {string} key 功能说明:标签键
@@ -874,6 +1206,10 @@ export declare class VpcClient {
874
1206
  deleteVpcTag(deleteVpcTagRequest?: DeleteVpcTagRequest): Promise<void>;
875
1207
  /**
876
1208
  * 查询提交请求的租户的所有路由列表,并根据过滤条件进行过滤。
1209
+ *
1210
+ * 详细说明请参考华为云API Explorer。
1211
+ * Please refer to Huawei cloud API Explorer for details.
1212
+ *
877
1213
  * @summary 查询VPC路由列表
878
1214
  * @param {number} [limit] 每页返回的个数
879
1215
  * @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
@@ -888,6 +1224,10 @@ export declare class VpcClient {
888
1224
  listVpcRoutes(listVpcRoutesRequest?: ListVpcRoutesRequest): Promise<ListVpcRoutesResponse>;
889
1225
  /**
890
1226
  * 查询租户在指定区域和实例类型的所有标签集合
1227
+ *
1228
+ * 详细说明请参考华为云API Explorer。
1229
+ * Please refer to Huawei cloud API Explorer for details.
1230
+ *
891
1231
  * @summary 查询VPC项目标签
892
1232
  * @param {*} [options] Override http request option.
893
1233
  * @throws {RequiredError}
@@ -895,6 +1235,10 @@ export declare class VpcClient {
895
1235
  listVpcTags(): Promise<ListVpcTagsResponse>;
896
1236
  /**
897
1237
  * 查询虚拟私有云列表。
1238
+ *
1239
+ * 详细说明请参考华为云API Explorer。
1240
+ * Please refer to Huawei cloud API Explorer for details.
1241
+ *
898
1242
  * @summary 查询VPC列表
899
1243
  * @param {number} [limit] 每页返回的个数
900
1244
  * @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
@@ -906,6 +1250,10 @@ export declare class VpcClient {
906
1250
  listVpcs(listVpcsRequest?: ListVpcsRequest): Promise<ListVpcsResponse>;
907
1251
  /**
908
1252
  * 使用标签过滤实例。
1253
+ *
1254
+ * 详细说明请参考华为云API Explorer。
1255
+ * Please refer to Huawei cloud API Explorer for details.
1256
+ *
909
1257
  * @summary 查询VPC资源实例
910
1258
  * @param {ListVpcsByTagsRequestBody} listVpcsByTagsRequestBody This is a auto create Body Object
911
1259
  * @param {*} [options] Override http request option.
@@ -914,6 +1262,10 @@ export declare class VpcClient {
914
1262
  listVpcsByTags(listVpcsByTagsRequest?: ListVpcsByTagsRequest): Promise<ListVpcsByTagsResponse>;
915
1263
  /**
916
1264
  * 查询虚拟私有云。
1265
+ *
1266
+ * 详细说明请参考华为云API Explorer。
1267
+ * Please refer to Huawei cloud API Explorer for details.
1268
+ *
917
1269
  * @summary 查询VPC
918
1270
  * @param {string} vpcId 虚拟私有云ID
919
1271
  * @param {*} [options] Override http request option.
@@ -922,6 +1274,10 @@ export declare class VpcClient {
922
1274
  showVpc(showVpcRequest?: ShowVpcRequest): Promise<ShowVpcResponse>;
923
1275
  /**
924
1276
  * 查询路由详情
1277
+ *
1278
+ * 详细说明请参考华为云API Explorer。
1279
+ * Please refer to Huawei cloud API Explorer for details.
1280
+ *
925
1281
  * @summary 查询VPC路由
926
1282
  * @param {string} routeId 路由ID
927
1283
  * @param {*} [options] Override http request option.
@@ -930,6 +1286,10 @@ export declare class VpcClient {
930
1286
  showVpcRoute(showVpcRouteRequest?: ShowVpcRouteRequest): Promise<ShowVpcRouteResponse>;
931
1287
  /**
932
1288
  * 查询指定VPC实例的标签信息
1289
+ *
1290
+ * 详细说明请参考华为云API Explorer。
1291
+ * Please refer to Huawei cloud API Explorer for details.
1292
+ *
933
1293
  * @summary 查询VPC资源标签
934
1294
  * @param {string} vpcId 功能说明:虚拟私有云唯一标识 取值范围:合法UUID 约束:ID对应的VPC必须存在
935
1295
  * @param {*} [options] Override http request option.
@@ -938,6 +1298,10 @@ export declare class VpcClient {
938
1298
  showVpcTags(showVpcTagsRequest?: ShowVpcTagsRequest): Promise<ShowVpcTagsResponse>;
939
1299
  /**
940
1300
  * 更新虚拟私有云。
1301
+ *
1302
+ * 详细说明请参考华为云API Explorer。
1303
+ * Please refer to Huawei cloud API Explorer for details.
1304
+ *
941
1305
  * @summary 更新VPC
942
1306
  * @param {string} vpcId 虚拟私有云ID
943
1307
  * @param {UpdateVpcRequestBody} vpc 更新VPC对象
@@ -949,6 +1313,9 @@ export declare class VpcClient {
949
1313
  export declare const ParamCreater: () => {
950
1314
  /**
951
1315
  * 租户A名下的VPC申请和租户B的VPC建立对等连接,需要等待租户B接受该请求。此接口用于租户接受其他租户发起的对等连接请求。
1316
+ *
1317
+ * 详细说明请参考华为云API Explorer。
1318
+ * Please refer to Huawei cloud API Explorer for details.
952
1319
  */
953
1320
  acceptVpcPeering(acceptVpcPeeringRequest?: AcceptVpcPeeringRequest | undefined): {
954
1321
  method: string;
@@ -961,6 +1328,9 @@ export declare const ParamCreater: () => {
961
1328
  };
962
1329
  /**
963
1330
  * 路由表关联子网。子网关联路由表A后,再关联B,不需要先跟路由表A解关联再关联路由表B
1331
+ *
1332
+ * 详细说明请参考华为云API Explorer。
1333
+ * Please refer to Huawei cloud API Explorer for details.
964
1334
  */
965
1335
  associateRouteTable(associateRouteTableRequest?: AssociateRouteTableRequest | undefined): {
966
1336
  method: string;
@@ -972,7 +1342,11 @@ export declare const ParamCreater: () => {
972
1342
  data: {};
973
1343
  };
974
1344
  /**
975
- * 为指定的子网资源实例批量添加标签。 此接口为幂等接口:创建时如果请求体中存在重复key则报错。创建时,不允许设置重复key数据,如果数据库已存在该key,就覆盖value的值。
1345
+ * 为指定的子网资源实例批量添加标签。
1346
+ * 此接口为幂等接口:创建时如果请求体中存在重复key则报错。创建时,不允许设置重复key数据,如果数据库已存在该key,就覆盖value的值。
1347
+ *
1348
+ * 详细说明请参考华为云API Explorer。
1349
+ * Please refer to Huawei cloud API Explorer for details.
976
1350
  */
977
1351
  batchCreateSubnetTags(batchCreateSubnetTagsRequest?: BatchCreateSubnetTagsRequest | undefined): {
978
1352
  method: string;
@@ -984,7 +1358,11 @@ export declare const ParamCreater: () => {
984
1358
  data: {};
985
1359
  };
986
1360
  /**
987
- * 为指定的子网资源实例批量删除标签 此接口为幂等接口:删除时,如果删除的标签不存在,默认处理成功;删除时不对标签字符集范围做校验。删除时tags结构体不能缺失,key不能为空,或者空字符串。
1361
+ * 为指定的子网资源实例批量删除标签
1362
+ * 此接口为幂等接口:删除时,如果删除的标签不存在,默认处理成功;删除时不对标签字符集范围做校验。删除时tags结构体不能缺失,key不能为空,或者空字符串。
1363
+ *
1364
+ * 详细说明请参考华为云API Explorer。
1365
+ * Please refer to Huawei cloud API Explorer for details.
988
1366
  */
989
1367
  batchDeleteSubnetTags(batchDeleteSubnetTagsRequest?: BatchDeleteSubnetTagsRequest | undefined): {
990
1368
  method: string;
@@ -997,6 +1375,9 @@ export declare const ParamCreater: () => {
997
1375
  };
998
1376
  /**
999
1377
  * 创建端口。
1378
+ *
1379
+ * 详细说明请参考华为云API Explorer。
1380
+ * Please refer to Huawei cloud API Explorer for details.
1000
1381
  */
1001
1382
  createPort(createPortRequest?: CreatePortRequest | undefined): {
1002
1383
  method: string;
@@ -1009,6 +1390,9 @@ export declare const ParamCreater: () => {
1009
1390
  };
1010
1391
  /**
1011
1392
  * 创建路由表
1393
+ *
1394
+ * 详细说明请参考华为云API Explorer。
1395
+ * Please refer to Huawei cloud API Explorer for details.
1012
1396
  */
1013
1397
  createRouteTable(createRouteTableRequest?: CreateRouteTableRequest | undefined): {
1014
1398
  method: string;
@@ -1021,6 +1405,9 @@ export declare const ParamCreater: () => {
1021
1405
  };
1022
1406
  /**
1023
1407
  * 创建安全组。
1408
+ *
1409
+ * 详细说明请参考华为云API Explorer。
1410
+ * Please refer to Huawei cloud API Explorer for details.
1024
1411
  */
1025
1412
  createSecurityGroup(createSecurityGroupRequest?: CreateSecurityGroupRequest | undefined): {
1026
1413
  method: string;
@@ -1033,6 +1420,9 @@ export declare const ParamCreater: () => {
1033
1420
  };
1034
1421
  /**
1035
1422
  * 创建安全组规则。
1423
+ *
1424
+ * 详细说明请参考华为云API Explorer。
1425
+ * Please refer to Huawei cloud API Explorer for details.
1036
1426
  */
1037
1427
  createSecurityGroupRule(createSecurityGroupRuleRequest?: CreateSecurityGroupRuleRequest | undefined): {
1038
1428
  method: string;
@@ -1045,6 +1435,9 @@ export declare const ParamCreater: () => {
1045
1435
  };
1046
1436
  /**
1047
1437
  * 创建子网。
1438
+ *
1439
+ * 详细说明请参考华为云API Explorer。
1440
+ * Please refer to Huawei cloud API Explorer for details.
1048
1441
  */
1049
1442
  createSubnet(createSubnetRequest?: CreateSubnetRequest | undefined): {
1050
1443
  method: string;
@@ -1056,7 +1449,11 @@ export declare const ParamCreater: () => {
1056
1449
  data: {};
1057
1450
  };
1058
1451
  /**
1059
- * 给指定子网资源实例增加标签信息。 此接口为幂等接口:创建时,如果创建的标签已经存在(key相同),则覆盖。
1452
+ * 给指定子网资源实例增加标签信息。
1453
+ * 此接口为幂等接口:创建时,如果创建的标签已经存在(key相同),则覆盖。
1454
+ *
1455
+ * 详细说明请参考华为云API Explorer。
1456
+ * Please refer to Huawei cloud API Explorer for details.
1060
1457
  */
1061
1458
  createSubnetTag(createSubnetTagRequest?: CreateSubnetTagRequest | undefined): {
1062
1459
  method: string;
@@ -1069,6 +1466,9 @@ export declare const ParamCreater: () => {
1069
1466
  };
1070
1467
  /**
1071
1468
  * 创建对等连接。
1469
+ *
1470
+ * 详细说明请参考华为云API Explorer。
1471
+ * Please refer to Huawei cloud API Explorer for details.
1072
1472
  */
1073
1473
  createVpcPeering(createVpcPeeringRequest?: CreateVpcPeeringRequest | undefined): {
1074
1474
  method: string;
@@ -1081,6 +1481,9 @@ export declare const ParamCreater: () => {
1081
1481
  };
1082
1482
  /**
1083
1483
  * 删除端口。
1484
+ *
1485
+ * 详细说明请参考华为云API Explorer。
1486
+ * Please refer to Huawei cloud API Explorer for details.
1084
1487
  */
1085
1488
  deletePort(deletePortRequest?: DeletePortRequest | undefined): {
1086
1489
  method: string;
@@ -1093,6 +1496,9 @@ export declare const ParamCreater: () => {
1093
1496
  };
1094
1497
  /**
1095
1498
  * 删除路由表
1499
+ *
1500
+ * 详细说明请参考华为云API Explorer。
1501
+ * Please refer to Huawei cloud API Explorer for details.
1096
1502
  */
1097
1503
  deleteRouteTable(deleteRouteTableRequest?: DeleteRouteTableRequest | undefined): {
1098
1504
  method: string;
@@ -1105,6 +1511,9 @@ export declare const ParamCreater: () => {
1105
1511
  };
1106
1512
  /**
1107
1513
  * 删除安全组。
1514
+ *
1515
+ * 详细说明请参考华为云API Explorer。
1516
+ * Please refer to Huawei cloud API Explorer for details.
1108
1517
  */
1109
1518
  deleteSecurityGroup(deleteSecurityGroupRequest?: DeleteSecurityGroupRequest | undefined): {
1110
1519
  method: string;
@@ -1117,6 +1526,9 @@ export declare const ParamCreater: () => {
1117
1526
  };
1118
1527
  /**
1119
1528
  * 删除安全组规则。
1529
+ *
1530
+ * 详细说明请参考华为云API Explorer。
1531
+ * Please refer to Huawei cloud API Explorer for details.
1120
1532
  */
1121
1533
  deleteSecurityGroupRule(deleteSecurityGroupRuleRequest?: DeleteSecurityGroupRuleRequest | undefined): {
1122
1534
  method: string;
@@ -1129,6 +1541,9 @@ export declare const ParamCreater: () => {
1129
1541
  };
1130
1542
  /**
1131
1543
  * 删除子网
1544
+ *
1545
+ * 详细说明请参考华为云API Explorer。
1546
+ * Please refer to Huawei cloud API Explorer for details.
1132
1547
  */
1133
1548
  deleteSubnet(deleteSubnetRequest?: DeleteSubnetRequest | undefined): {
1134
1549
  method: string;
@@ -1140,7 +1555,11 @@ export declare const ParamCreater: () => {
1140
1555
  data: {};
1141
1556
  };
1142
1557
  /**
1143
- * 删除指定子网资源实例的标签信息。 该接口为幂等接口:删除的key不存在报404,Key不能为空或者空字符串
1558
+ * 删除指定子网资源实例的标签信息。
1559
+ * 该接口为幂等接口:删除的key不存在报404,Key不能为空或者空字符串
1560
+ *
1561
+ * 详细说明请参考华为云API Explorer。
1562
+ * Please refer to Huawei cloud API Explorer for details.
1144
1563
  */
1145
1564
  deleteSubnetTag(deleteSubnetTagRequest?: DeleteSubnetTagRequest | undefined): {
1146
1565
  method: string;
@@ -1152,7 +1571,11 @@ export declare const ParamCreater: () => {
1152
1571
  data: {};
1153
1572
  };
1154
1573
  /**
1155
- * 删除对等连接。 可以在在本端或对端任何一端删除对等连接。
1574
+ * 删除对等连接。
1575
+ * 可以在在本端或对端任何一端删除对等连接。
1576
+ *
1577
+ * 详细说明请参考华为云API Explorer。
1578
+ * Please refer to Huawei cloud API Explorer for details.
1156
1579
  */
1157
1580
  deleteVpcPeering(deleteVpcPeeringRequest?: DeleteVpcPeeringRequest | undefined): {
1158
1581
  method: string;
@@ -1165,6 +1588,9 @@ export declare const ParamCreater: () => {
1165
1588
  };
1166
1589
  /**
1167
1590
  * 子网解关联路由表
1591
+ *
1592
+ * 详细说明请参考华为云API Explorer。
1593
+ * Please refer to Huawei cloud API Explorer for details.
1168
1594
  */
1169
1595
  disassociateRouteTable(disassociateRouteTableRequest?: DisassociateRouteTableRequest | undefined): {
1170
1596
  method: string;
@@ -1177,6 +1603,9 @@ export declare const ParamCreater: () => {
1177
1603
  };
1178
1604
  /**
1179
1605
  * 查询提交请求的租户的所有端口,单次查询最多返回2000条数据。
1606
+ *
1607
+ * 详细说明请参考华为云API Explorer。
1608
+ * Please refer to Huawei cloud API Explorer for details.
1180
1609
  */
1181
1610
  listPorts(listPortsRequest?: ListPortsRequest | undefined): {
1182
1611
  method: string;
@@ -1189,6 +1618,9 @@ export declare const ParamCreater: () => {
1189
1618
  };
1190
1619
  /**
1191
1620
  * 查询提交请求的帐户的所有路由表列表,并根据过滤条件进行过滤
1621
+ *
1622
+ * 详细说明请参考华为云API Explorer。
1623
+ * Please refer to Huawei cloud API Explorer for details.
1192
1624
  */
1193
1625
  listRouteTables(listRouteTablesRequest?: ListRouteTablesRequest | undefined): {
1194
1626
  method: string;
@@ -1201,6 +1633,9 @@ export declare const ParamCreater: () => {
1201
1633
  };
1202
1634
  /**
1203
1635
  * 查询安全组规则列表。
1636
+ *
1637
+ * 详细说明请参考华为云API Explorer。
1638
+ * Please refer to Huawei cloud API Explorer for details.
1204
1639
  */
1205
1640
  listSecurityGroupRules(listSecurityGroupRulesRequest?: ListSecurityGroupRulesRequest | undefined): {
1206
1641
  method: string;
@@ -1213,6 +1648,9 @@ export declare const ParamCreater: () => {
1213
1648
  };
1214
1649
  /**
1215
1650
  * 查询安全组列表
1651
+ *
1652
+ * 详细说明请参考华为云API Explorer。
1653
+ * Please refer to Huawei cloud API Explorer for details.
1216
1654
  */
1217
1655
  listSecurityGroups(listSecurityGroupsRequest?: ListSecurityGroupsRequest | undefined): {
1218
1656
  method: string;
@@ -1225,6 +1663,9 @@ export declare const ParamCreater: () => {
1225
1663
  };
1226
1664
  /**
1227
1665
  * 查询租户在指定区域和实例类型的所有标签集合
1666
+ *
1667
+ * 详细说明请参考华为云API Explorer。
1668
+ * Please refer to Huawei cloud API Explorer for details.
1228
1669
  */
1229
1670
  listSubnetTags(): {
1230
1671
  method: string;
@@ -1237,6 +1678,9 @@ export declare const ParamCreater: () => {
1237
1678
  };
1238
1679
  /**
1239
1680
  * 查询子网列表
1681
+ *
1682
+ * 详细说明请参考华为云API Explorer。
1683
+ * Please refer to Huawei cloud API Explorer for details.
1240
1684
  */
1241
1685
  listSubnets(listSubnetsRequest?: ListSubnetsRequest | undefined): {
1242
1686
  method: string;
@@ -1249,6 +1693,9 @@ export declare const ParamCreater: () => {
1249
1693
  };
1250
1694
  /**
1251
1695
  * 使用标签过滤实例
1696
+ *
1697
+ * 详细说明请参考华为云API Explorer。
1698
+ * Please refer to Huawei cloud API Explorer for details.
1252
1699
  */
1253
1700
  listSubnetsByTags(listSubnetsByTagsRequest?: ListSubnetsByTagsRequest | undefined): {
1254
1701
  method: string;
@@ -1261,6 +1708,9 @@ export declare const ParamCreater: () => {
1261
1708
  };
1262
1709
  /**
1263
1710
  * 查询提交请求的租户的所有对等连接。根据过滤条件进行过滤。
1711
+ *
1712
+ * 详细说明请参考华为云API Explorer。
1713
+ * Please refer to Huawei cloud API Explorer for details.
1264
1714
  */
1265
1715
  listVpcPeerings(listVpcPeeringsRequest?: ListVpcPeeringsRequest | undefined): {
1266
1716
  method: string;
@@ -1273,6 +1723,9 @@ export declare const ParamCreater: () => {
1273
1723
  };
1274
1724
  /**
1275
1725
  * 租户A名下的VPC申请和租户B的VPC建立对等连接,需要等待租户B接受该请求。此接口用于租户拒绝其他租户发起的对等连接请求。
1726
+ *
1727
+ * 详细说明请参考华为云API Explorer。
1728
+ * Please refer to Huawei cloud API Explorer for details.
1276
1729
  */
1277
1730
  rejectVpcPeering(rejectVpcPeeringRequest?: RejectVpcPeeringRequest | undefined): {
1278
1731
  method: string;
@@ -1285,6 +1738,9 @@ export declare const ParamCreater: () => {
1285
1738
  };
1286
1739
  /**
1287
1740
  * 查询单个端口详情。
1741
+ *
1742
+ * 详细说明请参考华为云API Explorer。
1743
+ * Please refer to Huawei cloud API Explorer for details.
1288
1744
  */
1289
1745
  showPort(showPortRequest?: ShowPortRequest | undefined): {
1290
1746
  method: string;
@@ -1297,6 +1753,9 @@ export declare const ParamCreater: () => {
1297
1753
  };
1298
1754
  /**
1299
1755
  * 查询单租户在VPC服务下的网络资源配额,包括vpc配额、子网配额、安全组配额、安全组规则配额、弹性公网IP配额,vpn配额等。
1756
+ *
1757
+ * 详细说明请参考华为云API Explorer。
1758
+ * Please refer to Huawei cloud API Explorer for details.
1300
1759
  */
1301
1760
  showQuota(showQuotaRequest?: ShowQuotaRequest | undefined): {
1302
1761
  method: string;
@@ -1309,6 +1768,9 @@ export declare const ParamCreater: () => {
1309
1768
  };
1310
1769
  /**
1311
1770
  * 查询路由表详情
1771
+ *
1772
+ * 详细说明请参考华为云API Explorer。
1773
+ * Please refer to Huawei cloud API Explorer for details.
1312
1774
  */
1313
1775
  showRouteTable(showRouteTableRequest?: ShowRouteTableRequest | undefined): {
1314
1776
  method: string;
@@ -1321,6 +1783,9 @@ export declare const ParamCreater: () => {
1321
1783
  };
1322
1784
  /**
1323
1785
  * 查询单个安全组详情。
1786
+ *
1787
+ * 详细说明请参考华为云API Explorer。
1788
+ * Please refer to Huawei cloud API Explorer for details.
1324
1789
  */
1325
1790
  showSecurityGroup(showSecurityGroupRequest?: ShowSecurityGroupRequest | undefined): {
1326
1791
  method: string;
@@ -1333,6 +1798,9 @@ export declare const ParamCreater: () => {
1333
1798
  };
1334
1799
  /**
1335
1800
  * 查询单个安全组规则详情
1801
+ *
1802
+ * 详细说明请参考华为云API Explorer。
1803
+ * Please refer to Huawei cloud API Explorer for details.
1336
1804
  */
1337
1805
  showSecurityGroupRule(showSecurityGroupRuleRequest?: ShowSecurityGroupRuleRequest | undefined): {
1338
1806
  method: string;
@@ -1345,6 +1813,9 @@ export declare const ParamCreater: () => {
1345
1813
  };
1346
1814
  /**
1347
1815
  * 查询子网详情。
1816
+ *
1817
+ * 详细说明请参考华为云API Explorer。
1818
+ * Please refer to Huawei cloud API Explorer for details.
1348
1819
  */
1349
1820
  showSubnet(showSubnetRequest?: ShowSubnetRequest | undefined): {
1350
1821
  method: string;
@@ -1357,6 +1828,9 @@ export declare const ParamCreater: () => {
1357
1828
  };
1358
1829
  /**
1359
1830
  * 查询指定子网实例的标签信息。
1831
+ *
1832
+ * 详细说明请参考华为云API Explorer。
1833
+ * Please refer to Huawei cloud API Explorer for details.
1360
1834
  */
1361
1835
  showSubnetTags(showSubnetTagsRequest?: ShowSubnetTagsRequest | undefined): {
1362
1836
  method: string;
@@ -1369,6 +1843,9 @@ export declare const ParamCreater: () => {
1369
1843
  };
1370
1844
  /**
1371
1845
  * 查询对等连接详情。
1846
+ *
1847
+ * 详细说明请参考华为云API Explorer。
1848
+ * Please refer to Huawei cloud API Explorer for details.
1372
1849
  */
1373
1850
  showVpcPeering(showVpcPeeringRequest?: ShowVpcPeeringRequest | undefined): {
1374
1851
  method: string;
@@ -1381,6 +1858,9 @@ export declare const ParamCreater: () => {
1381
1858
  };
1382
1859
  /**
1383
1860
  * 更新端口。
1861
+ *
1862
+ * 详细说明请参考华为云API Explorer。
1863
+ * Please refer to Huawei cloud API Explorer for details.
1384
1864
  */
1385
1865
  updatePort(updatePortRequest?: UpdatePortRequest | undefined): {
1386
1866
  method: string;
@@ -1393,6 +1873,9 @@ export declare const ParamCreater: () => {
1393
1873
  };
1394
1874
  /**
1395
1875
  * 更新路由表,包括可以更新路由表的名称,描述,以及新增、更新、删除路由条目
1876
+ *
1877
+ * 详细说明请参考华为云API Explorer。
1878
+ * Please refer to Huawei cloud API Explorer for details.
1396
1879
  */
1397
1880
  updateRouteTable(updateRouteTableRequest?: UpdateRouteTableRequest | undefined): {
1398
1881
  method: string;
@@ -1405,6 +1888,9 @@ export declare const ParamCreater: () => {
1405
1888
  };
1406
1889
  /**
1407
1890
  * 更新子网。
1891
+ *
1892
+ * 详细说明请参考华为云API Explorer。
1893
+ * Please refer to Huawei cloud API Explorer for details.
1408
1894
  */
1409
1895
  updateSubnet(updateSubnetRequest?: UpdateSubnetRequest | undefined): {
1410
1896
  method: string;
@@ -1417,6 +1903,9 @@ export declare const ParamCreater: () => {
1417
1903
  };
1418
1904
  /**
1419
1905
  * 更新对等连接。
1906
+ *
1907
+ * 详细说明请参考华为云API Explorer。
1908
+ * Please refer to Huawei cloud API Explorer for details.
1420
1909
  */
1421
1910
  updateVpcPeering(updateVpcPeeringRequest?: UpdateVpcPeeringRequest | undefined): {
1422
1911
  method: string;
@@ -1429,6 +1918,9 @@ export declare const ParamCreater: () => {
1429
1918
  };
1430
1919
  /**
1431
1920
  * 申请私有IP。
1921
+ *
1922
+ * 详细说明请参考华为云API Explorer。
1923
+ * Please refer to Huawei cloud API Explorer for details.
1432
1924
  */
1433
1925
  createPrivateip(createPrivateipRequest?: CreatePrivateipRequest | undefined): {
1434
1926
  method: string;
@@ -1441,6 +1933,9 @@ export declare const ParamCreater: () => {
1441
1933
  };
1442
1934
  /**
1443
1935
  * 删除私有IP。
1936
+ *
1937
+ * 详细说明请参考华为云API Explorer。
1938
+ * Please refer to Huawei cloud API Explorer for details.
1444
1939
  */
1445
1940
  deletePrivateip(deletePrivateipRequest?: DeletePrivateipRequest | undefined): {
1446
1941
  method: string;
@@ -1453,6 +1948,9 @@ export declare const ParamCreater: () => {
1453
1948
  };
1454
1949
  /**
1455
1950
  * 查询指定子网下的私有IP列表。
1951
+ *
1952
+ * 详细说明请参考华为云API Explorer。
1953
+ * Please refer to Huawei cloud API Explorer for details.
1456
1954
  */
1457
1955
  listPrivateips(listPrivateipsRequest?: ListPrivateipsRequest | undefined): {
1458
1956
  method: string;
@@ -1464,7 +1962,17 @@ export declare const ParamCreater: () => {
1464
1962
  data: {};
1465
1963
  };
1466
1964
  /**
1467
- * 显示一个指定网络中的IPv4地址使用情况。 包括此网络中的IP总数以及已用IP总数,以及网络下每一个子网的IP地址总数和可用IP地址总数。 &gt; 须知 - 系统预留地址指的是子网的第1个以及最后4个地址,一般用于网关、DHCP等服务。 - 这里以及下文描述的IP地址总数、已用IP地址总数不包含系统预留地址。 - 在分配IP时,用户可以指定系统预留的IP地址。但是不论IP是如何分配的,只要是处于系统预留IP地址段的IP均不会被统计到已用IP地址数目和IP地址总数中。
1965
+ * 显示一个指定网络中的IPv4地址使用情况。
1966
+ * 包括此网络中的IP总数以及已用IP总数,以及网络下每一个子网的IP地址总数和可用IP地址总数。
1967
+ *
1968
+ * &gt; 须知
1969
+ *
1970
+ * - 系统预留地址指的是子网的第1个以及最后4个地址,一般用于网关、DHCP等服务。
1971
+ * - 这里以及下文描述的IP地址总数、已用IP地址总数不包含系统预留地址。
1972
+ * - 在分配IP时,用户可以指定系统预留的IP地址。但是不论IP是如何分配的,只要是处于系统预留IP地址段的IP均不会被统计到已用IP地址数目和IP地址总数中。
1973
+ *
1974
+ * 详细说明请参考华为云API Explorer。
1975
+ * Please refer to Huawei cloud API Explorer for details.
1468
1976
  */
1469
1977
  showNetworkIpAvailabilities(showNetworkIpAvailabilitiesRequest?: ShowNetworkIpAvailabilitiesRequest | undefined): {
1470
1978
  method: string;
@@ -1477,6 +1985,9 @@ export declare const ParamCreater: () => {
1477
1985
  };
1478
1986
  /**
1479
1987
  * 指定ID查询私有IP。
1988
+ *
1989
+ * 详细说明请参考华为云API Explorer。
1990
+ * Please refer to Huawei cloud API Explorer for details.
1480
1991
  */
1481
1992
  showPrivateip(showPrivateipRequest?: ShowPrivateipRequest | undefined): {
1482
1993
  method: string;
@@ -1489,6 +2000,9 @@ export declare const ParamCreater: () => {
1489
2000
  };
1490
2001
  /**
1491
2002
  * 创建安全组
2003
+ *
2004
+ * 详细说明请参考华为云API Explorer。
2005
+ * Please refer to Huawei cloud API Explorer for details.
1492
2006
  */
1493
2007
  neutronCreateSecurityGroup(neutronCreateSecurityGroupRequest?: NeutronCreateSecurityGroupRequest | undefined): {
1494
2008
  method: string;
@@ -1501,6 +2015,9 @@ export declare const ParamCreater: () => {
1501
2015
  };
1502
2016
  /**
1503
2017
  * 创建安全组规则
2018
+ *
2019
+ * 详细说明请参考华为云API Explorer。
2020
+ * Please refer to Huawei cloud API Explorer for details.
1504
2021
  */
1505
2022
  neutronCreateSecurityGroupRule(neutronCreateSecurityGroupRuleRequest?: NeutronCreateSecurityGroupRuleRequest | undefined): {
1506
2023
  method: string;
@@ -1513,6 +2030,9 @@ export declare const ParamCreater: () => {
1513
2030
  };
1514
2031
  /**
1515
2032
  * 删除安全组
2033
+ *
2034
+ * 详细说明请参考华为云API Explorer。
2035
+ * Please refer to Huawei cloud API Explorer for details.
1516
2036
  */
1517
2037
  neutronDeleteSecurityGroup(neutronDeleteSecurityGroupRequest?: NeutronDeleteSecurityGroupRequest | undefined): {
1518
2038
  method: string;
@@ -1525,6 +2045,9 @@ export declare const ParamCreater: () => {
1525
2045
  };
1526
2046
  /**
1527
2047
  * 删除安全组规则
2048
+ *
2049
+ * 详细说明请参考华为云API Explorer。
2050
+ * Please refer to Huawei cloud API Explorer for details.
1528
2051
  */
1529
2052
  neutronDeleteSecurityGroupRule(neutronDeleteSecurityGroupRuleRequest?: NeutronDeleteSecurityGroupRuleRequest | undefined): {
1530
2053
  method: string;
@@ -1537,6 +2060,9 @@ export declare const ParamCreater: () => {
1537
2060
  };
1538
2061
  /**
1539
2062
  * 查询提交请求的租户有权限查看的所有安全组规则。单次查询最多返回2000条数据,超过2000后会返回分页标记。分页查询请参考分页查询
2063
+ *
2064
+ * 详细说明请参考华为云API Explorer。
2065
+ * Please refer to Huawei cloud API Explorer for details.
1540
2066
  */
1541
2067
  neutronListSecurityGroupRules(neutronListSecurityGroupRulesRequest?: NeutronListSecurityGroupRulesRequest | undefined): {
1542
2068
  method: string;
@@ -1549,6 +2075,9 @@ export declare const ParamCreater: () => {
1549
2075
  };
1550
2076
  /**
1551
2077
  * 查询提交请求租户的所有安全组,单次查询最多返回2000条数据,超过2000后会返回分页标记。分页查询请参考分页查询 。
2078
+ *
2079
+ * 详细说明请参考华为云API Explorer。
2080
+ * Please refer to Huawei cloud API Explorer for details.
1552
2081
  */
1553
2082
  neutronListSecurityGroups(neutronListSecurityGroupsRequest?: NeutronListSecurityGroupsRequest | undefined): {
1554
2083
  method: string;
@@ -1561,6 +2090,9 @@ export declare const ParamCreater: () => {
1561
2090
  };
1562
2091
  /**
1563
2092
  * 查询安全组详情
2093
+ *
2094
+ * 详细说明请参考华为云API Explorer。
2095
+ * Please refer to Huawei cloud API Explorer for details.
1564
2096
  */
1565
2097
  neutronShowSecurityGroup(neutronShowSecurityGroupRequest?: NeutronShowSecurityGroupRequest | undefined): {
1566
2098
  method: string;
@@ -1573,6 +2105,9 @@ export declare const ParamCreater: () => {
1573
2105
  };
1574
2106
  /**
1575
2107
  * 查询安全组规则详情。
2108
+ *
2109
+ * 详细说明请参考华为云API Explorer。
2110
+ * Please refer to Huawei cloud API Explorer for details.
1576
2111
  */
1577
2112
  neutronShowSecurityGroupRule(neutronShowSecurityGroupRuleRequest?: NeutronShowSecurityGroupRuleRequest | undefined): {
1578
2113
  method: string;
@@ -1585,6 +2120,9 @@ export declare const ParamCreater: () => {
1585
2120
  };
1586
2121
  /**
1587
2122
  * 更新安全组
2123
+ *
2124
+ * 详细说明请参考华为云API Explorer。
2125
+ * Please refer to Huawei cloud API Explorer for details.
1588
2126
  */
1589
2127
  neutronUpdateSecurityGroup(neutronUpdateSecurityGroupRequest?: NeutronUpdateSecurityGroupRequest | undefined): {
1590
2128
  method: string;
@@ -1597,6 +2135,9 @@ export declare const ParamCreater: () => {
1597
2135
  };
1598
2136
  /**
1599
2137
  * 插入一条网络ACL规则到某一网络ACL策略中。
2138
+ *
2139
+ * 详细说明请参考华为云API Explorer。
2140
+ * Please refer to Huawei cloud API Explorer for details.
1600
2141
  */
1601
2142
  neutronAddFirewallRule(neutronAddFirewallRuleRequest?: NeutronAddFirewallRuleRequest | undefined): {
1602
2143
  method: string;
@@ -1609,6 +2150,9 @@ export declare const ParamCreater: () => {
1609
2150
  };
1610
2151
  /**
1611
2152
  * 创建网络ACL组
2153
+ *
2154
+ * 详细说明请参考华为云API Explorer。
2155
+ * Please refer to Huawei cloud API Explorer for details.
1612
2156
  */
1613
2157
  neutronCreateFirewallGroup(neutronCreateFirewallGroupRequest?: NeutronCreateFirewallGroupRequest | undefined): {
1614
2158
  method: string;
@@ -1621,6 +2165,9 @@ export declare const ParamCreater: () => {
1621
2165
  };
1622
2166
  /**
1623
2167
  * 创建网络ACL策略。
2168
+ *
2169
+ * 详细说明请参考华为云API Explorer。
2170
+ * Please refer to Huawei cloud API Explorer for details.
1624
2171
  */
1625
2172
  neutronCreateFirewallPolicy(neutronCreateFirewallPolicyRequest?: NeutronCreateFirewallPolicyRequest | undefined): {
1626
2173
  method: string;
@@ -1633,6 +2180,9 @@ export declare const ParamCreater: () => {
1633
2180
  };
1634
2181
  /**
1635
2182
  * 创建网络ACL规则。
2183
+ *
2184
+ * 详细说明请参考华为云API Explorer。
2185
+ * Please refer to Huawei cloud API Explorer for details.
1636
2186
  */
1637
2187
  neutronCreateFirewallRule(neutronCreateFirewallRuleRequest?: NeutronCreateFirewallRuleRequest | undefined): {
1638
2188
  method: string;
@@ -1645,6 +2195,9 @@ export declare const ParamCreater: () => {
1645
2195
  };
1646
2196
  /**
1647
2197
  * 删除网络ACL组
2198
+ *
2199
+ * 详细说明请参考华为云API Explorer。
2200
+ * Please refer to Huawei cloud API Explorer for details.
1648
2201
  */
1649
2202
  neutronDeleteFirewallGroup(neutronDeleteFirewallGroupRequest?: NeutronDeleteFirewallGroupRequest | undefined): {
1650
2203
  method: string;
@@ -1657,6 +2210,9 @@ export declare const ParamCreater: () => {
1657
2210
  };
1658
2211
  /**
1659
2212
  * 删除网络ACL策略。
2213
+ *
2214
+ * 详细说明请参考华为云API Explorer。
2215
+ * Please refer to Huawei cloud API Explorer for details.
1660
2216
  */
1661
2217
  neutronDeleteFirewallPolicy(neutronDeleteFirewallPolicyRequest?: NeutronDeleteFirewallPolicyRequest | undefined): {
1662
2218
  method: string;
@@ -1669,6 +2225,9 @@ export declare const ParamCreater: () => {
1669
2225
  };
1670
2226
  /**
1671
2227
  * 删除网络ACL规则。
2228
+ *
2229
+ * 详细说明请参考华为云API Explorer。
2230
+ * Please refer to Huawei cloud API Explorer for details.
1672
2231
  */
1673
2232
  neutronDeleteFirewallRule(neutronDeleteFirewallRuleRequest?: NeutronDeleteFirewallRuleRequest | undefined): {
1674
2233
  method: string;
@@ -1681,6 +2240,9 @@ export declare const ParamCreater: () => {
1681
2240
  };
1682
2241
  /**
1683
2242
  * 查询提交请求的租户有权限操作的所有网络ACL组信息。单次查询最多返回2000条数据,超过2000后会返回分页标记。
2243
+ *
2244
+ * 详细说明请参考华为云API Explorer。
2245
+ * Please refer to Huawei cloud API Explorer for details.
1684
2246
  */
1685
2247
  neutronListFirewallGroups(neutronListFirewallGroupsRequest?: NeutronListFirewallGroupsRequest | undefined): {
1686
2248
  method: string;
@@ -1693,6 +2255,9 @@ export declare const ParamCreater: () => {
1693
2255
  };
1694
2256
  /**
1695
2257
  * 查询提交请求的租户有权限操作的所有网络ACL策略信息。单次查询最多返回2000条数据,超过2000后会返回分页标记。
2258
+ *
2259
+ * 详细说明请参考华为云API Explorer。
2260
+ * Please refer to Huawei cloud API Explorer for details.
1696
2261
  */
1697
2262
  neutronListFirewallPolicies(neutronListFirewallPoliciesRequest?: NeutronListFirewallPoliciesRequest | undefined): {
1698
2263
  method: string;
@@ -1705,6 +2270,9 @@ export declare const ParamCreater: () => {
1705
2270
  };
1706
2271
  /**
1707
2272
  * 查询提交请求的租户有权限操作的所有网络ACL规则信息。单次查询最多返回2000条数据,超过2000后会返回分页标记。
2273
+ *
2274
+ * 详细说明请参考华为云API Explorer。
2275
+ * Please refer to Huawei cloud API Explorer for details.
1708
2276
  */
1709
2277
  neutronListFirewallRules(neutronListFirewallRulesRequest?: NeutronListFirewallRulesRequest | undefined): {
1710
2278
  method: string;
@@ -1717,6 +2285,9 @@ export declare const ParamCreater: () => {
1717
2285
  };
1718
2286
  /**
1719
2287
  * 从某一网络ACL策略中移除一条网络ACL规则。
2288
+ *
2289
+ * 详细说明请参考华为云API Explorer。
2290
+ * Please refer to Huawei cloud API Explorer for details.
1720
2291
  */
1721
2292
  neutronRemoveFirewallRule(neutronRemoveFirewallRuleRequest?: NeutronRemoveFirewallRuleRequest | undefined): {
1722
2293
  method: string;
@@ -1729,6 +2300,9 @@ export declare const ParamCreater: () => {
1729
2300
  };
1730
2301
  /**
1731
2302
  * 查询特定网络ACL组详情。
2303
+ *
2304
+ * 详细说明请参考华为云API Explorer。
2305
+ * Please refer to Huawei cloud API Explorer for details.
1732
2306
  */
1733
2307
  neutronShowFirewallGroup(neutronShowFirewallGroupRequest?: NeutronShowFirewallGroupRequest | undefined): {
1734
2308
  method: string;
@@ -1741,6 +2315,9 @@ export declare const ParamCreater: () => {
1741
2315
  };
1742
2316
  /**
1743
2317
  * 查询特定网络ACL策略详情。
2318
+ *
2319
+ * 详细说明请参考华为云API Explorer。
2320
+ * Please refer to Huawei cloud API Explorer for details.
1744
2321
  */
1745
2322
  neutronShowFirewallPolicy(neutronShowFirewallPolicyRequest?: NeutronShowFirewallPolicyRequest | undefined): {
1746
2323
  method: string;
@@ -1753,6 +2330,9 @@ export declare const ParamCreater: () => {
1753
2330
  };
1754
2331
  /**
1755
2332
  * 查询特定网络ACL规则。
2333
+ *
2334
+ * 详细说明请参考华为云API Explorer。
2335
+ * Please refer to Huawei cloud API Explorer for details.
1756
2336
  */
1757
2337
  neutronShowFirewallRule(neutronShowFirewallRuleRequest?: NeutronShowFirewallRuleRequest | undefined): {
1758
2338
  method: string;
@@ -1765,6 +2345,9 @@ export declare const ParamCreater: () => {
1765
2345
  };
1766
2346
  /**
1767
2347
  * 更新网络ACL组。
2348
+ *
2349
+ * 详细说明请参考华为云API Explorer。
2350
+ * Please refer to Huawei cloud API Explorer for details.
1768
2351
  */
1769
2352
  neutronUpdateFirewallGroup(neutronUpdateFirewallGroupRequest?: NeutronUpdateFirewallGroupRequest | undefined): {
1770
2353
  method: string;
@@ -1777,6 +2360,9 @@ export declare const ParamCreater: () => {
1777
2360
  };
1778
2361
  /**
1779
2362
  * 更新网络ACL策略。
2363
+ *
2364
+ * 详细说明请参考华为云API Explorer。
2365
+ * Please refer to Huawei cloud API Explorer for details.
1780
2366
  */
1781
2367
  neutronUpdateFirewallPolicy(neutronUpdateFirewallPolicyRequest?: NeutronUpdateFirewallPolicyRequest | undefined): {
1782
2368
  method: string;
@@ -1789,6 +2375,9 @@ export declare const ParamCreater: () => {
1789
2375
  };
1790
2376
  /**
1791
2377
  * 更新网络ACL规则。
2378
+ *
2379
+ * 详细说明请参考华为云API Explorer。
2380
+ * Please refer to Huawei cloud API Explorer for details.
1792
2381
  */
1793
2382
  neutronUpdateFirewallRule(neutronUpdateFirewallRuleRequest?: NeutronUpdateFirewallRuleRequest | undefined): {
1794
2383
  method: string;
@@ -1800,7 +2389,11 @@ export declare const ParamCreater: () => {
1800
2389
  data: {};
1801
2390
  };
1802
2391
  /**
1803
- * 为指定的VPC资源实例批量添加标签。 此接口为幂等接口:创建时如果请求体中存在重复key则报错。创建时,不允许设置重复key数据,如果数据库已存在该key,就覆盖value的值。
2392
+ * 为指定的VPC资源实例批量添加标签。
2393
+ * 此接口为幂等接口:创建时如果请求体中存在重复key则报错。创建时,不允许设置重复key数据,如果数据库已存在该key,就覆盖value的值。
2394
+ *
2395
+ * 详细说明请参考华为云API Explorer。
2396
+ * Please refer to Huawei cloud API Explorer for details.
1804
2397
  */
1805
2398
  batchCreateVpcTags(batchCreateVpcTagsRequest?: BatchCreateVpcTagsRequest | undefined): {
1806
2399
  method: string;
@@ -1812,7 +2405,11 @@ export declare const ParamCreater: () => {
1812
2405
  data: {};
1813
2406
  };
1814
2407
  /**
1815
- * 为指定的VPC资源实例批量删除标签。 此接口为幂等接口:删除时,如果删除的标签不存在,默认处理成功;删除时不对标签字符集范围做校验。删除时tags结构体不能缺失,key不能为空,或者空字符串。
2408
+ * 为指定的VPC资源实例批量删除标签。
2409
+ * 此接口为幂等接口:删除时,如果删除的标签不存在,默认处理成功;删除时不对标签字符集范围做校验。删除时tags结构体不能缺失,key不能为空,或者空字符串。
2410
+ *
2411
+ * 详细说明请参考华为云API Explorer。
2412
+ * Please refer to Huawei cloud API Explorer for details.
1816
2413
  */
1817
2414
  batchDeleteVpcTags(batchDeleteVpcTagsRequest?: BatchDeleteVpcTagsRequest | undefined): {
1818
2415
  method: string;
@@ -1825,6 +2422,9 @@ export declare const ParamCreater: () => {
1825
2422
  };
1826
2423
  /**
1827
2424
  * 创建虚拟私有云。
2425
+ *
2426
+ * 详细说明请参考华为云API Explorer。
2427
+ * Please refer to Huawei cloud API Explorer for details.
1828
2428
  */
1829
2429
  createVpc(createVpcRequest?: CreateVpcRequest | undefined): {
1830
2430
  method: string;
@@ -1836,7 +2436,11 @@ export declare const ParamCreater: () => {
1836
2436
  data: {};
1837
2437
  };
1838
2438
  /**
1839
- * 给指定VPC资源实例增加标签信息 此接口为幂等接口:创建时,如果创建的标签已经存在(key相同),则覆盖。
2439
+ * 给指定VPC资源实例增加标签信息
2440
+ * 此接口为幂等接口:创建时,如果创建的标签已经存在(key相同),则覆盖。
2441
+ *
2442
+ * 详细说明请参考华为云API Explorer。
2443
+ * Please refer to Huawei cloud API Explorer for details.
1840
2444
  */
1841
2445
  createVpcResourceTag(createVpcResourceTagRequest?: CreateVpcResourceTagRequest | undefined): {
1842
2446
  method: string;
@@ -1849,6 +2453,9 @@ export declare const ParamCreater: () => {
1849
2453
  };
1850
2454
  /**
1851
2455
  * 创建路由
2456
+ *
2457
+ * 详细说明请参考华为云API Explorer。
2458
+ * Please refer to Huawei cloud API Explorer for details.
1852
2459
  */
1853
2460
  createVpcRoute(createVpcRouteRequest?: CreateVpcRouteRequest | undefined): {
1854
2461
  method: string;
@@ -1861,6 +2468,9 @@ export declare const ParamCreater: () => {
1861
2468
  };
1862
2469
  /**
1863
2470
  * 删除虚拟私有云。
2471
+ *
2472
+ * 详细说明请参考华为云API Explorer。
2473
+ * Please refer to Huawei cloud API Explorer for details.
1864
2474
  */
1865
2475
  deleteVpc(deleteVpcRequest?: DeleteVpcRequest | undefined): {
1866
2476
  method: string;
@@ -1873,6 +2483,9 @@ export declare const ParamCreater: () => {
1873
2483
  };
1874
2484
  /**
1875
2485
  * 删除路由
2486
+ *
2487
+ * 详细说明请参考华为云API Explorer。
2488
+ * Please refer to Huawei cloud API Explorer for details.
1876
2489
  */
1877
2490
  deleteVpcRoute(deleteVpcRouteRequest?: DeleteVpcRouteRequest | undefined): {
1878
2491
  method: string;
@@ -1884,7 +2497,11 @@ export declare const ParamCreater: () => {
1884
2497
  data: {};
1885
2498
  };
1886
2499
  /**
1887
- * 删除指定VPC资源实例的标签信息 该接口为幂等接口:删除的key不存在报404,Key不能为空或者空字符串
2500
+ * 删除指定VPC资源实例的标签信息
2501
+ * 该接口为幂等接口:删除的key不存在报404,Key不能为空或者空字符串
2502
+ *
2503
+ * 详细说明请参考华为云API Explorer。
2504
+ * Please refer to Huawei cloud API Explorer for details.
1888
2505
  */
1889
2506
  deleteVpcTag(deleteVpcTagRequest?: DeleteVpcTagRequest | undefined): {
1890
2507
  method: string;
@@ -1897,6 +2514,9 @@ export declare const ParamCreater: () => {
1897
2514
  };
1898
2515
  /**
1899
2516
  * 查询提交请求的租户的所有路由列表,并根据过滤条件进行过滤。
2517
+ *
2518
+ * 详细说明请参考华为云API Explorer。
2519
+ * Please refer to Huawei cloud API Explorer for details.
1900
2520
  */
1901
2521
  listVpcRoutes(listVpcRoutesRequest?: ListVpcRoutesRequest | undefined): {
1902
2522
  method: string;
@@ -1909,6 +2529,9 @@ export declare const ParamCreater: () => {
1909
2529
  };
1910
2530
  /**
1911
2531
  * 查询租户在指定区域和实例类型的所有标签集合
2532
+ *
2533
+ * 详细说明请参考华为云API Explorer。
2534
+ * Please refer to Huawei cloud API Explorer for details.
1912
2535
  */
1913
2536
  listVpcTags(): {
1914
2537
  method: string;
@@ -1921,6 +2544,9 @@ export declare const ParamCreater: () => {
1921
2544
  };
1922
2545
  /**
1923
2546
  * 查询虚拟私有云列表。
2547
+ *
2548
+ * 详细说明请参考华为云API Explorer。
2549
+ * Please refer to Huawei cloud API Explorer for details.
1924
2550
  */
1925
2551
  listVpcs(listVpcsRequest?: ListVpcsRequest | undefined): {
1926
2552
  method: string;
@@ -1933,6 +2559,9 @@ export declare const ParamCreater: () => {
1933
2559
  };
1934
2560
  /**
1935
2561
  * 使用标签过滤实例。
2562
+ *
2563
+ * 详细说明请参考华为云API Explorer。
2564
+ * Please refer to Huawei cloud API Explorer for details.
1936
2565
  */
1937
2566
  listVpcsByTags(listVpcsByTagsRequest?: ListVpcsByTagsRequest | undefined): {
1938
2567
  method: string;
@@ -1945,6 +2574,9 @@ export declare const ParamCreater: () => {
1945
2574
  };
1946
2575
  /**
1947
2576
  * 查询虚拟私有云。
2577
+ *
2578
+ * 详细说明请参考华为云API Explorer。
2579
+ * Please refer to Huawei cloud API Explorer for details.
1948
2580
  */
1949
2581
  showVpc(showVpcRequest?: ShowVpcRequest | undefined): {
1950
2582
  method: string;
@@ -1957,6 +2589,9 @@ export declare const ParamCreater: () => {
1957
2589
  };
1958
2590
  /**
1959
2591
  * 查询路由详情
2592
+ *
2593
+ * 详细说明请参考华为云API Explorer。
2594
+ * Please refer to Huawei cloud API Explorer for details.
1960
2595
  */
1961
2596
  showVpcRoute(showVpcRouteRequest?: ShowVpcRouteRequest | undefined): {
1962
2597
  method: string;
@@ -1969,6 +2604,9 @@ export declare const ParamCreater: () => {
1969
2604
  };
1970
2605
  /**
1971
2606
  * 查询指定VPC实例的标签信息
2607
+ *
2608
+ * 详细说明请参考华为云API Explorer。
2609
+ * Please refer to Huawei cloud API Explorer for details.
1972
2610
  */
1973
2611
  showVpcTags(showVpcTagsRequest?: ShowVpcTagsRequest | undefined): {
1974
2612
  method: string;
@@ -1981,6 +2619,9 @@ export declare const ParamCreater: () => {
1981
2619
  };
1982
2620
  /**
1983
2621
  * 更新虚拟私有云。
2622
+ *
2623
+ * 详细说明请参考华为云API Explorer。
2624
+ * Please refer to Huawei cloud API Explorer for details.
1984
2625
  */
1985
2626
  updateVpc(updateVpcRequest?: UpdateVpcRequest | undefined): {
1986
2627
  method: string;