tccli 3.0.1343.1__py2.py3-none-any.whl → 3.0.1345.1__py2.py3-none-any.whl

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.
Files changed (90) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +6 -0
  3. tccli/services/aiart/aiart_client.py +167 -61
  4. tccli/services/aiart/v20221229/api.json +253 -0
  5. tccli/services/aiart/v20221229/examples.json +16 -0
  6. tccli/services/ams/v20201229/api.json +46 -46
  7. tccli/services/ams/v20201229/examples.json +1 -1
  8. tccli/services/apm/v20210622/api.json +228 -0
  9. tccli/services/apm/v20210622/examples.json +1 -1
  10. tccli/services/batch/batch_client.py +53 -0
  11. tccli/services/batch/v20170312/api.json +127 -2
  12. tccli/services/batch/v20170312/examples.json +8 -0
  13. tccli/services/bh/v20230418/api.json +282 -1
  14. tccli/services/bh/v20230418/examples.json +3 -3
  15. tccli/services/bi/v20220105/api.json +9 -0
  16. tccli/services/ccc/ccc_client.py +61 -8
  17. tccli/services/ccc/v20200210/api.json +130 -0
  18. tccli/services/ccc/v20200210/examples.json +8 -0
  19. tccli/services/cdb/v20170320/api.json +103 -103
  20. tccli/services/cdb/v20170320/examples.json +5 -5
  21. tccli/services/cdwch/cdwch_client.py +53 -0
  22. tccli/services/cdwch/v20200915/api.json +410 -0
  23. tccli/services/cdwch/v20200915/examples.json +8 -0
  24. tccli/services/cdwdoris/v20211228/api.json +22 -2
  25. tccli/services/cfg/v20210820/api.json +72 -0
  26. tccli/services/ckafka/v20190819/api.json +21 -1
  27. tccli/services/csip/csip_client.py +326 -8
  28. tccli/services/csip/v20221121/api.json +2015 -335
  29. tccli/services/csip/v20221121/examples.json +65 -5
  30. tccli/services/cvm/v20170312/api.json +16 -5
  31. tccli/services/cvm/v20170312/examples.json +1 -1
  32. tccli/services/dlc/v20210125/api.json +61 -0
  33. tccli/services/emr/emr_client.py +167 -8
  34. tccli/services/emr/v20190103/api.json +831 -15
  35. tccli/services/emr/v20190103/examples.json +24 -0
  36. tccli/services/es/v20250101/examples.json +2 -2
  37. tccli/services/ess/v20201111/api.json +57 -8
  38. tccli/services/essbasic/v20210526/api.json +23 -3
  39. tccli/services/gs/v20191118/api.json +41 -2
  40. tccli/services/gs/v20191118/examples.json +2 -2
  41. tccli/services/hunyuan/v20230901/api.json +1 -1
  42. tccli/services/igtm/__init__.py +4 -0
  43. tccli/services/igtm/igtm_client.py +1373 -0
  44. tccli/services/igtm/v20231024/api.json +3569 -0
  45. tccli/services/igtm/v20231024/examples.json +207 -0
  46. tccli/services/ims/v20201229/api.json +20 -28
  47. tccli/services/ioa/ioa_client.py +114 -8
  48. tccli/services/ioa/v20220601/api.json +218 -3
  49. tccli/services/ioa/v20220601/examples.json +16 -0
  50. tccli/services/iss/v20230517/api.json +11 -2
  51. tccli/services/kms/v20190118/api.json +4 -4
  52. tccli/services/lighthouse/v20200324/api.json +1 -1
  53. tccli/services/mps/v20190612/api.json +45 -7
  54. tccli/services/oceanus/v20190422/api.json +168 -8
  55. tccli/services/ocr/v20181119/api.json +127 -118
  56. tccli/services/partners/v20180321/api.json +1 -1
  57. tccli/services/redis/v20180412/api.json +9 -0
  58. tccli/services/securitylake/__init__.py +4 -0
  59. tccli/services/securitylake/securitylake_client.py +207 -0
  60. tccli/services/securitylake/v20240117/api.json +723 -0
  61. tccli/services/securitylake/v20240117/examples.json +13 -0
  62. tccli/services/tcbr/v20220217/api.json +70 -0
  63. tccli/services/tdmq/v20200217/api.json +263 -5
  64. tccli/services/tdmq/v20200217/examples.json +1 -1
  65. tccli/services/teo/v20220901/api.json +40 -30
  66. tccli/services/teo/v20220901/examples.json +19 -19
  67. tccli/services/tione/tione_client.py +57 -4
  68. tccli/services/tione/v20211111/api.json +283 -1
  69. tccli/services/tione/v20211111/examples.json +8 -0
  70. tccli/services/tke/v20180525/api.json +37 -28
  71. tccli/services/tms/v20201229/api.json +14 -21
  72. tccli/services/trocket/v20230308/api.json +81 -81
  73. tccli/services/trocket/v20230308/examples.json +1 -1
  74. tccli/services/trtc/v20190722/api.json +29 -0
  75. tccli/services/tsf/tsf_client.py +61 -8
  76. tccli/services/tsf/v20180326/api.json +3161 -2106
  77. tccli/services/tsf/v20180326/examples.json +8 -0
  78. tccli/services/vdb/v20230616/api.json +49 -0
  79. tccli/services/vdb/v20230616/examples.json +1 -1
  80. tccli/services/vm/v20210922/api.json +8 -8
  81. tccli/services/vpc/v20170312/api.json +1 -1
  82. tccli/services/waf/v20180125/api.json +52 -2
  83. tccli/services/wav/v20210129/api.json +10 -10
  84. tccli/services/wav/v20210129/examples.json +3 -3
  85. tccli/services/wedata/v20210820/api.json +11 -0
  86. {tccli-3.0.1343.1.dist-info → tccli-3.0.1345.1.dist-info}/METADATA +2 -2
  87. {tccli-3.0.1343.1.dist-info → tccli-3.0.1345.1.dist-info}/RECORD +90 -82
  88. {tccli-3.0.1343.1.dist-info → tccli-3.0.1345.1.dist-info}/WHEEL +0 -0
  89. {tccli-3.0.1343.1.dist-info → tccli-3.0.1345.1.dist-info}/entry_points.txt +0 -0
  90. {tccli-3.0.1343.1.dist-info → tccli-3.0.1345.1.dist-info}/license_files/LICENSE +0 -0
