tccli 3.0.1182.1__py2.py3-none-any.whl → 3.0.1184.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/ams/v20201229/api.json +20 -0
- tccli/services/ams/v20201229/examples.json +1 -1
- tccli/services/asr/asr_client.py +229 -17
- tccli/services/asr/v20190614/api.json +379 -0
- tccli/services/asr/v20190614/examples.json +32 -0
- tccli/services/bi/v20220105/api.json +10 -0
- tccli/services/cdwdoris/v20211228/api.json +189 -8
- tccli/services/cdwdoris/v20211228/examples.json +3 -3
- tccli/services/cfg/v20210820/api.json +134 -11
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +44 -0
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/ckafka/v20190819/api.json +46 -16
- tccli/services/ckafka/v20190819/examples.json +8 -8
- tccli/services/clb/v20180317/api.json +40 -1
- tccli/services/cynosdb/cynosdb_client.py +110 -4
- tccli/services/cynosdb/v20190107/api.json +246 -0
- tccli/services/cynosdb/v20190107/examples.json +16 -0
- tccli/services/dasb/v20191018/api.json +9 -0
- tccli/services/dbbrain/v20210527/api.json +15 -15
- tccli/services/dc/v20180410/api.json +117 -73
- tccli/services/dc/v20180410/examples.json +11 -11
- tccli/services/dcdb/dcdb_client.py +53 -0
- tccli/services/dcdb/v20180411/api.json +54 -0
- tccli/services/dcdb/v20180411/examples.json +8 -0
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +52 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/es/es_client.py +53 -0
- tccli/services/es/v20180416/api.json +63 -0
- tccli/services/es/v20180416/examples.json +8 -0
- tccli/services/ess/v20201111/examples.json +3 -3
- tccli/services/essbasic/v20210526/api.json +8 -8
- tccli/services/essbasic/v20210526/examples.json +9 -9
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/ims/v20201229/api.json +1 -1
- tccli/services/iss/v20230517/api.json +18 -0
- tccli/services/iss/v20230517/examples.json +3 -3
- tccli/services/lke/v20231130/api.json +142 -3
- tccli/services/mariadb/mariadb_client.py +57 -4
- tccli/services/mariadb/v20170312/api.json +54 -0
- tccli/services/mariadb/v20170312/examples.json +8 -0
- tccli/services/oceanus/v20190422/api.json +19 -0
- tccli/services/oceanus/v20190422/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +7 -7
- tccli/services/postgres/v20170312/api.json +3 -0
- tccli/services/scf/v20180416/api.json +8 -8
- tccli/services/sms/v20190711/api.json +49 -49
- tccli/services/sms/v20190711/examples.json +2 -2
- tccli/services/ssl/ssl_client.py +65 -12
- tccli/services/ssl/v20191205/api.json +133 -3
- tccli/services/ssl/v20191205/examples.json +10 -2
- tccli/services/tdmq/v20200217/api.json +170 -93
- tccli/services/tdmq/v20200217/examples.json +8 -8
- tccli/services/thpc/thpc_client.py +53 -0
- tccli/services/thpc/v20230321/api.json +561 -0
- tccli/services/thpc/v20230321/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +14 -2
- tccli/services/tke/v20180525/examples.json +3 -3
- tccli/services/tmt/v20180321/api.json +1 -1
- tccli/services/trocket/v20230308/api.json +62 -12
- tccli/services/trtc/v20190722/api.json +2 -2
- tccli/services/vpc/v20170312/api.json +23 -0
- tccli/services/wedata/v20210820/api.json +176 -0
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +53 -0
- {tccli-3.0.1182.1.dist-info → tccli-3.0.1184.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1182.1.dist-info → tccli-3.0.1184.1.dist-info}/RECORD +72 -72
- {tccli-3.0.1182.1.dist-info → tccli-3.0.1184.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1182.1.dist-info → tccli-3.0.1184.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1182.1.dist-info → tccli-3.0.1184.1.dist-info}/license_files/LICENSE +0 -0
@@ -29,14 +29,14 @@
|
|
29
29
|
"status": "online"
|
30
30
|
},
|
31
31
|
"DeleteDirectConnect": {
|
32
|
-
"document": "
|
32
|
+
"document": "删除物理专线。只能删除处于已连接状态的物理专线。",
|
33
33
|
"input": "DeleteDirectConnectRequest",
|
34
34
|
"name": "删除物理专线",
|
35
35
|
"output": "DeleteDirectConnectResponse",
|
36
36
|
"status": "online"
|
37
37
|
},
|
38
38
|
"DeleteDirectConnectTunnel": {
|
39
|
-
"document": "
|
39
|
+
"document": "删除专用通道。",
|
40
40
|
"input": "DeleteDirectConnectTunnelRequest",
|
41
41
|
"name": "删除专用通道",
|
42
42
|
"output": "DeleteDirectConnectTunnelResponse",
|
@@ -120,7 +120,7 @@
|
|
120
120
|
"status": "online"
|
121
121
|
},
|
122
122
|
"ModifyDirectConnectTunnelAttribute": {
|
123
|
-
"document": "
|
123
|
+
"document": "修改专用通道属性。",
|
124
124
|
"input": "ModifyDirectConnectTunnelAttributeRequest",
|
125
125
|
"name": "修改专用通道属性",
|
126
126
|
"output": "ModifyDirectConnectTunnelAttributeResponse",
|
@@ -614,6 +614,15 @@
|
|
614
614
|
"name": "SignLaw",
|
615
615
|
"required": false,
|
616
616
|
"type": "bool"
|
617
|
+
},
|
618
|
+
{
|
619
|
+
"disabled": false,
|
620
|
+
"document": "标签键值对",
|
621
|
+
"example": "无",
|
622
|
+
"member": "Tag",
|
623
|
+
"name": "Tags",
|
624
|
+
"required": false,
|
625
|
+
"type": "list"
|
617
626
|
}
|
618
627
|
],
|
619
628
|
"type": "object"
|
@@ -627,6 +636,7 @@
|
|
627
636
|
"example": "[\"dc-abcdefgh\"]",
|
628
637
|
"member": "string",
|
629
638
|
"name": "DirectConnectIdSet",
|
639
|
+
"output_required": true,
|
630
640
|
"type": "list",
|
631
641
|
"value_allowed_null": false
|
632
642
|
},
|
@@ -671,7 +681,7 @@
|
|
671
681
|
},
|
672
682
|
{
|
673
683
|
"disabled": false,
|
674
|
-
"document": "网络类型,枚举:VPC、
|
684
|
+
"document": "网络类型,枚举:VPC、CCN、NAT;默认为VPC。VPC:私有网络;CCN:云联网;NAT:NAT网络)。",
|
675
685
|
"example": "VPC",
|
676
686
|
"member": "string",
|
677
687
|
"name": "NetworkType",
|
@@ -689,7 +699,7 @@
|
|
689
699
|
},
|
690
700
|
{
|
691
701
|
"disabled": false,
|
692
|
-
"document": "私有网络统一ID
|
702
|
+
"document": "私有网络统一ID,在NetworkType为VPC时必填,且与专线网关所属的VPCID一致;NetworkType为其它组网类型时可不填,内部会统一处理。",
|
693
703
|
"example": "vpc-abcdefgh",
|
694
704
|
"member": "string",
|
695
705
|
"name": "VpcId",
|
@@ -821,6 +831,15 @@
|
|
821
831
|
"name": "NqaInfo",
|
822
832
|
"required": false,
|
823
833
|
"type": "object"
|
834
|
+
},
|
835
|
+
{
|
836
|
+
"disabled": false,
|
837
|
+
"document": "标签键值对",
|
838
|
+
"example": "无",
|
839
|
+
"member": "Tag",
|
840
|
+
"name": "Tags",
|
841
|
+
"required": false,
|
842
|
+
"type": "list"
|
824
843
|
}
|
825
844
|
],
|
826
845
|
"type": "object"
|
@@ -853,7 +872,7 @@
|
|
853
872
|
{
|
854
873
|
"disabled": false,
|
855
874
|
"document": "物理专线的ID。",
|
856
|
-
"example": "",
|
875
|
+
"example": "dc-xxxxxxxx",
|
857
876
|
"member": "string",
|
858
877
|
"name": "DirectConnectId",
|
859
878
|
"required": true,
|
@@ -879,8 +898,8 @@
|
|
879
898
|
"members": [
|
880
899
|
{
|
881
900
|
"disabled": false,
|
882
|
-
"document": "专用通道ID",
|
883
|
-
"example": "",
|
901
|
+
"document": "专用通道ID。",
|
902
|
+
"example": "dcx-xxxxxxxx",
|
884
903
|
"member": "string",
|
885
904
|
"name": "DirectConnectTunnelId",
|
886
905
|
"required": true,
|
@@ -1079,8 +1098,8 @@
|
|
1079
1098
|
"members": [
|
1080
1099
|
{
|
1081
1100
|
"disabled": false,
|
1082
|
-
"document": "
|
1083
|
-
"example": "",
|
1101
|
+
"document": "过滤条件。",
|
1102
|
+
"example": "无",
|
1084
1103
|
"member": "Filter",
|
1085
1104
|
"name": "Filters",
|
1086
1105
|
"required": false,
|
@@ -1088,8 +1107,8 @@
|
|
1088
1107
|
},
|
1089
1108
|
{
|
1090
1109
|
"disabled": false,
|
1091
|
-
"document": "物理专线 ID
|
1092
|
-
"example": "",
|
1110
|
+
"document": "物理专线 ID数组。",
|
1111
|
+
"example": "无",
|
1093
1112
|
"member": "string",
|
1094
1113
|
"name": "DirectConnectIds",
|
1095
1114
|
"required": false,
|
@@ -1097,8 +1116,8 @@
|
|
1097
1116
|
},
|
1098
1117
|
{
|
1099
1118
|
"disabled": false,
|
1100
|
-
"document": "偏移量,默认为0",
|
1101
|
-
"example": "",
|
1119
|
+
"document": "偏移量,默认为0。",
|
1120
|
+
"example": "0",
|
1102
1121
|
"member": "int64",
|
1103
1122
|
"name": "Offset",
|
1104
1123
|
"required": false,
|
@@ -1106,8 +1125,8 @@
|
|
1106
1125
|
},
|
1107
1126
|
{
|
1108
1127
|
"disabled": false,
|
1109
|
-
"document": "返回数量,默认为20,最大值为100",
|
1110
|
-
"example": "",
|
1128
|
+
"document": "返回数量,默认为20,最大值为100。",
|
1129
|
+
"example": "100",
|
1111
1130
|
"member": "int64",
|
1112
1131
|
"name": "Limit",
|
1113
1132
|
"required": false,
|
@@ -1122,27 +1141,30 @@
|
|
1122
1141
|
{
|
1123
1142
|
"disabled": false,
|
1124
1143
|
"document": "物理专线列表。",
|
1125
|
-
"example": "",
|
1144
|
+
"example": "无",
|
1126
1145
|
"member": "DirectConnect",
|
1127
1146
|
"name": "DirectConnectSet",
|
1147
|
+
"output_required": true,
|
1128
1148
|
"type": "list",
|
1129
1149
|
"value_allowed_null": false
|
1130
1150
|
},
|
1131
1151
|
{
|
1132
1152
|
"disabled": false,
|
1133
1153
|
"document": "符合物理专线列表数量。",
|
1134
|
-
"example": "",
|
1154
|
+
"example": "100",
|
1135
1155
|
"member": "int64",
|
1136
1156
|
"name": "TotalCount",
|
1157
|
+
"output_required": true,
|
1137
1158
|
"type": "int",
|
1138
1159
|
"value_allowed_null": false
|
1139
1160
|
},
|
1140
1161
|
{
|
1141
1162
|
"disabled": false,
|
1142
|
-
"document": "
|
1143
|
-
"example": "",
|
1163
|
+
"document": "用户名下物理专线是否都签署了用户协议。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1164
|
+
"example": "true",
|
1144
1165
|
"member": "bool",
|
1145
1166
|
"name": "AllSignLaw",
|
1167
|
+
"output_required": true,
|
1146
1168
|
"type": "bool",
|
1147
1169
|
"value_allowed_null": true
|
1148
1170
|
},
|
@@ -1403,7 +1425,7 @@
|
|
1403
1425
|
"example": "dc-psjiehij",
|
1404
1426
|
"member": "string",
|
1405
1427
|
"name": "DirectConnectId",
|
1406
|
-
"
|
1428
|
+
"output_required": true,
|
1407
1429
|
"type": "string",
|
1408
1430
|
"value_allowed_null": false
|
1409
1431
|
},
|
@@ -1413,7 +1435,7 @@
|
|
1413
1435
|
"example": "test",
|
1414
1436
|
"member": "string",
|
1415
1437
|
"name": "DirectConnectName",
|
1416
|
-
"
|
1438
|
+
"output_required": true,
|
1417
1439
|
"type": "string",
|
1418
1440
|
"value_allowed_null": false
|
1419
1441
|
},
|
@@ -1423,7 +1445,7 @@
|
|
1423
1445
|
"example": "ap-beijing-c-jxq",
|
1424
1446
|
"member": "string",
|
1425
1447
|
"name": "AccessPointId",
|
1426
|
-
"
|
1448
|
+
"output_required": true,
|
1427
1449
|
"type": "string",
|
1428
1450
|
"value_allowed_null": false
|
1429
1451
|
},
|
@@ -1433,7 +1455,7 @@
|
|
1433
1455
|
"example": "PENDINGPAY",
|
1434
1456
|
"member": "string",
|
1435
1457
|
"name": "State",
|
1436
|
-
"
|
1458
|
+
"output_required": true,
|
1437
1459
|
"type": "string",
|
1438
1460
|
"value_allowed_null": false
|
1439
1461
|
},
|
@@ -1443,7 +1465,7 @@
|
|
1443
1465
|
"example": "2020-12-08 16:57:43",
|
1444
1466
|
"member": "datetime_iso",
|
1445
1467
|
"name": "CreatedTime",
|
1446
|
-
"
|
1468
|
+
"output_required": true,
|
1447
1469
|
"type": "string",
|
1448
1470
|
"value_allowed_null": false
|
1449
1471
|
},
|
@@ -1453,7 +1475,7 @@
|
|
1453
1475
|
"example": "2021-01-06 10:39:41",
|
1454
1476
|
"member": "datetime_iso",
|
1455
1477
|
"name": "EnabledTime",
|
1456
|
-
"
|
1478
|
+
"output_required": true,
|
1457
1479
|
"type": "string",
|
1458
1480
|
"value_allowed_null": false
|
1459
1481
|
},
|
@@ -1463,7 +1485,7 @@
|
|
1463
1485
|
"example": "In-houseWiring",
|
1464
1486
|
"member": "string",
|
1465
1487
|
"name": "LineOperator",
|
1466
|
-
"
|
1488
|
+
"output_required": true,
|
1467
1489
|
"type": "string",
|
1468
1490
|
"value_allowed_null": false
|
1469
1491
|
},
|
@@ -1473,7 +1495,7 @@
|
|
1473
1495
|
"example": "test",
|
1474
1496
|
"member": "string",
|
1475
1497
|
"name": "Location",
|
1476
|
-
"
|
1498
|
+
"output_required": true,
|
1477
1499
|
"type": "string",
|
1478
1500
|
"value_allowed_null": false
|
1479
1501
|
},
|
@@ -1483,7 +1505,7 @@
|
|
1483
1505
|
"example": "1000",
|
1484
1506
|
"member": "int64",
|
1485
1507
|
"name": "Bandwidth",
|
1486
|
-
"
|
1508
|
+
"output_required": true,
|
1487
1509
|
"type": "int",
|
1488
1510
|
"value_allowed_null": false
|
1489
1511
|
},
|
@@ -1493,7 +1515,7 @@
|
|
1493
1515
|
"example": "1000Base-LX",
|
1494
1516
|
"member": "string",
|
1495
1517
|
"name": "PortType",
|
1496
|
-
"
|
1518
|
+
"output_required": true,
|
1497
1519
|
"type": "string",
|
1498
1520
|
"value_allowed_null": false
|
1499
1521
|
},
|
@@ -1503,7 +1525,7 @@
|
|
1503
1525
|
"example": "1111",
|
1504
1526
|
"member": "string",
|
1505
1527
|
"name": "CircuitCode",
|
1506
|
-
"
|
1528
|
+
"output_required": true,
|
1507
1529
|
"type": "string",
|
1508
1530
|
"value_allowed_null": true
|
1509
1531
|
},
|
@@ -1513,7 +1535,7 @@
|
|
1513
1535
|
"example": "dc-1234",
|
1514
1536
|
"member": "string",
|
1515
1537
|
"name": "RedundantDirectConnectId",
|
1516
|
-
"
|
1538
|
+
"output_required": true,
|
1517
1539
|
"type": "string",
|
1518
1540
|
"value_allowed_null": false
|
1519
1541
|
},
|
@@ -1523,7 +1545,7 @@
|
|
1523
1545
|
"example": "100",
|
1524
1546
|
"member": "int64",
|
1525
1547
|
"name": "Vlan",
|
1526
|
-
"
|
1548
|
+
"output_required": true,
|
1527
1549
|
"type": "int",
|
1528
1550
|
"value_allowed_null": true
|
1529
1551
|
},
|
@@ -1533,7 +1555,7 @@
|
|
1533
1555
|
"example": "192.168.1.2",
|
1534
1556
|
"member": "string",
|
1535
1557
|
"name": "TencentAddress",
|
1536
|
-
"
|
1558
|
+
"output_required": true,
|
1537
1559
|
"type": "string",
|
1538
1560
|
"value_allowed_null": true
|
1539
1561
|
},
|
@@ -1543,7 +1565,7 @@
|
|
1543
1565
|
"example": "192.168.1.1",
|
1544
1566
|
"member": "string",
|
1545
1567
|
"name": "CustomerAddress",
|
1546
|
-
"
|
1568
|
+
"output_required": true,
|
1547
1569
|
"type": "string",
|
1548
1570
|
"value_allowed_null": true
|
1549
1571
|
},
|
@@ -1553,7 +1575,7 @@
|
|
1553
1575
|
"example": "test",
|
1554
1576
|
"member": "string",
|
1555
1577
|
"name": "CustomerName",
|
1556
|
-
"
|
1578
|
+
"output_required": true,
|
1557
1579
|
"type": "string",
|
1558
1580
|
"value_allowed_null": true
|
1559
1581
|
},
|
@@ -1563,7 +1585,7 @@
|
|
1563
1585
|
"example": "274907341@qq.com",
|
1564
1586
|
"member": "string",
|
1565
1587
|
"name": "CustomerContactMail",
|
1566
|
-
"
|
1588
|
+
"output_required": true,
|
1567
1589
|
"type": "string",
|
1568
1590
|
"value_allowed_null": true
|
1569
1591
|
},
|
@@ -1573,7 +1595,7 @@
|
|
1573
1595
|
"example": "15802738654",
|
1574
1596
|
"member": "string",
|
1575
1597
|
"name": "CustomerContactNumber",
|
1576
|
-
"
|
1598
|
+
"output_required": true,
|
1577
1599
|
"type": "string",
|
1578
1600
|
"value_allowed_null": true
|
1579
1601
|
},
|
@@ -1583,7 +1605,7 @@
|
|
1583
1605
|
"example": "2040-01-06 10:39:41",
|
1584
1606
|
"member": "datetime_iso",
|
1585
1607
|
"name": "ExpiredTime",
|
1586
|
-
"
|
1608
|
+
"output_required": true,
|
1587
1609
|
"type": "string",
|
1588
1610
|
"value_allowed_null": true
|
1589
1611
|
},
|
@@ -1593,7 +1615,7 @@
|
|
1593
1615
|
"example": "NON_RECURRING_CHARGE",
|
1594
1616
|
"member": "string",
|
1595
1617
|
"name": "ChargeType",
|
1596
|
-
"
|
1618
|
+
"output_required": true,
|
1597
1619
|
"type": "string",
|
1598
1620
|
"value_allowed_null": true
|
1599
1621
|
},
|
@@ -1603,7 +1625,7 @@
|
|
1603
1625
|
"example": "test",
|
1604
1626
|
"member": "string",
|
1605
1627
|
"name": "FaultReportContactPerson",
|
1606
|
-
"
|
1628
|
+
"output_required": true,
|
1607
1629
|
"type": "string",
|
1608
1630
|
"value_allowed_null": true
|
1609
1631
|
},
|
@@ -1613,7 +1635,7 @@
|
|
1613
1635
|
"example": "15802738654",
|
1614
1636
|
"member": "string",
|
1615
1637
|
"name": "FaultReportContactNumber",
|
1616
|
-
"
|
1638
|
+
"output_required": true,
|
1617
1639
|
"type": "string",
|
1618
1640
|
"value_allowed_null": true
|
1619
1641
|
},
|
@@ -1623,7 +1645,7 @@
|
|
1623
1645
|
"example": "\"\"",
|
1624
1646
|
"member": "Tag",
|
1625
1647
|
"name": "TagSet",
|
1626
|
-
"
|
1648
|
+
"output_required": true,
|
1627
1649
|
"type": "list",
|
1628
1650
|
"value_allowed_null": true
|
1629
1651
|
},
|
@@ -1633,7 +1655,7 @@
|
|
1633
1655
|
"example": "VXLAN",
|
1634
1656
|
"member": "string",
|
1635
1657
|
"name": "AccessPointType",
|
1636
|
-
"
|
1658
|
+
"output_required": true,
|
1637
1659
|
"type": "string",
|
1638
1660
|
"value_allowed_null": false
|
1639
1661
|
},
|
@@ -1643,7 +1665,7 @@
|
|
1643
1665
|
"example": "成都",
|
1644
1666
|
"member": "string",
|
1645
1667
|
"name": "IdcCity",
|
1646
|
-
"
|
1668
|
+
"output_required": true,
|
1647
1669
|
"type": "string",
|
1648
1670
|
"value_allowed_null": true
|
1649
1671
|
},
|
@@ -1653,7 +1675,7 @@
|
|
1653
1675
|
"example": "NORMAL",
|
1654
1676
|
"member": "string",
|
1655
1677
|
"name": "ChargeState",
|
1656
|
-
"
|
1678
|
+
"output_required": true,
|
1657
1679
|
"type": "string",
|
1658
1680
|
"value_allowed_null": true
|
1659
1681
|
},
|
@@ -1663,7 +1685,7 @@
|
|
1663
1685
|
"example": "2020-12-08 16:57:43",
|
1664
1686
|
"member": "string",
|
1665
1687
|
"name": "StartTime",
|
1666
|
-
"
|
1688
|
+
"output_required": true,
|
1667
1689
|
"type": "string",
|
1668
1690
|
"value_allowed_null": true
|
1669
1691
|
},
|
@@ -1673,7 +1695,7 @@
|
|
1673
1695
|
"example": "true",
|
1674
1696
|
"member": "bool",
|
1675
1697
|
"name": "SignLaw",
|
1676
|
-
"
|
1698
|
+
"output_required": true,
|
1677
1699
|
"type": "bool",
|
1678
1700
|
"value_allowed_null": true
|
1679
1701
|
},
|
@@ -1683,7 +1705,7 @@
|
|
1683
1705
|
"example": "false",
|
1684
1706
|
"member": "bool",
|
1685
1707
|
"name": "LocalZone",
|
1686
|
-
"
|
1708
|
+
"output_required": true,
|
1687
1709
|
"type": "bool",
|
1688
1710
|
"value_allowed_null": true
|
1689
1711
|
},
|
@@ -1693,7 +1715,7 @@
|
|
1693
1715
|
"example": "0",
|
1694
1716
|
"member": "uint64",
|
1695
1717
|
"name": "VlanZeroDirectConnectTunnelCount",
|
1696
|
-
"
|
1718
|
+
"output_required": true,
|
1697
1719
|
"type": "int",
|
1698
1720
|
"value_allowed_null": true
|
1699
1721
|
},
|
@@ -1703,7 +1725,7 @@
|
|
1703
1725
|
"example": "0",
|
1704
1726
|
"member": "uint64",
|
1705
1727
|
"name": "OtherVlanDirectConnectTunnelCount",
|
1706
|
-
"
|
1728
|
+
"output_required": true,
|
1707
1729
|
"type": "int",
|
1708
1730
|
"value_allowed_null": true
|
1709
1731
|
},
|
@@ -1713,9 +1735,29 @@
|
|
1713
1735
|
"example": "1000",
|
1714
1736
|
"member": "uint64",
|
1715
1737
|
"name": "MinBandwidth",
|
1716
|
-
"
|
1738
|
+
"output_required": true,
|
1717
1739
|
"type": "int",
|
1718
1740
|
"value_allowed_null": true
|
1741
|
+
},
|
1742
|
+
{
|
1743
|
+
"disabled": false,
|
1744
|
+
"document": "建设模式\n注意:此字段可能返回 null,表示取不到有效值。",
|
1745
|
+
"example": "1",
|
1746
|
+
"member": "uint64",
|
1747
|
+
"name": "Construct",
|
1748
|
+
"output_required": true,
|
1749
|
+
"type": "int",
|
1750
|
+
"value_allowed_null": true
|
1751
|
+
},
|
1752
|
+
{
|
1753
|
+
"disabled": false,
|
1754
|
+
"document": "物理专线的接入点名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
1755
|
+
"example": "广州-A-开源路",
|
1756
|
+
"member": "string",
|
1757
|
+
"name": "AccessPointName",
|
1758
|
+
"output_required": true,
|
1759
|
+
"type": "string",
|
1760
|
+
"value_allowed_null": true
|
1719
1761
|
}
|
1720
1762
|
],
|
1721
1763
|
"usage": "out"
|
@@ -2745,7 +2787,7 @@
|
|
2745
2787
|
"members": [
|
2746
2788
|
{
|
2747
2789
|
"disabled": false,
|
2748
|
-
"document": "
|
2790
|
+
"document": "物理专线ID。",
|
2749
2791
|
"example": "dcx-abcdefgh",
|
2750
2792
|
"member": "string",
|
2751
2793
|
"name": "DirectConnectId",
|
@@ -2844,7 +2886,7 @@
|
|
2844
2886
|
},
|
2845
2887
|
{
|
2846
2888
|
"disabled": false,
|
2847
|
-
"document": "
|
2889
|
+
"document": "物理专线申请者补签用户使用协议。",
|
2848
2890
|
"example": "true",
|
2849
2891
|
"member": "bool",
|
2850
2892
|
"name": "SignLaw",
|
@@ -2853,7 +2895,7 @@
|
|
2853
2895
|
},
|
2854
2896
|
{
|
2855
2897
|
"disabled": false,
|
2856
|
-
"document": "
|
2898
|
+
"document": "物理专线带宽。",
|
2857
2899
|
"example": "1000",
|
2858
2900
|
"member": "uint64",
|
2859
2901
|
"name": "Bandwidth",
|
@@ -2880,8 +2922,8 @@
|
|
2880
2922
|
"members": [
|
2881
2923
|
{
|
2882
2924
|
"disabled": false,
|
2883
|
-
"document": "专用通道ID",
|
2884
|
-
"example": "",
|
2925
|
+
"document": "专用通道ID。",
|
2926
|
+
"example": "dcx-xxxxxxxx",
|
2885
2927
|
"member": "string",
|
2886
2928
|
"name": "DirectConnectTunnelId",
|
2887
2929
|
"required": true,
|
@@ -2889,8 +2931,8 @@
|
|
2889
2931
|
},
|
2890
2932
|
{
|
2891
2933
|
"disabled": false,
|
2892
|
-
"document": "
|
2893
|
-
"example": "",
|
2934
|
+
"document": "专用通道名称。",
|
2935
|
+
"example": "通道名称",
|
2894
2936
|
"member": "string",
|
2895
2937
|
"name": "DirectConnectTunnelName",
|
2896
2938
|
"required": false,
|
@@ -2898,8 +2940,8 @@
|
|
2898
2940
|
},
|
2899
2941
|
{
|
2900
2942
|
"disabled": false,
|
2901
|
-
"document": "用户侧BGP,包括Asn,AuthKey",
|
2902
|
-
"example": "",
|
2943
|
+
"document": "用户侧BGP,包括Asn,AuthKey。",
|
2944
|
+
"example": "无",
|
2903
2945
|
"member": "BgpPeer",
|
2904
2946
|
"name": "BgpPeer",
|
2905
2947
|
"required": false,
|
@@ -2907,8 +2949,8 @@
|
|
2907
2949
|
},
|
2908
2950
|
{
|
2909
2951
|
"disabled": false,
|
2910
|
-
"document": "
|
2911
|
-
"example": "",
|
2952
|
+
"document": "用户侧网段地址。",
|
2953
|
+
"example": "无",
|
2912
2954
|
"member": "RouteFilterPrefix",
|
2913
2955
|
"name": "RouteFilterPrefixes",
|
2914
2956
|
"required": false,
|
@@ -2916,8 +2958,8 @@
|
|
2916
2958
|
},
|
2917
2959
|
{
|
2918
2960
|
"disabled": false,
|
2919
|
-
"document": "腾讯侧互联IP",
|
2920
|
-
"example": "",
|
2961
|
+
"document": "腾讯侧互联IP。",
|
2962
|
+
"example": "无",
|
2921
2963
|
"member": "string",
|
2922
2964
|
"name": "TencentAddress",
|
2923
2965
|
"required": false,
|
@@ -2925,8 +2967,8 @@
|
|
2925
2967
|
},
|
2926
2968
|
{
|
2927
2969
|
"disabled": false,
|
2928
|
-
"document": "用户侧互联IP",
|
2929
|
-
"example": "",
|
2970
|
+
"document": "用户侧互联IP。",
|
2971
|
+
"example": "无",
|
2930
2972
|
"member": "string",
|
2931
2973
|
"name": "CustomerAddress",
|
2932
2974
|
"required": false,
|
@@ -2935,7 +2977,7 @@
|
|
2935
2977
|
{
|
2936
2978
|
"disabled": false,
|
2937
2979
|
"document": "专用通道带宽值,单位为M。",
|
2938
|
-
"example": "",
|
2980
|
+
"example": "100",
|
2939
2981
|
"member": "int64",
|
2940
2982
|
"name": "Bandwidth",
|
2941
2983
|
"required": false,
|
@@ -2943,8 +2985,8 @@
|
|
2943
2985
|
},
|
2944
2986
|
{
|
2945
2987
|
"disabled": false,
|
2946
|
-
"document": "腾讯侧备用互联IP",
|
2947
|
-
"example": "",
|
2988
|
+
"document": "腾讯侧备用互联IP。",
|
2989
|
+
"example": "无",
|
2948
2990
|
"member": "string",
|
2949
2991
|
"name": "TencentBackupAddress",
|
2950
2992
|
"required": false,
|
@@ -3267,9 +3309,10 @@
|
|
3267
3309
|
{
|
3268
3310
|
"disabled": false,
|
3269
3311
|
"document": "标签键\n注意:此字段可能返回 null,表示取不到有效值。",
|
3270
|
-
"example": "",
|
3312
|
+
"example": "无",
|
3271
3313
|
"member": "string",
|
3272
3314
|
"name": "Key",
|
3315
|
+
"output_required": true,
|
3273
3316
|
"required": true,
|
3274
3317
|
"type": "string",
|
3275
3318
|
"value_allowed_null": true
|
@@ -3277,15 +3320,16 @@
|
|
3277
3320
|
{
|
3278
3321
|
"disabled": false,
|
3279
3322
|
"document": "标签值\n注意:此字段可能返回 null,表示取不到有效值。",
|
3280
|
-
"example": "",
|
3323
|
+
"example": "无",
|
3281
3324
|
"member": "string",
|
3282
3325
|
"name": "Value",
|
3326
|
+
"output_required": true,
|
3283
3327
|
"required": true,
|
3284
3328
|
"type": "string",
|
3285
3329
|
"value_allowed_null": true
|
3286
3330
|
}
|
3287
3331
|
],
|
3288
|
-
"usage": "
|
3332
|
+
"usage": "both"
|
3289
3333
|
}
|
3290
3334
|
},
|
3291
3335
|
"version": "1.0"
|