@huaweicloud/huaweicloud-sdk-vpc 3.0.41-rc → 3.0.44-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/package.json +2 -2
- package/v2/VpcClient.d.ts +85 -85
- package/v3/VpcClient.d.ts +29 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huaweicloud/huaweicloud-sdk-vpc",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.44-rc",
|
|
4
4
|
"description": "Huaweicloud SDK for vpc",
|
|
5
5
|
"main": "huaweicloud-sdk-vpc.js",
|
|
6
6
|
"typings": "huaweicloud-sdk-vpc.d.ts",
|
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
"author": "HuaweiCloud_SDK",
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@huaweicloud/huaweicloud-sdk-core": "^3.0.
|
|
17
|
+
"@huaweicloud/huaweicloud-sdk-core": "^3.0.44-rc"
|
|
18
18
|
}
|
|
19
19
|
}
|
package/v2/VpcClient.d.ts
CHANGED
|
@@ -1317,7 +1317,7 @@ export declare const ParamCreater: () => {
|
|
|
1317
1317
|
* 详细说明请参考华为云API Explorer。
|
|
1318
1318
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1319
1319
|
*/
|
|
1320
|
-
acceptVpcPeering(acceptVpcPeeringRequest?: AcceptVpcPeeringRequest
|
|
1320
|
+
acceptVpcPeering(acceptVpcPeeringRequest?: AcceptVpcPeeringRequest): {
|
|
1321
1321
|
method: string;
|
|
1322
1322
|
url: string;
|
|
1323
1323
|
contentType: string;
|
|
@@ -1332,7 +1332,7 @@ export declare const ParamCreater: () => {
|
|
|
1332
1332
|
* 详细说明请参考华为云API Explorer。
|
|
1333
1333
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1334
1334
|
*/
|
|
1335
|
-
associateRouteTable(associateRouteTableRequest?: AssociateRouteTableRequest
|
|
1335
|
+
associateRouteTable(associateRouteTableRequest?: AssociateRouteTableRequest): {
|
|
1336
1336
|
method: string;
|
|
1337
1337
|
url: string;
|
|
1338
1338
|
contentType: string;
|
|
@@ -1348,7 +1348,7 @@ export declare const ParamCreater: () => {
|
|
|
1348
1348
|
* 详细说明请参考华为云API Explorer。
|
|
1349
1349
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1350
1350
|
*/
|
|
1351
|
-
batchCreateSubnetTags(batchCreateSubnetTagsRequest?: BatchCreateSubnetTagsRequest
|
|
1351
|
+
batchCreateSubnetTags(batchCreateSubnetTagsRequest?: BatchCreateSubnetTagsRequest): {
|
|
1352
1352
|
method: string;
|
|
1353
1353
|
url: string;
|
|
1354
1354
|
contentType: string;
|
|
@@ -1364,7 +1364,7 @@ export declare const ParamCreater: () => {
|
|
|
1364
1364
|
* 详细说明请参考华为云API Explorer。
|
|
1365
1365
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1366
1366
|
*/
|
|
1367
|
-
batchDeleteSubnetTags(batchDeleteSubnetTagsRequest?: BatchDeleteSubnetTagsRequest
|
|
1367
|
+
batchDeleteSubnetTags(batchDeleteSubnetTagsRequest?: BatchDeleteSubnetTagsRequest): {
|
|
1368
1368
|
method: string;
|
|
1369
1369
|
url: string;
|
|
1370
1370
|
contentType: string;
|
|
@@ -1379,7 +1379,7 @@ export declare const ParamCreater: () => {
|
|
|
1379
1379
|
* 详细说明请参考华为云API Explorer。
|
|
1380
1380
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1381
1381
|
*/
|
|
1382
|
-
createPort(createPortRequest?: CreatePortRequest
|
|
1382
|
+
createPort(createPortRequest?: CreatePortRequest): {
|
|
1383
1383
|
method: string;
|
|
1384
1384
|
url: string;
|
|
1385
1385
|
contentType: string;
|
|
@@ -1394,7 +1394,7 @@ export declare const ParamCreater: () => {
|
|
|
1394
1394
|
* 详细说明请参考华为云API Explorer。
|
|
1395
1395
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1396
1396
|
*/
|
|
1397
|
-
createRouteTable(createRouteTableRequest?: CreateRouteTableRequest
|
|
1397
|
+
createRouteTable(createRouteTableRequest?: CreateRouteTableRequest): {
|
|
1398
1398
|
method: string;
|
|
1399
1399
|
url: string;
|
|
1400
1400
|
contentType: string;
|
|
@@ -1409,7 +1409,7 @@ export declare const ParamCreater: () => {
|
|
|
1409
1409
|
* 详细说明请参考华为云API Explorer。
|
|
1410
1410
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1411
1411
|
*/
|
|
1412
|
-
createSecurityGroup(createSecurityGroupRequest?: CreateSecurityGroupRequest
|
|
1412
|
+
createSecurityGroup(createSecurityGroupRequest?: CreateSecurityGroupRequest): {
|
|
1413
1413
|
method: string;
|
|
1414
1414
|
url: string;
|
|
1415
1415
|
contentType: string;
|
|
@@ -1424,7 +1424,7 @@ export declare const ParamCreater: () => {
|
|
|
1424
1424
|
* 详细说明请参考华为云API Explorer。
|
|
1425
1425
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1426
1426
|
*/
|
|
1427
|
-
createSecurityGroupRule(createSecurityGroupRuleRequest?: CreateSecurityGroupRuleRequest
|
|
1427
|
+
createSecurityGroupRule(createSecurityGroupRuleRequest?: CreateSecurityGroupRuleRequest): {
|
|
1428
1428
|
method: string;
|
|
1429
1429
|
url: string;
|
|
1430
1430
|
contentType: string;
|
|
@@ -1439,7 +1439,7 @@ export declare const ParamCreater: () => {
|
|
|
1439
1439
|
* 详细说明请参考华为云API Explorer。
|
|
1440
1440
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1441
1441
|
*/
|
|
1442
|
-
createSubnet(createSubnetRequest?: CreateSubnetRequest
|
|
1442
|
+
createSubnet(createSubnetRequest?: CreateSubnetRequest): {
|
|
1443
1443
|
method: string;
|
|
1444
1444
|
url: string;
|
|
1445
1445
|
contentType: string;
|
|
@@ -1455,7 +1455,7 @@ export declare const ParamCreater: () => {
|
|
|
1455
1455
|
* 详细说明请参考华为云API Explorer。
|
|
1456
1456
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1457
1457
|
*/
|
|
1458
|
-
createSubnetTag(createSubnetTagRequest?: CreateSubnetTagRequest
|
|
1458
|
+
createSubnetTag(createSubnetTagRequest?: CreateSubnetTagRequest): {
|
|
1459
1459
|
method: string;
|
|
1460
1460
|
url: string;
|
|
1461
1461
|
contentType: string;
|
|
@@ -1470,7 +1470,7 @@ export declare const ParamCreater: () => {
|
|
|
1470
1470
|
* 详细说明请参考华为云API Explorer。
|
|
1471
1471
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1472
1472
|
*/
|
|
1473
|
-
createVpcPeering(createVpcPeeringRequest?: CreateVpcPeeringRequest
|
|
1473
|
+
createVpcPeering(createVpcPeeringRequest?: CreateVpcPeeringRequest): {
|
|
1474
1474
|
method: string;
|
|
1475
1475
|
url: string;
|
|
1476
1476
|
contentType: string;
|
|
@@ -1485,7 +1485,7 @@ export declare const ParamCreater: () => {
|
|
|
1485
1485
|
* 详细说明请参考华为云API Explorer。
|
|
1486
1486
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1487
1487
|
*/
|
|
1488
|
-
deletePort(deletePortRequest?: DeletePortRequest
|
|
1488
|
+
deletePort(deletePortRequest?: DeletePortRequest): {
|
|
1489
1489
|
method: string;
|
|
1490
1490
|
url: string;
|
|
1491
1491
|
contentType: string;
|
|
@@ -1500,7 +1500,7 @@ export declare const ParamCreater: () => {
|
|
|
1500
1500
|
* 详细说明请参考华为云API Explorer。
|
|
1501
1501
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1502
1502
|
*/
|
|
1503
|
-
deleteRouteTable(deleteRouteTableRequest?: DeleteRouteTableRequest
|
|
1503
|
+
deleteRouteTable(deleteRouteTableRequest?: DeleteRouteTableRequest): {
|
|
1504
1504
|
method: string;
|
|
1505
1505
|
url: string;
|
|
1506
1506
|
contentType: string;
|
|
@@ -1515,7 +1515,7 @@ export declare const ParamCreater: () => {
|
|
|
1515
1515
|
* 详细说明请参考华为云API Explorer。
|
|
1516
1516
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1517
1517
|
*/
|
|
1518
|
-
deleteSecurityGroup(deleteSecurityGroupRequest?: DeleteSecurityGroupRequest
|
|
1518
|
+
deleteSecurityGroup(deleteSecurityGroupRequest?: DeleteSecurityGroupRequest): {
|
|
1519
1519
|
method: string;
|
|
1520
1520
|
url: string;
|
|
1521
1521
|
contentType: string;
|
|
@@ -1530,7 +1530,7 @@ export declare const ParamCreater: () => {
|
|
|
1530
1530
|
* 详细说明请参考华为云API Explorer。
|
|
1531
1531
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1532
1532
|
*/
|
|
1533
|
-
deleteSecurityGroupRule(deleteSecurityGroupRuleRequest?: DeleteSecurityGroupRuleRequest
|
|
1533
|
+
deleteSecurityGroupRule(deleteSecurityGroupRuleRequest?: DeleteSecurityGroupRuleRequest): {
|
|
1534
1534
|
method: string;
|
|
1535
1535
|
url: string;
|
|
1536
1536
|
contentType: string;
|
|
@@ -1545,7 +1545,7 @@ export declare const ParamCreater: () => {
|
|
|
1545
1545
|
* 详细说明请参考华为云API Explorer。
|
|
1546
1546
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1547
1547
|
*/
|
|
1548
|
-
deleteSubnet(deleteSubnetRequest?: DeleteSubnetRequest
|
|
1548
|
+
deleteSubnet(deleteSubnetRequest?: DeleteSubnetRequest): {
|
|
1549
1549
|
method: string;
|
|
1550
1550
|
url: string;
|
|
1551
1551
|
contentType: string;
|
|
@@ -1561,7 +1561,7 @@ export declare const ParamCreater: () => {
|
|
|
1561
1561
|
* 详细说明请参考华为云API Explorer。
|
|
1562
1562
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1563
1563
|
*/
|
|
1564
|
-
deleteSubnetTag(deleteSubnetTagRequest?: DeleteSubnetTagRequest
|
|
1564
|
+
deleteSubnetTag(deleteSubnetTagRequest?: DeleteSubnetTagRequest): {
|
|
1565
1565
|
method: string;
|
|
1566
1566
|
url: string;
|
|
1567
1567
|
contentType: string;
|
|
@@ -1577,7 +1577,7 @@ export declare const ParamCreater: () => {
|
|
|
1577
1577
|
* 详细说明请参考华为云API Explorer。
|
|
1578
1578
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1579
1579
|
*/
|
|
1580
|
-
deleteVpcPeering(deleteVpcPeeringRequest?: DeleteVpcPeeringRequest
|
|
1580
|
+
deleteVpcPeering(deleteVpcPeeringRequest?: DeleteVpcPeeringRequest): {
|
|
1581
1581
|
method: string;
|
|
1582
1582
|
url: string;
|
|
1583
1583
|
contentType: string;
|
|
@@ -1592,7 +1592,7 @@ export declare const ParamCreater: () => {
|
|
|
1592
1592
|
* 详细说明请参考华为云API Explorer。
|
|
1593
1593
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1594
1594
|
*/
|
|
1595
|
-
disassociateRouteTable(disassociateRouteTableRequest?: DisassociateRouteTableRequest
|
|
1595
|
+
disassociateRouteTable(disassociateRouteTableRequest?: DisassociateRouteTableRequest): {
|
|
1596
1596
|
method: string;
|
|
1597
1597
|
url: string;
|
|
1598
1598
|
contentType: string;
|
|
@@ -1607,7 +1607,7 @@ export declare const ParamCreater: () => {
|
|
|
1607
1607
|
* 详细说明请参考华为云API Explorer。
|
|
1608
1608
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1609
1609
|
*/
|
|
1610
|
-
listPorts(listPortsRequest?: ListPortsRequest
|
|
1610
|
+
listPorts(listPortsRequest?: ListPortsRequest): {
|
|
1611
1611
|
method: string;
|
|
1612
1612
|
url: string;
|
|
1613
1613
|
contentType: string;
|
|
@@ -1622,7 +1622,7 @@ export declare const ParamCreater: () => {
|
|
|
1622
1622
|
* 详细说明请参考华为云API Explorer。
|
|
1623
1623
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1624
1624
|
*/
|
|
1625
|
-
listRouteTables(listRouteTablesRequest?: ListRouteTablesRequest
|
|
1625
|
+
listRouteTables(listRouteTablesRequest?: ListRouteTablesRequest): {
|
|
1626
1626
|
method: string;
|
|
1627
1627
|
url: string;
|
|
1628
1628
|
contentType: string;
|
|
@@ -1637,7 +1637,7 @@ export declare const ParamCreater: () => {
|
|
|
1637
1637
|
* 详细说明请参考华为云API Explorer。
|
|
1638
1638
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1639
1639
|
*/
|
|
1640
|
-
listSecurityGroupRules(listSecurityGroupRulesRequest?: ListSecurityGroupRulesRequest
|
|
1640
|
+
listSecurityGroupRules(listSecurityGroupRulesRequest?: ListSecurityGroupRulesRequest): {
|
|
1641
1641
|
method: string;
|
|
1642
1642
|
url: string;
|
|
1643
1643
|
contentType: string;
|
|
@@ -1652,7 +1652,7 @@ export declare const ParamCreater: () => {
|
|
|
1652
1652
|
* 详细说明请参考华为云API Explorer。
|
|
1653
1653
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1654
1654
|
*/
|
|
1655
|
-
listSecurityGroups(listSecurityGroupsRequest?: ListSecurityGroupsRequest
|
|
1655
|
+
listSecurityGroups(listSecurityGroupsRequest?: ListSecurityGroupsRequest): {
|
|
1656
1656
|
method: string;
|
|
1657
1657
|
url: string;
|
|
1658
1658
|
contentType: string;
|
|
@@ -1682,7 +1682,7 @@ export declare const ParamCreater: () => {
|
|
|
1682
1682
|
* 详细说明请参考华为云API Explorer。
|
|
1683
1683
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1684
1684
|
*/
|
|
1685
|
-
listSubnets(listSubnetsRequest?: ListSubnetsRequest
|
|
1685
|
+
listSubnets(listSubnetsRequest?: ListSubnetsRequest): {
|
|
1686
1686
|
method: string;
|
|
1687
1687
|
url: string;
|
|
1688
1688
|
contentType: string;
|
|
@@ -1697,7 +1697,7 @@ export declare const ParamCreater: () => {
|
|
|
1697
1697
|
* 详细说明请参考华为云API Explorer。
|
|
1698
1698
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1699
1699
|
*/
|
|
1700
|
-
listSubnetsByTags(listSubnetsByTagsRequest?: ListSubnetsByTagsRequest
|
|
1700
|
+
listSubnetsByTags(listSubnetsByTagsRequest?: ListSubnetsByTagsRequest): {
|
|
1701
1701
|
method: string;
|
|
1702
1702
|
url: string;
|
|
1703
1703
|
contentType: string;
|
|
@@ -1712,7 +1712,7 @@ export declare const ParamCreater: () => {
|
|
|
1712
1712
|
* 详细说明请参考华为云API Explorer。
|
|
1713
1713
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1714
1714
|
*/
|
|
1715
|
-
listVpcPeerings(listVpcPeeringsRequest?: ListVpcPeeringsRequest
|
|
1715
|
+
listVpcPeerings(listVpcPeeringsRequest?: ListVpcPeeringsRequest): {
|
|
1716
1716
|
method: string;
|
|
1717
1717
|
url: string;
|
|
1718
1718
|
contentType: string;
|
|
@@ -1727,7 +1727,7 @@ export declare const ParamCreater: () => {
|
|
|
1727
1727
|
* 详细说明请参考华为云API Explorer。
|
|
1728
1728
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1729
1729
|
*/
|
|
1730
|
-
rejectVpcPeering(rejectVpcPeeringRequest?: RejectVpcPeeringRequest
|
|
1730
|
+
rejectVpcPeering(rejectVpcPeeringRequest?: RejectVpcPeeringRequest): {
|
|
1731
1731
|
method: string;
|
|
1732
1732
|
url: string;
|
|
1733
1733
|
contentType: string;
|
|
@@ -1742,7 +1742,7 @@ export declare const ParamCreater: () => {
|
|
|
1742
1742
|
* 详细说明请参考华为云API Explorer。
|
|
1743
1743
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1744
1744
|
*/
|
|
1745
|
-
showPort(showPortRequest?: ShowPortRequest
|
|
1745
|
+
showPort(showPortRequest?: ShowPortRequest): {
|
|
1746
1746
|
method: string;
|
|
1747
1747
|
url: string;
|
|
1748
1748
|
contentType: string;
|
|
@@ -1757,7 +1757,7 @@ export declare const ParamCreater: () => {
|
|
|
1757
1757
|
* 详细说明请参考华为云API Explorer。
|
|
1758
1758
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1759
1759
|
*/
|
|
1760
|
-
showQuota(showQuotaRequest?: ShowQuotaRequest
|
|
1760
|
+
showQuota(showQuotaRequest?: ShowQuotaRequest): {
|
|
1761
1761
|
method: string;
|
|
1762
1762
|
url: string;
|
|
1763
1763
|
contentType: string;
|
|
@@ -1772,7 +1772,7 @@ export declare const ParamCreater: () => {
|
|
|
1772
1772
|
* 详细说明请参考华为云API Explorer。
|
|
1773
1773
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1774
1774
|
*/
|
|
1775
|
-
showRouteTable(showRouteTableRequest?: ShowRouteTableRequest
|
|
1775
|
+
showRouteTable(showRouteTableRequest?: ShowRouteTableRequest): {
|
|
1776
1776
|
method: string;
|
|
1777
1777
|
url: string;
|
|
1778
1778
|
contentType: string;
|
|
@@ -1787,7 +1787,7 @@ export declare const ParamCreater: () => {
|
|
|
1787
1787
|
* 详细说明请参考华为云API Explorer。
|
|
1788
1788
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1789
1789
|
*/
|
|
1790
|
-
showSecurityGroup(showSecurityGroupRequest?: ShowSecurityGroupRequest
|
|
1790
|
+
showSecurityGroup(showSecurityGroupRequest?: ShowSecurityGroupRequest): {
|
|
1791
1791
|
method: string;
|
|
1792
1792
|
url: string;
|
|
1793
1793
|
contentType: string;
|
|
@@ -1802,7 +1802,7 @@ export declare const ParamCreater: () => {
|
|
|
1802
1802
|
* 详细说明请参考华为云API Explorer。
|
|
1803
1803
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1804
1804
|
*/
|
|
1805
|
-
showSecurityGroupRule(showSecurityGroupRuleRequest?: ShowSecurityGroupRuleRequest
|
|
1805
|
+
showSecurityGroupRule(showSecurityGroupRuleRequest?: ShowSecurityGroupRuleRequest): {
|
|
1806
1806
|
method: string;
|
|
1807
1807
|
url: string;
|
|
1808
1808
|
contentType: string;
|
|
@@ -1817,7 +1817,7 @@ export declare const ParamCreater: () => {
|
|
|
1817
1817
|
* 详细说明请参考华为云API Explorer。
|
|
1818
1818
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1819
1819
|
*/
|
|
1820
|
-
showSubnet(showSubnetRequest?: ShowSubnetRequest
|
|
1820
|
+
showSubnet(showSubnetRequest?: ShowSubnetRequest): {
|
|
1821
1821
|
method: string;
|
|
1822
1822
|
url: string;
|
|
1823
1823
|
contentType: string;
|
|
@@ -1832,7 +1832,7 @@ export declare const ParamCreater: () => {
|
|
|
1832
1832
|
* 详细说明请参考华为云API Explorer。
|
|
1833
1833
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1834
1834
|
*/
|
|
1835
|
-
showSubnetTags(showSubnetTagsRequest?: ShowSubnetTagsRequest
|
|
1835
|
+
showSubnetTags(showSubnetTagsRequest?: ShowSubnetTagsRequest): {
|
|
1836
1836
|
method: string;
|
|
1837
1837
|
url: string;
|
|
1838
1838
|
contentType: string;
|
|
@@ -1847,7 +1847,7 @@ export declare const ParamCreater: () => {
|
|
|
1847
1847
|
* 详细说明请参考华为云API Explorer。
|
|
1848
1848
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1849
1849
|
*/
|
|
1850
|
-
showVpcPeering(showVpcPeeringRequest?: ShowVpcPeeringRequest
|
|
1850
|
+
showVpcPeering(showVpcPeeringRequest?: ShowVpcPeeringRequest): {
|
|
1851
1851
|
method: string;
|
|
1852
1852
|
url: string;
|
|
1853
1853
|
contentType: string;
|
|
@@ -1862,7 +1862,7 @@ export declare const ParamCreater: () => {
|
|
|
1862
1862
|
* 详细说明请参考华为云API Explorer。
|
|
1863
1863
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1864
1864
|
*/
|
|
1865
|
-
updatePort(updatePortRequest?: UpdatePortRequest
|
|
1865
|
+
updatePort(updatePortRequest?: UpdatePortRequest): {
|
|
1866
1866
|
method: string;
|
|
1867
1867
|
url: string;
|
|
1868
1868
|
contentType: string;
|
|
@@ -1877,7 +1877,7 @@ export declare const ParamCreater: () => {
|
|
|
1877
1877
|
* 详细说明请参考华为云API Explorer。
|
|
1878
1878
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1879
1879
|
*/
|
|
1880
|
-
updateRouteTable(updateRouteTableRequest?: UpdateRouteTableRequest
|
|
1880
|
+
updateRouteTable(updateRouteTableRequest?: UpdateRouteTableRequest): {
|
|
1881
1881
|
method: string;
|
|
1882
1882
|
url: string;
|
|
1883
1883
|
contentType: string;
|
|
@@ -1892,7 +1892,7 @@ export declare const ParamCreater: () => {
|
|
|
1892
1892
|
* 详细说明请参考华为云API Explorer。
|
|
1893
1893
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1894
1894
|
*/
|
|
1895
|
-
updateSubnet(updateSubnetRequest?: UpdateSubnetRequest
|
|
1895
|
+
updateSubnet(updateSubnetRequest?: UpdateSubnetRequest): {
|
|
1896
1896
|
method: string;
|
|
1897
1897
|
url: string;
|
|
1898
1898
|
contentType: string;
|
|
@@ -1907,7 +1907,7 @@ export declare const ParamCreater: () => {
|
|
|
1907
1907
|
* 详细说明请参考华为云API Explorer。
|
|
1908
1908
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1909
1909
|
*/
|
|
1910
|
-
updateVpcPeering(updateVpcPeeringRequest?: UpdateVpcPeeringRequest
|
|
1910
|
+
updateVpcPeering(updateVpcPeeringRequest?: UpdateVpcPeeringRequest): {
|
|
1911
1911
|
method: string;
|
|
1912
1912
|
url: string;
|
|
1913
1913
|
contentType: string;
|
|
@@ -1922,7 +1922,7 @@ export declare const ParamCreater: () => {
|
|
|
1922
1922
|
* 详细说明请参考华为云API Explorer。
|
|
1923
1923
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1924
1924
|
*/
|
|
1925
|
-
createPrivateip(createPrivateipRequest?: CreatePrivateipRequest
|
|
1925
|
+
createPrivateip(createPrivateipRequest?: CreatePrivateipRequest): {
|
|
1926
1926
|
method: string;
|
|
1927
1927
|
url: string;
|
|
1928
1928
|
contentType: string;
|
|
@@ -1937,7 +1937,7 @@ export declare const ParamCreater: () => {
|
|
|
1937
1937
|
* 详细说明请参考华为云API Explorer。
|
|
1938
1938
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1939
1939
|
*/
|
|
1940
|
-
deletePrivateip(deletePrivateipRequest?: DeletePrivateipRequest
|
|
1940
|
+
deletePrivateip(deletePrivateipRequest?: DeletePrivateipRequest): {
|
|
1941
1941
|
method: string;
|
|
1942
1942
|
url: string;
|
|
1943
1943
|
contentType: string;
|
|
@@ -1952,7 +1952,7 @@ export declare const ParamCreater: () => {
|
|
|
1952
1952
|
* 详细说明请参考华为云API Explorer。
|
|
1953
1953
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1954
1954
|
*/
|
|
1955
|
-
listPrivateips(listPrivateipsRequest?: ListPrivateipsRequest
|
|
1955
|
+
listPrivateips(listPrivateipsRequest?: ListPrivateipsRequest): {
|
|
1956
1956
|
method: string;
|
|
1957
1957
|
url: string;
|
|
1958
1958
|
contentType: string;
|
|
@@ -1974,7 +1974,7 @@ export declare const ParamCreater: () => {
|
|
|
1974
1974
|
* 详细说明请参考华为云API Explorer。
|
|
1975
1975
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1976
1976
|
*/
|
|
1977
|
-
showNetworkIpAvailabilities(showNetworkIpAvailabilitiesRequest?: ShowNetworkIpAvailabilitiesRequest
|
|
1977
|
+
showNetworkIpAvailabilities(showNetworkIpAvailabilitiesRequest?: ShowNetworkIpAvailabilitiesRequest): {
|
|
1978
1978
|
method: string;
|
|
1979
1979
|
url: string;
|
|
1980
1980
|
contentType: string;
|
|
@@ -1989,7 +1989,7 @@ export declare const ParamCreater: () => {
|
|
|
1989
1989
|
* 详细说明请参考华为云API Explorer。
|
|
1990
1990
|
* Please refer to Huawei cloud API Explorer for details.
|
|
1991
1991
|
*/
|
|
1992
|
-
showPrivateip(showPrivateipRequest?: ShowPrivateipRequest
|
|
1992
|
+
showPrivateip(showPrivateipRequest?: ShowPrivateipRequest): {
|
|
1993
1993
|
method: string;
|
|
1994
1994
|
url: string;
|
|
1995
1995
|
contentType: string;
|
|
@@ -2004,7 +2004,7 @@ export declare const ParamCreater: () => {
|
|
|
2004
2004
|
* 详细说明请参考华为云API Explorer。
|
|
2005
2005
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2006
2006
|
*/
|
|
2007
|
-
neutronCreateSecurityGroup(neutronCreateSecurityGroupRequest?: NeutronCreateSecurityGroupRequest
|
|
2007
|
+
neutronCreateSecurityGroup(neutronCreateSecurityGroupRequest?: NeutronCreateSecurityGroupRequest): {
|
|
2008
2008
|
method: string;
|
|
2009
2009
|
url: string;
|
|
2010
2010
|
contentType: string;
|
|
@@ -2019,7 +2019,7 @@ export declare const ParamCreater: () => {
|
|
|
2019
2019
|
* 详细说明请参考华为云API Explorer。
|
|
2020
2020
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2021
2021
|
*/
|
|
2022
|
-
neutronCreateSecurityGroupRule(neutronCreateSecurityGroupRuleRequest?: NeutronCreateSecurityGroupRuleRequest
|
|
2022
|
+
neutronCreateSecurityGroupRule(neutronCreateSecurityGroupRuleRequest?: NeutronCreateSecurityGroupRuleRequest): {
|
|
2023
2023
|
method: string;
|
|
2024
2024
|
url: string;
|
|
2025
2025
|
contentType: string;
|
|
@@ -2034,7 +2034,7 @@ export declare const ParamCreater: () => {
|
|
|
2034
2034
|
* 详细说明请参考华为云API Explorer。
|
|
2035
2035
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2036
2036
|
*/
|
|
2037
|
-
neutronDeleteSecurityGroup(neutronDeleteSecurityGroupRequest?: NeutronDeleteSecurityGroupRequest
|
|
2037
|
+
neutronDeleteSecurityGroup(neutronDeleteSecurityGroupRequest?: NeutronDeleteSecurityGroupRequest): {
|
|
2038
2038
|
method: string;
|
|
2039
2039
|
url: string;
|
|
2040
2040
|
contentType: string;
|
|
@@ -2049,7 +2049,7 @@ export declare const ParamCreater: () => {
|
|
|
2049
2049
|
* 详细说明请参考华为云API Explorer。
|
|
2050
2050
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2051
2051
|
*/
|
|
2052
|
-
neutronDeleteSecurityGroupRule(neutronDeleteSecurityGroupRuleRequest?: NeutronDeleteSecurityGroupRuleRequest
|
|
2052
|
+
neutronDeleteSecurityGroupRule(neutronDeleteSecurityGroupRuleRequest?: NeutronDeleteSecurityGroupRuleRequest): {
|
|
2053
2053
|
method: string;
|
|
2054
2054
|
url: string;
|
|
2055
2055
|
contentType: string;
|
|
@@ -2064,7 +2064,7 @@ export declare const ParamCreater: () => {
|
|
|
2064
2064
|
* 详细说明请参考华为云API Explorer。
|
|
2065
2065
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2066
2066
|
*/
|
|
2067
|
-
neutronListSecurityGroupRules(neutronListSecurityGroupRulesRequest?: NeutronListSecurityGroupRulesRequest
|
|
2067
|
+
neutronListSecurityGroupRules(neutronListSecurityGroupRulesRequest?: NeutronListSecurityGroupRulesRequest): {
|
|
2068
2068
|
method: string;
|
|
2069
2069
|
url: string;
|
|
2070
2070
|
contentType: string;
|
|
@@ -2079,7 +2079,7 @@ export declare const ParamCreater: () => {
|
|
|
2079
2079
|
* 详细说明请参考华为云API Explorer。
|
|
2080
2080
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2081
2081
|
*/
|
|
2082
|
-
neutronListSecurityGroups(neutronListSecurityGroupsRequest?: NeutronListSecurityGroupsRequest
|
|
2082
|
+
neutronListSecurityGroups(neutronListSecurityGroupsRequest?: NeutronListSecurityGroupsRequest): {
|
|
2083
2083
|
method: string;
|
|
2084
2084
|
url: string;
|
|
2085
2085
|
contentType: string;
|
|
@@ -2094,7 +2094,7 @@ export declare const ParamCreater: () => {
|
|
|
2094
2094
|
* 详细说明请参考华为云API Explorer。
|
|
2095
2095
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2096
2096
|
*/
|
|
2097
|
-
neutronShowSecurityGroup(neutronShowSecurityGroupRequest?: NeutronShowSecurityGroupRequest
|
|
2097
|
+
neutronShowSecurityGroup(neutronShowSecurityGroupRequest?: NeutronShowSecurityGroupRequest): {
|
|
2098
2098
|
method: string;
|
|
2099
2099
|
url: string;
|
|
2100
2100
|
contentType: string;
|
|
@@ -2109,7 +2109,7 @@ export declare const ParamCreater: () => {
|
|
|
2109
2109
|
* 详细说明请参考华为云API Explorer。
|
|
2110
2110
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2111
2111
|
*/
|
|
2112
|
-
neutronShowSecurityGroupRule(neutronShowSecurityGroupRuleRequest?: NeutronShowSecurityGroupRuleRequest
|
|
2112
|
+
neutronShowSecurityGroupRule(neutronShowSecurityGroupRuleRequest?: NeutronShowSecurityGroupRuleRequest): {
|
|
2113
2113
|
method: string;
|
|
2114
2114
|
url: string;
|
|
2115
2115
|
contentType: string;
|
|
@@ -2124,7 +2124,7 @@ export declare const ParamCreater: () => {
|
|
|
2124
2124
|
* 详细说明请参考华为云API Explorer。
|
|
2125
2125
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2126
2126
|
*/
|
|
2127
|
-
neutronUpdateSecurityGroup(neutronUpdateSecurityGroupRequest?: NeutronUpdateSecurityGroupRequest
|
|
2127
|
+
neutronUpdateSecurityGroup(neutronUpdateSecurityGroupRequest?: NeutronUpdateSecurityGroupRequest): {
|
|
2128
2128
|
method: string;
|
|
2129
2129
|
url: string;
|
|
2130
2130
|
contentType: string;
|
|
@@ -2139,7 +2139,7 @@ export declare const ParamCreater: () => {
|
|
|
2139
2139
|
* 详细说明请参考华为云API Explorer。
|
|
2140
2140
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2141
2141
|
*/
|
|
2142
|
-
neutronAddFirewallRule(neutronAddFirewallRuleRequest?: NeutronAddFirewallRuleRequest
|
|
2142
|
+
neutronAddFirewallRule(neutronAddFirewallRuleRequest?: NeutronAddFirewallRuleRequest): {
|
|
2143
2143
|
method: string;
|
|
2144
2144
|
url: string;
|
|
2145
2145
|
contentType: string;
|
|
@@ -2154,7 +2154,7 @@ export declare const ParamCreater: () => {
|
|
|
2154
2154
|
* 详细说明请参考华为云API Explorer。
|
|
2155
2155
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2156
2156
|
*/
|
|
2157
|
-
neutronCreateFirewallGroup(neutronCreateFirewallGroupRequest?: NeutronCreateFirewallGroupRequest
|
|
2157
|
+
neutronCreateFirewallGroup(neutronCreateFirewallGroupRequest?: NeutronCreateFirewallGroupRequest): {
|
|
2158
2158
|
method: string;
|
|
2159
2159
|
url: string;
|
|
2160
2160
|
contentType: string;
|
|
@@ -2169,7 +2169,7 @@ export declare const ParamCreater: () => {
|
|
|
2169
2169
|
* 详细说明请参考华为云API Explorer。
|
|
2170
2170
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2171
2171
|
*/
|
|
2172
|
-
neutronCreateFirewallPolicy(neutronCreateFirewallPolicyRequest?: NeutronCreateFirewallPolicyRequest
|
|
2172
|
+
neutronCreateFirewallPolicy(neutronCreateFirewallPolicyRequest?: NeutronCreateFirewallPolicyRequest): {
|
|
2173
2173
|
method: string;
|
|
2174
2174
|
url: string;
|
|
2175
2175
|
contentType: string;
|
|
@@ -2184,7 +2184,7 @@ export declare const ParamCreater: () => {
|
|
|
2184
2184
|
* 详细说明请参考华为云API Explorer。
|
|
2185
2185
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2186
2186
|
*/
|
|
2187
|
-
neutronCreateFirewallRule(neutronCreateFirewallRuleRequest?: NeutronCreateFirewallRuleRequest
|
|
2187
|
+
neutronCreateFirewallRule(neutronCreateFirewallRuleRequest?: NeutronCreateFirewallRuleRequest): {
|
|
2188
2188
|
method: string;
|
|
2189
2189
|
url: string;
|
|
2190
2190
|
contentType: string;
|
|
@@ -2199,7 +2199,7 @@ export declare const ParamCreater: () => {
|
|
|
2199
2199
|
* 详细说明请参考华为云API Explorer。
|
|
2200
2200
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2201
2201
|
*/
|
|
2202
|
-
neutronDeleteFirewallGroup(neutronDeleteFirewallGroupRequest?: NeutronDeleteFirewallGroupRequest
|
|
2202
|
+
neutronDeleteFirewallGroup(neutronDeleteFirewallGroupRequest?: NeutronDeleteFirewallGroupRequest): {
|
|
2203
2203
|
method: string;
|
|
2204
2204
|
url: string;
|
|
2205
2205
|
contentType: string;
|
|
@@ -2214,7 +2214,7 @@ export declare const ParamCreater: () => {
|
|
|
2214
2214
|
* 详细说明请参考华为云API Explorer。
|
|
2215
2215
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2216
2216
|
*/
|
|
2217
|
-
neutronDeleteFirewallPolicy(neutronDeleteFirewallPolicyRequest?: NeutronDeleteFirewallPolicyRequest
|
|
2217
|
+
neutronDeleteFirewallPolicy(neutronDeleteFirewallPolicyRequest?: NeutronDeleteFirewallPolicyRequest): {
|
|
2218
2218
|
method: string;
|
|
2219
2219
|
url: string;
|
|
2220
2220
|
contentType: string;
|
|
@@ -2229,7 +2229,7 @@ export declare const ParamCreater: () => {
|
|
|
2229
2229
|
* 详细说明请参考华为云API Explorer。
|
|
2230
2230
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2231
2231
|
*/
|
|
2232
|
-
neutronDeleteFirewallRule(neutronDeleteFirewallRuleRequest?: NeutronDeleteFirewallRuleRequest
|
|
2232
|
+
neutronDeleteFirewallRule(neutronDeleteFirewallRuleRequest?: NeutronDeleteFirewallRuleRequest): {
|
|
2233
2233
|
method: string;
|
|
2234
2234
|
url: string;
|
|
2235
2235
|
contentType: string;
|
|
@@ -2244,7 +2244,7 @@ export declare const ParamCreater: () => {
|
|
|
2244
2244
|
* 详细说明请参考华为云API Explorer。
|
|
2245
2245
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2246
2246
|
*/
|
|
2247
|
-
neutronListFirewallGroups(neutronListFirewallGroupsRequest?: NeutronListFirewallGroupsRequest
|
|
2247
|
+
neutronListFirewallGroups(neutronListFirewallGroupsRequest?: NeutronListFirewallGroupsRequest): {
|
|
2248
2248
|
method: string;
|
|
2249
2249
|
url: string;
|
|
2250
2250
|
contentType: string;
|
|
@@ -2259,7 +2259,7 @@ export declare const ParamCreater: () => {
|
|
|
2259
2259
|
* 详细说明请参考华为云API Explorer。
|
|
2260
2260
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2261
2261
|
*/
|
|
2262
|
-
neutronListFirewallPolicies(neutronListFirewallPoliciesRequest?: NeutronListFirewallPoliciesRequest
|
|
2262
|
+
neutronListFirewallPolicies(neutronListFirewallPoliciesRequest?: NeutronListFirewallPoliciesRequest): {
|
|
2263
2263
|
method: string;
|
|
2264
2264
|
url: string;
|
|
2265
2265
|
contentType: string;
|
|
@@ -2274,7 +2274,7 @@ export declare const ParamCreater: () => {
|
|
|
2274
2274
|
* 详细说明请参考华为云API Explorer。
|
|
2275
2275
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2276
2276
|
*/
|
|
2277
|
-
neutronListFirewallRules(neutronListFirewallRulesRequest?: NeutronListFirewallRulesRequest
|
|
2277
|
+
neutronListFirewallRules(neutronListFirewallRulesRequest?: NeutronListFirewallRulesRequest): {
|
|
2278
2278
|
method: string;
|
|
2279
2279
|
url: string;
|
|
2280
2280
|
contentType: string;
|
|
@@ -2289,7 +2289,7 @@ export declare const ParamCreater: () => {
|
|
|
2289
2289
|
* 详细说明请参考华为云API Explorer。
|
|
2290
2290
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2291
2291
|
*/
|
|
2292
|
-
neutronRemoveFirewallRule(neutronRemoveFirewallRuleRequest?: NeutronRemoveFirewallRuleRequest
|
|
2292
|
+
neutronRemoveFirewallRule(neutronRemoveFirewallRuleRequest?: NeutronRemoveFirewallRuleRequest): {
|
|
2293
2293
|
method: string;
|
|
2294
2294
|
url: string;
|
|
2295
2295
|
contentType: string;
|
|
@@ -2304,7 +2304,7 @@ export declare const ParamCreater: () => {
|
|
|
2304
2304
|
* 详细说明请参考华为云API Explorer。
|
|
2305
2305
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2306
2306
|
*/
|
|
2307
|
-
neutronShowFirewallGroup(neutronShowFirewallGroupRequest?: NeutronShowFirewallGroupRequest
|
|
2307
|
+
neutronShowFirewallGroup(neutronShowFirewallGroupRequest?: NeutronShowFirewallGroupRequest): {
|
|
2308
2308
|
method: string;
|
|
2309
2309
|
url: string;
|
|
2310
2310
|
contentType: string;
|
|
@@ -2319,7 +2319,7 @@ export declare const ParamCreater: () => {
|
|
|
2319
2319
|
* 详细说明请参考华为云API Explorer。
|
|
2320
2320
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2321
2321
|
*/
|
|
2322
|
-
neutronShowFirewallPolicy(neutronShowFirewallPolicyRequest?: NeutronShowFirewallPolicyRequest
|
|
2322
|
+
neutronShowFirewallPolicy(neutronShowFirewallPolicyRequest?: NeutronShowFirewallPolicyRequest): {
|
|
2323
2323
|
method: string;
|
|
2324
2324
|
url: string;
|
|
2325
2325
|
contentType: string;
|
|
@@ -2334,7 +2334,7 @@ export declare const ParamCreater: () => {
|
|
|
2334
2334
|
* 详细说明请参考华为云API Explorer。
|
|
2335
2335
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2336
2336
|
*/
|
|
2337
|
-
neutronShowFirewallRule(neutronShowFirewallRuleRequest?: NeutronShowFirewallRuleRequest
|
|
2337
|
+
neutronShowFirewallRule(neutronShowFirewallRuleRequest?: NeutronShowFirewallRuleRequest): {
|
|
2338
2338
|
method: string;
|
|
2339
2339
|
url: string;
|
|
2340
2340
|
contentType: string;
|
|
@@ -2349,7 +2349,7 @@ export declare const ParamCreater: () => {
|
|
|
2349
2349
|
* 详细说明请参考华为云API Explorer。
|
|
2350
2350
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2351
2351
|
*/
|
|
2352
|
-
neutronUpdateFirewallGroup(neutronUpdateFirewallGroupRequest?: NeutronUpdateFirewallGroupRequest
|
|
2352
|
+
neutronUpdateFirewallGroup(neutronUpdateFirewallGroupRequest?: NeutronUpdateFirewallGroupRequest): {
|
|
2353
2353
|
method: string;
|
|
2354
2354
|
url: string;
|
|
2355
2355
|
contentType: string;
|
|
@@ -2364,7 +2364,7 @@ export declare const ParamCreater: () => {
|
|
|
2364
2364
|
* 详细说明请参考华为云API Explorer。
|
|
2365
2365
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2366
2366
|
*/
|
|
2367
|
-
neutronUpdateFirewallPolicy(neutronUpdateFirewallPolicyRequest?: NeutronUpdateFirewallPolicyRequest
|
|
2367
|
+
neutronUpdateFirewallPolicy(neutronUpdateFirewallPolicyRequest?: NeutronUpdateFirewallPolicyRequest): {
|
|
2368
2368
|
method: string;
|
|
2369
2369
|
url: string;
|
|
2370
2370
|
contentType: string;
|
|
@@ -2379,7 +2379,7 @@ export declare const ParamCreater: () => {
|
|
|
2379
2379
|
* 详细说明请参考华为云API Explorer。
|
|
2380
2380
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2381
2381
|
*/
|
|
2382
|
-
neutronUpdateFirewallRule(neutronUpdateFirewallRuleRequest?: NeutronUpdateFirewallRuleRequest
|
|
2382
|
+
neutronUpdateFirewallRule(neutronUpdateFirewallRuleRequest?: NeutronUpdateFirewallRuleRequest): {
|
|
2383
2383
|
method: string;
|
|
2384
2384
|
url: string;
|
|
2385
2385
|
contentType: string;
|
|
@@ -2395,7 +2395,7 @@ export declare const ParamCreater: () => {
|
|
|
2395
2395
|
* 详细说明请参考华为云API Explorer。
|
|
2396
2396
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2397
2397
|
*/
|
|
2398
|
-
batchCreateVpcTags(batchCreateVpcTagsRequest?: BatchCreateVpcTagsRequest
|
|
2398
|
+
batchCreateVpcTags(batchCreateVpcTagsRequest?: BatchCreateVpcTagsRequest): {
|
|
2399
2399
|
method: string;
|
|
2400
2400
|
url: string;
|
|
2401
2401
|
contentType: string;
|
|
@@ -2411,7 +2411,7 @@ export declare const ParamCreater: () => {
|
|
|
2411
2411
|
* 详细说明请参考华为云API Explorer。
|
|
2412
2412
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2413
2413
|
*/
|
|
2414
|
-
batchDeleteVpcTags(batchDeleteVpcTagsRequest?: BatchDeleteVpcTagsRequest
|
|
2414
|
+
batchDeleteVpcTags(batchDeleteVpcTagsRequest?: BatchDeleteVpcTagsRequest): {
|
|
2415
2415
|
method: string;
|
|
2416
2416
|
url: string;
|
|
2417
2417
|
contentType: string;
|
|
@@ -2426,7 +2426,7 @@ export declare const ParamCreater: () => {
|
|
|
2426
2426
|
* 详细说明请参考华为云API Explorer。
|
|
2427
2427
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2428
2428
|
*/
|
|
2429
|
-
createVpc(createVpcRequest?: CreateVpcRequest
|
|
2429
|
+
createVpc(createVpcRequest?: CreateVpcRequest): {
|
|
2430
2430
|
method: string;
|
|
2431
2431
|
url: string;
|
|
2432
2432
|
contentType: string;
|
|
@@ -2442,7 +2442,7 @@ export declare const ParamCreater: () => {
|
|
|
2442
2442
|
* 详细说明请参考华为云API Explorer。
|
|
2443
2443
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2444
2444
|
*/
|
|
2445
|
-
createVpcResourceTag(createVpcResourceTagRequest?: CreateVpcResourceTagRequest
|
|
2445
|
+
createVpcResourceTag(createVpcResourceTagRequest?: CreateVpcResourceTagRequest): {
|
|
2446
2446
|
method: string;
|
|
2447
2447
|
url: string;
|
|
2448
2448
|
contentType: string;
|
|
@@ -2457,7 +2457,7 @@ export declare const ParamCreater: () => {
|
|
|
2457
2457
|
* 详细说明请参考华为云API Explorer。
|
|
2458
2458
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2459
2459
|
*/
|
|
2460
|
-
createVpcRoute(createVpcRouteRequest?: CreateVpcRouteRequest
|
|
2460
|
+
createVpcRoute(createVpcRouteRequest?: CreateVpcRouteRequest): {
|
|
2461
2461
|
method: string;
|
|
2462
2462
|
url: string;
|
|
2463
2463
|
contentType: string;
|
|
@@ -2472,7 +2472,7 @@ export declare const ParamCreater: () => {
|
|
|
2472
2472
|
* 详细说明请参考华为云API Explorer。
|
|
2473
2473
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2474
2474
|
*/
|
|
2475
|
-
deleteVpc(deleteVpcRequest?: DeleteVpcRequest
|
|
2475
|
+
deleteVpc(deleteVpcRequest?: DeleteVpcRequest): {
|
|
2476
2476
|
method: string;
|
|
2477
2477
|
url: string;
|
|
2478
2478
|
contentType: string;
|
|
@@ -2487,7 +2487,7 @@ export declare const ParamCreater: () => {
|
|
|
2487
2487
|
* 详细说明请参考华为云API Explorer。
|
|
2488
2488
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2489
2489
|
*/
|
|
2490
|
-
deleteVpcRoute(deleteVpcRouteRequest?: DeleteVpcRouteRequest
|
|
2490
|
+
deleteVpcRoute(deleteVpcRouteRequest?: DeleteVpcRouteRequest): {
|
|
2491
2491
|
method: string;
|
|
2492
2492
|
url: string;
|
|
2493
2493
|
contentType: string;
|
|
@@ -2503,7 +2503,7 @@ export declare const ParamCreater: () => {
|
|
|
2503
2503
|
* 详细说明请参考华为云API Explorer。
|
|
2504
2504
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2505
2505
|
*/
|
|
2506
|
-
deleteVpcTag(deleteVpcTagRequest?: DeleteVpcTagRequest
|
|
2506
|
+
deleteVpcTag(deleteVpcTagRequest?: DeleteVpcTagRequest): {
|
|
2507
2507
|
method: string;
|
|
2508
2508
|
url: string;
|
|
2509
2509
|
contentType: string;
|
|
@@ -2518,7 +2518,7 @@ export declare const ParamCreater: () => {
|
|
|
2518
2518
|
* 详细说明请参考华为云API Explorer。
|
|
2519
2519
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2520
2520
|
*/
|
|
2521
|
-
listVpcRoutes(listVpcRoutesRequest?: ListVpcRoutesRequest
|
|
2521
|
+
listVpcRoutes(listVpcRoutesRequest?: ListVpcRoutesRequest): {
|
|
2522
2522
|
method: string;
|
|
2523
2523
|
url: string;
|
|
2524
2524
|
contentType: string;
|
|
@@ -2548,7 +2548,7 @@ export declare const ParamCreater: () => {
|
|
|
2548
2548
|
* 详细说明请参考华为云API Explorer。
|
|
2549
2549
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2550
2550
|
*/
|
|
2551
|
-
listVpcs(listVpcsRequest?: ListVpcsRequest
|
|
2551
|
+
listVpcs(listVpcsRequest?: ListVpcsRequest): {
|
|
2552
2552
|
method: string;
|
|
2553
2553
|
url: string;
|
|
2554
2554
|
contentType: string;
|
|
@@ -2563,7 +2563,7 @@ export declare const ParamCreater: () => {
|
|
|
2563
2563
|
* 详细说明请参考华为云API Explorer。
|
|
2564
2564
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2565
2565
|
*/
|
|
2566
|
-
listVpcsByTags(listVpcsByTagsRequest?: ListVpcsByTagsRequest
|
|
2566
|
+
listVpcsByTags(listVpcsByTagsRequest?: ListVpcsByTagsRequest): {
|
|
2567
2567
|
method: string;
|
|
2568
2568
|
url: string;
|
|
2569
2569
|
contentType: string;
|
|
@@ -2578,7 +2578,7 @@ export declare const ParamCreater: () => {
|
|
|
2578
2578
|
* 详细说明请参考华为云API Explorer。
|
|
2579
2579
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2580
2580
|
*/
|
|
2581
|
-
showVpc(showVpcRequest?: ShowVpcRequest
|
|
2581
|
+
showVpc(showVpcRequest?: ShowVpcRequest): {
|
|
2582
2582
|
method: string;
|
|
2583
2583
|
url: string;
|
|
2584
2584
|
contentType: string;
|
|
@@ -2593,7 +2593,7 @@ export declare const ParamCreater: () => {
|
|
|
2593
2593
|
* 详细说明请参考华为云API Explorer。
|
|
2594
2594
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2595
2595
|
*/
|
|
2596
|
-
showVpcRoute(showVpcRouteRequest?: ShowVpcRouteRequest
|
|
2596
|
+
showVpcRoute(showVpcRouteRequest?: ShowVpcRouteRequest): {
|
|
2597
2597
|
method: string;
|
|
2598
2598
|
url: string;
|
|
2599
2599
|
contentType: string;
|
|
@@ -2608,7 +2608,7 @@ export declare const ParamCreater: () => {
|
|
|
2608
2608
|
* 详细说明请参考华为云API Explorer。
|
|
2609
2609
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2610
2610
|
*/
|
|
2611
|
-
showVpcTags(showVpcTagsRequest?: ShowVpcTagsRequest
|
|
2611
|
+
showVpcTags(showVpcTagsRequest?: ShowVpcTagsRequest): {
|
|
2612
2612
|
method: string;
|
|
2613
2613
|
url: string;
|
|
2614
2614
|
contentType: string;
|
|
@@ -2623,7 +2623,7 @@ export declare const ParamCreater: () => {
|
|
|
2623
2623
|
* 详细说明请参考华为云API Explorer。
|
|
2624
2624
|
* Please refer to Huawei cloud API Explorer for details.
|
|
2625
2625
|
*/
|
|
2626
|
-
updateVpc(updateVpcRequest?: UpdateVpcRequest
|
|
2626
|
+
updateVpc(updateVpcRequest?: UpdateVpcRequest): {
|
|
2627
2627
|
method: string;
|
|
2628
2628
|
url: string;
|
|
2629
2629
|
contentType: string;
|
package/v3/VpcClient.d.ts
CHANGED
|
@@ -462,7 +462,7 @@ export declare const ParamCreater: () => {
|
|
|
462
462
|
* 详细说明请参考华为云API Explorer。
|
|
463
463
|
* Please refer to Huawei cloud API Explorer for details.
|
|
464
464
|
*/
|
|
465
|
-
batchCreateSubNetworkInterface(batchCreateSubNetworkInterfaceRequest?: BatchCreateSubNetworkInterfaceRequest
|
|
465
|
+
batchCreateSubNetworkInterface(batchCreateSubNetworkInterfaceRequest?: BatchCreateSubNetworkInterfaceRequest): {
|
|
466
466
|
method: string;
|
|
467
467
|
url: string;
|
|
468
468
|
contentType: string;
|
|
@@ -477,7 +477,7 @@ export declare const ParamCreater: () => {
|
|
|
477
477
|
* 详细说明请参考华为云API Explorer。
|
|
478
478
|
* Please refer to Huawei cloud API Explorer for details.
|
|
479
479
|
*/
|
|
480
|
-
createSecurityGroup(createSecurityGroupRequest?: CreateSecurityGroupRequest
|
|
480
|
+
createSecurityGroup(createSecurityGroupRequest?: CreateSecurityGroupRequest): {
|
|
481
481
|
method: string;
|
|
482
482
|
url: string;
|
|
483
483
|
contentType: string;
|
|
@@ -492,7 +492,7 @@ export declare const ParamCreater: () => {
|
|
|
492
492
|
* 详细说明请参考华为云API Explorer。
|
|
493
493
|
* Please refer to Huawei cloud API Explorer for details.
|
|
494
494
|
*/
|
|
495
|
-
createSecurityGroupRule(createSecurityGroupRuleRequest?: CreateSecurityGroupRuleRequest
|
|
495
|
+
createSecurityGroupRule(createSecurityGroupRuleRequest?: CreateSecurityGroupRuleRequest): {
|
|
496
496
|
method: string;
|
|
497
497
|
url: string;
|
|
498
498
|
contentType: string;
|
|
@@ -507,7 +507,7 @@ export declare const ParamCreater: () => {
|
|
|
507
507
|
* 详细说明请参考华为云API Explorer。
|
|
508
508
|
* Please refer to Huawei cloud API Explorer for details.
|
|
509
509
|
*/
|
|
510
|
-
createSubNetworkInterface(createSubNetworkInterfaceRequest?: CreateSubNetworkInterfaceRequest
|
|
510
|
+
createSubNetworkInterface(createSubNetworkInterfaceRequest?: CreateSubNetworkInterfaceRequest): {
|
|
511
511
|
method: string;
|
|
512
512
|
url: string;
|
|
513
513
|
contentType: string;
|
|
@@ -522,7 +522,7 @@ export declare const ParamCreater: () => {
|
|
|
522
522
|
* 详细说明请参考华为云API Explorer。
|
|
523
523
|
* Please refer to Huawei cloud API Explorer for details.
|
|
524
524
|
*/
|
|
525
|
-
deleteSecurityGroup(deleteSecurityGroupRequest?: DeleteSecurityGroupRequest
|
|
525
|
+
deleteSecurityGroup(deleteSecurityGroupRequest?: DeleteSecurityGroupRequest): {
|
|
526
526
|
method: string;
|
|
527
527
|
url: string;
|
|
528
528
|
contentType: string;
|
|
@@ -537,7 +537,7 @@ export declare const ParamCreater: () => {
|
|
|
537
537
|
* 详细说明请参考华为云API Explorer。
|
|
538
538
|
* Please refer to Huawei cloud API Explorer for details.
|
|
539
539
|
*/
|
|
540
|
-
deleteSecurityGroupRule(deleteSecurityGroupRuleRequest?: DeleteSecurityGroupRuleRequest
|
|
540
|
+
deleteSecurityGroupRule(deleteSecurityGroupRuleRequest?: DeleteSecurityGroupRuleRequest): {
|
|
541
541
|
method: string;
|
|
542
542
|
url: string;
|
|
543
543
|
contentType: string;
|
|
@@ -552,7 +552,7 @@ export declare const ParamCreater: () => {
|
|
|
552
552
|
* 详细说明请参考华为云API Explorer。
|
|
553
553
|
* Please refer to Huawei cloud API Explorer for details.
|
|
554
554
|
*/
|
|
555
|
-
deleteSubNetworkInterface(deleteSubNetworkInterfaceRequest?: DeleteSubNetworkInterfaceRequest
|
|
555
|
+
deleteSubNetworkInterface(deleteSubNetworkInterfaceRequest?: DeleteSubNetworkInterfaceRequest): {
|
|
556
556
|
method: string;
|
|
557
557
|
url: string;
|
|
558
558
|
contentType: string;
|
|
@@ -567,7 +567,7 @@ export declare const ParamCreater: () => {
|
|
|
567
567
|
* 详细说明请参考华为云API Explorer。
|
|
568
568
|
* Please refer to Huawei cloud API Explorer for details.
|
|
569
569
|
*/
|
|
570
|
-
listSecurityGroupRules(listSecurityGroupRulesRequest?: ListSecurityGroupRulesRequest
|
|
570
|
+
listSecurityGroupRules(listSecurityGroupRulesRequest?: ListSecurityGroupRulesRequest): {
|
|
571
571
|
method: string;
|
|
572
572
|
url: string;
|
|
573
573
|
contentType: string;
|
|
@@ -582,7 +582,7 @@ export declare const ParamCreater: () => {
|
|
|
582
582
|
* 详细说明请参考华为云API Explorer。
|
|
583
583
|
* Please refer to Huawei cloud API Explorer for details.
|
|
584
584
|
*/
|
|
585
|
-
listSecurityGroups(listSecurityGroupsRequest?: ListSecurityGroupsRequest
|
|
585
|
+
listSecurityGroups(listSecurityGroupsRequest?: ListSecurityGroupsRequest): {
|
|
586
586
|
method: string;
|
|
587
587
|
url: string;
|
|
588
588
|
contentType: string;
|
|
@@ -597,7 +597,7 @@ export declare const ParamCreater: () => {
|
|
|
597
597
|
* 详细说明请参考华为云API Explorer。
|
|
598
598
|
* Please refer to Huawei cloud API Explorer for details.
|
|
599
599
|
*/
|
|
600
|
-
listSubNetworkInterfaces(listSubNetworkInterfacesRequest?: ListSubNetworkInterfacesRequest
|
|
600
|
+
listSubNetworkInterfaces(listSubNetworkInterfacesRequest?: ListSubNetworkInterfacesRequest): {
|
|
601
601
|
method: string;
|
|
602
602
|
url: string;
|
|
603
603
|
contentType: string;
|
|
@@ -612,7 +612,7 @@ export declare const ParamCreater: () => {
|
|
|
612
612
|
* 详细说明请参考华为云API Explorer。
|
|
613
613
|
* Please refer to Huawei cloud API Explorer for details.
|
|
614
614
|
*/
|
|
615
|
-
migrateSubNetworkInterface(migrateSubNetworkInterfaceRequest?: MigrateSubNetworkInterfaceRequest
|
|
615
|
+
migrateSubNetworkInterface(migrateSubNetworkInterfaceRequest?: MigrateSubNetworkInterfaceRequest): {
|
|
616
616
|
method: string;
|
|
617
617
|
url: string;
|
|
618
618
|
contentType: string;
|
|
@@ -627,7 +627,7 @@ export declare const ParamCreater: () => {
|
|
|
627
627
|
* 详细说明请参考华为云API Explorer。
|
|
628
628
|
* Please refer to Huawei cloud API Explorer for details.
|
|
629
629
|
*/
|
|
630
|
-
showSecurityGroup(showSecurityGroupRequest?: ShowSecurityGroupRequest
|
|
630
|
+
showSecurityGroup(showSecurityGroupRequest?: ShowSecurityGroupRequest): {
|
|
631
631
|
method: string;
|
|
632
632
|
url: string;
|
|
633
633
|
contentType: string;
|
|
@@ -642,7 +642,7 @@ export declare const ParamCreater: () => {
|
|
|
642
642
|
* 详细说明请参考华为云API Explorer。
|
|
643
643
|
* Please refer to Huawei cloud API Explorer for details.
|
|
644
644
|
*/
|
|
645
|
-
showSecurityGroupRule(showSecurityGroupRuleRequest?: ShowSecurityGroupRuleRequest
|
|
645
|
+
showSecurityGroupRule(showSecurityGroupRuleRequest?: ShowSecurityGroupRuleRequest): {
|
|
646
646
|
method: string;
|
|
647
647
|
url: string;
|
|
648
648
|
contentType: string;
|
|
@@ -657,7 +657,7 @@ export declare const ParamCreater: () => {
|
|
|
657
657
|
* 详细说明请参考华为云API Explorer。
|
|
658
658
|
* Please refer to Huawei cloud API Explorer for details.
|
|
659
659
|
*/
|
|
660
|
-
showSubNetworkInterface(showSubNetworkInterfaceRequest?: ShowSubNetworkInterfaceRequest
|
|
660
|
+
showSubNetworkInterface(showSubNetworkInterfaceRequest?: ShowSubNetworkInterfaceRequest): {
|
|
661
661
|
method: string;
|
|
662
662
|
url: string;
|
|
663
663
|
contentType: string;
|
|
@@ -687,7 +687,7 @@ export declare const ParamCreater: () => {
|
|
|
687
687
|
* 详细说明请参考华为云API Explorer。
|
|
688
688
|
* Please refer to Huawei cloud API Explorer for details.
|
|
689
689
|
*/
|
|
690
|
-
updateSecurityGroup(updateSecurityGroupRequest?: UpdateSecurityGroupRequest
|
|
690
|
+
updateSecurityGroup(updateSecurityGroupRequest?: UpdateSecurityGroupRequest): {
|
|
691
691
|
method: string;
|
|
692
692
|
url: string;
|
|
693
693
|
contentType: string;
|
|
@@ -702,7 +702,7 @@ export declare const ParamCreater: () => {
|
|
|
702
702
|
* 详细说明请参考华为云API Explorer。
|
|
703
703
|
* Please refer to Huawei cloud API Explorer for details.
|
|
704
704
|
*/
|
|
705
|
-
updateSubNetworkInterface(updateSubNetworkInterfaceRequest?: UpdateSubNetworkInterfaceRequest
|
|
705
|
+
updateSubNetworkInterface(updateSubNetworkInterfaceRequest?: UpdateSubNetworkInterfaceRequest): {
|
|
706
706
|
method: string;
|
|
707
707
|
url: string;
|
|
708
708
|
contentType: string;
|
|
@@ -717,7 +717,7 @@ export declare const ParamCreater: () => {
|
|
|
717
717
|
* 详细说明请参考华为云API Explorer。
|
|
718
718
|
* Please refer to Huawei cloud API Explorer for details.
|
|
719
719
|
*/
|
|
720
|
-
createAddressGroup(createAddressGroupRequest?: CreateAddressGroupRequest
|
|
720
|
+
createAddressGroup(createAddressGroupRequest?: CreateAddressGroupRequest): {
|
|
721
721
|
method: string;
|
|
722
722
|
url: string;
|
|
723
723
|
contentType: string;
|
|
@@ -732,7 +732,7 @@ export declare const ParamCreater: () => {
|
|
|
732
732
|
* 详细说明请参考华为云API Explorer。
|
|
733
733
|
* Please refer to Huawei cloud API Explorer for details.
|
|
734
734
|
*/
|
|
735
|
-
deleteAddressGroup(deleteAddressGroupRequest?: DeleteAddressGroupRequest
|
|
735
|
+
deleteAddressGroup(deleteAddressGroupRequest?: DeleteAddressGroupRequest): {
|
|
736
736
|
method: string;
|
|
737
737
|
url: string;
|
|
738
738
|
contentType: string;
|
|
@@ -747,7 +747,7 @@ export declare const ParamCreater: () => {
|
|
|
747
747
|
* 详细说明请参考华为云API Explorer。
|
|
748
748
|
* Please refer to Huawei cloud API Explorer for details.
|
|
749
749
|
*/
|
|
750
|
-
deleteIpAddressGroupForce(deleteIpAddressGroupForceRequest?: DeleteIpAddressGroupForceRequest
|
|
750
|
+
deleteIpAddressGroupForce(deleteIpAddressGroupForceRequest?: DeleteIpAddressGroupForceRequest): {
|
|
751
751
|
method: string;
|
|
752
752
|
url: string;
|
|
753
753
|
contentType: string;
|
|
@@ -762,7 +762,7 @@ export declare const ParamCreater: () => {
|
|
|
762
762
|
* 详细说明请参考华为云API Explorer。
|
|
763
763
|
* Please refer to Huawei cloud API Explorer for details.
|
|
764
764
|
*/
|
|
765
|
-
listAddressGroup(listAddressGroupRequest?: ListAddressGroupRequest
|
|
765
|
+
listAddressGroup(listAddressGroupRequest?: ListAddressGroupRequest): {
|
|
766
766
|
method: string;
|
|
767
767
|
url: string;
|
|
768
768
|
contentType: string;
|
|
@@ -777,7 +777,7 @@ export declare const ParamCreater: () => {
|
|
|
777
777
|
* 详细说明请参考华为云API Explorer。
|
|
778
778
|
* Please refer to Huawei cloud API Explorer for details.
|
|
779
779
|
*/
|
|
780
|
-
showAddressGroup(showAddressGroupRequest?: ShowAddressGroupRequest
|
|
780
|
+
showAddressGroup(showAddressGroupRequest?: ShowAddressGroupRequest): {
|
|
781
781
|
method: string;
|
|
782
782
|
url: string;
|
|
783
783
|
contentType: string;
|
|
@@ -792,7 +792,7 @@ export declare const ParamCreater: () => {
|
|
|
792
792
|
* 详细说明请参考华为云API Explorer。
|
|
793
793
|
* Please refer to Huawei cloud API Explorer for details.
|
|
794
794
|
*/
|
|
795
|
-
updateAddressGroup(updateAddressGroupRequest?: UpdateAddressGroupRequest
|
|
795
|
+
updateAddressGroup(updateAddressGroupRequest?: UpdateAddressGroupRequest): {
|
|
796
796
|
method: string;
|
|
797
797
|
url: string;
|
|
798
798
|
contentType: string;
|
|
@@ -807,7 +807,7 @@ export declare const ParamCreater: () => {
|
|
|
807
807
|
* 详细说明请参考华为云API Explorer。
|
|
808
808
|
* Please refer to Huawei cloud API Explorer for details.
|
|
809
809
|
*/
|
|
810
|
-
addVpcExtendCidr(addVpcExtendCidrRequest?: AddVpcExtendCidrRequest
|
|
810
|
+
addVpcExtendCidr(addVpcExtendCidrRequest?: AddVpcExtendCidrRequest): {
|
|
811
811
|
method: string;
|
|
812
812
|
url: string;
|
|
813
813
|
contentType: string;
|
|
@@ -822,7 +822,7 @@ export declare const ParamCreater: () => {
|
|
|
822
822
|
* 详细说明请参考华为云API Explorer。
|
|
823
823
|
* Please refer to Huawei cloud API Explorer for details.
|
|
824
824
|
*/
|
|
825
|
-
createVpc(createVpcRequest?: CreateVpcRequest
|
|
825
|
+
createVpc(createVpcRequest?: CreateVpcRequest): {
|
|
826
826
|
method: string;
|
|
827
827
|
url: string;
|
|
828
828
|
contentType: string;
|
|
@@ -837,7 +837,7 @@ export declare const ParamCreater: () => {
|
|
|
837
837
|
* 详细说明请参考华为云API Explorer。
|
|
838
838
|
* Please refer to Huawei cloud API Explorer for details.
|
|
839
839
|
*/
|
|
840
|
-
deleteVpc(deleteVpcRequest?: DeleteVpcRequest
|
|
840
|
+
deleteVpc(deleteVpcRequest?: DeleteVpcRequest): {
|
|
841
841
|
method: string;
|
|
842
842
|
url: string;
|
|
843
843
|
contentType: string;
|
|
@@ -852,7 +852,7 @@ export declare const ParamCreater: () => {
|
|
|
852
852
|
* 详细说明请参考华为云API Explorer。
|
|
853
853
|
* Please refer to Huawei cloud API Explorer for details.
|
|
854
854
|
*/
|
|
855
|
-
listVpcs(listVpcsRequest?: ListVpcsRequest
|
|
855
|
+
listVpcs(listVpcsRequest?: ListVpcsRequest): {
|
|
856
856
|
method: string;
|
|
857
857
|
url: string;
|
|
858
858
|
contentType: string;
|
|
@@ -867,7 +867,7 @@ export declare const ParamCreater: () => {
|
|
|
867
867
|
* 详细说明请参考华为云API Explorer。
|
|
868
868
|
* Please refer to Huawei cloud API Explorer for details.
|
|
869
869
|
*/
|
|
870
|
-
removeVpcExtendCidr(removeVpcExtendCidrRequest?: RemoveVpcExtendCidrRequest
|
|
870
|
+
removeVpcExtendCidr(removeVpcExtendCidrRequest?: RemoveVpcExtendCidrRequest): {
|
|
871
871
|
method: string;
|
|
872
872
|
url: string;
|
|
873
873
|
contentType: string;
|
|
@@ -882,7 +882,7 @@ export declare const ParamCreater: () => {
|
|
|
882
882
|
* 详细说明请参考华为云API Explorer。
|
|
883
883
|
* Please refer to Huawei cloud API Explorer for details.
|
|
884
884
|
*/
|
|
885
|
-
showVpc(showVpcRequest?: ShowVpcRequest
|
|
885
|
+
showVpc(showVpcRequest?: ShowVpcRequest): {
|
|
886
886
|
method: string;
|
|
887
887
|
url: string;
|
|
888
888
|
contentType: string;
|
|
@@ -897,7 +897,7 @@ export declare const ParamCreater: () => {
|
|
|
897
897
|
* 详细说明请参考华为云API Explorer。
|
|
898
898
|
* Please refer to Huawei cloud API Explorer for details.
|
|
899
899
|
*/
|
|
900
|
-
updateVpc(updateVpcRequest?: UpdateVpcRequest
|
|
900
|
+
updateVpc(updateVpcRequest?: UpdateVpcRequest): {
|
|
901
901
|
method: string;
|
|
902
902
|
url: string;
|
|
903
903
|
contentType: string;
|