@@ -245,6 +245,13 @@
245
245
  "output": "DescribeNotebooksResponse",
246
246
  "status": "online"
247
247
  },
248
+ "DescribePlatformImages": {
249
+ "document": "查询平台镜像信息",
250
+ "input": "DescribePlatformImagesRequest",
251
+ "name": "查询平台镜像信息",
252
+ "output": "DescribePlatformImagesResponse",
253
+ "status": "online"
254
+ },
248
255
  "DescribeTrainingModelVersion": {
249
256
  "document": "查询模型版本",
250
257
  "input": "DescribeTrainingModelVersionRequest",
@@ -358,6 +365,56 @@
358
365
  "serviceShortName": "tione"
359
366
  },
360
367
  "objects": {
368
+ "Attribute": {
369
+ "document": "镜像属性",
370
+ "members": [
371
+ {
372
+ "disabled": false,
373
+ "document": "为‘List’时属性值取Values 否则取Value\n注意:此字段可能返回 null,表示取不到有效值。",
374
+ "example": "无",
375
+ "member": "string",
376
+ "name": "Type",
377
+ "output_required": false,
378
+ "required": false,
379
+ "type": "string",
380
+ "value_allowed_null": true
381
+ },
382
+ {
383
+ "disabled": false,
384
+ "document": "属性key\n注意:此字段可能返回 null,表示取不到有效值。",
385
+ "example": "无",
386
+ "member": "string",
387
+ "name": "Key",
388
+ "output_required": false,
389
+ "required": false,
390
+ "type": "string",
391
+ "value_allowed_null": true
392
+ },
393
+ {
394
+ "disabled": false,
395
+ "document": "属性值\n注意:此字段可能返回 null,表示取不到有效值。",
396
+ "example": "无",
397
+ "member": "string",
398
+ "name": "Value",
399
+ "output_required": false,
400
+ "required": false,
401
+ "type": "string",
402
+ "value_allowed_null": true
403
+ },
404
+ {
405
+ "disabled": false,
406
+ "document": "属性值列表\n注意:此字段可能返回 null,表示取不到有效值。",
407
+ "example": "无",
408
+ "member": "string",
409
+ "name": "Values",
410
+ "output_required": false,
411
+ "required": false,
412
+ "type": "list",
413
+ "value_allowed_null": true
414
+ }
415
+ ],
416
+ "usage": "both"
417
+ },
361
418
  "AuthToken": {
362
419
  "document": "在线服务的 AuthToken 数据",
363
420
  "members": [
@@ -4981,6 +5038,71 @@
4981
5038
  ],
4982
5039
  "type": "object"
4983
5040
  },
5041
+ "DescribePlatformImagesRequest": {
5042
+ "document": "DescribePlatformImages请求参数结构体",
5043
+ "members": [
5044
+ {
5045
+ "disabled": false,
5046
+ "document": "过滤器, Name支持ImageId/ImageName/SupportDataPipeline/AllowSaveAllContent/ImageRange,其中ImageRange支持枚举值Train,Inference,Notebook",
5047
+ "example": "无",
5048
+ "member": "Filter",
5049
+ "name": "Filters",
5050
+ "required": false,
5051
+ "type": "list"
5052
+ },
5053
+ {
5054
+ "disabled": false,
5055
+ "document": "偏移信息",
5056
+ "example": "0",
5057
+ "member": "uint64",
5058
+ "name": "Offset",
5059
+ "required": false,
5060
+ "type": "int"
5061
+ },
5062
+ {
5063
+ "disabled": false,
5064
+ "document": "返回数量, 默认100",
5065
+ "example": "100",
5066
+ "member": "uint64",
5067
+ "name": "Limit",
5068
+ "required": false,
5069
+ "type": "int"
5070
+ }
5071
+ ],
5072
+ "type": "object"
5073
+ },
5074
+ "DescribePlatformImagesResponse": {
5075
+ "document": "DescribePlatformImages返回参数结构体",
5076
+ "members": [
5077
+ {
5078
+ "disabled": false,
5079
+ "document": "数量",
5080
+ "example": "10",
5081
+ "member": "uint64",
5082
+ "name": "TotalCount",
5083
+ "output_required": false,
5084
+ "type": "int",
5085
+ "value_allowed_null": false
5086
+ },
5087
+ {
5088
+ "disabled": false,
5089
+ "document": "镜像列表",
5090
+ "example": "无",
5091
+ "member": "PlatformImageInfo",
5092
+ "name": "PlatformImageInfos",
5093
+ "output_required": false,
5094
+ "type": "list",
5095
+ "value_allowed_null": false
5096
+ },
5097
+ {
5098
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5099
+ "member": "string",
5100
+ "name": "RequestId",
5101
+ "type": "string"
5102
+ }
5103
+ ],
5104
+ "type": "object"
5105
+ },
4984
5106
  "DescribeTrainingModelVersionRequest": {
4985
5107
  "document": "DescribeTrainingModelVersion请求参数结构体",
4986
5108
  "members": [
@@ -6211,7 +6333,7 @@
6211
6333
  },
6212
6334
  {
6213
6335
  "disabled": false,
6214
- "document": "节点状态 \n注意:此字段为枚举值\n说明: \nDEPLOYING: 部署中\nRUNNING: 运行中 \nDEPLOY_FAILED: 部署失败\n RELEASING 释放中 \nRELEASED:已释放 \nEXCEPTION:异常\n注意:此字段可能返回 null,表示取不到有效值。",
6336
+ "document": "节点状态 \n注意:此字段为枚举值\n说明: \nDEPLOYING: 部署中\nRUNNING: 运行中 \nDEPLOY_FAILED: 部署失败\nRELEASING 释放中 \nRELEASED:已释放 \nEXCEPTION:异常\nDEBT_OR_EXPIRED: 欠费过期\n注意:此字段可能返回 null,表示取不到有效值。",
6215
6337
  "example": "RUNNING",
6216
6338
  "member": "string",
6217
6339
  "name": "InstanceStatus",
@@ -8638,6 +8760,166 @@
8638
8760
  ],
8639
8761
  "usage": "both"
8640
8762
  },
8763
+ "PlatformImageInfo": {
8764
+ "document": "平台镜像信息详情",
8765
+ "members": [
8766
+ {
8767
+ "disabled": false,
8768
+ "document": "框架名\n注意:此字段可能返回 null,表示取不到有效值。",
8769
+ "example": "无",
8770
+ "member": "string",
8771
+ "name": "Framework",
8772
+ "output_required": false,
8773
+ "required": false,
8774
+ "type": "string",
8775
+ "value_allowed_null": true
8776
+ },
8777
+ {
8778
+ "disabled": false,
8779
+ "document": "镜像类型: ccr or tcr\n注意:此字段可能返回 null,表示取不到有效值。",
8780
+ "example": "无",
8781
+ "member": "string",
8782
+ "name": "ImageType",
8783
+ "output_required": false,
8784
+ "required": false,
8785
+ "type": "string",
8786
+ "value_allowed_null": true
8787
+ },
8788
+ {
8789
+ "disabled": false,
8790
+ "document": "镜像地址\n注意:此字段可能返回 null,表示取不到有效值。",
8791
+ "example": "无",
8792
+ "member": "string",
8793
+ "name": "ImageUrl",
8794
+ "output_required": false,
8795
+ "required": false,
8796
+ "type": "string",
8797
+ "value_allowed_null": true
8798
+ },
8799
+ {
8800
+ "disabled": false,
8801
+ "document": "TCR镜像示例所属地域\n注意:此字段可能返回 null,表示取不到有效值。",
8802
+ "example": "ap-shanghai",
8803
+ "member": "string",
8804
+ "name": "RegistryRegion",
8805
+ "output_required": false,
8806
+ "required": false,
8807
+ "type": "string",
8808
+ "value_allowed_null": true
8809
+ },
8810
+ {
8811
+ "disabled": false,
8812
+ "document": "TCR镜像所属实例ID\n注意:此字段可能返回 null,表示取不到有效值。",
8813
+ "example": "无",
8814
+ "member": "string",
8815
+ "name": "RegistryId",
8816
+ "output_required": false,
8817
+ "required": false,
8818
+ "type": "string",
8819
+ "value_allowed_null": true
8820
+ },
8821
+ {
8822
+ "disabled": false,
8823
+ "document": "镜像名称\n注意:此字段可能返回 null,表示取不到有效值。",
8824
+ "example": "无",
8825
+ "member": "string",
8826
+ "name": "ImageName",
8827
+ "output_required": false,
8828
+ "required": false,
8829
+ "type": "string",
8830
+ "value_allowed_null": true
8831
+ },
8832
+ {
8833
+ "disabled": false,
8834
+ "document": "镜像Id\n注意:此字段可能返回 null,表示取不到有效值。",
8835
+ "example": "无",
8836
+ "member": "string",
8837
+ "name": "ImageId",
8838
+ "output_required": false,
8839
+ "required": false,
8840
+ "type": "string",
8841
+ "value_allowed_null": true
8842
+ },
8843
+ {
8844
+ "disabled": false,
8845
+ "document": "框架版本\n注意:此字段可能返回 null,表示取不到有效值。",
8846
+ "example": "无",
8847
+ "member": "string",
8848
+ "name": "FrameworkVersion",
8849
+ "output_required": false,
8850
+ "required": false,
8851
+ "type": "string",
8852
+ "value_allowed_null": true
8853
+ },
8854
+ {
8855
+ "disabled": false,
8856
+ "document": "支持的gpu列表\n注意:此字段可能返回 null,表示取不到有效值。",
8857
+ "example": "无",
8858
+ "member": "string",
8859
+ "name": "SupportGpuList",
8860
+ "output_required": false,
8861
+ "required": false,
8862
+ "type": "list",
8863
+ "value_allowed_null": true
8864
+ },
8865
+ {
8866
+ "disabled": false,
8867
+ "document": "描述信息\n注意:此字段可能返回 null,表示取不到有效值。",
8868
+ "example": "无",
8869
+ "member": "string",
8870
+ "name": "Description",
8871
+ "output_required": false,
8872
+ "required": false,
8873
+ "type": "string",
8874
+ "value_allowed_null": true
8875
+ },
8876
+ {
8877
+ "disabled": false,
8878
+ "document": "业务属性\n注意:此字段可能返回 null,表示取不到有效值。",
8879
+ "example": "无",
8880
+ "member": "Attribute",
8881
+ "name": "ExtraAttributes",
8882
+ "output_required": false,
8883
+ "required": false,
8884
+ "type": "list",
8885
+ "value_allowed_null": true
8886
+ },
8887
+ {
8888
+ "disabled": false,
8889
+ "document": "镜像适用场景Train/Inference/Notebook\n注意:此字段可能返回 null,表示取不到有效值。",
8890
+ "example": "无",
8891
+ "member": "string",
8892
+ "name": "ImageRange",
8893
+ "output_required": false,
8894
+ "required": false,
8895
+ "type": "list",
8896
+ "value_allowed_null": true
8897
+ },
8898
+ {
8899
+ "disabled": false,
8900
+ "document": "是否支持分布式部署\n注意:此字段可能返回 null,表示取不到有效值。",
8901
+ "example": "true",
8902
+ "member": "bool",
8903
+ "name": "SupportDistributedDeploy",
8904
+ "output_required": false,
8905
+ "required": false,
8906
+ "type": "bool",
8907
+ "value_allowed_null": true
8908
+ },
8909
+ {
8910
+ "disabled": false,
8911
+ "document": "支持的地域 all(所有地域)/autonomous(自动驾驶地域)/general(通用地域)\n注意:此字段可能返回 null,表示取不到有效值。",
8912
+ "example": "all",
8913
+ "member": "string",
8914
+ "name": "RegionScope",
8915
+ "output_required": false,
8916
+ "required": false,
8917
+ "type": "string",
8918
+ "value_allowed_null": true
8919
+ }
8920
+ ],
8921
+ "usage": "both"
8922
+ },
8641
8923
  "Pod": {
8642
8924
  "document": "Pod信息展示",
8643
8925
  "members": [
@@ -280,6 +280,14 @@
280
280
  "title": "Notebook列表"
281
281
  }
282
282
  ],
283
+ "DescribePlatformImages": [
284
+ {
285
+ "document": "",
286
+ "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePlatformImages\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 200,\n \"Filters\": [\n {\n \"Name\": \"ImageRange\",\n \"Values\": [\n \"Train\"\n ]\n }\n ]\n}",
287
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"PlatformImageInfos\": [\n {\n \"Framework\": \"PYTORCH\",\n \"ImageType\": \"TCR\",\n \"ImageUrl\": \"tione.tencentcloudcr.com/qcloud-ti-platform/llm-train:24.03-gpu-py310-cu124-tilearn-llm-v1.8.0\",\n \"RegistryRegion\": \"\",\n \"RegistryId\": \"\",\n \"ImageName\": \"tilearn-llm0.9-torch2.3-py3.10-cuda12.4-gpu\",\n \"ImageId\": \"35551e3c-b0e3-40dc-8e91-cc10a5613cd3\",\n \"FrameworkVersion\": \"2.3\",\n \"SupportGpuList\": [\n \"A10\",\n \"V100\",\n \"T4\"\n ],\n \"Description\": \"支持的核心库:Python 3.10,CUDA 12.4,jupyterlab 2.3.2,torch 2.3.0a0+40ec155e58.nv24.3,transformers 4.39.3,deepspeed 0.13.4,tilearn-llm 0.9.9,tilearn.ops 0.2.2.175,angel-vllm 0.4.2\\n支持的卡型:A10,V100,T4\",\n \"ImageRange\": [\n \"Notebook\",\n \"Train\"\n ],\n \"ExtraAttributes\": [\n {\n \"Type\": \"\",\n \"Key\": \"AllowSaveAllContent\",\n \"Value\": \"true\",\n \"Values\": []\n },\n {\n \"Type\": \"\",\n \"Key\": \"SupportDataPipeline\",\n \"Value\": \"false\",\n \"Values\": []\n },\n {\n \"Type\": \"List\",\n \"Key\": \"TrainingModes\",\n \"Value\": \"\",\n \"Values\": [\n \"DDP\"\n ]\n }\n ]\n }\n ],\n \"RequestId\": \"8a3942be-0e3c-4efd-bf03-422e0410afa9\"\n }\n}",
288
+ "title": "示例"
289
+ }
290
+ ],
283
291
  "DescribeTrainingModelVersion": [
284
292
  {
285
293
  "document": "",
@@ -3363,7 +3363,7 @@
3363
3363
  },
3364
3364
  {
3365
3365
  "disabled": false,
3366
- "document": "当选择Cilium Overlay网络插件时,TKE会从该子网获取2个IP用来创建内网负载均衡",
3366
+ "document": "控制面子网信息,仅在以下场景使用时要求必填。\n- 容器网络插件为CiliumOverlay时,TKE会从该子网获取2个IP用来创建内网负载均衡。\n- 创建支持CDC的托管集群,且网络插件为VPC-CNI时,要求预留至少12个IP。",
3367
3367
  "example": "subnet-e55paxnt",
3368
3368
  "member": "string",
3369
3369
  "name": "SubnetId",
@@ -5224,6 +5224,15 @@
5224
5224
  "name": "CdcId",
5225
5225
  "required": false,
5226
5226
  "type": "string"
5227
+ },
5228
+ {
5229
+ "disabled": false,
5230
+ "document": "屏蔽安装指定Addon组件,填写相应的AddonName",
5231
+ "example": "[\"ip-masq-agent\"]",
5232
+ "member": "string",
5233
+ "name": "DisableAddons",
5234
+ "required": false,
5235
+ "type": "list"
5227
5236
  }
5228
5237
  ],
5229
5238
  "type": "object"
@@ -5354,7 +5363,7 @@
5354
5363
  "members": [
5355
5364
  {
5356
5365
  "disabled": false,
5357
- "document": "集群Id",
5366
+ "document": "集群ID,通过DescribeClusters接口获取",
5358
5367
  "example": "cls-e55paxnt",
5359
5368
  "member": "string",
5360
5369
  "name": "ClusterId",
@@ -5381,7 +5390,7 @@
5381
5390
  },
5382
5391
  {
5383
5392
  "disabled": false,
5384
- "document": "安全组ID列表",
5393
+ "document": "安全组ID列表,必选参数",
5385
5394
  "example": "[\"sg-e55paxnt\"]",
5386
5395
  "member": "string",
5387
5396
  "name": "SecurityGroupIds",
@@ -5417,7 +5426,7 @@
5417
5426
  },
5418
5427
  {
5419
5428
  "disabled": false,
5420
- "document": "删除保护开关",
5429
+ "document": "删除保护开关,默认关闭",
5421
5430
  "example": "false",
5422
5431
  "member": "bool",
5423
5432
  "name": "DeletionProtection",
@@ -5463,7 +5472,7 @@
5463
5472
  "members": [
5464
5473
  {
5465
5474
  "disabled": false,
5466
- "document": "集群ID",
5475
+ "document": "集群ID,通过DescribeClusters接口获取",
5467
5476
  "example": "cls-e55paxnt",
5468
5477
  "member": "string",
5469
5478
  "name": "ClusterId",
@@ -5472,7 +5481,7 @@
5472
5481
  },
5473
5482
  {
5474
5483
  "disabled": false,
5475
- "document": "虚拟节点所属节点池",
5484
+ "document": "虚拟节点所属节点池,通过DescribeNodePools接口获取",
5476
5485
  "example": "np-e55paxnt",
5477
5486
  "member": "string",
5478
5487
  "name": "NodePoolId",
@@ -5481,7 +5490,7 @@
5481
5490
  },
5482
5491
  {
5483
5492
  "disabled": false,
5484
- "document": "虚拟节点所属子网",
5493
+ "document": "虚拟节点所属子网,SubnetId、SubnetIds、VirtualNodes必选一个。",
5485
5494
  "example": "subnet-e55paxnt",
5486
5495
  "member": "string",
5487
5496
  "name": "SubnetId",
@@ -5490,7 +5499,7 @@
5490
5499
  },
5491
5500
  {
5492
5501
  "disabled": false,
5493
- "document": "虚拟节点子网ID列表,和参数SubnetId互斥",
5502
+ "document": "虚拟节点子网ID列表,SubnetId、SubnetIds、VirtualNodes必选一个。",
5494
5503
  "example": "[\"subnet-e55paxnt\"]",
5495
5504
  "member": "string",
5496
5505
  "name": "SubnetIds",
@@ -5499,7 +5508,7 @@
5499
5508
  },
5500
5509
  {
5501
5510
  "disabled": false,
5502
- "document": "虚拟节点列表",
5511
+ "document": "虚拟节点列表,SubnetId、SubnetIds、VirtualNodes必选一个。",
5503
5512
  "example": "无",
5504
5513
  "member": "VirtualNodeSpec",
5505
5514
  "name": "VirtualNodes",
@@ -7571,7 +7580,7 @@
7571
7580
  "members": [
7572
7581
  {
7573
7582
  "disabled": false,
7574
- "document": "集群ID",
7583
+ "document": "集群ID,通过DescribeClusters接口获取",
7575
7584
  "example": "cls-br2j3s0c",
7576
7585
  "member": "string",
7577
7586
  "name": "ClusterId",
@@ -7580,7 +7589,7 @@
7580
7589
  },
7581
7590
  {
7582
7591
  "disabled": false,
7583
- "document": "超级节点池ID列表",
7592
+ "document": "节点池ID,通过DescribeNodePools接口获取",
7584
7593
  "example": "[\"np-meg2rq7e\"]",
7585
7594
  "member": "string",
7586
7595
  "name": "NodePoolIds",
@@ -7616,7 +7625,7 @@
7616
7625
  "members": [
7617
7626
  {
7618
7627
  "disabled": false,
7619
- "document": "集群ID",
7628
+ "document": "集群ID,通过DescribeClusters接口获取",
7620
7629
  "example": "cls-e55paxnt",
7621
7630
  "member": "string",
7622
7631
  "name": "ClusterId",
@@ -7625,7 +7634,7 @@
7625
7634
  },
7626
7635
  {
7627
7636
  "disabled": false,
7628
- "document": "虚拟节点列表",
7637
+ "document": "虚拟节点ID列表",
7629
7638
  "example": "[\"eklet-subnet-meg2rq7e-0\"]",
7630
7639
  "member": "string",
7631
7640
  "name": "NodeNames",
@@ -10216,7 +10225,7 @@
10216
10225
  "members": [
10217
10226
  {
10218
10227
  "disabled": false,
10219
- "document": "集群ID",
10228
+ "document": "集群ID,通过DescribeClusters接口获取",
10220
10229
  "example": "cls-meg2rq7e",
10221
10230
  "member": "string",
10222
10231
  "name": "ClusterId",
@@ -10263,7 +10272,7 @@
10263
10272
  "members": [
10264
10273
  {
10265
10274
  "disabled": false,
10266
- "document": "集群ID",
10275
+ "document": "集群ID,通过DescribeClusters接口获取",
10267
10276
  "example": "cls-meg2rq7e",
10268
10277
  "member": "string",
10269
10278
  "name": "ClusterId",
@@ -10272,7 +10281,7 @@
10272
10281
  },
10273
10282
  {
10274
10283
  "disabled": false,
10275
- "document": "节点池ID",
10284
+ "document": "节点池ID,通过DescribeNodePools接口获取",
10276
10285
  "example": "np-meg2rq7e",
10277
10286
  "member": "string",
10278
10287
  "name": "NodePoolId",
@@ -10281,7 +10290,7 @@
10281
10290
  },
10282
10291
  {
10283
10292
  "disabled": false,
10284
- "document": "节点名称",
10293
+ "document": "节点名称,可搜索DescribeClusterVirtualNode接口节点",
10285
10294
  "example": "[\"node1\",\"node2\"]",
10286
10295
  "member": "string",
10287
10296
  "name": "NodeNames",
@@ -14762,7 +14771,7 @@
14762
14771
  "members": [
14763
14772
  {
14764
14773
  "disabled": false,
14765
- "document": "集群ID",
14774
+ "document": "集群ID,通过DescribeClusters接口获取",
14766
14775
  "example": "cls-meg2rq7e",
14767
14776
  "member": "string",
14768
14777
  "name": "ClusterId",
@@ -14771,7 +14780,7 @@
14771
14780
  },
14772
14781
  {
14773
14782
  "disabled": false,
14774
- "document": "节点名",
14783
+ "document": "节点ID",
14775
14784
  "example": "eklet-subnet-meg2rq7e-0",
14776
14785
  "member": "string",
14777
14786
  "name": "NodeName",
@@ -19378,7 +19387,7 @@
19378
19387
  "members": [
19379
19388
  {
19380
19389
  "disabled": false,
19381
- "document": "集群ID",
19390
+ "document": "集群ID,通过DescribeClusters接口获取",
19382
19391
  "example": "cls-e55paxnt",
19383
19392
  "member": "string",
19384
19393
  "name": "ClusterId",
@@ -19387,7 +19396,7 @@
19387
19396
  },
19388
19397
  {
19389
19398
  "disabled": false,
19390
- "document": "节点池ID",
19399
+ "document": "节点池ID,通过DescribeNodePools接口获取",
19391
19400
  "example": "np-e55paxnt",
19392
19401
  "member": "string",
19393
19402
  "name": "NodePoolId",
@@ -19396,7 +19405,7 @@
19396
19405
  },
19397
19406
  {
19398
19407
  "disabled": false,
19399
- "document": "节点池名称",
19408
+ "document": "节点池名称,必须修改至少一个参数",
19400
19409
  "example": "virtual-node-prod",
19401
19410
  "member": "string",
19402
19411
  "name": "Name",
@@ -19405,7 +19414,7 @@
19405
19414
  },
19406
19415
  {
19407
19416
  "disabled": false,
19408
- "document": "安全组ID列表",
19417
+ "document": "安全组ID列表,必须修改至少一个参数",
19409
19418
  "example": "[\"sg-0kxvmoz1\"]",
19410
19419
  "member": "string",
19411
19420
  "name": "SecurityGroupIds",
@@ -19414,7 +19423,7 @@
19414
19423
  },
19415
19424
  {
19416
19425
  "disabled": false,
19417
- "document": "虚拟节点label",
19426
+ "document": "虚拟节点label,必须修改至少一个参数",
19418
19427
  "example": "无",
19419
19428
  "member": "Label",
19420
19429
  "name": "Labels",
@@ -19423,7 +19432,7 @@
19423
19432
  },
19424
19433
  {
19425
19434
  "disabled": false,
19426
- "document": "虚拟节点taint",
19435
+ "document": "虚拟节点taint,必须修改至少一个参数",
19427
19436
  "example": "无",
19428
19437
  "member": "Taint",
19429
19438
  "name": "Taints",
@@ -19432,7 +19441,7 @@
19432
19441
  },
19433
19442
  {
19434
19443
  "disabled": false,
19435
- "document": "删除保护开关",
19444
+ "document": "删除保护开关,必须修改至少一个参数",
19436
19445
  "example": "false",
19437
19446
  "member": "bool",
19438
19447
  "name": "DeletionProtection",
@@ -26896,7 +26905,7 @@
26896
26905
  },
26897
26906
  {
26898
26907
  "disabled": false,
26899
- "document": "节点池生命周期",
26908
+ "document": "节点池生命周期\n- creating:创建中\n- normal:正常\n- updating:更新中",
26900
26909
  "example": "running",
26901
26910
  "member": "string",
26902
26911
  "name": "LifeState",
@@ -26932,7 +26941,7 @@
26932
26941
  "members": [
26933
26942
  {
26934
26943
  "disabled": false,
26935
- "document": "节点展示名称",
26944
+ "document": "节点展示名称,建议不超过20个字符",
26936
26945
  "example": "测试节点",
26937
26946
  "member": "string",
26938
26947
  "name": "DisplayName",