tccli 3.0.1303.1__py2.py3-none-any.whl → 3.0.1306.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 (102) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/v20221229/api.json +39 -39
  3. tccli/services/aiart/v20221229/examples.json +11 -11
  4. tccli/services/ams/v20201229/api.json +28 -34
  5. tccli/services/ams/v20201229/examples.json +2 -8
  6. tccli/services/autoscaling/v20180419/api.json +57 -57
  7. tccli/services/autoscaling/v20180419/examples.json +6 -6
  8. tccli/services/bi/v20220105/api.json +9 -0
  9. tccli/services/bi/v20220105/examples.json +1 -1
  10. tccli/services/cbs/v20170312/api.json +49 -38
  11. tccli/services/ccc/v20200210/api.json +10 -0
  12. tccli/services/cdb/v20170320/api.json +9 -9
  13. tccli/services/cdb/v20170320/examples.json +2 -2
  14. tccli/services/cdn/v20180606/api.json +61 -58
  15. tccli/services/cdn/v20180606/examples.json +8 -8
  16. tccli/services/cfs/v20190719/api.json +12 -2
  17. tccli/services/cfs/v20190719/examples.json +2 -2
  18. tccli/services/cfw/cfw_client.py +53 -0
  19. tccli/services/cfw/v20190904/api.json +539 -0
  20. tccli/services/cfw/v20190904/examples.json +8 -0
  21. tccli/services/chc/v20230418/api.json +10 -0
  22. tccli/services/ckafka/ckafka_client.py +53 -0
  23. tccli/services/ckafka/v20190819/api.json +242 -8
  24. tccli/services/ckafka/v20190819/examples.json +8 -0
  25. tccli/services/clb/v20180317/api.json +8 -8
  26. tccli/services/cvm/v20170312/api.json +129 -20
  27. tccli/services/cvm/v20170312/examples.json +1 -1
  28. tccli/services/cynosdb/v20190107/api.json +9 -9
  29. tccli/services/dbbrain/v20191016/api.json +11 -10
  30. tccli/services/dbbrain/v20191016/examples.json +1 -1
  31. tccli/services/dbbrain/v20210527/api.json +1 -1
  32. tccli/services/dc/v20180410/api.json +16 -6
  33. tccli/services/dc/v20180410/examples.json +4 -4
  34. tccli/services/domain/v20180808/api.json +162 -162
  35. tccli/services/domain/v20180808/examples.json +34 -34
  36. tccli/services/drm/v20181115/api.json +52 -65
  37. tccli/services/drm/v20181115/examples.json +1 -1
  38. tccli/services/dsgc/v20190723/api.json +10 -0
  39. tccli/services/dts/v20211206/api.json +0 -9
  40. tccli/services/dts/v20211206/examples.json +1 -1
  41. tccli/services/ecdn/v20191012/api.json +12 -12
  42. tccli/services/emr/v20190103/api.json +10 -0
  43. tccli/services/gs/gs_client.py +53 -0
  44. tccli/services/gs/v20191118/api.json +75 -3
  45. tccli/services/gs/v20191118/examples.json +15 -7
  46. tccli/services/gwlb/v20240906/api.json +28 -28
  47. tccli/services/hai/hai_client.py +53 -0
  48. tccli/services/hai/v20230812/api.json +62 -0
  49. tccli/services/hai/v20230812/examples.json +8 -0
  50. tccli/services/hunyuan/v20230901/api.json +4 -4
  51. tccli/services/ims/v20201229/api.json +14 -5
  52. tccli/services/ims/v20201229/examples.json +2 -2
  53. tccli/services/ioa/v20220601/api.json +13 -2
  54. tccli/services/iotexplorer/v20190423/api.json +62 -3
  55. tccli/services/iotexplorer/v20190423/examples.json +1 -1
  56. tccli/services/iotvideoindustry/v20201201/api.json +29 -19
  57. tccli/services/iotvideoindustry/v20201201/examples.json +2 -2
  58. tccli/services/iss/iss_client.py +273 -8
  59. tccli/services/iss/v20230517/api.json +586 -0
  60. tccli/services/iss/v20230517/examples.json +46 -0
  61. tccli/services/lcic/v20220817/api.json +1 -1
  62. tccli/services/lighthouse/v20200324/api.json +1 -1
  63. tccli/services/live/v20180801/api.json +18 -18
  64. tccli/services/lke/v20231130/api.json +50 -6
  65. tccli/services/lkeap/v20240522/api.json +124 -1
  66. tccli/services/monitor/v20180724/api.json +1 -1
  67. tccli/services/mps/v20190612/api.json +283 -290
  68. tccli/services/mps/v20190612/examples.json +9 -9
  69. tccli/services/ocr/v20181119/api.json +133 -114
  70. tccli/services/ocr/v20181119/examples.json +1 -1
  71. tccli/services/postgres/v20170312/api.json +140 -121
  72. tccli/services/postgres/v20170312/examples.json +1 -1
  73. tccli/services/redis/v20180412/api.json +94 -4
  74. tccli/services/redis/v20180412/examples.json +3 -3
  75. tccli/services/ses/v20201002/api.json +9 -0
  76. tccli/services/soe/v20180724/api.json +13 -13
  77. tccli/services/soe/v20180724/examples.json +2 -2
  78. tccli/services/tat/v20201028/api.json +19 -19
  79. tccli/services/tcss/v20201101/api.json +27 -0
  80. tccli/services/teo/v20220901/api.json +14 -3
  81. tccli/services/tione/tione_client.py +53 -0
  82. tccli/services/tione/v20211111/api.json +49 -1
  83. tccli/services/tione/v20211111/examples.json +8 -0
  84. tccli/services/trtc/v20190722/api.json +5 -5
  85. tccli/services/tse/v20201207/api.json +30 -0
  86. tccli/services/tts/v20190823/api.json +1 -1
  87. tccli/services/vm/v20210922/api.json +21 -30
  88. tccli/services/vm/v20210922/examples.json +2 -2
  89. tccli/services/vod/v20180717/api.json +6 -6
  90. tccli/services/vod/v20180717/examples.json +1 -1
  91. tccli/services/vpc/v20170312/api.json +103 -81
  92. tccli/services/vpc/v20170312/examples.json +3 -3
  93. tccli/services/vrs/v20200824/api.json +52 -52
  94. tccli/services/vrs/v20200824/examples.json +2 -2
  95. tccli/services/wedata/v20210820/api.json +192 -11
  96. tccli/services/wedata/v20210820/examples.json +8 -0
  97. tccli/services/wedata/wedata_client.py +53 -0
  98. {tccli-3.0.1303.1.dist-info → tccli-3.0.1306.1.dist-info}/METADATA +2 -2
  99. {tccli-3.0.1303.1.dist-info → tccli-3.0.1306.1.dist-info}/RECORD +102 -102
  100. {tccli-3.0.1303.1.dist-info → tccli-3.0.1306.1.dist-info}/WHEEL +0 -0
  101. {tccli-3.0.1303.1.dist-info → tccli-3.0.1306.1.dist-info}/entry_points.txt +0 -0
  102. {tccli-3.0.1303.1.dist-info → tccli-3.0.1306.1.dist-info}/license_files/LICENSE +0 -0
