tccli 3.0.1136.1__py2.py3-none-any.whl → 3.0.1138.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/command.py +4 -1
  3. tccli/help_command.py +4 -1
  4. tccli/services/asr/v20190614/api.json +9 -0
  5. tccli/services/cdb/v20170320/api.json +3 -3
  6. tccli/services/cdwch/v20200915/api.json +1 -1
  7. tccli/services/ckafka/v20190819/api.json +25 -25
  8. tccli/services/ckafka/v20190819/examples.json +18 -18
  9. tccli/services/cls/v20201016/api.json +117 -5
  10. tccli/services/cls/v20201016/examples.json +1 -1
  11. tccli/services/cwp/cwp_client.py +0 -53
  12. tccli/services/cwp/v20180228/api.json +0 -43
  13. tccli/services/cwp/v20180228/examples.json +0 -8
  14. tccli/services/cynosdb/v20190107/api.json +10 -0
  15. tccli/services/dlc/v20210125/api.json +23 -23
  16. tccli/services/dlc/v20210125/examples.json +6 -6
  17. tccli/services/domain/v20180808/api.json +36 -0
  18. tccli/services/dts/v20211206/api.json +3 -3
  19. tccli/services/ess/v20201111/api.json +2 -2
  20. tccli/services/ess/v20201111/examples.json +2 -2
  21. tccli/services/essbasic/v20210526/api.json +4 -4
  22. tccli/services/essbasic/v20210526/examples.json +2 -2
  23. tccli/services/faceid/v20180301/api.json +1 -1
  24. tccli/services/ioa/ioa_client.py +159 -0
  25. tccli/services/ioa/v20220601/api.json +897 -80
  26. tccli/services/ioa/v20220601/examples.json +24 -0
  27. tccli/services/iotexplorer/iotexplorer_client.py +178 -19
  28. tccli/services/iotexplorer/v20190423/api.json +210 -0
  29. tccli/services/iotexplorer/v20190423/examples.json +24 -0
  30. tccli/services/live/v20180801/api.json +12 -6
  31. tccli/services/ocr/v20181119/api.json +2 -2
  32. tccli/services/partners/v20180321/api.json +26 -16
  33. tccli/services/redis/v20180412/api.json +23 -23
  34. tccli/services/ssl/v20191205/api.json +171 -5
  35. tccli/services/ssl/v20191205/examples.json +1 -1
  36. tccli/services/tcr/v20190924/api.json +57 -35
  37. tccli/services/tcr/v20190924/examples.json +4 -4
  38. tccli/services/tcss/v20201101/api.json +123 -13
  39. tccli/services/tcss/v20201101/examples.json +3 -3
  40. tccli/services/tdmq/v20200217/api.json +7 -5
  41. tccli/services/thpc/v20230321/api.json +42 -21
  42. tccli/services/tke/v20180525/api.json +162 -74
  43. tccli/services/tke/v20180525/examples.json +69 -57
  44. tccli/services/trtc/v20190722/api.json +1 -1
  45. tccli/services/tsf/v20180326/api.json +1 -1
  46. tccli/services/tts/v20190823/api.json +2 -2
  47. tccli/services/wedata/v20210820/api.json +377 -0
  48. tccli/services/wedata/v20210820/examples.json +8 -0
  49. tccli/services/wedata/wedata_client.py +61 -8
  50. {tccli-3.0.1136.1.dist-info → tccli-3.0.1138.1.dist-info}/METADATA +2 -2
  51. {tccli-3.0.1136.1.dist-info → tccli-3.0.1138.1.dist-info}/RECORD +54 -54
  52. {tccli-3.0.1136.1.dist-info → tccli-3.0.1138.1.dist-info}/WHEEL +0 -0
  53. {tccli-3.0.1136.1.dist-info → tccli-3.0.1138.1.dist-info}/entry_points.txt +0 -0
  54. {tccli-3.0.1136.1.dist-info → tccli-3.0.1138.1.dist-info}/license_files/LICENSE +0 -0
