tccli 3.0.1208.1__py2.py3-none-any.whl → 3.0.1210.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/__init__.py +3 -0
- tccli/services/batch/v20170312/api.json +20 -2
- tccli/services/bma/v20221115/api.json +26 -1
- tccli/services/bma/v20221115/examples.json +7 -7
- tccli/services/cam/v20190116/api.json +38 -30
- tccli/services/cam/v20190116/examples.json +2 -2
- tccli/services/ccc/v20200210/api.json +28 -1
- tccli/services/cdwdoris/v20211228/api.json +20 -1
- tccli/services/cfg/v20210820/api.json +21 -1
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +497 -11
- tccli/services/cls/v20201016/examples.json +32 -0
- tccli/services/cynosdb/v20190107/api.json +30 -9
- tccli/services/cynosdb/v20190107/examples.json +2 -2
- tccli/services/dasb/v20191018/api.json +19 -10
- tccli/services/dasb/v20191018/examples.json +1 -1
- tccli/services/dc/dc_client.py +126 -73
- tccli/services/dc/v20180410/api.json +300 -0
- tccli/services/dc/v20180410/examples.json +8 -0
- tccli/services/dnspod/v20210323/api.json +3 -1
- tccli/services/emr/emr_client.py +238 -26
- tccli/services/emr/v20190103/api.json +1012 -116
- tccli/services/emr/v20190103/examples.json +32 -0
- tccli/services/es/v20180416/api.json +144 -2
- tccli/services/ess/v20201111/api.json +4 -4
- tccli/services/ess/v20201111/examples.json +10 -10
- tccli/services/essbasic/v20210526/api.json +15 -6
- tccli/services/faceid/v20180301/api.json +10 -0
- tccli/services/gwlb/__init__.py +4 -0
- tccli/services/gwlb/gwlb_client.py +1096 -0
- tccli/services/gwlb/v20240906/api.json +1807 -0
- tccli/services/gwlb/v20240906/examples.json +155 -0
- tccli/services/hunyuan/v20230901/api.json +85 -9
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iss/v20230517/api.json +62 -14
- tccli/services/iss/v20230517/examples.json +19 -13
- tccli/services/oceanus/v20190422/api.json +4 -4
- tccli/services/privatedns/privatedns_client.py +57 -4
- tccli/services/privatedns/v20201028/api.json +101 -0
- tccli/services/privatedns/v20201028/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +2 -2
- tccli/services/sms/v20210111/api.json +3 -3
- tccli/services/sms/v20210111/examples.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +32 -11
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/sts/v20180813/api.json +11 -10
- tccli/services/sts/v20180813/examples.json +2 -2
- tccli/services/tcss/v20201101/api.json +136 -19
- tccli/services/teo/v20220901/api.json +23 -23
- tccli/services/teo/v20220901/examples.json +4 -58
- tccli/services/tke/tke_client.py +118 -12
- tccli/services/tke/v20180525/api.json +154 -2
- tccli/services/tke/v20180525/examples.json +16 -0
- tccli/services/vclm/v20240523/api.json +9 -0
- tccli/services/vpc/v20170312/api.json +59 -43
- tccli/services/vpc/v20170312/examples.json +1 -1
- tccli/services/vtc/v20240223/api.json +9 -0
- {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/RECORD +63 -59
- {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/license_files/LICENSE +0 -0
@@ -14,6 +14,13 @@
|
|
14
14
|
"output": "ApplyInternetAddressResponse",
|
15
15
|
"status": "online"
|
16
16
|
},
|
17
|
+
"CreateCloudAttachService": {
|
18
|
+
"document": "创建敏捷上云服务",
|
19
|
+
"input": "CreateCloudAttachServiceRequest",
|
20
|
+
"name": "创建敏捷上云服务",
|
21
|
+
"output": "CreateCloudAttachServiceResponse",
|
22
|
+
"status": "online"
|
23
|
+
},
|
17
24
|
"CreateDirectConnect": {
|
18
25
|
"document": "申请物理专线接入。\n调用该接口时,请注意:\n账号要进行实名认证,否则不允许申请物理专线;\n若账户下存在欠费状态的物理专线,则不能申请更多的物理专线。",
|
19
26
|
"input": "CreateDirectConnectRequest",
|
@@ -433,6 +440,202 @@
|
|
433
440
|
],
|
434
441
|
"usage": "both"
|
435
442
|
},
|
443
|
+
"CloudAttachInfo": {
|
444
|
+
"document": "敏捷上云服务信息",
|
445
|
+
"members": [
|
446
|
+
{
|
447
|
+
"disabled": false,
|
448
|
+
"document": "敏捷上云实例id",
|
449
|
+
"example": "cas-xxxxxxxx",
|
450
|
+
"member": "string",
|
451
|
+
"name": "InstanceId",
|
452
|
+
"output_required": true,
|
453
|
+
"type": "string",
|
454
|
+
"value_allowed_null": false
|
455
|
+
},
|
456
|
+
{
|
457
|
+
"disabled": false,
|
458
|
+
"document": "敏捷上云名称",
|
459
|
+
"example": "名称",
|
460
|
+
"member": "string",
|
461
|
+
"name": "Name",
|
462
|
+
"output_required": true,
|
463
|
+
"type": "string",
|
464
|
+
"value_allowed_null": false
|
465
|
+
},
|
466
|
+
{
|
467
|
+
"disabled": false,
|
468
|
+
"document": "合作伙伴的AppId",
|
469
|
+
"example": "1234353",
|
470
|
+
"member": "string",
|
471
|
+
"name": "IapId",
|
472
|
+
"output_required": true,
|
473
|
+
"type": "string",
|
474
|
+
"value_allowed_null": false
|
475
|
+
},
|
476
|
+
{
|
477
|
+
"disabled": false,
|
478
|
+
"document": "需要接入敏捷上云的IDC的地址",
|
479
|
+
"example": "中国",
|
480
|
+
"member": "string",
|
481
|
+
"name": "IdcAddress",
|
482
|
+
"output_required": true,
|
483
|
+
"type": "string",
|
484
|
+
"value_allowed_null": false
|
485
|
+
},
|
486
|
+
{
|
487
|
+
"disabled": false,
|
488
|
+
"document": "需要接入敏捷上云的IDC的互联网服务提供商类型",
|
489
|
+
"example": "CMCC",
|
490
|
+
"member": "string",
|
491
|
+
"name": "IdcType",
|
492
|
+
"output_required": true,
|
493
|
+
"type": "string",
|
494
|
+
"value_allowed_null": false
|
495
|
+
},
|
496
|
+
{
|
497
|
+
"disabled": false,
|
498
|
+
"document": "敏捷上云的带宽,单位为MB",
|
499
|
+
"example": "1000",
|
500
|
+
"member": "uint64",
|
501
|
+
"name": "Bandwidth",
|
502
|
+
"output_required": true,
|
503
|
+
"type": "int",
|
504
|
+
"value_allowed_null": false
|
505
|
+
},
|
506
|
+
{
|
507
|
+
"disabled": false,
|
508
|
+
"document": "联系电话",
|
509
|
+
"example": "18600530023",
|
510
|
+
"member": "string",
|
511
|
+
"name": "Telephone",
|
512
|
+
"output_required": true,
|
513
|
+
"type": "string",
|
514
|
+
"value_allowed_null": false
|
515
|
+
},
|
516
|
+
{
|
517
|
+
"disabled": false,
|
518
|
+
"document": "敏捷上云的状态\navailable:就绪状态\napplying:申请,待审核状态\npendingpay:代付款状态\nbuilding:建设中状态\nconfirming:待确认状态\nisolate: 隔离状态\nstoped:终止状态",
|
519
|
+
"example": "pendingpay",
|
520
|
+
"member": "string",
|
521
|
+
"name": "Status",
|
522
|
+
"output_required": true,
|
523
|
+
"type": "string",
|
524
|
+
"value_allowed_null": false
|
525
|
+
},
|
526
|
+
{
|
527
|
+
"disabled": false,
|
528
|
+
"document": "敏捷上云申请的时间",
|
529
|
+
"example": "2020-01-12 12:12:23",
|
530
|
+
"member": "datetime",
|
531
|
+
"name": "ApplyTime",
|
532
|
+
"output_required": true,
|
533
|
+
"type": "string",
|
534
|
+
"value_allowed_null": false
|
535
|
+
},
|
536
|
+
{
|
537
|
+
"disabled": false,
|
538
|
+
"document": "敏捷上云建设完成的时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
539
|
+
"example": "2020-01-12 12:12:23",
|
540
|
+
"member": "datetime",
|
541
|
+
"name": "ReadyTime",
|
542
|
+
"output_required": true,
|
543
|
+
"type": "string",
|
544
|
+
"value_allowed_null": true
|
545
|
+
},
|
546
|
+
{
|
547
|
+
"disabled": false,
|
548
|
+
"document": "敏捷上云过期时间",
|
549
|
+
"example": "2020-01-12 12:12:23",
|
550
|
+
"member": "datetime",
|
551
|
+
"name": "ExpireTime",
|
552
|
+
"output_required": true,
|
553
|
+
"type": "string",
|
554
|
+
"value_allowed_null": false
|
555
|
+
},
|
556
|
+
{
|
557
|
+
"disabled": false,
|
558
|
+
"document": "备注信息",
|
559
|
+
"example": "备注",
|
560
|
+
"member": "string",
|
561
|
+
"name": "Remarks",
|
562
|
+
"output_required": true,
|
563
|
+
"type": "string",
|
564
|
+
"value_allowed_null": false
|
565
|
+
},
|
566
|
+
{
|
567
|
+
"disabled": false,
|
568
|
+
"document": "敏捷上云的地域状态。\nsame-region:同地域\ncross-region:跨地域",
|
569
|
+
"example": "cross-region",
|
570
|
+
"member": "string",
|
571
|
+
"name": "RegionStatus",
|
572
|
+
"output_required": true,
|
573
|
+
"type": "string",
|
574
|
+
"value_allowed_null": false
|
575
|
+
},
|
576
|
+
{
|
577
|
+
"disabled": false,
|
578
|
+
"document": "用户的AppId",
|
579
|
+
"example": "1235464",
|
580
|
+
"member": "string",
|
581
|
+
"name": "AppId",
|
582
|
+
"output_required": true,
|
583
|
+
"type": "string",
|
584
|
+
"value_allowed_null": false
|
585
|
+
},
|
586
|
+
{
|
587
|
+
"disabled": false,
|
588
|
+
"document": "用户的Uin",
|
589
|
+
"example": "1234544",
|
590
|
+
"member": "string",
|
591
|
+
"name": "Uin",
|
592
|
+
"output_required": true,
|
593
|
+
"type": "string",
|
594
|
+
"value_allowed_null": false
|
595
|
+
},
|
596
|
+
{
|
597
|
+
"disabled": false,
|
598
|
+
"document": "用户注册名称",
|
599
|
+
"example": "用户注册名称",
|
600
|
+
"member": "string",
|
601
|
+
"name": "CustomerAuthName",
|
602
|
+
"output_required": true,
|
603
|
+
"type": "string",
|
604
|
+
"value_allowed_null": false
|
605
|
+
},
|
606
|
+
{
|
607
|
+
"disabled": false,
|
608
|
+
"document": "物理专线实例ID",
|
609
|
+
"example": "dc-xxxxxxxx",
|
610
|
+
"member": "string",
|
611
|
+
"name": "DirectConnectId",
|
612
|
+
"output_required": true,
|
613
|
+
"type": "string",
|
614
|
+
"value_allowed_null": false
|
615
|
+
},
|
616
|
+
{
|
617
|
+
"disabled": false,
|
618
|
+
"document": "敏捷上云是否支持创建高速上云专线网关",
|
619
|
+
"example": "true",
|
620
|
+
"member": "bool",
|
621
|
+
"name": "CloudAttachServiceGatewaysSupport",
|
622
|
+
"output_required": true,
|
623
|
+
"type": "bool",
|
624
|
+
"value_allowed_null": false
|
625
|
+
},
|
626
|
+
{
|
627
|
+
"disabled": false,
|
628
|
+
"document": "敏捷上云服务是否处于升降配中",
|
629
|
+
"example": "true",
|
630
|
+
"member": "bool",
|
631
|
+
"name": "BUpdateBandwidth",
|
632
|
+
"output_required": true,
|
633
|
+
"type": "bool",
|
634
|
+
"value_allowed_null": false
|
635
|
+
}
|
636
|
+
],
|
637
|
+
"usage": "out"
|
638
|
+
},
|
436
639
|
"Coordinate": {
|
437
640
|
"document": "坐标,经维度描述",
|
438
641
|
"members": [
|
@@ -459,6 +662,103 @@
|
|
459
662
|
],
|
460
663
|
"usage": "out"
|
461
664
|
},
|
665
|
+
"CreateCasInput": {
|
666
|
+
"document": "创建敏捷上云入参",
|
667
|
+
"members": [
|
668
|
+
{
|
669
|
+
"disabled": false,
|
670
|
+
"document": "敏捷上云名称",
|
671
|
+
"example": "测试线路名",
|
672
|
+
"member": "string",
|
673
|
+
"name": "Name",
|
674
|
+
"required": true,
|
675
|
+
"type": "string"
|
676
|
+
},
|
677
|
+
{
|
678
|
+
"disabled": false,
|
679
|
+
"document": "需要接入敏捷上云的IDC的地址",
|
680
|
+
"example": "湖北省武汉市高薪大道xx机房xxx地址",
|
681
|
+
"member": "string",
|
682
|
+
"name": "IdcAddress",
|
683
|
+
"required": true,
|
684
|
+
"type": "string"
|
685
|
+
},
|
686
|
+
{
|
687
|
+
"disabled": false,
|
688
|
+
"document": "需要接入敏捷上云的IDC的互联网服务提供商类型",
|
689
|
+
"example": "CUCC",
|
690
|
+
"member": "string",
|
691
|
+
"name": "IdcType",
|
692
|
+
"required": true,
|
693
|
+
"type": "string"
|
694
|
+
},
|
695
|
+
{
|
696
|
+
"disabled": false,
|
697
|
+
"document": "敏捷上云的带宽,单位为MB",
|
698
|
+
"example": "100",
|
699
|
+
"member": "uint64",
|
700
|
+
"name": "Bandwidth",
|
701
|
+
"required": true,
|
702
|
+
"type": "int"
|
703
|
+
},
|
704
|
+
{
|
705
|
+
"disabled": false,
|
706
|
+
"document": "联系电话",
|
707
|
+
"example": "13888888888",
|
708
|
+
"member": "string",
|
709
|
+
"name": "Telephone",
|
710
|
+
"required": true,
|
711
|
+
"type": "string"
|
712
|
+
},
|
713
|
+
{
|
714
|
+
"disabled": false,
|
715
|
+
"document": "备注信息",
|
716
|
+
"example": "购买时长6个月",
|
717
|
+
"member": "string",
|
718
|
+
"name": "Remarks",
|
719
|
+
"required": true,
|
720
|
+
"type": "string"
|
721
|
+
}
|
722
|
+
],
|
723
|
+
"usage": "in"
|
724
|
+
},
|
725
|
+
"CreateCloudAttachServiceRequest": {
|
726
|
+
"document": "CreateCloudAttachService请求参数结构体",
|
727
|
+
"members": [
|
728
|
+
{
|
729
|
+
"disabled": false,
|
730
|
+
"document": "创建敏捷上云入参",
|
731
|
+
"example": "无",
|
732
|
+
"member": "CreateCasInput",
|
733
|
+
"name": "Data",
|
734
|
+
"required": true,
|
735
|
+
"type": "object"
|
736
|
+
}
|
737
|
+
],
|
738
|
+
"type": "object"
|
739
|
+
},
|
740
|
+
"CreateCloudAttachServiceResponse": {
|
741
|
+
"document": "CreateCloudAttachService返回参数结构体",
|
742
|
+
"members": [
|
743
|
+
{
|
744
|
+
"disabled": false,
|
745
|
+
"document": "敏捷上云服务详情",
|
746
|
+
"example": "无",
|
747
|
+
"member": "CloudAttachInfo",
|
748
|
+
"name": "CloudAttach",
|
749
|
+
"output_required": true,
|
750
|
+
"type": "object",
|
751
|
+
"value_allowed_null": false
|
752
|
+
},
|
753
|
+
{
|
754
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
755
|
+
"member": "string",
|
756
|
+
"name": "RequestId",
|
757
|
+
"type": "string"
|
758
|
+
}
|
759
|
+
],
|
760
|
+
"type": "object"
|
761
|
+
},
|
462
762
|
"CreateDirectConnectRequest": {
|
463
763
|
"document": "CreateDirectConnect请求参数结构体",
|
464
764
|
"members": [
|
@@ -22,6 +22,14 @@
|
|
22
22
|
"title": "远程出口公网IP申请示例"
|
23
23
|
}
|
24
24
|
],
|
25
|
+
"CreateCloudAttachService": [
|
26
|
+
{
|
27
|
+
"document": "创建敏捷上云服务",
|
28
|
+
"input": "https://dc.tencentcloudapi.com/?Action=CreateCloudAttachService\n&Data.Name=test\n&Data.IdcAddress=北京东城区IDC地址\n&Data.IdcType=CUCC\n&Data.Bandwidth=100\n&Data.Telephone=18888888888\n&Data.Remarks=字符串\n&<公共请求参数>",
|
29
|
+
"output": "{\n \"Response\": {\n \"CloudAttach\": {\n \"Uin\": \"100001332514\",\n \"CustomerAuthName\": \"网测技术\",\n \"InstanceId\": \"cas-3vocyz07\",\n \"Name\": \"test\",\n \"AppId\": \"1254277469\",\n \"IapId\": \"\",\n \"IdcAddress\": \"北京东城区IDC地址\",\n \"IdcType\": \"CUCC\",\n \"DirectConnectId\": \"\",\n \"CloudAttachServiceGatewaysSupport\": false,\n \"BUpdateBandwidth\": false,\n \"Bandwidth\": 100,\n \"RegionStatus\": \"same-region\",\n \"Status\": \"applying\",\n \"ApplyTime\": \"2024-10-14 13:04:33\",\n \"ReadyTime\": null,\n \"ExpireTime\": \"2038-01-08 23:59:59\",\n \"Telephone\": \"18888888888\",\n \"Remarks\": \"6个月,其他\"\n },\n \"RequestId\": \"4fb676d2-3100-4018-aa07-73008eaa135d\"\n }\n}",
|
30
|
+
"title": "创建敏捷上云服务"
|
31
|
+
}
|
32
|
+
],
|
25
33
|
"CreateDirectConnect": [
|
26
34
|
{
|
27
35
|
"document": "申请物理专线,接入点为北京航信,中国移动线路,云端端口为千兆单模光口(1000Base-LX)。",
|
@@ -4076,7 +4076,7 @@
|
|
4076
4076
|
},
|
4077
4077
|
{
|
4078
4078
|
"disabled": false,
|
4079
|
-
"document": "
|
4079
|
+
"document": "域名套餐等级。 旧套餐:D_FREE、D_PLUS、D_EXTRA、D_EXPERT、D_ULTRA 、DP_EXTRA 分别对应免费套餐、个人豪华、企业 I、企业 II、企业 III、企业基础版。 新套餐:DP_FREE、DP_PLUS、DP_EXPERT、DP_ULTRA 分别对应新免费、专业版、企业版、尊享版。",
|
4080
4080
|
"example": "DP_PLUS",
|
4081
4081
|
"member": "string",
|
4082
4082
|
"name": "DomainGrade",
|
@@ -4104,6 +4104,7 @@
|
|
4104
4104
|
"example": "无",
|
4105
4105
|
"member": "LineInfo",
|
4106
4106
|
"name": "LineList",
|
4107
|
+
"output_required": true,
|
4107
4108
|
"type": "list",
|
4108
4109
|
"value_allowed_null": false
|
4109
4110
|
},
|
@@ -4113,6 +4114,7 @@
|
|
4113
4114
|
"example": "无",
|
4114
4115
|
"member": "LineGroupInfo",
|
4115
4116
|
"name": "LineGroupList",
|
4117
|
+
"output_required": true,
|
4116
4118
|
"type": "list",
|
4117
4119
|
"value_allowed_null": false
|
4118
4120
|
},
|