tccli 3.0.1137.1__py2.py3-none-any.whl → 3.0.1139.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 (53) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/command.py +1 -1
  3. tccli/help_command.py +1 -1
  4. tccli/services/__init__.py +3 -0
  5. tccli/services/aiart/aiart_client.py +53 -0
  6. tccli/services/aiart/v20221229/api.json +98 -0
  7. tccli/services/aiart/v20221229/examples.json +8 -0
  8. tccli/services/asr/v20190614/api.json +9 -0
  9. tccli/services/cbs/v20170312/api.json +5 -8
  10. tccli/services/cdwch/v20200915/api.json +1 -1
  11. tccli/services/ckafka/v20190819/api.json +25 -25
  12. tccli/services/ckafka/v20190819/examples.json +18 -18
  13. tccli/services/cls/v20201016/api.json +44 -5
  14. tccli/services/cls/v20201016/examples.json +1 -1
  15. tccli/services/cwp/cwp_client.py +61 -114
  16. tccli/services/cwp/v20180228/api.json +0 -70
  17. tccli/services/cwp/v20180228/examples.json +0 -8
  18. tccli/services/domain/v20180808/api.json +36 -0
  19. tccli/services/emr/v20190103/api.json +534 -15
  20. tccli/services/emr/v20190103/examples.json +4 -4
  21. tccli/services/ess/v20201111/api.json +4 -4
  22. tccli/services/ess/v20201111/examples.json +2 -2
  23. tccli/services/essbasic/v20210526/api.json +3 -3
  24. tccli/services/essbasic/v20210526/examples.json +2 -2
  25. tccli/services/ims/v20201229/api.json +2 -2
  26. tccli/services/ioa/v20220601/api.json +132 -92
  27. tccli/services/iotexplorer/v20190423/api.json +11 -0
  28. tccli/services/mps/v20190612/api.json +163 -115
  29. tccli/services/mps/v20190612/examples.json +11 -11
  30. tccli/services/ocr/v20181119/api.json +19 -0
  31. tccli/services/redis/v20180412/api.json +23 -23
  32. tccli/services/rum/v20210622/api.json +1 -0
  33. tccli/services/scf/v20180416/examples.json +1 -1
  34. tccli/services/ssl/ssl_client.py +53 -0
  35. tccli/services/ssl/v20191205/api.json +251 -5
  36. tccli/services/ssl/v20191205/examples.json +9 -1
  37. tccli/services/tdmq/v20200217/api.json +171 -22
  38. tccli/services/tdmq/v20200217/examples.json +6 -6
  39. tccli/services/thpc/v20230321/api.json +42 -21
  40. tccli/services/tke/v20180525/api.json +149 -71
  41. tccli/services/tke/v20180525/examples.json +69 -57
  42. tccli/services/trtc/v20190722/api.json +1 -1
  43. tccli/services/tsf/v20180326/api.json +1 -1
  44. tccli/services/vclm/__init__.py +4 -0
  45. tccli/services/vclm/v20240523/api.json +695 -0
  46. tccli/services/vclm/v20240523/examples.json +73 -0
  47. tccli/services/vclm/vclm_client.py +513 -0
  48. tccli/services/vdb/v20230616/api.json +20 -0
  49. {tccli-3.0.1137.1.dist-info → tccli-3.0.1139.1.dist-info}/METADATA +2 -2
  50. {tccli-3.0.1137.1.dist-info → tccli-3.0.1139.1.dist-info}/RECORD +53 -49
  51. {tccli-3.0.1137.1.dist-info → tccli-3.0.1139.1.dist-info}/WHEEL +0 -0
  52. {tccli-3.0.1137.1.dist-info → tccli-3.0.1139.1.dist-info}/entry_points.txt +0 -0
  53. {tccli-3.0.1137.1.dist-info → tccli-3.0.1139.1.dist-info}/license_files/LICENSE +0 -0
@@ -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相关信息",