@@ -5647,7 +5647,7 @@
5647
5647
  {
5648
5648
  "disabled": false,
5649
5649
  "document": "起始下标,不填默认为0。",
5650
- "example": "",
5650
+ "example": "1",
5651
5651
  "member": "uint64",
5652
5652
  "name": "Offset",
5653
5653
  "required": false,
@@ -5656,7 +5656,7 @@
5656
5656
  {
5657
5657
  "disabled": false,
5658
5658
  "document": "返回数量,不填则默认为10,最大值为20。",
5659
- "example": "",
5659
+ "example": "1",
5660
5660
  "member": "uint64",
5661
5661
  "name": "Limit",
5662
5662
  "required": false,
@@ -5665,7 +5665,7 @@
5665
5665
  {
5666
5666
  "disabled": false,
5667
5667
  "document": "Pulsar 集群的ID",
5668
- "example": "",
5668
+ "example": "aaa",
5669
5669
  "member": "string",
5670
5670
  "name": "ClusterId",
5671
5671
  "required": false,
@@ -5680,18 +5680,20 @@
5680
5680
  {
5681
5681
  "disabled": false,
5682
5682
  "document": "记录数。",
5683
- "example": "",
5683
+ "example": "1",
5684
5684
  "member": "uint64",
5685
5685
  "name": "TotalCount",
5686
+ "output_required": true,
5686
5687
  "type": "int",
5687
5688
  "value_allowed_null": false
5688
5689
  },
5689
5690
  {
5690
5691
  "disabled": false,
5691
5692
  "document": "Vpc集合。",
5692
- "example": "",
5693
+ "example": "",
5693
5694
  "member": "VpcBindRecord",
5694
5695
  "name": "VpcSets",
5696
+ "output_required": true,
5695
5697
  "type": "list",
5696
5698
  "value_allowed_null": false
5697
5699
  },
@@ -634,17 +634,17 @@
634
634
  "example": "hpc-2mv1i3d8",
635
635
  "member": "string",
636
636
  "name": "ClusterId",
637
- "required": true,
637
+ "output_required": true,
638
638
  "type": "string",
639
639
  "value_allowed_null": false
640
640
  },
641
641
  {
642
642
  "disabled": false,
643
- "document": "集群状态。取值范围:<br><li>PENDING:创建中<br><li>INITING:初始化中<br><li>INIT_FAILED:初始化失败<br><li>RUNNING:运行中<br><li>TERMINATING:销毁中",
643
+ "document": "集群状态。取值范围:<li>PENDING:创建中</li><li>INITING:初始化中</li><li>INIT_FAILED:初始化失败</li><li>RUNNING:运行中</li><li>TERMINATING:销毁中</li>",
644
644
  "example": "RUNNING",
645
645
  "member": "string",
646
646
  "name": "ClusterStatus",
647
- "required": true,
647
+ "output_required": true,
648
648
  "type": "string",
649
649
  "value_allowed_null": false
650
650
  },
@@ -654,7 +654,7 @@
654
654
  "example": "无",
655
655
  "member": "string",
656
656
  "name": "ClusterName",
657
- "required": true,
657
+ "output_required": true,
658
658
  "type": "string",
659
659
  "value_allowed_null": false
660
660
  },
@@ -664,7 +664,7 @@
664
664
  "example": "无",
665
665
  "member": "Placement",
666
666
  "name": "Placement",
667
- "required": true,
667
+ "output_required": true,
668
668
  "type": "object",
669
669
  "value_allowed_null": false
670
670
  },
@@ -674,7 +674,7 @@
674
674
  "example": "无",
675
675
  "member": "datetime_iso",
676
676
  "name": "CreateTime",
677
- "required": true,
677
+ "output_required": true,
678
678
  "type": "string",
679
679
  "value_allowed_null": false
680
680
  },
@@ -684,17 +684,27 @@
684
684
  "example": "SGE",
685
685
  "member": "string",
686
686
  "name": "SchedulerType",
687
- "required": true,
687
+ "output_required": true,
688
688
  "type": "string",
689
689
  "value_allowed_null": false
690
690
  },
691
+ {
692
+ "disabled": false,
693
+ "document": "集群调度器版本。\n注意:此字段可能返回 null,表示取不到有效值。",
694
+ "example": "21.08.8",
695
+ "member": "string",
696
+ "name": "SchedulerVersion",
697
+ "output_required": false,
698
+ "type": "string",
699
+ "value_allowed_null": true
700
+ },
691
701
  {
692
702
  "disabled": false,
693
703
  "document": "计算节点数量。",
694
704
  "example": "1",
695
705
  "member": "int64",
696
706
  "name": "ComputeNodeCount",
697
- "required": true,
707
+ "output_required": true,
698
708
  "type": "int",
699
709
  "value_allowed_null": false
700
710
  },
@@ -704,7 +714,7 @@
704
714
  "example": "无",
705
715
  "member": "ComputeNodeOverview",
706
716
  "name": "ComputeNodeSet",
707
- "required": true,
717
+ "output_required": true,
708
718
  "type": "list",
709
719
  "value_allowed_null": false
710
720
  },
@@ -714,7 +724,7 @@
714
724
  "example": "1",
715
725
  "member": "int64",
716
726
  "name": "ManagerNodeCount",
717
- "required": true,
727
+ "output_required": true,
718
728
  "type": "int",
719
729
  "value_allowed_null": false
720
730
  },
@@ -724,7 +734,7 @@
724
734
  "example": "无",
725
735
  "member": "ManagerNodeOverview",
726
736
  "name": "ManagerNodeSet",
727
- "required": true,
737
+ "output_required": true,
728
738
  "type": "list",
729
739
  "value_allowed_null": false
730
740
  },
@@ -734,7 +744,7 @@
734
744
  "example": "无",
735
745
  "member": "LoginNodeOverview",
736
746
  "name": "LoginNodeSet",
737
- "required": true,
747
+ "output_required": true,
738
748
  "type": "list",