@@ -246,7 +246,7 @@
246
246
  "status": "online"
247
247
  },
248
248
  "ModifyDiskAttributes": {
249
- "document": "* 只支持修改弹性云盘的项目ID。随云主机创建的云硬盘项目ID与云主机联动。可以通过[DescribeDisks](/document/product/362/16315)接口查询,见输出参数中Portable字段解释。\n* “云硬盘名称”仅为方便用户自己管理之用,腾讯云并不以此名称作为提交工单或是进行云盘管理操作的依据。\n* 支持批量操作,如果传入多个云盘ID,则所有云盘修改为同一属性。如果存在不允许操作的云盘,则操作不执行,以特定错误码返回。",
249
+ "document": "* 只支持修改弹性云盘的项目ID。随云主机创建的云硬盘项目ID与云主机联动。是否是弹性云盘可以通过[DescribeDisks](/document/product/362/16315)接口查询,见输出参数中Portable字段解释。\n* “云硬盘名称”仅为方便用户自己管理之用,腾讯云并不以此名称作为提交工单或是进行云盘管理操作的依据。\n* 支持批量操作,如果传入多个云盘ID,则所有云盘修改为同一属性。如果存在不允许操作的云盘,则操作不执行,以特定错误码返回。",
250
250
  "input": "ModifyDiskAttributesRequest",
251
251
  "name": "修改云硬盘属性",
252
252
  "output": "ModifyDiskAttributesResponse",
@@ -1314,7 +1314,7 @@
1314
1314
  {
1315
1315
  "disabled": false,
1316
1316
  "document": "可选参数。购买加密盘时自定义密钥, 当传入该参数时, Encrypt入参不为空",
1317
- "example": "",
1317
+ "example": "7ffe44e1-f57a-11e9-be2f-525400ea888",
1318
1318
  "member": "string",
1319
1319
  "name": "KmsKeyId",
1320
1320
  "required": false,
@@ -2120,7 +2120,7 @@
2120
2120
  "members": [
2121
2121
  {
2122
2122
  "disabled": false,
2123
- "document": "过滤条件。参数不支持同时指定`DiskIds`和`Filters`。<br> <li>disk-usage - Array of String - 是否必填:否 -(过滤条件)按云盘类型过滤。 (SYSTEM_DISK:表示系统盘 | DATA_DISK:表示数据盘)<br></li> <li>disk-charge-type - Array of String - 是否必填:否 -(过滤条件)按照云硬盘计费模式过滤。 (PREPAID:表示预付费,即包年包月 | POSTPAID_BY_HOUR:表示后付费,即按量计费。)<br></li> <li>portable - Array of String - 是否必填:否 -(过滤条件)按是否为弹性云盘过滤。 (TRUE:表示弹性云盘 | FALSE:表示非弹性云盘。)<br></li> <li>project-id - Array of Integer - 是否必填:否 -(过滤条件)按云硬盘所属项目ID过滤。<br></li> <li>disk-id - Array of String - 是否必填:否 -(过滤条件)按照云硬盘ID过滤。云盘ID形如:`disk-11112222`。<br></li> <li>disk-name - Array of String - 是否必填:否 -(过滤条件)按照云盘名称过滤。<br></li> <li>disk-type - Array of String - 是否必填:否 -(过滤条件)按照云盘介质类型过滤。(CLOUD_BASIC:表示普通云硬盘 | CLOUD_PREMIUM:表示高性能云硬盘。| CLOUD_SSD:表示SSD云硬盘 | CLOUD_HSSD:表示增强型SSD云硬盘。| CLOUD_TSSD:表示极速型云硬盘。)<br></li> <li>disk-state - Array of String - 是否必填:否 -(过滤条件)按照云盘状态过滤。(UNATTACHED:未挂载 | ATTACHING:挂载中 | ATTACHED:已挂载 | DETACHING:解挂中 | EXPANDING:扩容中 | ROLLBACKING:回滚中 | TORECYCLE:待回收。)<br></li> <li>instance-id - Array of String - 是否必填:否 -(过滤条件)按照云盘挂载的云主机实例ID过滤。可根据此参数查询挂载在指定云主机下的云硬盘。<br></li> <li>zone - Array of String - 是否必填:否 -(过滤条件)按照[可用区](/document/product/213/15753#ZoneInfo)过滤。<br></li> <li>instance-ip-address - Array of String - 是否必填:否 -(过滤条件)按云盘所挂载云主机的内网或外网IP过滤。<br></li> <li>instance-name - Array of String - 是否必填:否 -(过滤条件)按云盘所挂载的实例名称过滤。<br></li> <li>tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。<br></li> <li>tag-value - Array of String - 是否必填:否 -(过滤条件)照标签值进行过滤。<br></li> <li>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。<br></li> <li>dedicated-cluster-id - Array of String - 是否必填:否 -(过滤条件)按照 CDC 独享集群 ID 进行过滤。<br></li> <li>cluster-group-id - String - 是否必填:否 -(过滤条件)按照 集群群组 ID 进行过滤。</li>",
2123
+ "document": "过滤条件。参数不支持同时指定`DiskIds`和`Filters`。<br> <li>disk-usage - Array of String - 是否必填:否 -(过滤条件)按云盘类型过滤。 (SYSTEM_DISK:表示系统盘 | DATA_DISK:表示数据盘)<br></li> <li>disk-charge-type - Array of String - 是否必填:否 -(过滤条件)按照云硬盘计费模式过滤。 (PREPAID:表示预付费,即包年包月 | POSTPAID_BY_HOUR:表示后付费,即按量计费。)<br></li> <li>portable - Array of String - 是否必填:否 -(过滤条件)按是否为弹性云盘过滤。 (TRUE:表示弹性云盘 | FALSE:表示非弹性云盘。)<br></li> <li>project-id - Array of String - 是否必填:否 -(过滤条件)按云硬盘所属项目ID过滤。<br></li> <li>disk-id - Array of String - 是否必填:否 -(过滤条件)按照云硬盘ID过滤。云盘ID形如:`disk-11112222`。<br></li> <li>disk-name - Array of String - 是否必填:否 -(过滤条件)按照云盘名称过滤。<br></li> <li>disk-type - Array of String - 是否必填:否 -(过滤条件)按照云盘介质类型过滤。(CLOUD_BASIC:表示普通云硬盘 | CLOUD_PREMIUM:表示高性能云硬盘。| CLOUD_SSD:表示SSD云硬盘 | CLOUD_HSSD:表示增强型SSD云硬盘。| CLOUD_TSSD:表示极速型云硬盘。)<br></li> <li>disk-state - Array of String - 是否必填:否 -(过滤条件)按照云盘状态过滤。(UNATTACHED:未挂载 | ATTACHING:挂载中 | ATTACHED:已挂载 | DETACHING:解挂中 | EXPANDING:扩容中 | ROLLBACKING:回滚中 | TORECYCLE:待回收 | DUMPING:拷贝硬盘中。)<br></li> <li>instance-id - Array of String - 是否必填:否 -(过滤条件)按照云盘挂载的云主机实例ID过滤。可根据此参数查询挂载在指定云主机下的云硬盘。<br></li> <li>zone - Array of String - 是否必填:否 -(过滤条件)按照[可用区](/document/product/213/15753#ZoneInfo)过滤。<br></li> <li>instance-ip-address - Array of String - 是否必填:否 -(过滤条件)按云盘所挂载云主机的内网或外网IP过滤。<br></li> <li>instance-name - Array of String - 是否必填:否 -(过滤条件)按云盘所挂载的实例名称过滤。<br></li> <li>tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。<br></li> <li>tag-value - Array of String - 是否必填:否 -(过滤条件)照标签值进行过滤。<br></li> <li>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。<br></li> <li>dedicated-cluster-id - Array of String - 是否必填:否 -(过滤条件)按照 CDC 独享集群 ID 进行过滤。<br></li> <li>cluster-group-id - String - 是否必填:否 -(过滤条件)按照 集群群组 ID 进行过滤。</li>",
2124
2124
  "example": "无",
2125
2125
  "member": "Filter",
2126
2126
  "name": "Filters",
@@ -2222,7 +2222,7 @@
2222
2222
  {
2223
2223
  "disabled": false,
2224
2224
  "document": "云服务器实例ID,通过[DescribeInstances](/document/product/213/15728)接口查询。",
2225
- "example": "[\"ins-9w5d2buw\\r\\n\",\"ins-jw0vit58\\r\\n\"]",
2225
+ "example": "[\"ins-9w5d2buw\",\"ins-jw0vit58\"]",
2226
2226
  "member": "string",
2227
2227
  "name": "InstanceIds",
2228
2228
  "required": true,
@@ -2240,6 +2240,7 @@
2240
2240
  "example": "无",
2241
2241
  "member": "AttachDetail",
2242
2242
  "name": "AttachDetail",
2243
+ "output_required": true,
2243
2244
  "type": "list",
2244
2245
  "value_allowed_null": false
2245
2246
  },
@@ -2658,23 +2659,23 @@
2658
2659
  "members": [
2659
2660
  {
2660
2661
  "disabled": false,
2661
- "document": "云盘是否与挂载的实例一起销毁。<br><li>true:销毁实例时会同时销毁云盘,只支持按小时后付费云盘。</li><li>false:销毁实例时不销毁云盘。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
2662
+ "document": "云盘是否与挂载的实例一起销毁。<br><li>true:销毁实例时会同时销毁云盘,只支持按小时后付费云盘。</li><li>false:销毁实例时不销毁云盘。</li>",
2662
2663
  "example": "false",
2663
2664
  "member": "bool",
2664
2665
  "name": "DeleteWithInstance",
2665
2666
  "output_required": true,
2666
2667
  "type": "bool",
2667
- "value_allowed_null": true
2668
+ "value_allowed_null": false
2668
2669
  },
2669
2670
  {
2670
2671
  "disabled": false,
2671
- "document": "自动续费标识。取值范围:<br><li>NOTIFY_AND_AUTO_RENEW:通知过期且自动续费</li><li>NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费</li><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
2672
+ "document": "自动续费标识。取值范围:<br><li>NOTIFY_AND_AUTO_RENEW:通知过期且自动续费</li><li>NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费</li><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费。</li>",
2672
2673
  "example": "NOTIFY_AND_AUTO_RENEW",
2673
2674
  "member": "string",
2674
2675
  "name": "RenewFlag",
2675
2676
  "output_required": true,
2676
2677
  "type": "string",
2677
- "value_allowed_null": true
2678
+ "value_allowed_null": false
2678
2679
  },
2679
2680
  {
2680
2681
  "disabled": false,
@@ -2708,13 +2709,13 @@
2708
2709
  },
2709
2710
  {
2710
2711
  "disabled": false,
2711
- "document": "云盘已挂载到子机,且子机与云盘都是包年包月。<br><li>true:子机设置了自动续费标识,但云盘未设置</li><li>false:云盘自动续费标识正常。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
2712
+ "document": "云盘已挂载到子机,且子机与云盘都是包年包月。<br><li>true:子机设置了自动续费标识,但云盘未设置</li><li>false:云盘自动续费标识正常。</li>",
2712
2713
  "example": "true",
2713
2714
  "member": "bool",
2714
2715
  "name": "AutoRenewFlagError",
2715
2716
  "output_required": true,
2716
2717
  "type": "bool",
2717
- "value_allowed_null": true
2718
+ "value_allowed_null": false
2718
2719
  },
2719
2720
  {
2720
2721
  "disabled": false,
@@ -2768,13 +2769,13 @@
2768
2769
  },
2769
2770
  {
2770
2771
  "disabled": false,
2771
- "document": "与云盘绑定的标签,云盘未绑定标签则取值为空。\n注意:此字段可能返回 null,表示取不到有效值。",
2772
+ "document": "与云盘绑定的标签,云盘未绑定标签则取值为空。",
2772
2773
  "example": "[{\"value\": \"常规项目\", \"key\": \"项目类型\"}]",
2773
2774
  "member": "Tag",
2774
2775
  "name": "Tags",
2775
2776
  "output_required": true,
2776
2777
  "type": "list",
2777
- "value_allowed_null": true
2778
+ "value_allowed_null": false
2778
2779
  },
2779
2780
  {
2780
2781
  "disabled": false,
@@ -2788,17 +2789,17 @@
2788
2789
  },
2789
2790
  {
2790
2791
  "disabled": false,
2791
- "document": "云盘的挂载类型。取值范围:<br><li>PF: PF挂载</li><li>VF: VF挂载</li>\n注意:此字段可能返回 null,表示取不到有效值。",
2792
+ "document": "云盘的挂载类型。取值范围:<br><li>PF: PF挂载</li><li>VF: VF挂载</li>",
2792
2793
  "example": "PF",
2793
2794
  "member": "string",
2794
2795
  "name": "AttachMode",
2795
2796
  "output_required": true,
2796
2797
  "type": "string",
2797
- "value_allowed_null": true
2798
+ "value_allowed_null": false
2798
2799
  },
2799
2800
  {
2800
2801
  "disabled": false,
2801
- "document": "云盘关联的定期快照ID。只有在调用DescribeDisks接口时,入参ReturnBindAutoSnapshotPolicy取值为TRUE才会返回该参数。\n注意:此字段可能返回 null,表示取不到有效值。",
2802
+ "document": "云盘关联的定期快照ID。只有在调用[DescribeDisks](/document/product/362/16315)接口时,入参ReturnBindAutoSnapshotPolicy取值为TRUE才会返回该参数。\n注意:此字段可能返回 null,表示取不到有效值。",
2802
2803
  "example": "null",
2803
2804
  "member": "string",
2804
2805
  "name": "AutoSnapshotPolicyIds",
@@ -2808,23 +2809,23 @@
2808
2809
  },
2809
2810
  {
2810
2811
  "disabled": false,
2811
- "document": "云硬盘额外性能值,单位MB/s。\n注意:此字段可能返回 null,表示取不到有效值。",
2812
+ "document": "云硬盘额外性能值,单位MiB/s",
2812
2813
  "example": "0",
2813
2814
  "member": "uint64",
2814
2815
  "name": "ThroughputPerformance",
2815
2816
  "output_required": true,
2816
2817
  "type": "int",
2817
- "value_allowed_null": true
2818
+ "value_allowed_null": false
2818
2819
  },
2819
2820
  {
2820
2821
  "disabled": false,
2821
- "document": "云盘是否处于类型变更中。取值范围:<br><li>false:表示云盘不处于类型变更中</li><li>true:表示云盘已发起类型变更,正处于迁移中。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
2822
+ "document": "云盘是否处于类型变更中。取值范围:<br><li>false:表示云盘不处于类型变更中</li><li>true:表示云盘已发起类型变更,正处于迁移中。</li>",
2822
2823
  "example": "false",
2823
2824
  "member": "bool",
2824
2825
  "name": "Migrating",
2825
2826
  "output_required": true,
2826
2827
  "type": "bool",
2827
- "value_allowed_null": true
2828
+ "value_allowed_null": false
2828
2829
  },
2829
2830
  {
2830
2831
  "disabled": false,
@@ -2838,7 +2839,7 @@
2838
2839
  },
2839
2840
  {
2840
2841
  "disabled": false,
2841
- "document": "云盘拥有的快照总容量,单位为MB。",
2842
+ "document": "云盘拥有的快照总容量,单位为MiB。",
2842
2843
  "example": "0",
2843
2844
  "member": "uint64",
2844
2845
  "name": "SnapshotSize",
@@ -2862,7 +2863,7 @@
2862
2863
  "example": "true",
2863
2864
  "member": "bool",
2864
2865
  "name": "IsReturnable",
2865
- "output_required": true,
2866
+ "output_required": false,
2866
2867
  "type": "bool",
2867
2868
  "value_allowed_null": true
2868
2869
  },
@@ -2898,13 +2899,13 @@
2898
2899
  },
2899
2900
  {
2900
2901
  "disabled": false,
2901
- "document": "云盘类型变更的迁移进度,取值0到100。\n注意:此字段可能返回 null,表示取不到有效值。",
2902
+ "document": "云盘类型变更的迁移进度,取值0到100",
2902
2903
  "example": "0",
2903
2904
  "member": "uint64",
2904
2905
  "name": "MigratePercent",
2905
2906
  "output_required": true,
2906
2907
  "type": "int",
2907
- "value_allowed_null": true
2908
+ "value_allowed_null": false
2908
2909
  },
2909
2910
  {
2910
2911
  "disabled": false,
@@ -2948,13 +2949,13 @@
2948
2949
  },
2949
2950
  {
2950
2951
  "disabled": false,
2951
- "document": "在云盘已挂载到实例,且实例与云盘都是包年包月的条件下,此字段才有意义。<br><li>true:云盘到期时间早于实例。</li><li>false:云盘到期时间晚于实例。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
2952
+ "document": "在云盘已挂载到实例,且实例与云盘都是包年包月的条件下,此字段才有意义。<br><li>true:云盘到期时间早于实例。</li><li>false:云盘到期时间晚于实例。</li>",
2952
2953
  "example": "true",
2953
2954
  "member": "bool",
2954
2955
  "name": "DeadlineError",
2955
2956
  "output_required": true,
2956
2957
  "type": "bool",
2957
- "value_allowed_null": true
2958
+ "value_allowed_null": false
2958
2959
  },
2959
2960
  {
2960
2961
  "disabled": false,
@@ -2968,7 +2969,7 @@
2968
2969
  },
2969
2970
  {
2970
2971
  "disabled": false,
2971
- "document": "当前时间距离盘到期的天数(仅对预付费盘有意义)。\n注意:此字段可能返回 null,表示取不到有效值。",
2972
+ "document": "当前时间距离云硬盘到期的天数(仅对预付费云硬盘有意义)\n注意:此字段可能返回 null,表示取不到有效值。",
2972
2973
  "example": "20",
2973
2974
  "member": "int64",
2974
2975
  "name": "DifferDaysOfDeadline",
@@ -2978,13 +2979,13 @@
2978
2979
  },
2979
2980
  {
2980
2981
  "disabled": false,
2981
- "document": "预付费云盘在不支持主动退还的情况下,该参数表明不支持主动退还的具体原因。取值范围:<br><li>1:云硬盘已经退还</li><li>2:云硬盘已过期</li><li>3:云盘不支持退还</li><li>8:超过可退还数量的限制。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
2982
+ "document": "预付费云盘在不支持主动退还的情况下,该参数表明不支持主动退还的具体原因。取值范围:<br><li>1:云硬盘已经退还</li><li>2:云硬盘已过期</li><li>3:云盘不支持退还</li><li>8:超过可退还数量的限制。</li><li>10:非弹性云硬盘、系统盘、后付费云硬盘等不支持退还</li>",
2982
2983
  "example": "10",
2983
2984
  "member": "int64",
2984
2985
  "name": "ReturnFailCode",
2985
2986
  "output_required": true,
2986
2987
  "type": "int",
2987
- "value_allowed_null": true
2988
+ "value_allowed_null": false
2988
2989
  },
2989
2990
  {
2990
2991
  "disabled": false,
@@ -3058,33 +3059,43 @@
3058
3059
  },
3059
3060
  {
3060
3061
  "disabled": false,
3061
- "document": "云硬盘最后一次操作错误提示\n注意:此字段可能返回 null,表示取不到有效值。",
3062
+ "document": "云硬盘最后一次操作错误提示",
3062
3063
  "example": "请稍后重试",
3063
3064
  "member": "string",
3064
3065
  "name": "ErrorPrompt",
3065
3066
  "output_required": true,
3066
3067
  "type": "string",
3067
- "value_allowed_null": true
3068
+ "value_allowed_null": false
3068
3069
  },
3069
3070
  {
3070
3071
  "disabled": false,
3071
- "document": "云盘是否开启性能突发\n注意:此字段可能返回 null,表示取不到有效值。",
3072
+ "document": "云盘是否开启性能突发",
3072
3073
  "example": "false",
3073
3074
  "member": "bool",
3074
3075
  "name": "BurstPerformance",
3075
3076
  "output_required": true,
3076
3077
  "type": "bool",
3077
- "value_allowed_null": true
3078
+ "value_allowed_null": false
3078
3079
  },
3079
3080
  {
3080
3081
  "disabled": false,
3081
- "document": "云硬盘加密类型,值为ENCRYPT_V1和ENCRYPT_V2,分别表示第一代和第二代加密技术,两种加密技术互不兼容\n注意:此字段可能返回 null,表示取不到有效值。",
3082
+ "document": "云硬盘加密类型,值为ENCRYPT_V1和ENCRYPT_V2,分别表示第一代和第二代加密技术,两种加密技术互不兼容",
3082
3083
  "example": "ENCRYPT_V1",
3083
3084
  "member": "string",
3084
3085
  "name": "EncryptType",
3085
3086
  "output_required": false,
3086
3087
  "type": "string",
3087
- "value_allowed_null": true
3088
+ "value_allowed_null": false
3089
+ },
3090
+ {
3091
+ "disabled": false,
3092
+ "document": "加密盘密钥ID",
3093
+ "example": "12430b3b-fd7b-11ea-aaaa-52540065fe6d",
3094
+ "member": "string",
3095
+ "name": "KmsKeyId",
3096
+ "output_required": false,
3097
+ "type": "string",
3098
+ "value_allowed_null": false
3088
3099
  }
3089
3100
  ],
3090
3101
  "usage": "out"
@@ -3455,7 +3466,7 @@
3455
3466
  "members": [
3456
3467
  {
3457
3468
  "disabled": false,
3458
- "document": "待重新初始化的云硬盘ID列表, 单次初始化限制20块以内",
3469
+ "document": "待重新初始化的云硬盘ID列表,可以通过[DescribeDisks](/document/product/362/16315)接口查询, 单次初始化限制20块以内",
3459
3470
  "example": "[\"disk-12sdf234\"]",
3460
3471
  "member": "string",
3461
3472
  "name": "DiskIds",
@@ -3863,7 +3874,7 @@
3863
3874
  "members": [
3864
3875
  {
3865
3876
  "disabled": false,
3866
- "document": "一个或多个待操作的云硬盘ID。如果传入多个云盘ID,仅支持所有云盘修改为同一属性。",
3877
+ "document": "一个或多个待操作的云硬盘ID,可以通过[DescribeDisks](/document/product/362/16315)接口查询。如果传入多个云盘ID,仅支持将所有云盘修改为同一属性。\n",
3867
3878
  "example": "[\"disk-l7mxexxc\"]",
3868
3879
  "member": "string",
3869
3880
  "name": "DiskIds",
@@ -3908,7 +3919,7 @@
3908
3919
  },
3909
3920
  {
3910
3921
  "disabled": false,
3911
- "document": "变更云盘类型时,可传入该参数,表示变更的目标类型,取值范围:<br><li>CLOUD_PREMIUM:表示高性能云硬盘</li><li>CLOUD_SSD:表示SSD云硬盘。</li>当前不支持批量变更类型,即传入DiskType时,DiskIds仅支持传入一块云盘;<br>变更云盘类型时不支持同时变更其他属性。",
3922
+ "document": "变更云盘类型时,可传入该参数,表示变更的目标类型,取值范围:<br><li>CLOUD_PREMIUM:表示高性能云硬盘</li><li>CLOUD_SSD:表示SSD云硬盘。</li>当前不支持批量变更类型,即传入DiskType时,DiskIds仅支持传入一块云盘;<br>变更云盘类型时不支持同时变更其他属性。\n具体说明请参考[调整云硬盘类型](https://cloud.tencent.com/document/product/362/32540)",
3912
3923
  "example": "CLOUD_SSD",
3913
3924
  "member": "string",
3914
3925
  "name": "DiskType",
@@ -3917,7 +3928,7 @@
3917
3928
  },
3918
3929
  {
3919
3930
  "disabled": false,
3920
- "document": "开启/关闭云盘性能突发功能",
3931
+ "document": "开启/关闭云盘性能突发功能,取值范围: \nCREATE:开启\nCANCEL:关闭",
3921
3932
  "example": "CREATE",
3922
3933
  "member": "string",
3923
3934
  "name": "BurstPerformanceOperation",
@@ -698,6 +698,16 @@
698
698
  "type": "int",
699
699
  "value_allowed_null": false
700
700
  },
701
+ {
702
+ "disabled": false,
703
+ "document": "llm首token时延(毫秒)",
704
+ "example": "100",
705
+ "member": "int64",
706
+ "name": "LLMFirstTokenLatency",
707
+ "output_required": false,
708
+ "type": "int",
709
+ "value_allowed_null": false
710
+ },
701
711
  {
702
712
  "disabled": false,
703
713
  "document": "端到端时延(毫秒)",
@@ -43,9 +43,9 @@
43
43
  "status": "online"
44
44
  },
45
45
  "CheckMigrateCluster": {
46
- "document": "本接口(CheckMigrateCluster)用于高可用实例一键迁移到集群版校验。",
46
+ "document": "本接口(CheckMigrateCluster)用于高可用实例一键迁移到云盘版校验。",
47
47
  "input": "CheckMigrateClusterRequest",
48
- "name": "迁移集群版校验",
48
+ "name": "迁移云盘版校验",
49
49
  "output": "CheckMigrateClusterResponse",
50
50
  "status": "online"
51
51
  },
@@ -449,9 +449,9 @@
449
449
  "status": "online"
450
450
  },
451
451
  "DescribeClusterInfo": {
452
- "document": "本接口(DescribeClusterInfo)用于查询集群版实例信息。",
452
+ "document": "本接口(DescribeClusterInfo)用于查询云盘版实例信息。",
453
453
  "input": "DescribeClusterInfoRequest",
454
- "name": "查询集群版实例信息",
454
+ "name": "查询云盘版实例信息",
455
455
  "output": "DescribeClusterInfoResponse",
456
456
  "status": "online"
457
457
  },
@@ -4004,7 +4004,7 @@
4004
4004
  },
4005
4005
  {
4006
4006
  "disabled": false,
4007
- "document": "集群版节点拓扑配置。",
4007
+ "document": "云盘版节点拓扑配置。",
4008
4008
  "example": "{\"ReadWriteNode\":{\"Zone\":\"ap-beijing-6\"},\"ReadOnlyNodes\":[{\"Zone\":\"ap-beijing-6\"}]}",
4009
4009
  "member": "ClusterTopology",
4010
4010
  "name": "ClusterTopology",
@@ -4013,7 +4013,7 @@
4013
4013
  },
4014
4014
  {
4015
4015
  "disabled": false,
4016
- "document": "迁移实例类型。支持值包括: \"CLOUD_NATIVE_CLUSTER\" - 标准型集群版实例, \"CLOUD_NATIVE_CLUSTER_EXCLUSIVE\" - 加强型集群版实例。",
4016
+ "document": "迁移实例类型。支持值包括: \"CLOUD_NATIVE_CLUSTER\" - 标准型云盘版实例, \"CLOUD_NATIVE_CLUSTER_EXCLUSIVE\" - 加强型云盘版实例。",
4017
4017
  "example": "CLOUD_NATIVE_CLUSTER",
4018
4018
  "member": "string",
4019
4019
  "name": "DeviceType",
@@ -9466,7 +9466,7 @@
9466
9466
  },
9467
9467
  {
9468
9468
  "disabled": false,
9469
- "document": "集群读写地址信息。",
9469
+ "document": "云盘版实例的读写地址信息。",
9470
9470
  "example": "10.1.*.1:3306",
9471
9471
  "member": "AddressInfo",
9472
9472
  "name": "ReadWriteAddress",
@@ -9476,7 +9476,7 @@
9476
9476
  },
9477
9477
  {
9478
9478
  "disabled": false,
9479
- "document": "集群只读地址信息。",
9479
+ "document": "云盘版实例的只读地址信息。",
9480
9480
  "example": "10.1.*.2:3306",
9481
9481
  "member": "AddressInfo",
9482
9482
  "name": "ReadOnlyAddress",
@@ -9486,7 +9486,7 @@
9486
9486
  },
9487
9487
  {
9488
9488
  "disabled": false,
9489
- "document": "集群节点列表信息。",
9489
+ "document": "云盘版实例的节点列表信息。",
9490
9490
  "example": "[{\"NodeId\": \"dbn-qqeo1111\",\"Role\": \"master\",\"Zone\": \"ap-guangzhou-1\",\"Weight\": 1,\"Status\": \"online\"},{\"NodeId\": \"dbn-qqeo2222\",\"Role\": \"slave\",\"Zone\": \"ap-guangzhou-2\",\"Weight\": 1,\"Status\": \"online\"}]",
9491
9491
  "member": "ClusterNodeInfo",
9492
9492
  "name": "NodeList",
@@ -59,7 +59,7 @@
59
59
  "document": "",
60
60
  "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckMigrateCluster\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-f35wr6wj\"\n}",
61
61
  "output": "{\n \"Response\": {\n \"CheckResult\": \"pass\",\n \"Items\": [\n {\n \"Name\": \"SubVersion\",\n \"Status\": \"pass\"\n }\n ],\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
62
- "title": "高可用实例一键迁移到集群版校验"
62
+ "title": "高可用实例一键迁移到云盘版校验"
63
63
  }
64
64
  ],
65
65
  "CloseAuditService": [
@@ -553,7 +553,7 @@
553
553
  "document": "",
554
554
  "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusterInfo\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-dctw4edd\"\n}",
555
555
  "output": "{\n \"Response\": {\n \"ClusterName\": \"dbname\",\n \"ReadWriteAddress\": {\n \"ResourceId\": \"cdb-dctw4edd\",\n \"UniqVpcId\": \"vpc-hendkj\",\n \"UniqSubnetId\": \"subnet-eushjw\",\n \"Vip\": \"192.168.3.4\",\n \"VPort\": 3306,\n \"WanDomain\": \"gz-cdb-*******.sql.tencentcdb.com\",\n \"WanPort\": 23356\n },\n \"ReadOnlyAddress\": [\n {\n \"ResourceId\": \"cdbro-3a1eccdd\",\n \"UniqVpcId\": \"vpc-ehndjs\",\n \"UniqSubnetId\": \"subnet-euwhsn\",\n \"Vip\": \"192.168.3.5\",\n \"VPort\": 3306,\n \"WanDomain\": \"gz-cdb-*******.sql.tencentcdb.com\",\n \"WanPort\": 23356\n }\n ],\n \"NodeList\": [\n {\n \"NodeId\": \"dbn-qqeo1111\",\n \"Role\": \"master\",\n \"Zone\": \"ap-guangzhou-1\",\n \"Weight\": 1,\n \"Status\": \"online\"\n },\n {\n \"NodeId\": \"dbn-qqeo2222\",\n \"Role\": \"slave\",\n \"Zone\": \"ap-guangzhou-2\",\n \"Weight\": 1,\n \"Status\": \"online\"\n }\n ],\n \"ReadonlyLimit\": 10,\n \"NodeCount\": 2,\n \"RequestId\": \"mnksadas-cb0d-4943-9b17-c3306ed3d\"\n }\n}",
556
- "title": "查询集群版实例信息"
556
+ "title": "查询云盘版实例信息"
557
557
  }
558
558
  ],
559
559
  "DescribeCpuExpandStrategy": [