739
749
  "value_allowed_null": false
740
750
  },
@@ -744,17 +754,17 @@
744
754
  "example": "1",
745
755
  "member": "int64",
746
756
  "name": "LoginNodeCount",
747
- "required": true,
757
+ "output_required": true,
748
758
  "type": "int",
749
759
  "value_allowed_null": false
750
760
  },
751
761
  {
752
762
  "disabled": false,
753
- "document": "弹性伸缩类型。<br><li>THPC_AS:集群自动扩缩容由THPC产品内部实现。<br><li>AS:集群自动扩缩容由[弹性伸缩](https://cloud.tencent.com/document/product/377/3154)产品实现。",
763
+ "document": "弹性伸缩类型。取值范围:<li>THPC_AS:集群自动扩缩容由THPC产品内部实现。</li><li>AS:集群自动扩缩容由[弹性伸缩](https://cloud.tencent.com/document/product/377/3154)产品实现。</li>",
754
764
  "example": "THPC_AS",
755
765
  "member": "string",
756
766
  "name": "AutoScalingType",
757
- "required": true,
767
+ "output_required": true,
758
768
  "type": "string",
759
769
  "value_allowed_null": false
760
770
  },
@@ -764,7 +774,7 @@
764
774
  "example": "vpc-r9fr2jzy",
765
775
  "member": "string",
766
776
  "name": "VpcId",
767
- "required": true,
777
+ "output_required": true,
768
778
  "type": "string",
769
779
  "value_allowed_null": false
770
780
  }
@@ -923,13 +933,22 @@
923
933
  },
924
934
  {
925
935
  "disabled": false,
926
- "document": "调度器类型。默认取值:SLURM。<br><li>SGE:SGE调度器。<br><li>SLURM:SLURM调度器。",
927
- "example": "SGE",
936
+ "document": "调度器类型。默认取值:SLURM。<li>SGE:SGE调度器。</li><li>SLURM:SLURM调度器。</li>",
937
+ "example": "SLURM",
928
938
  "member": "string",
929
939
  "name": "SchedulerType",
930
940
  "required": false,
931
941
  "type": "string"
932
942
  },
943
+ {
944
+ "disabled": false,
945
+ "document": "创建调度器的版本号,可填写版本号为“latest” 和 各调度器支持的版本号;如果是\"latest\", 则代表创建的是平台当前支持的该类型调度器最新版本。如果不填写,默认创建的是“latest”版本调度器\n各调度器支持的集群版本:\n<li>SLURM:21.08.8、23.11.7</li>\n<li>SGE: 8.1.9</li>",
946
+ "example": "23.11.7",
947
+ "member": "string",
948
+ "name": "SchedulerVersion",
949
+ "required": false,
950
+ "type": "string"
951
+ },
933
952
  {
934
953
  "disabled": false,
935
954
  "document": "指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前支持部分公有镜像和自定义镜像。",
@@ -986,7 +1005,7 @@
986
1005
  },
987
1006
  {
988
1007
  "disabled": false,
989
- "document": "域名字服务类型。默认取值:NIS。\n<li>NIS:NIS域名字服务。",
1008
+ "document": "域名字服务类型。默认取值:NIS。\n<li>NIS:NIS域名字服务。</li>",
990
1009
  "example": "NIS",
991
1010
  "member": "string",
992
1011
  "name": "AccountType",
@@ -1040,7 +1059,7 @@
1040
1059
  },
1041
1060
  {
1042
1061
  "disabled": false,
1043
- "document": "弹性伸缩类型。默认值:THPC_AS<br><li>THPC_AS:集群自动扩缩容由THPC产品内部实现。<br><li>AS:集群自动扩缩容由[弹性伸缩](https://cloud.tencent.com/document/product/377/3154)产品实现。",
1062
+ "document": "弹性伸缩类型。默认值:THPC_AS<li>THPC_AS:集群自动扩缩容由THPC产品内部实现。</li><li>AS:集群自动扩缩容由[弹性伸缩](https://cloud.tencent.com/document/product/377/3154)产品实现。</li>",
1044
1063
  "example": "无",
1045
1064
  "member": "string",
1046
1065
  "name": "AutoScalingType",
@@ -2968,6 +2987,7 @@
2968
2987
  "example": "无",
2969
2988
  "member": "string",
2970
2989
  "name": "Key",
2990
+ "output_required": true,
2971
2991
  "required": true,
2972
2992
  "type": "string",
2973
2993
  "value_allowed_null": false
@@ -2978,12 +2998,13 @@
2978
2998
  "example": "无",
2979
2999
  "member": "string",
2980
3000
  "name": "Value",
3001
+ "output_required": true,
2981
3002
  "required": true,
2982
3003
  "type": "string",
2983
3004
  "value_allowed_null": false
2984
3005
  }
2985
3006
  ],
2986
- "usage": "in"
3007
+ "usage": "both"
2987
3008
  },
2988
3009
  "VirtualPrivateCloud": {
2989
3010
  "document": "描述了VPC相关信息",