tccli-intl-en 3.0.1248.1__py2.py3-none-any.whl → 3.1.33.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 (245) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/services/__init__.py +32 -1
  4. tccli/services/advisor/advisor_client.py +10 -4
  5. tccli/services/ai3d/__init__.py +4 -0
  6. tccli/services/ai3d/ai3d_client.py +266 -0
  7. tccli/services/ai3d/v20250513/api.json +264 -0
  8. tccli/services/ai3d/v20250513/examples.json +20 -0
  9. tccli/services/aiart/aiart_client.py +5 -2
  10. tccli/services/ams/ams_client.py +20 -8
  11. tccli/services/antiddos/antiddos_client.py +350 -140
  12. tccli/services/apigateway/apigateway_client.py +465 -186
  13. tccli/services/apm/apm_client.py +835 -68
  14. tccli/services/apm/v20210622/api.json +3936 -1145
  15. tccli/services/apm/v20210622/examples.json +133 -23
  16. tccli/services/asr/asr_client.py +10 -4
  17. tccli/services/autoscaling/autoscaling_client.py +290 -116
  18. tccli/services/autoscaling/v20180419/api.json +78 -28
  19. tccli/services/batch/batch_client.py +140 -56
  20. tccli/services/bi/bi_client.py +120 -48
  21. tccli/services/billing/billing_client.py +210 -84
  22. tccli/services/cam/cam_client.py +405 -162
  23. tccli/services/captcha/captcha_client.py +5 -2
  24. tccli/services/car/car_client.py +165 -66
  25. tccli/services/cbs/cbs_client.py +190 -76
  26. tccli/services/ccc/ccc_client.py +794 -160
  27. tccli/services/ccc/v20200210/api.json +1778 -202
  28. tccli/services/ccc/v20200210/examples.json +64 -0
  29. tccli/services/cdb/cdb_client.py +1770 -531
  30. tccli/services/cdb/v20170320/api.json +2166 -335
  31. tccli/services/cdb/v20170320/examples.json +126 -6
  32. tccli/services/cdc/cdc_client.py +100 -40
  33. tccli/services/cdc/v20201214/api.json +2 -2
  34. tccli/services/cdc/v20201214/examples.json +4 -4
  35. tccli/services/cdn/cdn_client.py +220 -88
  36. tccli/services/cdn/v20180606/api.json +22 -22
  37. tccli/services/cdn/v20180606/examples.json +1 -1
  38. tccli/services/cdwdoris/cdwdoris_client.py +385 -154
  39. tccli/services/cdwpg/cdwpg_client.py +120 -48
  40. tccli/services/cdz/__init__.py +4 -0
  41. tccli/services/cdz/cdz_client.py +210 -0
  42. tccli/services/cdz/v20221123/api.json +233 -0
  43. tccli/services/cdz/v20221123/examples.json +12 -0
  44. tccli/services/cfg/cfg_client.py +80 -32
  45. tccli/services/cfs/cfs_client.py +195 -78
  46. tccli/services/cfw/cfw_client.py +330 -132
  47. tccli/services/chdfs/chdfs_client.py +145 -58
  48. tccli/services/ciam/ciam_client.py +80 -32
  49. tccli/services/ckafka/ckafka_client.py +1149 -259
  50. tccli/services/ckafka/v20190819/api.json +3738 -1696
  51. tccli/services/ckafka/v20190819/examples.json +266 -162
  52. tccli/services/clb/clb_client.py +1054 -469
  53. tccli/services/clb/v20180317/api.json +2273 -1020
  54. tccli/services/clb/v20180317/examples.json +184 -124
  55. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  56. tccli/services/cls/cls_client.py +434 -173
  57. tccli/services/cmq/cmq_client.py +14 -803
  58. tccli/services/cmq/v20190304/api.json +173 -1367
  59. tccli/services/cmq/v20190304/examples.json +0 -120
  60. tccli/services/config/config_client.py +30 -12
  61. tccli/services/controlcenter/controlcenter_client.py +229 -2
  62. tccli/services/controlcenter/v20230110/api.json +528 -5
  63. tccli/services/controlcenter/v20230110/examples.json +32 -0
  64. tccli/services/csip/csip_client.py +170 -68
  65. tccli/services/ctsdb/ctsdb_client.py +10 -4
  66. tccli/services/cvm/cvm_client.py +706 -189
  67. tccli/services/cvm/v20170312/api.json +598 -185
  68. tccli/services/cvm/v20170312/examples.json +172 -126
  69. tccli/services/cwp/cwp_client.py +2325 -930
  70. tccli/services/cynosdb/cynosdb_client.py +1887 -577
  71. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  72. tccli/services/cynosdb/v20190107/examples.json +132 -4
  73. tccli/services/dataintegration/dataintegration_client.py +5 -2
  74. tccli/services/dayu/dayu_client.py +515 -206
  75. tccli/services/dbbrain/dbbrain_client.py +210 -84
  76. tccli/services/dc/dc_client.py +90 -36
  77. tccli/services/dcdb/dcdb_client.py +310 -124
  78. tccli/services/dlc/dlc_client.py +859 -214
  79. tccli/services/dlc/v20210125/api.json +637 -13
  80. tccli/services/dlc/v20210125/examples.json +48 -0
  81. tccli/services/dms/dms_client.py +10 -4
  82. tccli/services/dnspod/dnspod_client.py +302 -76
  83. tccli/services/dnspod/v20210323/api.json +153 -0
  84. tccli/services/dnspod/v20210323/examples.json +16 -0
  85. tccli/services/domain/domain_client.py +120 -48
  86. tccli/services/dts/dts_client.py +415 -166
  87. tccli/services/eb/eb_client.py +130 -52
  88. tccli/services/ecdn/ecdn_client.py +75 -30
  89. tccli/services/ecm/ecm_client.py +620 -248
  90. tccli/services/eiam/eiam_client.py +200 -80
  91. tccli/services/emr/emr_client.py +2815 -146
  92. tccli/services/emr/v20190103/api.json +14527 -4841
  93. tccli/services/emr/v20190103/examples.json +404 -36
  94. tccli/services/es/es_client.py +105 -42
  95. tccli/services/facefusion/facefusion_client.py +15 -6
  96. tccli/services/faceid/faceid_client.py +95 -38
  97. tccli/services/faceid/v20180301/api.json +196 -53
  98. tccli/services/faceid/v20180301/examples.json +3 -3
  99. tccli/services/gaap/gaap_client.py +440 -176
  100. tccli/services/gme/gme_client.py +50 -20
  101. tccli/services/gpm/gpm_client.py +90 -36
  102. tccli/services/gse/gse_client.py +110 -44
  103. tccli/services/gwlb/gwlb_client.py +90 -36
  104. tccli/services/hunyuan/__init__.py +4 -0
  105. tccli/services/hunyuan/hunyuan_client.py +546 -0
  106. tccli/services/hunyuan/v20230901/api.json +628 -0
  107. tccli/services/hunyuan/v20230901/examples.json +60 -0
  108. tccli/services/iai/iai_client.py +145 -58
  109. tccli/services/iap/iap_client.py +30 -12
  110. tccli/services/ims/ims_client.py +5 -2
  111. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +210 -84
  112. tccli/services/iotcloud/iotcloud_client.py +100 -40
  113. tccli/services/ip/ip_client.py +30 -12
  114. tccli/services/kms/kms_client.py +340 -136
  115. tccli/services/kms/v20190118/api.json +80 -3
  116. tccli/services/kms/v20190118/examples.json +3 -3
  117. tccli/services/lcic/lcic_client.py +265 -106
  118. tccli/services/lighthouse/lighthouse_client.py +730 -172
  119. tccli/services/lighthouse/v20200324/api.json +502 -14
  120. tccli/services/lighthouse/v20200324/examples.json +59 -5
  121. tccli/services/live/live_client.py +600 -240
  122. tccli/services/lke/lke_client.py +450 -180
  123. tccli/services/lkeap/__init__.py +4 -0
  124. tccli/services/lkeap/lkeap_client.py +602 -0
  125. tccli/services/lkeap/v20240522/api.json +989 -0
  126. tccli/services/lkeap/v20240522/examples.json +92 -0
  127. tccli/services/mariadb/mariadb_client.py +250 -100
  128. tccli/services/mdc/mdc_client.py +90 -36
  129. tccli/services/mdl/mdl_client.py +357 -90
  130. tccli/services/mdl/v20200326/api.json +1095 -77
  131. tccli/services/mdl/v20200326/examples.json +40 -16
  132. tccli/services/mdp/mdp_client.py +416 -124
  133. tccli/services/mdp/v20200527/api.json +335 -40
  134. tccli/services/mdp/v20200527/examples.json +95 -79
  135. tccli/services/message/__init__.py +4 -0
  136. tccli/services/message/message_client.py +210 -0
  137. tccli/services/message/v20181225/api.json +72 -0
  138. tccli/services/message/v20181225/examples.json +13 -0
  139. tccli/services/mongodb/mongodb_client.py +1404 -141
  140. tccli/services/mongodb/v20190725/api.json +2919 -677
  141. tccli/services/mongodb/v20190725/examples.json +190 -22
  142. tccli/services/monitor/monitor_client.py +1008 -296
  143. tccli/services/monitor/v20180724/api.json +664 -15
  144. tccli/services/monitor/v20180724/examples.json +152 -4
  145. tccli/services/mps/mps_client.py +1721 -381
  146. tccli/services/mps/v20190612/api.json +4905 -561
  147. tccli/services/mps/v20190612/examples.json +221 -69
  148. tccli/services/mqtt/__init__.py +4 -0
  149. tccli/services/mqtt/mqtt_client.py +1610 -0
  150. tccli/services/mqtt/v20240516/api.json +3057 -0
  151. tccli/services/mqtt/v20240516/examples.json +213 -0
  152. tccli/services/msp/msp_client.py +35 -14
  153. tccli/services/ocr/ocr_client.py +358 -76
  154. tccli/services/ocr/v20181119/api.json +731 -88
  155. tccli/services/ocr/v20181119/examples.json +40 -10
  156. tccli/services/omics/omics_client.py +100 -40
  157. tccli/services/organization/organization_client.py +580 -232
  158. tccli/services/postgres/postgres_client.py +455 -182
  159. tccli/services/privatedns/privatedns_client.py +155 -62
  160. tccli/services/pts/pts_client.py +240 -96
  161. tccli/services/quota/__init__.py +4 -0
  162. tccli/services/quota/quota_client.py +434 -0
  163. tccli/services/quota/v20241204/api.json +548 -0
  164. tccli/services/quota/v20241204/examples.json +51 -0
  165. tccli/services/rce/rce_client.py +5 -2
  166. tccli/services/redis/redis_client.py +545 -218
  167. tccli/services/redis/v20180412/api.json +227 -115
  168. tccli/services/redis/v20180412/examples.json +19 -19
  169. tccli/services/region/region_client.py +15 -6
  170. tccli/services/rum/rum_client.py +300 -120
  171. tccli/services/scf/scf_client.py +210 -84
  172. tccli/services/ses/ses_client.py +145 -58
  173. tccli/services/smh/__init__.py +4 -0
  174. tccli/services/smh/smh_client.py +714 -0
  175. tccli/services/smh/v20210712/api.json +1287 -0
  176. tccli/services/smh/v20210712/examples.json +85 -0
  177. tccli/services/sms/sms_client.py +90 -36
  178. tccli/services/sqlserver/sqlserver_client.py +3759 -480
  179. tccli/services/sqlserver/v20180328/api.json +8909 -2941
  180. tccli/services/sqlserver/v20180328/examples.json +447 -3
  181. tccli/services/ssl/ssl_client.py +190 -76
  182. tccli/services/ssm/ssm_client.py +120 -48
  183. tccli/services/sts/sts_client.py +25 -10
  184. tccli/services/tag/tag_client.py +150 -60
  185. tccli/services/tat/tat_client.py +95 -38
  186. tccli/services/tbaas/tbaas_client.py +20 -8
  187. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  188. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  189. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  190. tccli/services/tchd/tchd_client.py +5 -2
  191. tccli/services/tcmpp/tcmpp_client.py +520 -208
  192. tccli/services/tcr/tcr_client.py +380 -152
  193. tccli/services/tcsas/tcsas_client.py +2576 -327
  194. tccli/services/tcsas/v20250106/api.json +8304 -3241
  195. tccli/services/tcsas/v20250106/examples.json +311 -15
  196. tccli/services/tcss/tcss_client.py +1650 -660
  197. tccli/services/tdid/tdid_client.py +240 -96
  198. tccli/services/tdmq/tdmq_client.py +2876 -466
  199. tccli/services/tdmq/v20200217/api.json +11607 -3958
  200. tccli/services/tdmq/v20200217/examples.json +562 -264
  201. tccli/services/tem/tem_client.py +280 -112
  202. tccli/services/teo/teo_client.py +1590 -540
  203. tccli/services/teo/v20220901/api.json +703 -71
  204. tccli/services/teo/v20220901/examples.json +88 -22
  205. tccli/services/tione/__init__.py +4 -0
  206. tccli/services/tione/tione_client.py +210 -0
  207. tccli/services/tione/v20211111/api.json +3074 -0
  208. tccli/services/tione/v20211111/examples.json +12 -0
  209. tccli/services/tiw/tiw_client.py +255 -102
  210. tccli/services/tke/tke_client.py +858 -276
  211. tccli/services/tke/v20180525/api.json +227 -0
  212. tccli/services/tke/v20180525/examples.json +24 -0
  213. tccli/services/tms/tms_client.py +5 -2
  214. tccli/services/tmt/tmt_client.py +5 -2
  215. tccli/services/trabbit/trabbit_client.py +145 -58
  216. tccli/services/trocket/__init__.py +4 -0
  217. tccli/services/trocket/trocket_client.py +2450 -0
  218. tccli/services/trocket/v20230308/api.json +6062 -0
  219. tccli/services/trocket/v20230308/examples.json +339 -0
  220. tccli/services/trro/trro_client.py +95 -38
  221. tccli/services/trtc/trtc_client.py +255 -102
  222. tccli/services/trtc/v20190722/api.json +135 -31
  223. tccli/services/trtc/v20190722/examples.json +7 -7
  224. tccli/services/tts/tts_client.py +5 -2
  225. tccli/services/vclm/vclm_client.py +10 -4
  226. tccli/services/vm/vm_client.py +20 -8
  227. tccli/services/vod/v20180717/api.json +2929 -296
  228. tccli/services/vod/v20180717/examples.json +40 -6
  229. tccli/services/vod/vod_client.py +1175 -358
  230. tccli/services/vpc/v20170312/api.json +1102 -137
  231. tccli/services/vpc/v20170312/examples.json +127 -23
  232. tccli/services/vpc/vpc_client.py +2241 -670
  233. tccli/services/waf/v20180125/api.json +1372 -194
  234. tccli/services/waf/v20180125/examples.json +89 -1
  235. tccli/services/waf/waf_client.py +1149 -245
  236. tccli/services/wedata/v20250806/api.json +13644 -0
  237. tccli/services/wedata/v20250806/examples.json +621 -0
  238. tccli/services/wedata/wedata_client.py +6067 -1263
  239. tccli/services/yunjing/yunjing_client.py +355 -142
  240. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/METADATA +4 -7
  241. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/RECORD +245 -203
  242. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/WHEEL +1 -1
  243. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/entry_points.txt +0 -1
  244. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/LICENSE +0 -0
  245. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "actions": {
3
3
  "AllocateHosts": {
4
- "document": "This API is used to create CDH instances with specified configuration.\n* When HostChargeType is PREPAID, the HostChargePrepaid parameter must be specified.",
4
+ "document": "This API is used to create CDH instances with specified configuration.",
5
5
  "input": "AllocateHostsRequest",
6
6
  "name": "Creates CDH instances",
7
7
  "output": "AllocateHostsResponse",
@@ -343,6 +343,20 @@
343
343
  "output": "InquirePricePurchaseReservedInstancesOfferingResponse",
344
344
  "status": "online"
345
345
  },
346
+ "InquiryPriceModifyInstancesChargeType": {
347
+ "document": "This API is used to inquire about the price for switching billing modes of instance.\n\n\nThis API is used to indicate that instances with no charge when shut down, instances of the model families Batch Computing BC1 and Batch Computing BS1, instances of scheduled termination, and spot instances do not support this operation.",
348
+ "input": "InquiryPriceModifyInstancesChargeTypeRequest",
349
+ "name": "Modify the instance billing mode price inquiry",
350
+ "output": "InquiryPriceModifyInstancesChargeTypeResponse",
351
+ "status": "online"
352
+ },
353
+ "InquiryPriceRenewInstances": {
354
+ "document": "This API is used to inquire about the price for renewing a monthly subscription instance.\n\nThis API is used to query the renewal price of monthly subscription instances.",
355
+ "input": "InquiryPriceRenewInstancesRequest",
356
+ "name": "Renewal instance inquiry",
357
+ "output": "InquiryPriceRenewInstancesResponse",
358
+ "status": "online"
359
+ },
346
360
  "InquiryPriceResetInstance": {
347
361
  "document": "This API is used to inquire about the price for reinstalling an instance.\n\n* If you have specified the parameter `ImageId`, inquire about the price for reinstallation by using the specified image. Otherwise, inquire about the price for reinstallation based on the image currently used by the instance.\n* Currently, only instances with a [system disk type](https://intl.cloud.tencent.com/document/api/213/15753?from_cn_redirect=1#SystemDisk) of `CLOUD_BSSD`, `CLOUD_PREMIUM`, or `CLOUD_SSD` are supported for inquiring about the price for reinstallation caused by switching between `Linux` and `Windows` operating systems through this API.\n* Currently, instances in regions outside the Chinese mainland are not supported for inquiring about the price for reinstallation caused by switching between `Linux` and `Windows` operating systems through this API.",
348
362
  "input": "InquiryPriceResetInstanceRequest",
@@ -414,12 +428,26 @@
414
428
  "status": "online"
415
429
  },
416
430
  "ModifyInstancesAttribute": {
417
- "document": "The API is used to modify the attributes of an instance. Only the name and the associated security groups can be modified for now.\n\n* An attribute must be specified in the request.\n* \"Instance name\" is a custom name for easier management. Tencent Cloud does not use the name for online support or instance management.\n* Batch operations are supported. Each request can modify up to 100 instances.\n* When you modify the security groups associated with an instance is modified, the original security groups are disassociated.\n* You can use the API [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) to query the instance operation result. If the 'LatestOperationState' in the response is **SUCCESS**, the operation is successful.",
431
+ "document": "This API is used to modify instance attributes.\n\nThis API is used to modify one attribute of the instance per request. The attribute must be specified.\nThe instance name is only for user convenience in management. Tencent Cloud does not use this name as the basis for online support or to perform instance management operations.\nThis API is used to support batch operations. The maximum of 100 batch instances per request is supported.\nThis API is used to modify the security group association. The originally associated security group of the instance will be unbound.\n* You can query the result of the instance operation by calling the API [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5). If the latest operation status (LatestOperationState) of the instance is **SUCCESS**, the operation is successful.\nThis API is used to modify the hostname. The instance restarts immediately after hostname modification, and the new hostname takes effect after restart.",
418
432
  "input": "ModifyInstancesAttributeRequest",
419
433
  "name": "Modifies instance attributes",
420
434
  "output": "ModifyInstancesAttributeResponse",
421
435
  "status": "online"
422
436
  },
437
+ "ModifyInstancesChargeType": {
438
+ "document": "This API is used to switch the billing mode of an instance.\n\nThis API is used to perform operations that do not support instances with no charge when shut down, instances of the model families Batch Compute BC1 and Batch Compute BS1, or instances of scheduled termination.\n* You can query the result of the instance operation by calling the API [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5). If the latest operation status (LatestOperationState) of the instance is **SUCCESS**, the operation is successful.",
439
+ "input": "ModifyInstancesChargeTypeRequest",
440
+ "name": "Modify the instance billing mode",
441
+ "output": "ModifyInstancesChargeTypeResponse",
442
+ "status": "online"
443
+ },
444
+ "ModifyInstancesDisasterRecoverGroup": {
445
+ "document": "This API is used to adjust the placement group of an instance.\n* Currently only basic networks or Virtual Private Cloud (VPC) instances are supported.",
446
+ "input": "ModifyInstancesDisasterRecoverGroupRequest",
447
+ "name": "Adjust the distributed placement group of an instance",
448
+ "output": "ModifyInstancesDisasterRecoverGroupResponse",
449
+ "status": "online"
450
+ },
423
451
  "ModifyInstancesProject": {
424
452
  "document": "This API is used to change the project to which an instance is assigned.\n\n* Project is a virtual concept. You can create multiple projects under one account, manage different resources in each project, and assign different instances to different projects. You may use the [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) API to query instances and use the project ID to filter the results.\n* You cannot modify the project of an instance that is bound to a load balancer. You need to unbind the load balancer from the instance by using the [DeregisterInstancesFromLoadBalancer](https://intl.cloud.tencent.com/document/api/214/1258?from_cn_redirect=1) API before using this API.\n* Batch operations are supported. Up to 100 instances per request is allowed.\n* You can use the API [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) to query the operation result. If the `LatestOperationState` in the response is `SUCCESS`, the operation is successful.",
425
453
  "input": "ModifyInstancesProjectRequest",
@@ -483,6 +511,13 @@
483
511
  "output": "RemoveChcDeployVpcResponse",
484
512
  "status": "online"
485
513
  },
514
+ "RenewInstances": {
515
+ "document": "This API is used to renew annual and monthly subscription instances.\n\nThis API is used to operate on monthly subscription instances only.\nThis API is used to ensure your account balance is sufficient for renewal. You can check the balance via the DescribeAccountBalance API (https://www.tencentcloud.com/document/product/555/20253?from_cn_redirect=1).\n* You can query the result of the instance operation by calling the API [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5). If the latest operation status (LatestOperationState) of the instance is **SUCCESS**, the operation is successful.",
516
+ "input": "RenewInstancesRequest",
517
+ "name": "Renew an instance",
518
+ "output": "RenewInstancesResponse",
519
+ "status": "online"
520
+ },
486
521
  "ResetInstance": {
487
522
  "document": "This API (ResetInstance) is used to reinstall the operating system on a specified instance.\n\n\n\n* If you have specified the parameter `ImageId`, use the specified image for reinstallation. Otherwise, perform reinstallation based on the image currently used by the instance.\n* The system disk will be formatted and reset. Ensure that there are no important files in the system disk.\n* If you do not specify a password, a random password will be sent via Message Center.\n* Currently, only instances with a [system disk type](https://intl.cloud.tencent.com/document/api/213/9452?from_cn_redirect=1#SystemDisk) of `CLOUD_BASIC`, `CLOUD_PREMIUM`, `CLOUD_SSD`, or `CLOUD_BSSD` are supported for implementing operating system switching through this API.\n* You can query the result of the instance operation by calling the API [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5). If the latest operation status (LatestOperationState) of the instance is **SUCCESS**, the operation is successful.",
488
523
  "input": "ResetInstanceRequest",
@@ -519,7 +554,7 @@
519
554
  "status": "online"
520
555
  },
521
556
  "RunInstances": {
522
- "document": "This API is used to create one or more instances with a specified configuration.\n\n* After an instance is created successfully, it will start up automatically, and the [instance status](https://intl.cloud.tencent.com/document/api/213/9452?from_cn_redirect=1#instance_state) will become \"Running\".\n* If you create a pay-as-you-go instance billed on an hourly basis, an amount equivalent to the hourly rate will be frozen. Make sure your account balance is sufficient before calling this API.\n* The number of instances you can purchase through this API is subject to the [Quota for CVM Instances](https://intl.cloud.tencent.com/document/product/213/2664?from_cn_redirect=1). Instances created through this API and in the CVM console are counted toward the quota.\n* This API is an async API. An instance ID list is returned after the creation request is sent. However, it does not mean the creation has been completed. The status of the instance will be `Creating` during the creation. You can use [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) to query the status of the instance. If the status changes from `Creating` to `Running`, it means that the instance has been created successfully.",
557
+ "document": "This API is used to create one or more instances with a specified configuration.\n\n* After an instance is created successfully, it will start up automatically, and the [instance status](https://www.tencentcloud.com/document/product/213/15753?has_map=1#instancestatus) will become \"Running\".\n* If you create a pay-as-you-go instance billed on an hourly basis, an amount equivalent to the hourly rate will be frozen. Make sure your account balance is sufficient before calling this API.\n* The number of instances you can purchase through this API is subject to the [Quota for CVM Instances](https://intl.cloud.tencent.com/document/product/213/2664?from_cn_redirect=1). Instances created through this API and in the CVM console are counted toward the quota.\n* This API is an async API. An instance ID list is returned after the creation request is sent. However, it does not mean the creation has been completed. The status of the instance will be `Creating` during the creation. You can use [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) to query the status of the instance. If the status changes from `Creating` to `Running`, it means that the instance has been created successfully.",
523
558
  "input": "RunInstancesRequest",
524
559
  "name": "Creates instances",
525
560
  "output": "RunInstancesResponse",
@@ -655,7 +690,7 @@
655
690
  },
656
691
  {
657
692
  "disabled": false,
658
- "document": "Configuration of prepaid instances. You can use the parameter to specify the attributes of prepaid instances, such as the subscription period and the auto-renewal plan. This parameter is required for prepaid instances.",
693
+ "document": "Not supported. Configuration of prepaid instances. You can use the parameter to specify the attributes of prepaid instances, such as the subscription period and the auto-renewal plan. This parameter is required for prepaid instances.",
659
694
  "example": "无",
660
695
  "member": "ChargePrepaid",
661
696
  "name": "HostChargePrepaid",
@@ -664,7 +699,7 @@
664
699
  },
665
700
  {
666
701
  "disabled": false,
667
- "document": "Instance billing model, only monthly or yearly subscription supported. Default value: `PREPAID'.",
702
+ "document": "Instance [billing type](https://intl.cloud.tencent.com/document/product/213/2180?from_cn_redirect=1). <br><li>`POSTPAID_BY_HOUR`: Hourly-based pay-as-you-go <br>",
668
703
  "example": "PREPAID",
669
704
  "member": "string",
670
705
  "name": "HostChargeType",
@@ -747,7 +782,7 @@
747
782
  {
748
783
  "disabled": false,
749
784
  "document": "Whether to force shut down a running instances. It is recommended to manually shut down a running instance before associating a key pair with it. Valid values: <br><li>TRUE: force shut down an instance after a normal shutdown fails. <br><li>FALSE: do not force shut down an instance after a normal shutdown fails. <br><br>Default value: FALSE.",
750
- "example": "true",
785
+ "example": "false",
751
786
  "member": "bool",
752
787
  "name": "ForceStop",
753
788
  "required": false,
@@ -1172,7 +1207,7 @@
1172
1207
  {
1173
1208
  "disabled": false,
1174
1209
  "document": "Out-of-band network information",
1175
- "example": "NA",
1210
+ "example": "",
1176
1211
  "member": "VirtualPrivateCloud",
1177
1212
  "name": "BmcVirtualPrivateCloud",
1178
1213
  "required": true,
@@ -1190,7 +1225,7 @@
1190
1225
  {
1191
1226
  "disabled": false,
1192
1227
  "document": "Deployment network information",
1193
- "example": "NA",
1228
+ "example": "",
1194
1229
  "member": "VirtualPrivateCloud",
1195
1230
  "name": "DeployVirtualPrivateCloud",
1196
1231
  "required": false,
@@ -1204,6 +1239,15 @@
1204
1239
  "name": "DeploySecurityGroupIds",
1205
1240
  "required": false,
1206
1241
  "type": "list"
1242
+ },
1243
+ {
1244
+ "disabled": false,
1245
+ "document": "",
1246
+ "example": "无",
1247
+ "member": "ChcDeployExtraConfig",
1248
+ "name": "ChcDeployExtraConfig",
1249
+ "required": false,
1250
+ "type": "object"
1207
1251
  }
1208
1252
  ],
1209
1253
  "type": "object"
@@ -1235,7 +1279,7 @@
1235
1279
  {
1236
1280
  "disabled": false,
1237
1281
  "document": "Deployment network information",
1238
- "example": "NA",
1282
+ "example": "",
1239
1283
  "member": "VirtualPrivateCloud",
1240
1284
  "name": "DeployVirtualPrivateCloud",
1241
1285
  "required": true,
@@ -1249,6 +1293,15 @@
1249
1293
  "name": "DeploySecurityGroupIds",
1250
1294
  "required": false,
1251
1295
  "type": "list"
1296
+ },
1297
+ {
1298
+ "disabled": false,
1299
+ "document": "",
1300
+ "example": "无",
1301
+ "member": "ChcDeployExtraConfig",
1302
+ "name": "ChcDeployExtraConfig",
1303
+ "required": false,
1304
+ "type": "object"
1252
1305
  }
1253
1306
  ],
1254
1307
  "type": "object"
@@ -1271,7 +1324,7 @@
1271
1324
  {
1272
1325
  "disabled": false,
1273
1326
  "document": "ID of an instance to execute operating system switching.",
1274
- "example": "[\"ins-xxxxxxxx\"]",
1327
+ "example": "[\"ins-duqhvpt6\"]",
1275
1328
  "member": "string",
1276
1329
  "name": "InstanceIds",
1277
1330
  "required": true,
@@ -1280,7 +1333,7 @@
1280
1333
  {
1281
1334
  "disabled": false,
1282
1335
  "document": "Whether it is a minimum scale switching.",
1283
- "example": "true",
1336
+ "example": "false",
1284
1337
  "member": "bool",
1285
1338
  "name": "MinimalConversion",
1286
1339
  "required": false,
@@ -1289,7 +1342,7 @@
1289
1342
  {
1290
1343
  "disabled": false,
1291
1344
  "document": "Whether it is pre-check only.",
1292
- "example": "true",
1345
+ "example": "false",
1293
1346
  "member": "bool",
1294
1347
  "name": "DryRun",
1295
1348
  "required": false,
@@ -1313,22 +1366,22 @@
1313
1366
  {
1314
1367
  "disabled": false,
1315
1368
  "document": "Information about the target operating system, which is returned only when the input parameter DryRun is true.\nNote: This field may return null, indicating that no valid value is found.",
1316
- "example": "[ { \"TargetOSType\": \"TencentOS\", \"TargetOSVersion\": \"2.4\" } ]",
1369
+ "example": "",
1317
1370
  "member": "TargetOS",
1318
1371
  "name": "SupportTargetOSList",
1319
1372
  "output_required": false,
1320
1373
  "type": "list",
1321
- "value_allowed_null": true
1374
+ "value_allowed_null": false
1322
1375
  },
1323
1376
  {
1324
1377
  "disabled": false,
1325
1378
  "document": "Task ID for operating system switching.\nNote: This field may return null, indicating that no valid value is found.",
1326
- "example": "12345678",
1379
+ "example": "5413165",
1327
1380
  "member": "string",
1328
1381
  "name": "TaskId",
1329
1382
  "output_required": false,
1330
1383
  "type": "string",
1331
- "value_allowed_null": true
1384
+ "value_allowed_null": false
1332
1385
  },
1333
1386
  {
1334
1387
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
@@ -1643,7 +1696,7 @@
1643
1696
  {
1644
1697
  "disabled": false,
1645
1698
  "document": "Key pair information.",
1646
- "example": "{ \"KeyId\": \"skey-mv9yzyjj\", \"KeyName\": \"Tencent\", \"ProjectId\": 0, \"PublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDP0***4itUKOJQIK69c1Asy1UO88cxEbujR5Jbr0e/Ey1v4ZKAUzDnsBnFlf4hKPA1YvMB8RBYj4GcLtM7PrKnBNNram8rgl73X/klOO8oqKv+J/XUA7KHH1Y6wcn1RTRTMdDHbGhW1q/UpfeylNTbf+wEIWhEfaL5FKQm4hqCw== skey_112168\", \"PrivateKey\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIICXgIBAAKBgQ***w2T4itUKOJQIK69c1Asy1UO88cxEbujR5Jbr0e/Ey1v4ZK\\nAUzDnsBnFlf4hKPA1YvMB8RBYj4GcLtM7PrKnBNNram8rgl73X/klOO8oqKv+J/X\\nUA7KHH1Y6wcn1RTRTMdDHbGhW1q/UpfeylNTbf+wEIWhEfaL5FKQm4hqCwIDAQAB\\nAoGBAJEvSu5SaCD02hs0F2C4Aln2E2/qjMoDEa7spcEVfUhdaNX8ZLvk5pUvnikm\\nwfSb7a71QUIcFu66zKxBK4kVcirBRCR8nTAQbQ6AhXQYP+y6ihZ9Z/g6BBEeqCpV\\nuGPmKnhdxdJ8Al2huEZKJFUQhKM8XdP7dqn6yFDm0L2sTK6RAkEA9IbhP4/2CVSC\\n6d8j5nj3ejPx25R3wc4G+st1tZn1O/TRqUknbVEvsxZC63bRjHiw086QIWr61L8f\\nqQBLZ58DMwJBANmRv3aHVxv5sMlV0F3hD5ZgWEDIIjxD7oiBzU1rqvF6OpTQc1cF\\nrnwxAXDtYYJ75B8qQEL1ph/zIE5YW0hlfckCQQCyVTwpUyCopU3kqqxQBaDXKtMU\\nxS6h1VQZzBDIpMPJOj8+Ku/qNe+HuJCNkVY6EDtF/bv340GTrt+0LVbQ95MpAkEA\\nxcvwUdTXB9LnuxKuHTsoDaFHepW4MivcJvRC7njM7z4dFf+wbFP4/mUbF0xoUtVJ\\nXl/uDjH/tpo1K6S+UEIcqQJAfLQywCQdZ/qOJn0PwxiOhwniikSnZuZPNSw8T+kg\\n/oxijESOLAJBnt3S/g+D530Enjitvfc9mEB7mh0VmwWvPg==\\n-----END RSA PRIVATE KEY-----\\n\" }",
1699
+ "example": "",
1647
1700
  "member": "KeyPair",
1648
1701
  "name": "KeyPair",
1649
1702
  "output_required": true,
@@ -1972,7 +2025,7 @@
1972
2025
  {
1973
2026
  "disabled": false,
1974
2027
  "document": "Location of the instance. You can use this parameter to specify the attributes of the instance, such as its availability zone, project, and CDH (for dedicated CVMs)",
1975
- "example": "{ \"Zone\": \"ap-guangzhou-6\" }\t",
2028
+ "example": "",
1976
2029
  "member": "Placement",
1977
2030
  "name": "Placement",
1978
2031
  "required": true,
@@ -2026,7 +2079,7 @@
2026
2079
  {
2027
2080
  "disabled": false,
2028
2081
  "document": "System disk configuration of the instance. If this parameter is not specified, the default value will be used.",
2029
- "example": "{ \"DiskSize\": 50 }",
2082
+ "example": "",
2030
2083
  "member": "SystemDisk",
2031
2084
  "name": "SystemDisk",
2032
2085
  "required": false,
@@ -2035,7 +2088,7 @@
2035
2088
  {
2036
2089
  "disabled": false,
2037
2090
  "document": "The configuration information of instance data disks. If this parameter is not specified, no data disk will be purchased by default. When purchasing, you can specify 21 data disks, which can contain at most 1 LOCAL_BASIC or LOCAL_SSD data disk, and at most 20 CLOUD_BASIC, CLOUD_PREMIUM, or CLOUD_SSD data disks.",
2038
- "example": "[ { \"DiskSize\": 50, \"DiskType\": \"CLOUD_PREMIUM\" } ]",
2091
+ "example": "",
2039
2092
  "member": "DataDisk",
2040
2093
  "name": "DataDisks",
2041
2094
  "required": false,
@@ -2044,7 +2097,7 @@
2044
2097
  {
2045
2098
  "disabled": false,
2046
2099
  "document": "Configuration information of VPC. This parameter is used to specify VPC ID and subnet ID, etc. If this parameter is not specified, the classic network is used by default. If a VPC IP is specified in this parameter, it indicates the primary ENI IP of each instance. The value of parameter InstanceCount must be same as the number of VPC IPs, which cannot be greater than 20.",
2047
- "example": "{ \"VpcId\": \"vpc-rhfaxx31\", \"SubnetId\": \"subnet-x7vxgqe\" }",
2100
+ "example": "",
2048
2101
  "member": "VirtualPrivateCloud",
2049
2102
  "name": "VirtualPrivateCloud",
2050
2103
  "required": false,
@@ -2053,7 +2106,7 @@
2053
2106
  {
2054
2107
  "disabled": false,
2055
2108
  "document": "Configuration of public network bandwidth. If this parameter is not specified, 0 Mbps will be used by default.",
2056
- "example": "{ \"PublicIpAssigned\": \"false\" }",
2109
+ "example": "",
2057
2110
  "member": "InternetAccessible",
2058
2111
  "name": "InternetAccessible",
2059
2112
  "required": false,
@@ -2080,7 +2133,7 @@
2080
2133
  {
2081
2134
  "disabled": false,
2082
2135
  "document": "Instance login settings. you can use this parameter to set the instance's login method to key or keep the original login settings of the image.",
2083
- "example": "{ \"KeyIds\": [ \"skey-9tzxxb4j\" ] }",
2136
+ "example": "",
2084
2137
  "member": "LoginSettings",
2085
2138
  "name": "LoginSettings",
2086
2139
  "required": false,
@@ -2098,7 +2151,7 @@
2098
2151
  {
2099
2152
  "disabled": false,
2100
2153
  "document": "Enhanced service. this parameter can be used to specify whether to enable services such as cloud security and cloud monitoring. if this parameter is not specified, cloud monitor and cloud security services are enabled for public images by default; for custom images and marketplace images, cloud monitor and cloud security services are not enabled by default, and the services retained in the image will be used.",
2101
- "example": "{ \"SecurityService\": { \"Enabled\": \"true\" } }",
2154
+ "example": "",
2102
2155
  "member": "EnhancedService",
2103
2156
  "name": "EnhancedService",
2104
2157
  "required": false,
@@ -2107,7 +2160,7 @@
2107
2160
  {
2108
2161
  "disabled": false,
2109
2162
  "document": "A unique string supplied by the client to ensure that the request is idempotent. Its maximum length is 64 ASCII characters. If this parameter is not specified, the idempotency of the request cannot be guaranteed.",
2110
- "example": "a521b4e4-c903-4d37-9de6-8906e3ad8eb7",
2163
+ "example": "a521b4e4-c903-4d37-9de6-8096e3ad8eb7",
2111
2164
  "member": "string",
2112
2165
  "name": "ClientToken",
2113
2166
  "required": false,
@@ -2125,7 +2178,7 @@
2125
2178
  {
2126
2179
  "disabled": false,
2127
2180
  "document": "Scheduled tasks. You can use this parameter to specify scheduled tasks for the instance. Only scheduled termination is supported.",
2128
- "example": "{ \"TimerAction\": \"TerminateInstances\", \"ActionTime\": \"2024-05-29T11:26:40Z\t\" }",
2181
+ "example": "",
2129
2182
  "member": "ActionTimer",
2130
2183
  "name": "ActionTimer",
2131
2184
  "required": false,
@@ -2143,7 +2196,7 @@
2143
2196
  {
2144
2197
  "disabled": false,
2145
2198
  "document": "The tag description list. This parameter is used to bind a tag to a resource instance. A tag can only be bound to CVM instances.",
2146
- "example": "[ { \"ResourceType\": \"instance\", \"Tags\": [ { \"Key\": \"myTag\", \"Value\": \"cloud\" } ] } ]",
2199
+ "example": "",
2147
2200
  "member": "TagSpecification",
2148
2201
  "name": "TagSpecification",
2149
2202
  "required": false,
@@ -2152,7 +2205,7 @@
2152
2205
  {
2153
2206
  "disabled": false,
2154
2207
  "document": "Market options of the instance, such as parameters related to spot instances. This parameter is required for spot instances.",
2155
- "example": "{ \"SpotOptions\": { \"MaxPrice\": \"1000\" } }",
2208
+ "example": "",
2156
2209
  "member": "InstanceMarketOptionsRequest",
2157
2210
  "name": "InstanceMarketOptions",
2158
2211
  "required": false,
@@ -2206,7 +2259,7 @@
2206
2259
  {
2207
2260
  "disabled": false,
2208
2261
  "document": "Details of the monthly subscription, including the purchase period, auto-renewal. It is required if the `InstanceChargeType` is `PREPAID`.",
2209
- "example": "{ \"Period\": 36, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\" }",
2262
+ "example": "",
2210
2263
  "member": "InstanceChargePrepaid",
2211
2264
  "name": "InstanceChargePrepaid",
2212
2265
  "required": false,
@@ -2221,6 +2274,15 @@
2221
2274
  "required": false,
2222
2275
  "type": "bool"
2223
2276
  },
2277
+ {
2278
+ "disabled": false,
2279
+ "document": "",
2280
+ "example": "false",
2281
+ "member": "bool",
2282
+ "name": "EnableJumboFrame",
2283
+ "required": false,
2284
+ "type": "bool"
2285
+ },
2224
2286
  {
2225
2287
  "disabled": false,
2226
2288
  "document": "Custom metadata. specifies that custom metadata key-value pairs can be added when creating a CVM.\nNote: this field is in beta test.",
@@ -2280,7 +2342,7 @@
2280
2342
  },
2281
2343
  {
2282
2344
  "disabled": false,
2283
- "document": "Data disk type. For the detailed restrictions on the data disk type, refer to [Storage Overview](https://cloud.tencent.com/document/product/213/4952). Valid values: <br /><li>LOCAL_BASIC: Local Disk <br /><li>LOCAL_SSD: Local SSD <br /><li>LOCAL_NVME: Local NVMe Disk, which is strongly related with InstanceType and can not be specified <br /><li>LOCAL_PRO: Local HDD, which is strongly related with InstanceType and can not be specified <br /><li>CLOUD_BASIC: Basic Cloud Disk <br /><li>CLOUD_PREMIUM: Premium Disk <br /><li>CLOUD_SSD: Cloud SSD <br /><li>CLOUD_HSSD: Enhanced SSD <br /><li>CLOUD_TSSD: Tremendous SSD <br /><li>CLOUD_BSSD: Balanced SSD <br /><br />Default value: LOCAL_BASIC. <br /><br />This parameter is invalid for the `ResizeInstanceDisk` API.</li></li></li> </li> </li></li></li></li></li></li>",
2345
+ "document": "Specifies the data disk type. for restrictions on data disk types, refer to [storage overview](https://www.tencentcloud.com/document/product/213/4952?from_cn_redirect=1). valid values: <br /><li>LOCAL_BASIC: LOCAL disk</li> <li>LOCAL_SSD: LOCAL SSD</li><li>LOCAL_NVME: LOCAL NVME disk, which is closely related to InstanceType and cannot be specified</li><li>LOCAL_PRO: LOCAL HDD, which is closely related to InstanceType and cannot be specified</li><li>cloud_BASIC: BASIC cloud disk</li><li>cloud_PREMIUM: high-performance cloud block storage</li><li>cloud_SSD: SSD cloud disk</li><li>cloud_HSSD: enhanced SSD cloud disk</li> <li>cloud_TSSD: ultra-fast SSD cbs</li><li>cloud_BSSD: universal SSD cloud disk</li><br />default: LOCAL_BASIC.<br/><br />this parameter is invalid for the `ResizeInstanceDisk` api.",
2284
2346
  "example": "CLOUD_SSD",
2285
2347
  "member": "string",
2286
2348
  "name": "DiskType",
@@ -2335,7 +2397,7 @@
2335
2397
  },
2336
2398
  {
2337
2399
  "disabled": false,
2338
- "document": "Custom CMK's corresponding ID, with a value of UUID or something similar to kms - abcd1234. used for encrypting cloud disks.\n\nThis parameter is currently only used for the `RunInstances` api.",
2400
+ "document": "Custom CMK ID, value is UUID or similar to kms-abcd1234. used for encrypted cloud disk.\n\nThis parameter is currently only used for the `RunInstances` api.\nNote: This field may return null, indicating that no valid value is found.",
2339
2401
  "example": "kms-abcd1234",
2340
2402
  "member": "string",
2341
2403
  "name": "KmsKeyId",
@@ -2346,7 +2408,7 @@
2346
2408
  },
2347
2409
  {
2348
2410
  "disabled": false,
2349
- "document": "Specifies the cloud disk performance (unit: MiB/s). using this parameter allows you to purchase additional performance for the cloud disk.\nCurrently only supports ultra-fast CLOUD disk (CLOUD_TSSD) and enhanced SSD CLOUD disk (CLOUD_HSSD).",
2411
+ "document": "Cloud disk performance (unit: MiB/s). specifies additional performance for cloud disks.\nCurrently only supports extreme cbs (CLOUD_TSSD) and enhanced SSD CLOUD disk (CLOUD_HSSD).\nNote: This field may return null, indicating that no valid value is found.",
2350
2412
  "example": "20",
2351
2413
  "member": "int64",
2352
2414
  "name": "ThroughputPerformance",
@@ -2357,7 +2419,7 @@
2357
2419
  },
2358
2420
  {
2359
2421
  "disabled": false,
2360
- "document": "Specifies the exclusive cluster ID it belongs to.",
2422
+ "document": "Specifies the dedicated cluster ID belonging to.\nNote: This field may return null, indicating that no valid value is found.",
2361
2423
  "example": "cdc-1648zauv",
2362
2424
  "member": "string",
2363
2425
  "name": "CdcId",
@@ -2368,7 +2430,7 @@
2368
2430
  },
2369
2431
  {
2370
2432
  "disabled": false,
2371
- "document": "Burst performance.\n\n<B>Note: this feature is in beta test.</b>.",
2433
+ "document": "Burstable performance.\n\n<B>Note: this field is in beta test.</b>.",
2372
2434
  "example": "false",
2373
2435
  "member": "bool",
2374
2436
  "name": "BurstPerformance",
@@ -2678,6 +2740,7 @@
2678
2740
  "example": "10",
2679
2741
  "member": "int64",
2680
2742
  "name": "GroupQuota",
2743
+ "output_required": true,
2681
2744
  "type": "int",
2682
2745
  "value_allowed_null": false
2683
2746
  },
@@ -2687,6 +2750,7 @@
2687
2750
  "example": "25",
2688
2751
  "member": "int64",
2689
2752
  "name": "CurrentNum",
2753
+ "output_required": true,
2690
2754
  "type": "int",
2691
2755
  "value_allowed_null": false
2692
2756
  },
@@ -2696,15 +2760,17 @@
2696
2760
  "example": "50",
2697
2761
  "member": "int64",
2698
2762
  "name": "CvmInHostGroupQuota",
2763
+ "output_required": true,
2699
2764
  "type": "int",
2700
2765
  "value_allowed_null": false
2701
2766
  },
2702
2767
  {
2703
- "disabled": false,
2768
+ "disabled": true,
2704
2769
  "document": "Quota on instances in a switch-type disaster recovery group.",
2705
2770
  "example": "20",
2706
2771
  "member": "int64",
2707
2772
  "name": "CvmInSwGroupQuota",
2773
+ "output_required": true,
2708
2774
  "type": "int",
2709
2775
  "value_allowed_null": false
2710
2776
  },
@@ -2714,6 +2780,17 @@
2714
2780
  "example": "30",
2715
2781
  "member": "int64",
2716
2782
  "name": "CvmInRackGroupQuota",
2783
+ "output_required": true,
2784
+ "type": "int",
2785
+ "value_allowed_null": false
2786
+ },
2787
+ {
2788
+ "disabled": false,
2789
+ "document": "",
2790
+ "example": "20",
2791
+ "member": "int64",
2792
+ "name": "CvmInSwitchGroupQuota",
2793
+ "output_required": false,
2717
2794
  "type": "int",
2718
2795
  "value_allowed_null": false
2719
2796
  },
@@ -2732,7 +2809,7 @@
2732
2809
  {
2733
2810
  "disabled": false,
2734
2811
  "document": "ID list of spread placement groups. You can operate up to 10 spread placement groups in each request.",
2735
- "example": "ps-21q9ibvr",
2812
+ "example": "[\"ps-21q9ibvr\"]",
2736
2813
  "member": "string",
2737
2814
  "name": "DisasterRecoverGroupIds",
2738
2815
  "required": false,
@@ -2768,7 +2845,7 @@
2768
2845
  {
2769
2846
  "disabled": false,
2770
2847
  "document": "<li> `tag-key` - String - Optional - Filter by the tag key.</li>\n<li>`tag-value` - String - Optional - Filter by the tag value.</li>\n<li> `tag:tag-key` - String - Optional - Filter by the tag key-value pair. Replace `tag-key` with the actual tag keys.</li>\nEach request can have up to 10 `Filters` and 5 `Filters.Values`.",
2771
- "example": "[ { \"Name\": \"tag-key \", \"Values\": [ \"myTag\" ] } ]",
2848
+ "example": "",
2772
2849
  "member": "Filter",
2773
2850
  "name": "Filters",
2774
2851
  "required": false,
@@ -2783,7 +2860,7 @@
2783
2860
  {
2784
2861
  "disabled": false,
2785
2862
  "document": "Information on spread placement groups.",
2786
- "example": "[ { \"DisasterRecoverGroupId\": \"ps-21q9ibvr\", \"Name\": \"数据库业务\", \"Type\": \"RACK\", \"CvmQuotaTotal\": 30, \"CurrentNum\": 0, \"InstanceIds\": [], \"CreateTime\": \"2018-04-19T02:47:12Z\" } ]",
2863
+ "example": "",
2787
2864
  "member": "DisasterRecoverGroup",
2788
2865
  "name": "DisasterRecoverGroupSet",
2789
2866
  "output_required": true,
@@ -2989,7 +3066,7 @@
2989
3066
  },
2990
3067
  {
2991
3068
  "disabled": false,
2992
- "document": "Filters. Each request can have up to 10 `Filters`, and 5 `Filters.Values` for each filter. `ImageIds` and `Filters` cannot be specified at the same time. See details:\n\n<li><strong>image-id</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image ID</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>image-type</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image type</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p><p style=\"padding-left: 30px;\">Options:</p><p style=\"padding-left: 30px;\">`PRIVATE_IMAGE`: Private images (images created by this account)</p><p style=\"padding-left: 30px;\">`PUBLIC_IMAGE`: Public images (Tencent Cloud official images)</p><p style=\"padding-left: 30px;\">`SHARED_IMAGE`: Shared images (images shared by other accounts to this account)</p>\n<li><strong>image-name</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image name</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>platform</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image operating system</strong>, such as `CentOS`.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag-key</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag key</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag-value</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag value</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag:tag-key</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag key-value pair</strong>. Replace tag-key with the actual value. </p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>",
3069
+ "document": "Filters. Each request can have up to 10 `Filters`, and 5 `Filters.Values` for each filter. `ImageIds` and `Filters` cannot be specified at the same time. See details:\n\n<li><strong>image-id</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image ID</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>image-type</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image type</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p><p style=\"padding-left: 30px;\">Options:</p><p style=\"padding-left: 30px;\">`PRIVATE_IMAGE`: Private images (images created by this account)</p><p style=\"padding-left: 30px;\">`PUBLIC_IMAGE`: Public images (Tencent Cloud official images)</p><p style=\"padding-left: 30px;\">`SHARED_IMAGE`: Shared images (images shared by other accounts to this account)</p>\n<li><strong>image-name</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image name</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>platform</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image operating system</strong>, such as `CentOS`.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag-key</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag key</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag-value</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag value</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag:tag-key</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag key-value pair</strong>. Replace \"tag-key\" with the actual value. </p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>",
2993
3070
  "example": "无",
2994
3071
  "member": "Filter",
2995
3072
  "name": "Filters",
@@ -3016,8 +3093,8 @@
3016
3093
  },
3017
3094
  {
3018
3095
  "disabled": false,
3019
- "document": "Instance type, e.g. `S1.SMALL1`",
3020
- "example": "\"S1.SMALL1\"",
3096
+ "document": "Instance type, e.g. `SA5.MEDIUM2`",
3097
+ "example": "SA5.MEDIUM2",
3021
3098
  "member": "string",
3022
3099
  "name": "InstanceType",
3023
3100
  "required": false,
@@ -3035,7 +3112,7 @@
3035
3112
  "example": "无",
3036
3113
  "member": "Image",
3037
3114
  "name": "ImageSet",
3038
- "required": true,
3115
+ "output_required": true,
3039
3116
  "type": "list",
3040
3117
  "value_allowed_null": false
3041
3118
  },
@@ -3045,7 +3122,7 @@
3045
3122
  "example": "1",
3046
3123
  "member": "int64",
3047
3124
  "name": "TotalCount",
3048
- "required": true,
3125
+ "output_required": true,
3049
3126
  "type": "int",
3050
3127
  "value_allowed_null": false
3051
3128
  },
@@ -3072,6 +3149,7 @@
3072
3149
  "example": "无",
3073
3150
  "member": "ImageOsList",
3074
3151
  "name": "ImportImageOsListSupported",
3152
+ "output_required": true,
3075
3153
  "type": "object",
3076
3154
  "value_allowed_null": false
3077
3155
  },
@@ -3081,6 +3159,7 @@
3081
3159
  "example": "无",
3082
3160
  "member": "OsVersion",
3083
3161
  "name": "ImportImageOsVersionSet",
3162
+ "output_required": true,
3084
3163
  "type": "list",
3085
3164
  "value_allowed_null": false
3086
3165
  },
@@ -3104,9 +3183,10 @@
3104
3183
  {
3105
3184
  "disabled": false,
3106
3185
  "document": "List of instance model families",
3107
- "example": "",
3186
+ "example": "",
3108
3187
  "member": "InstanceFamilyConfig",
3109
3188
  "name": "InstanceFamilyConfigSet",
3189
+ "output_required": true,
3110
3190
  "type": "list",
3111
3191
  "value_allowed_null": false
3112
3192
  },
@@ -3195,7 +3275,7 @@
3195
3275
  {
3196
3276
  "disabled": false,
3197
3277
  "document": "The maximum number of times you can modify the instance configurations (degrading the configurations)",
3198
- "example": "[ { \"Operation\": \"INSTANCE_DEGRADE\", \"InstanceId\": \"ins-r8hr2upy\", \"CurrentCount\": 0, \"LimitCount\": 5 } ]",
3278
+ "example": "",
3199
3279
  "member": "OperationCountLimit",
3200
3280
  "name": "InstanceOperationLimitSet",
3201
3281
  "output_required": true,
@@ -3361,9 +3441,10 @@
3361
3441
  {
3362
3442
  "disabled": false,
3363
3443
  "document": "List of network billing methods.",
3364
- "example": "",
3444
+ "example": "",
3365
3445
  "member": "InternetChargeTypeConfig",
3366
3446
  "name": "InternetChargeTypeConfigSet",
3447
+ "output_required": true,
3367
3448
  "type": "list",
3368
3449
  "value_allowed_null": false
3369
3450
  },
@@ -3382,7 +3463,7 @@
3382
3463
  {
3383
3464
  "disabled": false,
3384
3465
  "document": "Key pair ID(s) in the format of `skey-11112222`. This API supports using multiple IDs as filters at the same time. For more information on the format of this parameter, see the `id.N` section in [API Introduction](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1). You cannot specify `KeyIds` and `Filters` at the same time. You can log in to the [console](https://console.cloud.tencent.com/cvm/index) to query the key pair IDs.",
3385
- "example": "skey-11112222",
3466
+ "example": "[\"skey-11112222\"]",
3386
3467
  "member": "string",
3387
3468
  "name": "KeyIds",
3388
3469
  "required": false,
@@ -3604,7 +3685,7 @@
3604
3685
  "name": "TotalCount",
3605
3686
  "output_required": true,
3606
3687
  "type": "int",
3607
- "value_allowed_null": true
3688
+ "value_allowed_null": false
3608
3689
  },
3609
3690
  {
3610
3691
  "disabled": false,
@@ -3614,7 +3695,7 @@
3614
3695
  "name": "LaunchTemplateSet",
3615
3696
  "output_required": true,
3616
3697
  "type": "list",
3617
- "value_allowed_null": true
3698
+ "value_allowed_null": false
3618
3699
  },
3619
3700
  {
3620
3701
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
@@ -3913,7 +3994,7 @@
3913
3994
  {
3914
3995
  "disabled": false,
3915
3996
  "document": "Number of availability zones.",
3916
- "example": "",
3997
+ "example": "1",
3917
3998
  "member": "uint64",
3918
3999
  "name": "TotalCount",
3919
4000
  "output_required": true,
@@ -3963,7 +4044,7 @@
3963
4044
  {
3964
4045
  "disabled": false,
3965
4046
  "document": "Whether to force shut down a running instances. It is recommended to manually shut down a running instance before disassociating a key pair from it. Valid values: <br><li>TRUE: force shut down an instance after a normal shutdown fails. <br><li>FALSE: do not force shut down an instance after a normal shutdown fails. <br><br>Default value: FALSE.",
3966
- "example": "true",
4047
+ "example": "false",
3967
4048
  "member": "bool",
3968
4049
  "name": "ForceStop",
3969
4050
  "required": false,
@@ -4093,6 +4174,16 @@
4093
4174
  "type": "string",
4094
4175
  "value_allowed_null": false
4095
4176
  },
4177
+ {
4178
+ "disabled": false,
4179
+ "document": "",
4180
+ "example": "1",
4181
+ "member": "int64",
4182
+ "name": "Affinity",
4183
+ "output_required": true,
4184
+ "type": "int",
4185
+ "value_allowed_null": false
4186
+ },
4096
4187
  {
4097
4188
  "disabled": false,
4098
4189
  "document": "List of tags associated with the placement group.",
@@ -4151,7 +4242,7 @@
4151
4242
  {
4152
4243
  "disabled": false,
4153
4244
  "document": "Instance ID Needs to Enter Rescue Mode",
4154
- "example": "'ins-abcdefg'",
4245
+ "example": "ins-abcdefg",
4155
4246
  "member": "string",
4156
4247
  "name": "InstanceId",
4157
4248
  "required": true,
@@ -4160,7 +4251,7 @@
4160
4251
  {
4161
4252
  "disabled": false,
4162
4253
  "document": "System Password in Rescue Mode",
4163
- "example": "'hello123456789'",
4254
+ "example": "hello123456789",
4164
4255
  "member": "string",
4165
4256
  "name": "Password",
4166
4257
  "required": true,
@@ -4169,20 +4260,29 @@
4169
4260
  {
4170
4261
  "disabled": false,
4171
4262
  "document": "System Username in Rescue Mode",
4172
- "example": "'root'",
4263
+ "example": "root",
4173
4264
  "member": "string",
4174
4265
  "name": "Username",
4175
4266
  "required": false,
4176
4267
  "type": "string"
4177
4268
  },
4178
4269
  {
4179
- "disabled": false,
4270
+ "disabled": true,
4180
4271
  "document": "Whether to perform forced shutdown.",
4181
- "example": "False",
4272
+ "example": "false",
4182
4273
  "member": "bool",
4183
4274
  "name": "ForceStop",
4184
4275
  "required": false,
4185
4276
  "type": "bool"
4277
+ },
4278
+ {
4279
+ "disabled": false,
4280
+ "document": "",
4281
+ "example": "HARD",
4282
+ "member": "string",
4283
+ "name": "StopType",
4284
+ "required": false,
4285
+ "type": "string"
4186
4286
  }
4187
4287
  ],
4188
4288
  "type": "object"
@@ -4205,7 +4305,7 @@
4205
4305
  {
4206
4306
  "disabled": false,
4207
4307
  "document": "Instance ID Exiting Rescue Mode",
4208
- "example": "instance_Id",
4308
+ "example": "ins-axzc12s",
4209
4309
  "member": "string",
4210
4310
  "name": "InstanceId",
4211
4311
  "required": true,
@@ -4395,7 +4495,7 @@
4395
4495
  "members": [
4396
4496
  {
4397
4497
  "disabled": false,
4398
- "document": "Number of GPUs. \nNote: this field may return `null`, indicating that no valid value can be found.",
4498
+ "document": "Specifies the GPU count of the instance. a value less than 1 indicates VGPU type, and a value larger than 1 indicates GPU passthrough type.",
4399
4499
  "example": "1",
4400
4500
  "member": "float",
4401
4501
  "name": "GPUCount",
@@ -4405,7 +4505,7 @@
4405
4505
  },
4406
4506
  {
4407
4507
  "disabled": false,
4408
- "document": "GPU address\nNote: this field may return `null`, indicating that no valid value can be found.",
4508
+ "document": "Specifies the GPU address of the instance.",
4409
4509
  "example": "['0000:18:00.0','0000:18:00.1']",
4410
4510
  "member": "string",
4411
4511
  "name": "GPUId",
@@ -4415,7 +4515,7 @@
4415
4515
  },
4416
4516
  {
4417
4517
  "disabled": false,
4418
- "document": "GPU type of the instance.\nNote: this field may return `null`, indicating that no valid value can be found.",
4518
+ "document": "Specifies the GPU type of the instance.",
4419
4519
  "example": "NVIDIA T4",
4420
4520
  "member": "string",
4421
4521
  "name": "GPUType",
@@ -4704,7 +4804,7 @@
4704
4804
  {
4705
4805
  "disabled": false,
4706
4806
  "document": "Image name",
4707
- "example": "test",
4807
+ "example": "myImg",
4708
4808
  "member": "string",
4709
4809
  "name": "ImageName",
4710
4810
  "output_required": true,
@@ -4714,7 +4814,7 @@
4714
4814
  {
4715
4815
  "disabled": false,
4716
4816
  "document": "Image description",
4717
- "example": "test",
4817
+ "example": "tencentcloud",
4718
4818
  "member": "string",
4719
4819
  "name": "ImageDescription",
4720
4820
  "output_required": true,
@@ -4764,7 +4864,7 @@
4764
4864
  {
4765
4865
  "disabled": false,
4766
4866
  "document": "Image creator",
4767
- "example": "xxx",
4867
+ "example": "tencentcloud",
4768
4868
  "member": "string",
4769
4869
  "name": "ImageCreator",
4770
4870
  "output_required": true,
@@ -4784,7 +4884,7 @@
4784
4884
  {
4785
4885
  "disabled": false,
4786
4886
  "document": "Synchronization percentage\nNote: This field may return null, indicating that no valid value is found.",
4787
- "example": "null",
4887
+ "example": "60",
4788
4888
  "member": "int64",
4789
4889
  "name": "SyncPercent",
4790
4890
  "output_required": true,
@@ -4799,27 +4899,27 @@
4799
4899
  "name": "IsSupportCloudinit",
4800
4900
  "output_required": true,
4801
4901
  "type": "bool",
4802
- "value_allowed_null": true
4902
+ "value_allowed_null": false
4803
4903
  },
4804
4904
  {
4805
4905
  "disabled": false,
4806
4906
  "document": "Information on the snapshots associated with the image\nNote: This field may return null, indicating that no valid value is found.",
4807
- "example": "[]",
4907
+ "example": "",
4808
4908
  "member": "Snapshot",
4809
4909
  "name": "SnapshotSet",
4810
4910
  "output_required": true,
4811
4911
  "type": "list",
4812
- "value_allowed_null": true
4912
+ "value_allowed_null": false
4813
4913
  },
4814
4914
  {
4815
4915
  "disabled": false,
4816
4916
  "document": "The list of tags bound to the image.\nNote: This field may return `null`, indicating that no valid value was found.",
4817
- "example": "[]",
4917
+ "example": "",
4818
4918
  "member": "Tag",
4819
4919
  "name": "Tags",
4820
4920
  "output_required": true,
4821
4921
  "type": "list",
4822
- "value_allowed_null": true
4922
+ "value_allowed_null": false
4823
4923
  },
4824
4924
  {
4825
4925
  "disabled": false,
@@ -4839,7 +4939,7 @@
4839
4939
  "name": "ImageFamily",
4840
4940
  "output_required": false,
4841
4941
  "type": "string",
4842
- "value_allowed_null": true
4942
+ "value_allowed_null": false
4843
4943
  },
4844
4944
  {
4845
4945
  "disabled": false,
@@ -4860,22 +4960,22 @@
4860
4960
  {
4861
4961
  "disabled": false,
4862
4962
  "document": "Supported Windows OS\nNote: This field may return `null`, indicating that no valid values can be obtained.",
4863
- "example": "NA",
4963
+ "example": "Windows Server 2019",
4864
4964
  "member": "string",
4865
4965
  "name": "Windows",
4866
- "required": true,
4966
+ "output_required": true,
4867
4967
  "type": "list",
4868
- "value_allowed_null": true
4968
+ "value_allowed_null": false
4869
4969
  },
4870
4970
  {
4871
4971
  "disabled": false,
4872
4972
  "document": "Supported Linux OS\nNote: This field may return `null`, indicating that no valid values can be obtained.",
4873
- "example": "NA",
4973
+ "example": "CentOS",
4874
4974
  "member": "string",
4875
4975
  "name": "Linux",
4876
- "required": true,
4976
+ "output_required": true,
4877
4977
  "type": "list",
4878
- "value_allowed_null": true
4978
+ "value_allowed_null": false
4879
4979
  }
4880
4980
  ],
4881
4981
  "usage": "out"
@@ -5111,7 +5211,7 @@
5111
5211
  },
5112
5212
  {
5113
5213
  "disabled": false,
5114
- "document": "Reserved instance name.<br><li>The RI name defaults to unnamed if this parameter is left empty.</li><li>You can enter any name within 60 characters (including the pattern string).</li>",
5214
+ "document": "Reserved instance name.<br><li>The RI name defaults to \"unnamed\" if this parameter is left empty.</li><li>You can enter any name within 60 characters (including the pattern string).</li>",
5115
5215
  "example": "myReservedInstance",
5116
5216
  "member": "string",
5117
5217
  "name": "ReservedInstanceName",
@@ -5143,6 +5243,134 @@
5143
5243
  ],
5144
5244
  "type": "object"
5145
5245
  },
5246
+ "InquiryPriceModifyInstancesChargeTypeRequest": {
5247
+ "document": "InquiryPriceModifyInstancesChargeType request structure.",
5248
+ "members": [
5249
+ {
5250
+ "disabled": false,
5251
+ "document": "One or more instance IDs to be operated. You can obtain the instance ID through the `InstanceId` in the return value from the API [DescribeInstances](https://www.tencentcloud.com/document/api/213/15728?from_cn_redirect=1). The maximum number of instances per request is 20.",
5252
+ "example": "[\"ins-r8hr2upy\"]",
5253
+ "member": "string",
5254
+ "name": "InstanceIds",
5255
+ "required": true,
5256
+ "type": "list"
5257
+ },
5258
+ {
5259
+ "disabled": false,
5260
+ "document": "Modified instance [billing type](https://www.tencentcloud.com/document/product/213/2180?from_cn_redirect=1). <br><li>`PREPAID`: monthly subscription.</li>\n\n**Note:** Only supports converting pay-as-you-go instances to annual and monthly subscription instances.\n\ndefault value: `PREPAID`",
5261
+ "example": "PREPAID",
5262
+ "member": "string",
5263
+ "name": "InstanceChargeType",
5264
+ "required": true,
5265
+ "type": "string"
5266
+ },
5267
+ {
5268
+ "disabled": false,
5269
+ "document": "Prepaid mode, parameter settings related to monthly/annual subscription. through this parameter, specify the purchase duration of annual and monthly subscription instances, whether to enable auto-renewal, and other attributes. ",
5270
+ "example": "无",
5271
+ "member": "InstanceChargePrepaid",
5272
+ "name": "InstanceChargePrepaid",
5273
+ "required": false,
5274
+ "type": "object"
5275
+ },
5276
+ {
5277
+ "disabled": false,
5278
+ "document": "Whether to switch the billing mode of elastic data cloud disks simultaneously. valid values: <br><li>true: means switching the billing mode of elastic data cloud disks</li><li>false: means not switching the billing mode of elastic data cloud disks</li><br>default value: false.",
5279
+ "example": "false",
5280
+ "member": "bool",
5281
+ "name": "ModifyPortableDataDisk",
5282
+ "required": false,
5283
+ "type": "bool"
5284
+ }
5285
+ ],
5286
+ "type": "object"
5287
+ },
5288
+ "InquiryPriceModifyInstancesChargeTypeResponse": {
5289
+ "document": "InquiryPriceModifyInstancesChargeType response structure.",
5290
+ "members": [
5291
+ {
5292
+ "disabled": false,
5293
+ "document": "This parameter indicates the price for switching the billing mode of the corresponding configuration instance.",
5294
+ "example": "无",
5295
+ "member": "Price",
5296
+ "name": "Price",
5297
+ "output_required": true,
5298
+ "type": "object",
5299
+ "value_allowed_null": false
5300
+ },
5301
+ {
5302
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
5303
+ "member": "string",
5304
+ "name": "RequestId",
5305
+ "type": "string"
5306
+ }
5307
+ ],
5308
+ "type": "object"
5309
+ },
5310
+ "InquiryPriceRenewInstancesRequest": {
5311
+ "document": "InquiryPriceRenewInstances request structure.",
5312
+ "members": [
5313
+ {
5314
+ "disabled": false,
5315
+ "document": "One or more instance IDs to be operated. You can obtain the instance ID through the `InstanceId` in the return value from the API [DescribeInstances](https://www.tencentcloud.com/zh/document/api/213/33258). The maximum number of instances per request is 100.",
5316
+ "example": "[\"ins-2zvpghhc\"]",
5317
+ "member": "string",
5318
+ "name": "InstanceIds",
5319
+ "required": true,
5320
+ "type": "list"
5321
+ },
5322
+ {
5323
+ "disabled": false,
5324
+ "document": "Prepaid mode, that is, monthly subscription-related parameter settings. You can specify attributes of a monthly subscription instance, such as purchase duration and whether to set auto-renewal, through this parameter.",
5325
+ "example": "无",
5326
+ "member": "InstanceChargePrepaid",
5327
+ "name": "InstanceChargePrepaid",
5328
+ "required": true,
5329
+ "type": "object"
5330
+ },
5331
+ {
5332
+ "disabled": false,
5333
+ "document": "Trial run, for testing purposes, does not execute specific logic. valid values: <li>`true`: skip execution logic</li> <li>`false`: execute logic</li> default value: `false`.",
5334
+ "example": "false",
5335
+ "member": "bool",
5336
+ "name": "DryRun",
5337
+ "required": false,
5338
+ "type": "bool"
5339
+ },
5340
+ {
5341
+ "disabled": false,
5342
+ "document": "Whether to renew the elastic data disk. valid values:<br><li>true: indicates renewing the annual and monthly subscription instance and its mounted elastic data disk simultaneously</li><li>false: indicates renewing the annual and monthly subscription instance while no longer renewing its mounted elastic data disk</li><br>default value: true.",
5343
+ "example": "false",
5344
+ "member": "bool",
5345
+ "name": "RenewPortableDataDisk",
5346
+ "required": false,
5347
+ "type": "bool"
5348
+ }
5349
+ ],
5350
+ "type": "object"
5351
+ },
5352
+ "InquiryPriceRenewInstancesResponse": {
5353
+ "document": "InquiryPriceRenewInstances response structure.",
5354
+ "members": [
5355
+ {
5356
+ "disabled": false,
5357
+ "document": "This parameter indicates the price for the corresponding configuration instance.",
5358
+ "example": "无",
5359
+ "member": "Price",
5360
+ "name": "Price",
5361
+ "output_required": true,
5362
+ "type": "object",
5363
+ "value_allowed_null": false
5364
+ },
5365
+ {
5366
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
5367
+ "member": "string",
5368
+ "name": "RequestId",
5369
+ "type": "string"
5370
+ }
5371
+ ],
5372
+ "type": "object"
5373
+ },
5146
5374
  "InquiryPriceResetInstanceRequest": {
5147
5375
  "document": "InquiryPriceResetInstance request structure.",
5148
5376
  "members": [
@@ -5190,6 +5418,15 @@
5190
5418
  "name": "EnhancedService",
5191
5419
  "required": false,
5192
5420
  "type": "object"
5421
+ },
5422
+ {
5423
+ "disabled": false,
5424
+ "document": "",
5425
+ "example": "TXlVc2VyRGF0YQo",
5426
+ "member": "string",
5427
+ "name": "UserData",
5428
+ "required": false,
5429
+ "type": "string"
5193
5430
  }
5194
5431
  ],
5195
5432
  "type": "object"
@@ -5395,7 +5632,7 @@
5395
5632
  },
5396
5633
  {
5397
5634
  "disabled": false,
5398
- "document": "[Image](https://intl.cloud.tencent.com/document/product/213/4940?from_cn_redirect=1) ID in the format of `img-xxx`. There are three types of images: <br/><li>Public images</li><li>Custom images</li><li>Shared images</li><br/>You can obtain the available image IDs in the following ways: <br/><li>For IDs of `public images`, `custom images`, and `shared images`, log in to the [CVM console](https://console.cloud.tencent.com/cvm/image?rid=1&imageType=PUBLIC_IMAGE) to query the information. </li><li>Call [DescribeImages](https://intl.cloud.tencent.com/document/api/213/15715?from_cn_redirect=1) and look for `ImageId` in the response.</li>\n <b>Note: `ImageId` is required when `LaunchTemplate` is not specified. If both the parameters are passed in, `ImageId` prevails.</b>",
5635
+ "document": "[Image](https://intl.cloud.tencent.com/document/product/213/4940?from_cn_redirect=1) ID in the format of `img-xxx`. There are three types of images: <br/><li>Public images</li><li>Custom images</li><li>Shared images</li><br/>You can obtain the available image IDs in the following ways: <br/><li>For IDs of `public images`, `custom images`, and `shared images`, log in to the [CVM console](https://console.tencentcloud.com/cvm/image/index?rid=1&tab=PUBLIC_IMAGE&imageType=PUBLIC_IMAGE) to query the information. </li><li>Call [DescribeImages](https://intl.cloud.tencent.com/document/api/213/15715?from_cn_redirect=1) and look for `ImageId` in the response.</li>\n <b>Note: `ImageId` is required when `LaunchTemplate` is not specified. If both the parameters are passed in, `ImageId` prevails.</b>",
5399
5636
  "example": "img-pmqg1cw7",
5400
5637
  "member": "string",
5401
5638
  "name": "ImageId",
@@ -5422,7 +5659,7 @@
5422
5659
  },
5423
5660
  {
5424
5661
  "disabled": false,
5425
- "document": "The instance model. Different resource specifications are specified for different models. For specific values, call [DescribeInstanceTypeConfigs](https://intl.cloud.tencent.com/document/api/213/15749?from_cn_redirect=1) to retrieve the latest specification list or refer to [Instance Types](https://intl.cloud.tencent.com/document/product/213/11518?from_cn_redirect=1). If the parameter is not specified, `S1.SMALL1` will be used by default.",
5662
+ "document": "Instance model. Different instance models specify different resource specifications.\n<br><li>For instances created with the payment modes PREPAID or POSTPAID_BY_HOUR, specifies the specific values obtained BY calling the [DescribeInstanceTypeConfig](https://www.tencentcloud.com/document/product/1119/45686?lang=en) api for the latest specification table or referring to [instance specifications](https://www.tencentcloud.com/document/product/213/11518). if not specified, the system will dynamically assign a default model based on the current resource sales situation in a region.</li><br><li>for instances created with the payment mode CDHPAID, indicates this parameter uses the prefix \"CDH_\" and is generated based on CPU and memory configuration. the specific format is: CDH_XCXG. for example, for creating a CDH instance with 1 CPU core and 1 gb memory, this parameter should be CDH_1C1G.</li>.",
5426
5663
  "example": "S5.MEDIUM2",
5427
5664
  "member": "string",
5428
5665
  "name": "InstanceType",
@@ -5449,7 +5686,7 @@
5449
5686
  },
5450
5687
  {
5451
5688
  "disabled": false,
5452
- "document": "VPC configurations (VPC ID, subnet ID, etc). If it’s not specified, the classic network will be used by default. If a VPC IP is specified in this parameter, the `InstanceCount` can only be 1.",
5689
+ "document": "VPC configurations (VPC ID, subnet ID, etc). If It's not specified, the classic network will be used by default. If a VPC IP is specified in this parameter, the `InstanceCount` can only be 1.",
5453
5690
  "example": "无",
5454
5691
  "member": "VirtualPrivateCloud",
5455
5692
  "name": "VirtualPrivateCloud",
@@ -5458,7 +5695,7 @@
5458
5695
  },
5459
5696
  {
5460
5697
  "disabled": false,
5461
- "document": "Configuration of public network bandwidth. If its not specified, 0 Mbps is used by default.",
5698
+ "document": "Configuration of public network bandwidth. If it's not specified, 0 Mbps is used by default.",
5462
5699
  "example": "无",
5463
5700
  "member": "InternetAccessible",
5464
5701
  "name": "InternetAccessible",
@@ -5476,7 +5713,7 @@
5476
5713
  },
5477
5714
  {
5478
5715
  "disabled": false,
5479
- "document": "Instance name.<br><li>If this parameter is not specified, \"Unnamed\" will be displayed by default.</li><li>If you purchase multiple instances and specify a pattern string `{R:x}`, numbers `[x, x+n-1]` will be generated, where `n` represents the number of instances purchased. For example, you specify a pattern string `server_{R:3}`. If you purchase only one instance, the instance will be named `server_3`; if you purchase two, they will be named `server_3` and `server_4`. You can specify multiple pattern strings in the format of `{R:x}`.</li><li>If you purchase multiple instances without specifying a pattern string, the instance names will be suffixed with `1, 2...n`, where `n` represents the number of instances purchased. For example, if you purchase two instances with the name `server_`, the instance names will be `server_1` and `server_2`.</li><li>This parameter can contain up to 60 characters (including pattern strings).</li>",
5716
+ "document": "Instance display name. <li>if no instance display name is specified, it will display 'unnamed' by default.</li> <li>when purchasing multiple instances, if the pattern string `{R:x}` is specified, it means generating numbers `[x, x+n-1]`, where `n` represents the number of purchased instances. for example, `server_{R:3}`: when purchasing 1 instance, the instance display name is `server_3`; when purchasing 2 instances, the instance display names are `server_3` and `server_4` respectively. supports specifying multiple pattern strings `{R:x}`.</li> <li>when purchasing multiple instances without specifying a pattern string, suffixes `1, 2...n` will be added to the instance display name, where `n` represents the number of purchased instances. for example, `server_`: when purchasing 2 instances, the instance display names are `server_1` and `server_2` respectively.</li> <li>supports up to 128 characters (including pattern strings).</li>.",
5480
5717
  "example": "myInstance",
5481
5718
  "member": "string",
5482
5719
  "name": "InstanceName",
@@ -5494,7 +5731,7 @@
5494
5731
  },
5495
5732
  {
5496
5733
  "disabled": false,
5497
- "document": "Security groups to which the instance belongs. To obtain the security group IDs, you can call [DescribeSecurityGroups](https://intl.cloud.tencent.com/document/api/215/15808) and look for the `sgld` fields in the response. If this parameter is not specified, the instance will not be associated with any security group by default.",
5734
+ "document": "Security group to which an instance belongs. obtain this parameter by calling the `SecurityGroupId` field in the return value of [DescribeSecurityGroups](https://www.tencentcloud.com/document/product/215/15808). if not specified, bind the default security group under the designated project. if the default security group does not exist, automatically create it.",
5498
5735
  "example": "[\"sg-efil73jd\"]",
5499
5736
  "member": "string",
5500
5737
  "name": "SecurityGroupIds",
@@ -5513,7 +5750,7 @@
5513
5750
  {
5514
5751
  "disabled": false,
5515
5752
  "document": "A unique string supplied by the client to ensure that the request is idempotent. Its maximum length is 64 ASCII characters. If this parameter is not specified, the idempotency of the request cannot be guaranteed.<br>For more information, see Ensuring Idempotency.",
5516
- "example": "",
5753
+ "example": "a521b4e4-c903-4d37-9de6-8096e3ad8eb7",
5517
5754
  "member": "string",
5518
5755
  "name": "ClientToken",
5519
5756
  "required": false,
@@ -5546,6 +5783,15 @@
5546
5783
  "required": false,
5547
5784
  "type": "object"
5548
5785
  },
5786
+ {
5787
+ "disabled": false,
5788
+ "document": "Custom metadata, supports creating key-value pairs of custom metadata when creating a CVM.\n\n**Note: this field is in beta test.**.",
5789
+ "example": "无",
5790
+ "member": "Metadata",
5791
+ "name": "Metadata",
5792
+ "required": false,
5793
+ "type": "object"
5794
+ },
5549
5795
  {
5550
5796
  "disabled": false,
5551
5797
  "document": "HPC cluster ID.",
@@ -5643,7 +5889,7 @@
5643
5889
  },
5644
5890
  {
5645
5891
  "disabled": false,
5646
- "document": "Memory capacity; unit: `GB`.",
5892
+ "document": "Instance memory capacity. unit: GiB.",
5647
5893
  "example": "1",
5648
5894
  "member": "int64",
5649
5895
  "name": "Memory",
@@ -5653,7 +5899,7 @@
5653
5899
  },
5654
5900
  {
5655
5901
  "disabled": false,
5656
- "document": "Instance status. Valid values: <br><li>NORMAL: instance is normal. <br><li>EXPIRED: instance expired. <br><li>PROTECTIVELY_ISOLATED: instance is protectively isolated.",
5902
+ "document": "Instance business status. valid values:<br><li>NORMAL: indicates an instance in the NORMAL state</li><li>EXPIRED: indicates an EXPIRED instance</li><li>PROTECTIVELY_ISOLATED: PROTECTIVELY ISOLATED instance</li>.",
5657
5903
  "example": "NORMAL",
5658
5904
  "member": "string",
5659
5905
  "name": "RestrictState",
@@ -5753,7 +5999,7 @@
5753
5999
  },
5754
6000
  {
5755
6001
  "disabled": false,
5756
- "document": "Auto renewal flag. Valid values: <br><li>`NOTIFY_AND_MANUAL_RENEW`: notify upon expiration, but do not renew automatically <br><li>`NOTIFY_AND_AUTO_RENEW`: notify upon expiration and renew automatically <br><li>`DISABLE_NOTIFY_AND_MANUAL_RENEW`: do not notify upon expiration and do not renew automatically.\n<br><li>Note: this parameter is `null` for postpaid instances.",
6002
+ "document": "AUTO-Renewal flag. valid values:<br><li>`NOTIFY_AND_MANUAL_RENEW`: indicates that a notification of impending expiration is made but AUTO-renewal is not performed</li><li>`NOTIFY_AND_AUTO_RENEW`: indicates that a notification of impending expiration is made AND AUTO-renewal is performed</li><li>`DISABLE_NOTIFY_AND_MANUAL_RENEW`: indicates that notification that it is about to expire is not made AND AUTO-renewal is not performed.\nNote: this field is null in postpaid mode.",
5757
6003
  "example": "NOTIFY_AND_MANUAL_RENEW",
5758
6004
  "member": "string",
5759
6005
  "name": "RenewFlag",
@@ -5813,7 +6059,7 @@
5813
6059
  },
5814
6060
  {
5815
6061
  "disabled": false,
5816
- "document": "Instance state. Valid values: <br><li>PENDING: creating <br></li><li>LAUNCH_FAILED: creation failed <br></li><li>RUNNING: running <br></li><li>STOPPED: shut down <br></li><li>STARTING: starting <br></li><li>STOPPING: shutting down <br></li><li>REBOOTING: rebooting <br></li><li>SHUTDOWN: shut down and to be terminated <br></li><li>TERMINATING: terminating. <br></li>",
6062
+ "document": "Instance status. for specific status types, see the [instance status table](https://www.tencentcloud.com/document/product/213/15753#instancestatus)",
5817
6063
  "example": "RUNNING",
5818
6064
  "member": "string",
5819
6065
  "name": "InstanceState",
@@ -5833,7 +6079,7 @@
5833
6079
  },
5834
6080
  {
5835
6081
  "disabled": false,
5836
- "document": "Instance billing method after shutdown.\nValid values: <br><li>KEEP_CHARGING: billing continues after shutdown <br><li>STOP_CHARGING: billing stops after shutdown <li>NOT_APPLICABLE: the instance is not shut down or stopping billing after shutdown is not applicable to the instance. <br>",
6082
+ "document": "Shutdown billing mode of an instance.\n\nValid values: <br><li>KEEP_CHARGING: billing continues after shutdown</li><li>STOP_CHARGING: billing stops after shutdown</li><li>NOT_APPLICABLE: the instance is NOT shut down or stopping billing after shutdown is NOT APPLICABLE to the instance</li>.",
5837
6083
  "example": "NOT_APPLICABLE",
5838
6084
  "member": "string",
5839
6085
  "name": "StopChargingMode",
@@ -5863,7 +6109,7 @@
5863
6109
  },
5864
6110
  {
5865
6111
  "disabled": false,
5866
- "document": "The latest operation status of the instance. Valid values:<br><li>SUCCESS: operation succeeded<br><li>OPERATING: operation in progress<br><li>FAILED: operation failed",
6112
+ "document": "The latest operation status of the instance. valid values:<br><li>SUCCESS: indicates that the operation succeeded</li><li>OPERATING: indicates that the operation is in progress</li><li>FAILED: indicates that the operation FAILED</li>.\nNote: This field may return null, indicating that no valid value is found.",
5867
6113
  "example": "SUCCESS",
5868
6114
  "member": "string",
5869
6115
  "name": "LatestOperationState",
@@ -5883,7 +6129,7 @@
5883
6129
  },
5884
6130
  {
5885
6131
  "disabled": false,
5886
- "document": "ID of a spread placement group.\nNote: this field may return null, indicating that no valid value is obtained.",
6132
+ "document": "Spread placement group ID.",
5887
6133
  "example": "ps-l7sdunxx",
5888
6134
  "member": "string",
5889
6135
  "name": "DisasterRecoverGroupId",
@@ -5913,7 +6159,7 @@
5913
6159
  },
5914
6160
  {
5915
6161
  "disabled": false,
5916
- "document": "HPC cluster ID.\nNote: this field may return null, indicating that no valid value was found.",
6162
+ "document": "High-performance computing cluster ID.",
5917
6163
  "example": "hpc-4dxxetpt",
5918
6164
  "member": "string",
5919
6165
  "name": "HpcClusterId",
@@ -5933,7 +6179,7 @@
5933
6179
  },
5934
6180
  {
5935
6181
  "disabled": false,
5936
- "document": "",
6182
+ "document": "Dedicated cluster ID where the instance is located.",
5937
6183
  "example": "cluster-du3jken",
5938
6184
  "member": "string",
5939
6185
  "name": "DedicatedClusterId",
@@ -5943,7 +6189,7 @@
5943
6189
  },
5944
6190
  {
5945
6191
  "disabled": false,
5946
- "document": "The isolation status of the instance. Valid values:<br><li>`ARREAR`: isolated due to overdue payment;<br></li><li>`EXPIRE`: isolated upon expiration;<br></li><li>`MANMADE`: isolated after manual returning;<br></li><li>`NOTISOLATED`: not isolated<br></li>\nNote: this field may return null, indicating that no valid value was found.",
6192
+ "document": "Instance isolation type. valid values:<br><li>ARREAR: indicates arrears isolation<br></li><li>EXPIRE: indicates isolation upon expiration<br></li><li>MANMADE: indicates voluntarily refunded isolation<br></li><li>NOTISOLATED: indicates unisolated<br></li>.",
5947
6193
  "example": "NOTISOLATED",
5948
6194
  "member": "string",
5949
6195
  "name": "IsolatedSource",
@@ -5953,7 +6199,7 @@
5953
6199
  },
5954
6200
  {
5955
6201
  "disabled": false,
5956
- "document": "GPU information. This field is only returned for GPU instances.\nNote: this field may return null, indicating that no valid value was found.",
6202
+ "document": "GPU information. if it is a gpu type instance, this value will be returned. for other type instances, it does not return.",
5957
6203
  "example": "无",
5958
6204
  "member": "GPUInfo",
5959
6205
  "name": "GPUInfo",
@@ -5973,7 +6219,7 @@
5973
6219
  },
5974
6220
  {
5975
6221
  "disabled": false,
5976
- "document": "Whether the termination protection is enabled. Values: <br><li>`TRUE`: Enable instance protection, which means that this instance can not be deleted by an API action.<br><li>`FALSE`: Do not enable the instance protection.<br><br>Default value: `FALSE`.",
6222
+ "document": "Instance destruction protection flag indicates whether an instance is allowed to be deleted through an api. value ranges from:<br><li>true: indicates that instance protection is enabled, deletion through apis is not allowed</li><li>false: indicates that instance protection is disabled, allow passage</li><br>default value: false.",
5977
6223
  "example": "false",
5978
6224
  "member": "bool",
5979
6225
  "name": "DisableApiTermination",
@@ -6013,7 +6259,17 @@
6013
6259
  },
6014
6260
  {
6015
6261
  "disabled": false,
6016
- "document": "Public IPv6 address of the instance.\nNote: this field may return null, indicating that no valid value was found.",
6262
+ "document": "Custom metadata. this parameter corresponds to the metadata information specified when creating a CVM. **note: in beta test**.",
6263
+ "example": "无",
6264
+ "member": "Metadata",
6265
+ "name": "Metadata",
6266
+ "output_required": false,
6267
+ "type": "object",
6268
+ "value_allowed_null": false
6269
+ },
6270
+ {
6271
+ "disabled": false,
6272
+ "document": "Specifies the public IPv6 address bound to the instance.",
6017
6273
  "example": "[\"240d:c000:f000:ac00:5460:6340:16aa:6\"]",
6018
6274
  "member": "string",
6019
6275
  "name": "PublicIPv6Addresses",
@@ -6084,20 +6340,20 @@
6084
6340
  {
6085
6341
  "disabled": false,
6086
6342
  "document": "Full name of the model family.",
6087
- "example": "",
6343
+ "example": "高IO型I1",
6088
6344
  "member": "string",
6089
6345
  "name": "InstanceFamilyName",
6090
- "required": true,
6346
+ "output_required": true,
6091
6347
  "type": "string",
6092
6348
  "value_allowed_null": false
6093
6349
  },
6094
6350
  {
6095
6351
  "disabled": false,
6096
6352
  "document": "Acronym of the model family.",
6097
- "example": "",
6353
+ "example": "I1",
6098
6354
  "member": "string",
6099
6355
  "name": "InstanceFamily",
6100
- "required": true,
6356
+ "output_required": true,
6101
6357
  "type": "string",
6102
6358
  "value_allowed_null": false
6103
6359
  }
@@ -6138,7 +6394,7 @@
6138
6394
  {
6139
6395
  "disabled": false,
6140
6396
  "document": "Instance `ID`.",
6141
- "example": "",
6397
+ "example": "ins-g4c6xxxx",
6142
6398
  "member": "string",
6143
6399
  "name": "InstanceId",
6144
6400
  "output_required": true,
@@ -6148,7 +6404,7 @@
6148
6404
  {
6149
6405
  "disabled": false,
6150
6406
  "document": "Instance status. Valid values:<br><li>PENDING: Creating.<br></li><li>LAUNCH_FAILED: Creation failed.<br></li><li>RUNNING: Running.<br></li><li>STOPPED: Shut down.<br></li><li>STARTING: Starting up.<br></li><li>STOPPING: Shutting down.<br></li><li>REBOOTING: Restarting.<br></li><li>SHUTDOWN: Shut down and to be terminated.<br></li><li>TERMINATING: Terminating.<br></li><li>ENTER_RESCUE_MODE: Entering the rescue mode.<br></li><li>RESCUE_MODE: In the rescue mode.<br></li><li>EXIT_RESCUE_MODE: Exiting the rescue mode.<br></li><li>ENTER_SERVICE_LIVE_MIGRATE: Entering online service migration.<br></li><li>SERVICE_LIVE_MIGRATE: In online service migration.<br></li><li>EXIT_SERVICE_LIVE_MIGRATE: Exiting online service migration.<br></li>",
6151
- "example": "",
6407
+ "example": "RUNNING",
6152
6408
  "member": "string",
6153
6409
  "name": "InstanceState",
6154
6410
  "output_required": true,
@@ -6443,7 +6699,7 @@
6443
6699
  },
6444
6700
  {
6445
6701
  "disabled": false,
6446
- "document": "Describes the line type. for details, refer to [EIP IP address types](https://www.tencentcloud.com/zh/document/product/213/5733). default value: `BGP`.\n <li>BGP Default: BGP</li>\nFor a user who has activated the static single-line IP allowlist, possible values are:\n <li>CMCC: China Mobile</li> <li>CTCC: China Telecom</li> <li>CUCC: China Unicom</li>\nNote: Only certain regions support static single-line IP addresses.",
6702
+ "document": "Line type. for details on various types of lines and supported regions, refer to [EIP IP address types](https://cloud.tencent.com/document/product/1199/41646). default value: BGP.\n<Li>BGP: specifies the general bgp line.</li>.\nFor a user with static single-line IP allowlist enabled, valid values include:.\n<Li>CMCC: china mobile.</li>.\n<Li>CTCC: china telecom</li>.\n<Li>CUCC: china unicom</li>.\nNote: The static single-line IP is only supported in some regions.\n\n",
6447
6703
  "example": "BGP",
6448
6704
  "member": "string",
6449
6705
  "name": "InternetServiceProvider",
@@ -6454,7 +6710,7 @@
6454
6710
  },
6455
6711
  {
6456
6712
  "disabled": false,
6457
- "document": "Type of public IP address.\n\n<li> WanIP: Ordinary public IP address. </li> <li> HighQualityEIP: High Quality EIP is supported only in Singapore and Hong Kong. </li> <li> AntiDDoSEIP: Anti-DDoS IP is supported only in specific regions. For details, see [EIP Product Overview](https://www.tencentcloud.com/zh/document/product/213/5733). </li> \nSpecify the type of public IPv4 address to assign a public IPv4 address to the resource. HighQualityEIP and AntiDDoSEIP features are gradually released in select regions.\nThis feature is currently in gradually released phase. To access it, please [contact us](https://console.tencentcloud.com/workorder).",
6713
+ "document": "Specifies the public IP type.\n\n<Li>WanIP: specifies the public ip address.</li>.\n<Li>HighQualityEIP: specifies a high quality ip. high quality ip is only supported in Singapore and hong kong (china).</li>.\n<li> AntiDDoSEIP: specifies the anti-ddos eip. only partial regions support anti-ddos eip. details visible in the [elastic IP product overview](https://www.tencentcloud.comom/document/product/1199/41646?from_cn_redirect=1).</li>.\nIf needed, assign a public IPv4 address to the resource by specifying the IPv4 address type.\n\nThis feature is in beta test in selected regions. submit a ticket for consultation (https://console.cloud.tencent.com/workorder/category) if needed.",
6458
6714
  "example": "WanIP",
6459
6715
  "member": "string",
6460
6716
  "name": "IPv4AddressType",
@@ -6465,7 +6721,7 @@
6465
6721
  },
6466
6722
  {
6467
6723
  "disabled": false,
6468
- "document": "Indicates the type of EIPv6. Valid values:\n\n<li>EIPv6: common IPv6</li>\n<li>HighQualityEIPv6: High Quality EIPv6</li>\nNote: Contact the product team to enable the dedicated IPv6 allowlist. The dedicated IPv6 is only supported in some regions. \n\nDefault: `EIPv6`\n\nThis feature is currently in gradually released phase. To access it, please [contact us](https://console.tencentcloud.com/workorder).",
6724
+ "document": "Indicates the type of elastic public IPv6.\n<Li>EIPv6: elastic ip version 6.</li>.\n<Li>HighQualityEIPv6: specifies the high quality ipv6. highqualityeipv6 is only supported in hong kong (china).</li>.\nIf needed, assign an elastic IPv6 address for resource allocation.\n\nThis feature is in beta test in selected regions. submit a ticket for consultation (https://console.cloud.tencent.com/workorder/category) if needed.",
6469
6725
  "example": "EIPv6",
6470
6726
  "member": "string",
6471
6727
  "name": "IPv6AddressType",
@@ -6476,7 +6732,7 @@
6476
6732
  },
6477
6733
  {
6478
6734
  "disabled": false,
6479
- "document": "Anti-DDoS service package ID. This is required when you want to request an Anti-DDoS IP.",
6735
+ "document": "DDoS protection package unique ID. this field is required when applying for a ddos protection IP.\n",
6480
6736
  "example": "bgp-00000000",
6481
6737
  "member": "string",
6482
6738
  "name": "AntiDDoSPackageId",
@@ -6494,20 +6750,24 @@
6494
6750
  {
6495
6751
  "disabled": false,
6496
6752
  "document": "Network billing method.",
6497
- "example": "",
6753
+ "example": "TRAFFIC_POSTPAID_BY_HOUR",
6498
6754
  "member": "string",
6499
6755
  "name": "InternetChargeType",
6756
+ "output_required": true,
6500
6757
  "required": false,
6501
- "type": "string"
6758
+ "type": "string",
6759
+ "value_allowed_null": false
6502
6760
  },
6503
6761
  {
6504
6762
  "disabled": false,
6505
6763
  "document": "Description of the network billing method.",
6506
- "example": "",
6764
+ "example": "postpaid monthly",
6507
6765
  "member": "string",
6508
6766
  "name": "Description",
6767
+ "output_required": true,
6509
6768
  "required": false,
6510
- "type": "string"
6769
+ "type": "string",
6770
+ "value_allowed_null": false
6511
6771
  }
6512
6772
  ],
6513
6773
  "usage": "both"
@@ -6724,7 +6984,7 @@
6724
6984
  {
6725
6985
  "disabled": false,
6726
6986
  "document": "Key pair name.",
6727
- "example": "test",
6987
+ "example": "mySkey",
6728
6988
  "member": "string",
6729
6989
  "name": "KeyName",
6730
6990
  "output_required": true,
@@ -6744,7 +7004,7 @@
6744
7004
  {
6745
7005
  "disabled": false,
6746
7006
  "document": "Key pair description.",
6747
- "example": "test",
7007
+ "example": "mySkey",
6748
7008
  "member": "string",
6749
7009
  "name": "Description",
6750
7010
  "output_required": false,
@@ -6754,7 +7014,7 @@
6754
7014
  {
6755
7015
  "disabled": false,
6756
7016
  "document": "Content of public key in a key pair.",
6757
- "example": "xxx",
7017
+ "example": "ssh-rsa AAAAB3N......59LPzXah+r+d skey-0mjpcb19",
6758
7018
  "member": "string",
6759
7019
  "name": "PublicKey",
6760
7020
  "output_required": false,
@@ -6764,7 +7024,7 @@
6764
7024
  {
6765
7025
  "disabled": false,
6766
7026
  "document": "Content of private key in a key pair. Tencent Cloud do not keep private keys. Please keep it properly.",
6767
- "example": "xxx",
7027
+ "example": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAzDC......WCvOBGeKHg==\\n-----END RSA PRIVATE KEY-----",
6768
7028
  "member": "string",
6769
7029
  "name": "PrivateKey",
6770
7030
  "output_required": false,
@@ -6774,7 +7034,7 @@
6774
7034
  {
6775
7035
  "disabled": false,
6776
7036
  "document": "`ID` list of instances associated with a key.",
6777
- "example": "[]",
7037
+ "example": "[\"ins-syht65r4\"]",
6778
7038
  "member": "string",
6779
7039
  "name": "AssociatedInstanceIds",
6780
7040
  "output_required": false,
@@ -6794,12 +7054,12 @@
6794
7054
  {
6795
7055
  "disabled": false,
6796
7056
  "document": "The list of tags bound to the key.\nNote: This field may return `null`, indicating that no valid value can be obtained.",
6797
- "example": "[]",
7057
+ "example": "",
6798
7058
  "member": "Tag",
6799
7059
  "name": "Tags",
6800
7060
  "output_required": false,
6801
7061
  "type": "list",
6802
- "value_allowed_null": true
7062
+ "value_allowed_null": false
6803
7063
  }
6804
7064
  ],
6805
7065
  "usage": "out"
@@ -6841,7 +7101,7 @@
6841
7101
  "name": "LatestVersionNumber",
6842
7102
  "output_required": true,
6843
7103
  "type": "int",
6844
- "value_allowed_null": true
7104
+ "value_allowed_null": false
6845
7105
  },
6846
7106
  {
6847
7107
  "disabled": false,
@@ -6851,7 +7111,7 @@
6851
7111
  "name": "LaunchTemplateId",
6852
7112
  "output_required": true,
6853
7113
  "type": "string",
6854
- "value_allowed_null": true
7114
+ "value_allowed_null": false
6855
7115
  },
6856
7116
  {
6857
7117
  "disabled": false,
@@ -6861,7 +7121,7 @@
6861
7121
  "name": "LaunchTemplateName",
6862
7122
  "output_required": true,
6863
7123
  "type": "string",
6864
- "value_allowed_null": true
7124
+ "value_allowed_null": false
6865
7125
  },
6866
7126
  {
6867
7127
  "disabled": false,
@@ -6871,7 +7131,7 @@
6871
7131
  "name": "DefaultVersionNumber",
6872
7132
  "output_required": true,
6873
7133
  "type": "int",
6874
- "value_allowed_null": true
7134
+ "value_allowed_null": false
6875
7135
  },
6876
7136
  {
6877
7137
  "disabled": false,
@@ -6881,17 +7141,17 @@
6881
7141
  "name": "LaunchTemplateVersionCount",
6882
7142
  "output_required": true,
6883
7143
  "type": "int",
6884
- "value_allowed_null": true
7144
+ "value_allowed_null": false
6885
7145
  },
6886
7146
  {
6887
7147
  "disabled": false,
6888
7148
  "document": "UIN of the user who created the template.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
6889
- "example": "123456",
7149
+ "example": "1230000",
6890
7150
  "member": "string",
6891
7151
  "name": "CreatedBy",
6892
7152
  "output_required": true,
6893
7153
  "type": "string",
6894
- "value_allowed_null": true
7154
+ "value_allowed_null": false
6895
7155
  },
6896
7156
  {
6897
7157
  "disabled": false,
@@ -6901,7 +7161,7 @@
6901
7161
  "name": "CreationTime",
6902
7162
  "output_required": true,
6903
7163
  "type": "string",
6904
- "value_allowed_null": true
7164
+ "value_allowed_null": false
6905
7165
  }
6906
7166
  ],
6907
7167
  "usage": "out"
@@ -7345,7 +7605,7 @@
7345
7605
  "members": [
7346
7606
  {
7347
7607
  "disabled": false,
7348
- "document": "Custom metadata key. it must comply with the regular expression ^[a-zA-Z0-9_-]+$. the length is less than or equal to 128 bytes (case-sensitive).\n",
7608
+ "document": "Custom metadata key, consisting of uppercase letters (A-Z), lowercase letters (A-Z), digits (0-9), underscores (_), or hyphens (-), with a size limit of 128 bytes.",
7349
7609
  "example": "\"key\"",
7350
7610
  "member": "string",
7351
7611
  "name": "Key",
@@ -7356,7 +7616,7 @@
7356
7616
  },
7357
7617
  {
7358
7618
  "disabled": false,
7359
- "document": "Specifies a custom metadata value. it supports any data . The size is &le; 256 KB. it is case-sensitive.",
7619
+ "document": "Custom metadata value. The upper limit of message size is 256 KB.",
7360
7620
  "example": "\"value\"",
7361
7621
  "member": "string",
7362
7622
  "name": "Value",
@@ -7482,7 +7742,7 @@
7482
7742
  {
7483
7743
  "disabled": false,
7484
7744
  "document": "CDH instance ID(s).",
7485
- "example": "[\"host-ey16rkyg\\n\"]",
7745
+ "example": "[\"host-ey16rkyg\"]",
7486
7746
  "member": "string",
7487
7747
  "name": "HostIds",
7488
7748
  "required": true,
@@ -7643,7 +7903,7 @@
7643
7903
  "members": [
7644
7904
  {
7645
7905
  "disabled": false,
7646
- "document": "Instance ID(s). To obtain the instance IDs, you can call [`DescribeInstances`](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and look for `InstanceId` in the response. The maximum number of instances in each request is 100.",
7906
+ "document": "Instance ID(s). To obtain the instance IDs, you can call [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and look for `InstanceId` in the response. The maximum number of instances in each request is 100.",
7647
7907
  "example": "[\"ins-rf6ogz49\"]",
7648
7908
  "member": "string",
7649
7909
  "name": "InstanceIds",
@@ -7652,7 +7912,7 @@
7652
7912
  },
7653
7913
  {
7654
7914
  "disabled": false,
7655
- "document": "The instance name, which can not exceed 60 characters\n<dx-alert infotype=\"explain\" title=\"\">Either `InstanceName` or `SecurityGroups` must be specified, but they can not be both specified.</dx-alert>",
7915
+ "document": "Modified instance name. can be named as required but should not exceed 128 characters.",
7656
7916
  "example": "MyInsName",
7657
7917
  "member": "string",
7658
7918
  "name": "InstanceName",
@@ -7670,7 +7930,7 @@
7670
7930
  },
7671
7931
  {
7672
7932
  "disabled": false,
7673
- "document": "IDs of security groups associated with the specified instance. You can associate with a security group by adding its ID, or cancel the association with a security group by removing its ID. <dx-alert infotype=\"explain\" title=\"\">Either `InstanceName` or `SecurityGroups` must be specified, but they cannot be both set.</dx-alert>",
7933
+ "document": "Specifies the security group Id list of the specified instance after modification. the instance will reassociate with the security groups in the specified list, and the associated security group will be unbound.",
7674
7934
  "example": "[\"sg-rf6ogz49\"]",
7675
7935
  "member": "string",
7676
7936
  "name": "SecurityGroups",
@@ -7706,7 +7966,7 @@
7706
7966
  },
7707
7967
  {
7708
7968
  "disabled": false,
7709
- "document": "The role type, which is used in conjunction with `CamRoleName`. The value is obtained in `RoleType` field, returning by `CAM DescribeRoleList` and `GetRole` APIs. Valid value: `user`, `system` and `service_linked`.\nFor example, when `LinkedRoleIn` is contained in `CamRoleName` (such as `TKE_QCSLinkedRoleInPrometheusService`), the returned `RoleType` of `DescribeRoleList` and `GetRoleis` is `service_linked`, and the `CamRoleType` `service_linked`.\nWhen the value obtained in `RoleType` is `user` (default) or `system`, `CamRoleType` can be left empty.",
7969
+ "document": "Role type, used in conjunction with CamRoleName. this value can be obtained from the RoleType field in the API response of CAM [DescribeRoleList](https://www.tencentcloud.com/document/product/1219/67889) or [GetRole](https://www.tencentcloud.com/document/product/598/33557?lang=en). currently, only user, system, and service_linked types are accepted.\nFor example, when CamRoleName contains \"LinkedRoleIn\" (such as TKE_QCSLinkedRoleInPrometheusService), DescribeRoleList and GetRole return RoleType as service_linked, this parameter must also transmit service_linked.\nThe parameter default value is user. this parameter can be omitted if CameRoleName is not of the service_linked kind.",
7710
7970
  "example": "user",
7711
7971
  "member": "string",
7712
7972
  "name": "CamRoleType",
@@ -7737,6 +7997,105 @@
7737
7997
  ],
7738
7998
  "type": "object"
7739
7999
  },
8000
+ "ModifyInstancesChargeTypeRequest": {
8001
+ "document": "ModifyInstancesChargeType request structure.",
8002
+ "members": [
8003
+ {
8004
+ "disabled": false,
8005
+ "document": "One or more instance ids to be operated. you can obtain the instance ID through the `InstanceId` in the return value from the api [DescribeInstances](https://www.tencentcloud.com/document/api/213/15728?from_cn_redirect=1). the maximum number of instances per request is 20.",
8006
+ "example": "[\"ins-r8hr2upy\"]",
8007
+ "member": "string",
8008
+ "name": "InstanceIds",
8009
+ "required": true,
8010
+ "type": "list"
8011
+ },
8012
+ {
8013
+ "disabled": false,
8014
+ "document": "Modified instance [billing type](https://www.tencentcloud.com/document/product/213/2180?from_cn_redirect=1). <li>`PREPAID`: monthly subscription.</li> \n**Note:** Only supports converting pay-as-you-go instances to annual and monthly subscription instances.\n\ndefault value: `PREPAID`",
8015
+ "example": "PREPAID",
8016
+ "member": "string",
8017
+ "name": "InstanceChargeType",
8018
+ "required": true,
8019
+ "type": "string"
8020
+ },
8021
+ {
8022
+ "disabled": false,
8023
+ "document": "Modified prepaid mode, parameter settings related to monthly/annual subscription. by specifying this parameter, you can specify the purchase duration of annual and monthly subscription instances, whether to enable auto-renewal, and other attributes. ",
8024
+ "example": "无",
8025
+ "member": "InstanceChargePrepaid",
8026
+ "name": "InstanceChargePrepaid",
8027
+ "required": false,
8028
+ "type": "object"
8029
+ },
8030
+ {
8031
+ "disabled": false,
8032
+ "document": "Whether to switch the billing mode of elastic data cloud disks simultaneously. valid values: <li> true: means switching the billing mode of elastic data cloud disks</li><li> false: means not switching the billing mode of elastic data cloud disks</li>default value: false.",
8033
+ "example": "false",
8034
+ "member": "bool",
8035
+ "name": "ModifyPortableDataDisk",
8036
+ "required": false,
8037
+ "type": "bool"
8038
+ }
8039
+ ],
8040
+ "type": "object"
8041
+ },
8042
+ "ModifyInstancesChargeTypeResponse": {
8043
+ "document": "ModifyInstancesChargeType response structure.",
8044
+ "members": [
8045
+ {
8046
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
8047
+ "member": "string",
8048
+ "name": "RequestId",
8049
+ "type": "string"
8050
+ }
8051
+ ],
8052
+ "type": "object"
8053
+ },
8054
+ "ModifyInstancesDisasterRecoverGroupRequest": {
8055
+ "document": "ModifyInstancesDisasterRecoverGroup request structure.",
8056
+ "members": [
8057
+ {
8058
+ "disabled": false,
8059
+ "document": "One or more instance ids to be operated. you can obtain the instance ID through the `InstanceId` in the return value from the api [DescribeInstances](https://www.tencentcloud.com/zh/document/api/213/33258). the maximum number of instances per request is 100.",
8060
+ "example": "[\"ins-r8hr2upy\"]",
8061
+ "member": "string",
8062
+ "name": "InstanceIds",
8063
+ "required": true,
8064
+ "type": "list"
8065
+ },
8066
+ {
8067
+ "disabled": false,
8068
+ "document": "Spread placement group ID. obtain through the api [DescribeDisasterRecoverGroups](https://www.tencentcloud.com/zh/document/api/213/33261).",
8069
+ "example": "ps-a66w6rlb",
8070
+ "member": "string",
8071
+ "name": "DisasterRecoverGroupId",
8072
+ "required": false,
8073
+ "type": "string"
8074
+ },
8075
+ {
8076
+ "disabled": false,
8077
+ "document": "Whether to forcibly change instance hosts. value range:<br><li>true: indicates that the instance is allowed to change hosts, allowing the instance to reboot. local disk machine does not support specifying this parameter.</li><br><li>false: does not allow the instance to change hosts. instances can only be added to the placement group on the current host. this may result in a failure to change the placement group.</li><br><br>default value: false.",
8078
+ "example": "false",
8079
+ "member": "bool",
8080
+ "name": "Force",
8081
+ "required": false,
8082
+ "type": "bool"
8083
+ }
8084
+ ],
8085
+ "type": "object"
8086
+ },
8087
+ "ModifyInstancesDisasterRecoverGroupResponse": {
8088
+ "document": "ModifyInstancesDisasterRecoverGroup response structure.",
8089
+ "members": [
8090
+ {
8091
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
8092
+ "member": "string",
8093
+ "name": "RequestId",
8094
+ "type": "string"
8095
+ }
8096
+ ],
8097
+ "type": "object"
8098
+ },
7740
8099
  "ModifyInstancesProjectRequest": {
7741
8100
  "document": "ModifyInstancesProject request structure.",
7742
8101
  "members": [
@@ -7833,7 +8192,7 @@
7833
8192
  {
7834
8193
  "disabled": false,
7835
8194
  "document": "Whether to force shut down a running instances. Default value: TRUE.",
7836
- "example": "",
8195
+ "example": "false",
7837
8196
  "member": "bool",
7838
8197
  "name": "ForceStop",
7839
8198
  "required": false,
@@ -7842,7 +8201,7 @@
7842
8201
  {
7843
8202
  "disabled": false,
7844
8203
  "document": "Whether to keep the host name. Default value: FALSE.",
7845
- "example": "",
8204
+ "example": "false",
7846
8205
  "member": "bool",
7847
8206
  "name": "ReserveHostName",
7848
8207
  "required": false,
@@ -7950,40 +8309,40 @@
7950
8309
  {
7951
8310
  "disabled": false,
7952
8311
  "document": "Instance operation. Valid values: <br><li>`INSTANCE_DEGRADE`: downgrade an instance<br><li>`INTERNET_CHARGE_TYPE_CHANGE`: modify the billing plan of the network connection",
7953
- "example": "",
8312
+ "example": "INSTANCE_DEGRADE",
7954
8313
  "member": "string",
7955
8314
  "name": "Operation",
7956
- "required": true,
8315
+ "output_required": true,
7957
8316
  "type": "string",
7958
8317
  "value_allowed_null": false
7959
8318
  },
7960
8319
  {
7961
8320
  "disabled": false,
7962
8321
  "document": "Instance ID.",
7963
- "example": "",
8322
+ "example": "ins-xxxxx",
7964
8323
  "member": "string",
7965
8324
  "name": "InstanceId",
7966
- "required": true,
8325
+ "output_required": true,
7967
8326
  "type": "string",
7968
8327
  "value_allowed_null": false
7969
8328
  },
7970
8329
  {
7971
8330
  "disabled": false,
7972
8331
  "document": "Number of operations already performed. If it returns `-1`, it means there is no limit on the times of the operation.",
7973
- "example": "",
8332
+ "example": "1",
7974
8333
  "member": "int64",
7975
8334
  "name": "CurrentCount",
7976
- "required": true,
8335
+ "output_required": true,
7977
8336
  "type": "int",
7978
8337
  "value_allowed_null": false
7979
8338
  },
7980
8339
  {
7981
8340
  "disabled": false,
7982
8341
  "document": "Maximum number of times you can perform an operation. If it returns `-1`, it means there is no limit on the times of the operation. If it returns `0`, it means that configuration modification is not supported.",
7983
- "example": "",
8342
+ "example": "5",
7984
8343
  "member": "int64",
7985
8344
  "name": "LimitCount",
7986
- "required": true,
8345
+ "output_required": true,
7987
8346
  "type": "int",
7988
8347
  "value_allowed_null": false
7989
8348
  }
@@ -7996,30 +8355,30 @@
7996
8355
  {
7997
8356
  "disabled": false,
7998
8357
  "document": "Operating system type",
7999
- "example": "",
8358
+ "example": "CentOS",
8000
8359
  "member": "string",
8001
8360
  "name": "OsName",
8002
- "required": true,
8361
+ "output_required": true,
8003
8362
  "type": "string",
8004
8363
  "value_allowed_null": false
8005
8364
  },
8006
8365
  {
8007
8366
  "disabled": false,
8008
8367
  "document": "Supported operating system versions",
8009
- "example": "",
8368
+ "example": "[\"9\"]",
8010
8369
  "member": "string",
8011
8370
  "name": "OsVersions",
8012
- "required": true,
8371
+ "output_required": true,
8013
8372
  "type": "list",
8014
8373
  "value_allowed_null": false
8015
8374
  },
8016
8375
  {
8017
8376
  "disabled": false,
8018
8377
  "document": "Supported operating system architecture",
8019
- "example": "",
8378
+ "example": "x86_64",
8020
8379
  "member": "string",
8021
8380
  "name": "Architecture",
8022
- "required": true,
8381
+ "output_required": true,
8023
8382
  "type": "list",
8024
8383
  "value_allowed_null": false
8025
8384
  }
@@ -8042,7 +8401,7 @@
8042
8401
  },
8043
8402
  {
8044
8403
  "disabled": false,
8045
- "document": "ID of the project to which the instance belongs. This parameter can be obtained from the `projectId` returned by [DescribeProject](https://intl.cloud.tencent.com/document/api/651/78725?from_cn_redirect=1). If this is left empty, the default project is used.",
8404
+ "document": "Instance'S project ID. obtain this parameter by calling the `ProjectId` field in the return value of [DescribeProjects](https://www.tencentcloud.com/document/product/651/54679). default value 0 means default project.",
8046
8405
  "example": "0",
8047
8406
  "member": "int64",
8048
8407
  "name": "ProjectId",
@@ -8053,7 +8412,7 @@
8053
8412
  },
8054
8413
  {
8055
8414
  "disabled": false,
8056
- "document": "ID list of CDHs from which the instance can be created. If you have purchased CDHs and specify this parameter, the instances you purchase will be randomly deployed on the CDHs.",
8415
+ "document": "Specifies the dedicated host ID list for instance ownership, only used for input parameters. if you purchase a dedicated host and specify this parameter, instances you purchase will be randomly deployed on these dedicated hosts. obtain this parameter by calling the `HostId` field in the return value of [DescribeHosts](https://www.tencentcloud.com/document/product/213/33279?lang=en).",
8057
8416
  "example": "[\"host-o5i742go\"]",
8058
8417
  "member": "string",
8059
8418
  "name": "HostIds",
@@ -8143,7 +8502,7 @@
8143
8502
  },
8144
8503
  {
8145
8504
  "disabled": false,
8146
- "document": "Reserved instance name.<br><li>The RI name defaults to unnamed if this parameter is left empty.</li><li>You can enter any name within 60 characters (including the pattern string).</li>",
8505
+ "document": "Reserved instance name.<br><li>The RI name defaults to \"unnamed\" if this parameter is left empty.</li><li>You can enter any name within 60 characters (including the pattern string).</li>",
8147
8506
  "example": "myReservedInstance",
8148
8507
  "member": "string",
8149
8508
  "name": "ReservedInstanceName",
@@ -8307,6 +8666,51 @@
8307
8666
  ],
8308
8667
  "type": "object"
8309
8668
  },
8669
+ "RenewInstancesRequest": {
8670
+ "document": "RenewInstances request structure.",
8671
+ "members": [
8672
+ {
8673
+ "disabled": false,
8674
+ "document": "One or more instance IDs to be operated. You can obtain the instance ID through the `InstanceId` in the return value from the API [DescribeInstances](https://www.tencentcloud.com/document/api/213/33258). The maximum number of instances per request is 100.",
8675
+ "example": "[\"ins-r8hr2upy\"]",
8676
+ "member": "string",
8677
+ "name": "InstanceIds",
8678
+ "required": true,
8679
+ "type": "list"
8680
+ },
8681
+ {
8682
+ "disabled": false,
8683
+ "document": "Prepaid mode, that is, parameter settings related to monthly/annual subscription. specifies attributes of a monthly subscription instance, such as renewal duration and whether to enable auto-renewal, by specifying this parameter. <dx-alert infotype=\"explain\" title=\"\">.\nAnnual and monthly subscription instances. this parameter is a required parameter.</dx-alert>.",
8684
+ "example": "无",
8685
+ "member": "InstanceChargePrepaid",
8686
+ "name": "InstanceChargePrepaid",
8687
+ "required": false,
8688
+ "type": "object"
8689
+ },
8690
+ {
8691
+ "disabled": false,
8692
+ "document": "Whether to renew the elastic data disk. valid values:<br><li>true: indicates renewing the annual and monthly subscription instance and its mounted elastic data disk simultaneously</li><li>false: indicates renewing the annual and monthly subscription instance while no longer renewing its mounted elastic data disk</li><br>default value: true.",
8693
+ "example": "false",
8694
+ "member": "bool",
8695
+ "name": "RenewPortableDataDisk",
8696
+ "required": false,
8697
+ "type": "bool"
8698
+ }
8699
+ ],
8700
+ "type": "object"
8701
+ },
8702
+ "RenewInstancesResponse": {
8703
+ "document": "RenewInstances response structure.",
8704
+ "members": [
8705
+ {
8706
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
8707
+ "member": "string",
8708
+ "name": "RequestId",
8709
+ "type": "string"
8710
+ }
8711
+ ],
8712
+ "type": "object"
8713
+ },
8310
8714
  "ReservedInstanceConfigInfoItem": {
8311
8715
  "document": "Static configurations of the reserved instance.",
8312
8716
  "members": [
@@ -8440,7 +8844,7 @@
8440
8844
  "name": "FixedPriceDiscount",
8441
8845
  "output_required": false,
8442
8846
  "type": "float",
8443
- "value_allowed_null": true
8847
+ "value_allowed_null": false
8444
8848
  },
8445
8849
  {
8446
8850
  "disabled": false,
@@ -8450,7 +8854,7 @@
8450
8854
  "name": "UsagePriceDiscount",
8451
8855
  "output_required": false,
8452
8856
  "type": "float",
8453
- "value_allowed_null": true
8857
+ "value_allowed_null": false
8454
8858
  }
8455
8859
  ],
8456
8860
  "usage": "out"
@@ -9178,7 +9582,7 @@
9178
9582
  "members": [
9179
9583
  {
9180
9584
  "disabled": false,
9181
- "document": "Instance ID. To obtain the instance IDs, you can call [`DescribeInstances`](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and look for `InstanceId` in the response.",
9585
+ "document": "Instance ID to be operated. can be obtained from the `InstanceId` in the return value from the DescribeInstances api (https://www.tencentcloud.com/document/api/213/15728?from_cn_redirect=1).",
9182
9586
  "example": "ins-r8hr2upy",
9183
9587
  "member": "string",
9184
9588
  "name": "InstanceId",
@@ -9187,7 +9591,7 @@
9187
9591
  },
9188
9592
  {
9189
9593
  "disabled": false,
9190
- "document": "Configuration information of a data disk to be expanded. Only inelastic data disks (with `Portable` being `false` in the return values of [DescribeDisks](https://intl.cloud.tencent.com/document/api/362/16315?from_cn_redirect=1)) can be expanded. The unit of data disk capacity is GB. The minimum expansion step is 10 GB. For more information about data disk types, refer to [Disk Product Introduction](https://intl.cloud.tencent.com/document/product/362/2353?from_cn_redirect=1). The available data disk type is restricted by the instance type `InstanceType`. Additionally, the maximum allowable capacity for expansion varies by data disk type.\n<dx-alert infotype=\"explain\" title=\"\">You should specify either DataDisks or SystemDisk, but you cannot specify both at the same time.</dx-alert>",
9594
+ "document": "Specifies the configuration information of the data disk to be expanded, only supporting specifying the target capacity of the disk to be expanded. only non-elastic data disks (with `Portable` being `false` in the return values of [DescribeDisks](https://www.tencentcloud.com/document/api/362/16315?from_cn_redirect=1)) can be expanded. the unit of data disk capacity is GiB. the minimum expansion step is 10 GiB. for data disk type selection, refer to [disk product introduction](https://www.tencentcloud.com/document/product/362/2353?from_cn_redirect=1). the available data disk type is restricted by the instance type `InstanceType`. additionally, the maximum allowable capacity for expansion varies by data disk type.\n<dx-alert infotype=\"explain\" title=\"\">You should specify either DataDisks or SystemDisk, but you cannot specify both at the same time.</dx-alert>",
9191
9595
  "example": "无",
9192
9596
  "member": "DataDisk",
9193
9597
  "name": "DataDisks",
@@ -9196,7 +9600,7 @@
9196
9600
  },
9197
9601
  {
9198
9602
  "disabled": false,
9199
- "document": "Whether to forcibly shut down a running instance. It is recommended to manually shut down a running instance first and then reset the user password. Valid values:<br><li>true: Forcibly shut down an instance after a normal shutdown fails.</li><br><li>false: Do not forcibly shut down an instance after a normal shutdown fails.</li><br><br>Default value: false.<br><br>Forced shutdown is equivalent to turning off a physical computer's power switch. Forced shutdown may cause data loss or file system corruption and should only be used when a server cannot be shut down normally.",
9603
+ "document": "Specifies whether to forcibly shut down a running instance. it is recommended to manually shut down a running instance first and then expand the instance disk. valid values:<br><li>true: forcibly shut down an instance after a normal shutdown fails.</li><br><li>false: do not forcibly shut down an instance after a normal shutdown fails.</li><br><br>default value: false.<br><br>forced shutdown is equivalent to turning off a physical computer's power switch. forced shutdown may cause data loss or file system corruption and should only be used when a server cannot be shut down normally.",
9200
9604
  "example": "true",
9201
9605
  "member": "bool",
9202
9606
  "name": "ForceStop",
@@ -9205,7 +9609,7 @@
9205
9609
  },
9206
9610
  {
9207
9611
  "disabled": false,
9208
- "document": "Configuration information of a system disk to be expanded. Only cloud disks can be expanded.\n\n<dx-alert infotype=\"explain\" title=\"\">You should specify either DataDisks or SystemDisk, but you cannot specify both at the same time.</dx-alert>",
9612
+ "document": "System disk configuration information to be expanded. only supports specifying the purpose capacity of the disk to be expanded. only supports cloud disk expansion.\n<dx-alert infotype=\"explain\" title=\"\">You should specify either DataDisks or SystemDisk, but you cannot specify both at the same time.</dx-alert>",
9209
9613
  "example": "无",
9210
9614
  "member": "SystemDisk",
9211
9615
  "name": "SystemDisk",
@@ -9348,8 +9752,17 @@
9348
9752
  },
9349
9753
  {
9350
9754
  "disabled": false,
9351
- "document": "Instance name.<br><li>If this parameter is not specified, \"Unnamed\" will be displayed by default.</li><li>If you purchase multiple instances and specify a pattern string `{R:x}`, numbers `[x, x+n-1]` will be generated, where `n` represents the number of instances purchased. For example, you specify a pattern string `server_{R:3}`. If you purchase only one instance, the instance will be named `server_3`; if you purchase two, they will be named `server_3` and `server_4`. You can specify multiple pattern strings in the format of `{R:x}`.</li><li>If you purchase multiple instances without specifying a pattern string, the instance names will be suffixed with `1, 2...n`, where `n` represents the number of instances purchased. For example, if you purchase two instances with the name `server_`, the instance names will be `server_1` and `server_2`.</li><li>This parameter can contain up to 60 characters (including pattern strings).</li>",
9352
- "example": "server_{R:3}",
9755
+ "document": "Specifies the minimum number of instances to create. value range: positive integer not greater than InstanceCount.\nSpecifies the minimum purchasable quantity, guarantees to create at least MinCount instances, and creates InstanceCount instances as much as possible.\nInsufficient inventory to meet the minimum purchasable quantity will trigger an error info indicating insufficient stock.\nOnly applicable to accounts, regions, and billing modes (annual/monthly subscription, pay-as-you-go, spot instance, exclusive sales) with partial support.",
9756
+ "example": "1",
9757
+ "member": "int64",
9758
+ "name": "MinCount",
9759
+ "required": false,
9760
+ "type": "int"
9761
+ },
9762
+ {
9763
+ "disabled": false,
9764
+ "document": "Instance display name.<br><li>If no instance display name is specified, it will display 'unnamed' by default.</li><li>Supports up to 128 characters (including pattern strings).</li><li>When purchasing multiple instances:.\n- Specify a pattern string {R:x}: Generates a numeric sequence [x, x+n-1], where n represents the number of purchased instances. For example: Input server_{R:3}. When purchasing 1 instance, the display name is server_3; when purchasing 2 instances, the display names are server_3 and server_4.\n- Specify a pattern string {R:x,F:y}: y indicates fixed digit (optional), value range [0,8], default value 0 means no fixed digit (equivalent to {R:x}). Automatically pads with zeros when digits are insufficient, for example: input server_{R:3,F:3}, when purchasing 2 instances, the instance display name is server_003, server_004. If digit count exceeds y (such as {R:99,F:2}), the actual number is used, for example: app_{R:99,F:2}, when purchasing 2 instances, the instance display name is app_99, app_100.\n- Pattern strings must strictly follow the format {R:x,F:y} or {R:x}. Invalid formats (such as {}) are treated as plain text. Multiple pattern strings are supported.\n- No pattern string specified: The display name is appended with suffix 1, 2...n, where n indicates the number of instances purchased. For example server_. When purchasing 2 instances, generates server_1 and server_2.",
9765
+ "example": "server_{R:3}、server_{R:3,F:3}",
9353
9766
  "member": "string",
9354
9767
  "name": "InstanceName",
9355
9768
  "required": false,
@@ -9366,7 +9779,7 @@
9366
9779
  },
9367
9780
  {
9368
9781
  "disabled": false,
9369
- "document": "Security groups to which the instance belongs. To obtain the security group IDs, you can call [DescribeSecurityGroups](https://intl.cloud.tencent.com/document/api/215/15808) and look for the `sgld` fields in the response. If this parameter is not specified, the instance will be associated with default security groups.",
9782
+ "document": "Security group to which an instance belongs. obtain this parameter by calling the `SecurityGroupId` field in the return value of [DescribeSecurityGroups](https://www.tencentcloud.com/document/product/215/15808?from_search=1). if not specified, bind the default security group under the designated project. if the default security group does not exist, automatically create it.",
9370
9783
  "example": "[\"sg-ajhn9qtq\"]",
9371
9784
  "member": "string",
9372
9785
  "name": "SecurityGroupIds",
@@ -9393,7 +9806,7 @@
9393
9806
  },
9394
9807
  {
9395
9808
  "disabled": false,
9396
- "document": "Hostname of an instance.<br><li>Period (.) and hyphen (-) should not be used as the first or last character of the hostname, and should not be used consecutively.</li><br><li>Windows instances: The hostname should contain 2 to 15 characters, including letters (case insensitive), digits, and hyphens (-), does not support periods (.), and should not be all digits.</li><br><li>Instances of other types (such as Linux instances): The hostname should contain 2 to 60 characters, including multiple periods (.), with each segment between periods considered as one section. Each section can contain letters (case insensitive), digits, and hyphens (-).</li><br><li>If you purchase multiple instances and specify a pattern string `{R:x}`, numbers `[x, x+n-1]` will be generated, where `n` represents the number of instances purchased. For example, you specify a pattern string `server{R:3}`. If you purchase only one instance, the hostname will be `server3`; if you purchase two, they will be `server3` and `server4`. You can specify multiple pattern strings in the format of `{R:x}`.</li><br><li>If you purchase multiple instances without specifying a pattern string, the hostnames will be suffixed with `1, 2...n`, where `n` represents the number of instances purchased. For example, if you purchase two instances with the name `server`, the hostnames will be `server1` and `server2`.</li>",
9809
+ "document": "Instance HostName.<br><li>Period (.) and hyphen (-) should not be used as the first or last character of the hostname, and should not be used consecutively.</li><br><li>Windows instances: The hostname should contain 2 to 15 characters, including letters (case insensitive), digits, and hyphens (-), does not support periods (.), and should not be all digits.</li><br><li>Instances of other types (such as Linux instances): The hostname should contain 2 to 60 characters, including multiple periods (.), with each segment between periods considered as one section. Each section can contain letters (case insensitive), digits, and hyphens (-).</li><br><li>When purchasing multiple instances:\n- Specify a pattern string {R:x}: Generates a numeric sequence [x, x+n-1], where n represents the number of purchased instances. For example: Input server_{R:3}. When purchasing 1 instance, the hostname is server_3; when purchasing 2 instances, the hostnames are server_3 and server_4.\n- Specify a pattern string {R:x,F:y}: y indicates fixed digit width (optional), valid range [0,8]. Default value 0 means no fixed width (equivalent to {R:x}). Insufficient digits are automatically padded with zeros. For example: Input server{R:3,F:3}. When purchasing 2 instances, the hostnames are server_003 and server_004. If the number of digits exceeds y (e.g., {R:99,F:2}), the actual digit count is used. For example: app{R:99,F:2}. When purchasing 2 instances, the hostnames are app_99 and app_100.\n- Specify a pattern string {IP}: Automatically replace with the private IP address of the instance. For example: input node-{IP}, the instance hostname is node-10.0.12.8. Supports mixed use with serial number pattern strings, such as: input web-{IP}-{R:1}, when purchasing 2 instances, the instance hostnames are web-10.0.12.8-1 and web-10.0.12.9-2 respectively.\n- Pattern strings must strictly follow the format {R:x,F:y}, {R:x}, or {IP}. Invalid formats (such as {}) are treated as plain text. Multiple pattern strings are supported.\n- No specified pattern string: add suffix 1, 2...n to instance hostname, where n means the number of purchased instances, such as server_1, server_2 when purchasing 2 instances.\n</li>",
9397
9810
  "example": "MyHostName",
9398
9811
  "member": "string",
9399
9812
  "name": "HostName",
@@ -9412,7 +9825,7 @@
9412
9825
  {
9413
9826
  "disabled": false,
9414
9827
  "document": "Placement group ID. You can only specify one.",
9415
- "example": "['ps-3p88qhfo']",
9828
+ "example": "[\"sg-efil73jd\"]",
9416
9829
  "member": "string",
9417
9830
  "name": "DisasterRecoverGroupIds",
9418
9831
  "required": false,
@@ -9447,7 +9860,7 @@
9447
9860
  },
9448
9861
  {
9449
9862
  "disabled": false,
9450
- "document": "",
9863
+ "document": "Custom metadata. specifies the support for creating custom metadata key-value pairs when creating a CVM.\n**Note: this field is in beta test.**.",
9451
9864
  "example": "无",
9452
9865
  "member": "Metadata",
9453
9866
  "name": "Metadata",
@@ -9528,7 +9941,7 @@
9528
9941
  },
9529
9942
  {
9530
9943
  "disabled": false,
9531
- "document": "",
9944
+ "document": "Whether the instance enables jumbo frames. valid values:<br><li/> true: means the instance enables jumbo frames. only models supporting jumbo frames can be set to true.<br><li/> false: means the instance disables jumbo frames. only models supporting jumbo frames can be set to false.<br> instance specifications supporting jumbo frames: [instance specifications](https://www.tencentcloud.com/document/product/213/11518?lang=en&pg=).",
9532
9945
  "example": "false",
9533
9946
  "member": "bool",
9534
9947
  "name": "EnableJumboFrame",
@@ -9544,7 +9957,7 @@
9544
9957
  {
9545
9958
  "disabled": false,
9546
9959
  "document": "If you use this API to create instance(s), this parameter will be returned, representing one or more instance IDs. Retuning the instance ID list does not necessarily mean that the instance(s) were created successfully. To check whether the instance(s) were created successfully, you can call [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and check the status of the instances in `InstancesSet` in the response. If the status of an instance changes from \"PENDING\" to \"RUNNING\", it means that the instance has been created successfully.",
9547
- "example": "['ins-rn99mzt1']",
9960
+ "example": "[\"ins-rn79mzt1\"]",
9548
9961
  "member": "string",
9549
9962
  "name": "InstanceIdSet",
9550
9963
  "output_required": true,
@@ -9600,20 +10013,20 @@
9600
10013
  {
9601
10014
  "disabled": false,
9602
10015
  "document": "Time when an image was shared.",
9603
- "example": "",
10016
+ "example": "2023-10-05T14:30:00Z",
9604
10017
  "member": "datetime_iso",
9605
10018
  "name": "CreatedTime",
9606
- "required": true,
10019
+ "output_required": true,
9607
10020
  "type": "string",
9608
10021
  "value_allowed_null": false
9609
10022
  },
9610
10023
  {
9611
10024
  "disabled": false,
9612
10025
  "document": "ID of the account with which the image is shared.",
9613
- "example": "",
10026
+ "example": "2700036",
9614
10027
  "member": "string",
9615
10028
  "name": "AccountId",
9616
- "required": true,
10029
+ "output_required": true,
9617
10030
  "type": "string",
9618
10031
  "value_allowed_null": false
9619
10032
  }
@@ -9626,30 +10039,30 @@
9626
10039
  {
9627
10040
  "disabled": false,
9628
10041
  "document": "Snapshot ID.",
9629
- "example": "",
10042
+ "example": "snap-2y1v",
9630
10043
  "member": "string",
9631
10044
  "name": "SnapshotId",
9632
- "required": true,
10045
+ "output_required": true,
9633
10046
  "type": "string",
9634
10047
  "value_allowed_null": false
9635
10048
  },
9636
10049
  {
9637
10050
  "disabled": false,
9638
10051
  "document": "Type of the cloud disk used to create the snapshot. Valid values:\nSYSTEM_DISK: system disk\nDATA_DISK: data disk",
9639
- "example": "",
10052
+ "example": "SYSTEM_DISK",
9640
10053
  "member": "string",
9641
10054
  "name": "DiskUsage",
9642
- "required": true,
10055
+ "output_required": true,
9643
10056
  "type": "string",
9644
10057
  "value_allowed_null": false
9645
10058
  },
9646
10059
  {
9647
10060
  "disabled": false,
9648
10061
  "document": "Size of the cloud disk used to create the snapshot; unit: GB.",
9649
- "example": "",
10062
+ "example": "50",
9650
10063
  "member": "int64",
9651
10064
  "name": "DiskSize",
9652
- "required": true,
10065
+ "output_required": true,
9653
10066
  "type": "int",
9654
10067
  "value_allowed_null": false
9655
10068
  }
@@ -9724,7 +10137,7 @@
9724
10137
  "type": "list"
9725
10138
  },
9726
10139
  {
9727
- "disabled": false,
10140
+ "disabled": true,
9728
10141
  "document": "(Disused. Please use `StopType` instead.) Whether to forcibly shut down an instance after a normal shutdown fails. Valid values: <br><li>`TRUE`: yes;<br><li>`FALSE`: no<br><br>Default value: `FALSE`. ",
9729
10142
  "example": "false",
9730
10143
  "member": "bool",
@@ -9926,7 +10339,7 @@
9926
10339
  "members": [
9927
10340
  {
9928
10341
  "disabled": false,
9929
- "document": "Specifies the system disk type. for the restrictions on the system disk type, refer to [storage overview](https://intl.cloud.tencent.com/document/product/213/4952?from_cn_redirect=1). value range:<br>\n<li>LOCAL_BASIC: Local SATA disk</li>\n<li>LOCAL_SSD: Local NVMe SSD</li>\n<li>CLOUD_BASIC: Cloud SATA disk</li>\n<li>CLOUD_SSD: Cloud SSD</li>\n<li>CLOUD_PREMIUM: Premium SSD</li>\n<li>CLOUD_BSSD: Balanced SSD</li>\n<li>CLOUD_HSSD: Enhanced SSD</li>\n<li>CLOUD_TSSD: Tremendous SSD</li>\nDefault value: Current disk types with inventory available.",
10342
+ "document": "Specifies the system disk type. for the restrictions on the system disk type, refer to [storage overview](https://www.tencentcloud.com/document/product/362/31636). value range:<br>\n<li>LOCAL_BASIC: Local SATA disk</li>\n<li>LOCAL_SSD: Local NVMe SSD</li>\n<li>CLOUD_BASIC: Cloud SATA disk</li>\n<li>CLOUD_SSD: Cloud SSD</li>\n<li>CLOUD_PREMIUM: Premium SSD</li>\n<li>CLOUD_BSSD: Balanced SSD</li>\n<li>CLOUD_HSSD: Enhanced SSD</li>\n<li>CLOUD_TSSD: Tremendous SSD</li>\nDefault value: Current disk types with inventory available.",
9930
10343
  "example": "CLOUD_HSSD",
9931
10344
  "member": "string",
9932
10345
  "name": "DiskType",
@@ -9937,8 +10350,8 @@
9937
10350
  },
9938
10351
  {
9939
10352
  "disabled": false,
9940
- "document": "Specifies the system disk ID.\nThis parameter currently only serves as a response parameter for query apis such as `DescribeInstances`, and cannot be used as an input parameter for write apis such as `RunInstances`.",
9941
- "example": "disk-xyzw1234",
10353
+ "document": "System disk ID.\nCurrently, this parameter is only used for response parameters in query apis such as [DescribeInstances](https://www.tencentcloud.com/document/api/213/33258) and is not applicable to request parameters in write apis such as [RunInstances](https://www.tencentcloud.com/document/api/213/33237).",
10354
+ "example": "disk-xyzw1a3x",
9942
10355
  "member": "string",
9943
10356
  "name": "DiskId",
9944
10357
  "output_required": false,
@@ -9959,7 +10372,7 @@
9959
10372
  },
9960
10373
  {
9961
10374
  "disabled": false,
9962
- "document": "Specifies the exclusive cluster ID it belongs to.",
10375
+ "document": "Specifies the dedicated cluster ID belonging to.\nNote: This field may return null, indicating that no valid value is found.",
9963
10376
  "example": "cdc-xxxxxx",
9964
10377
  "member": "string",
9965
10378
  "name": "CdcId",
@@ -10015,7 +10428,7 @@
10015
10428
  "members": [
10016
10429
  {
10017
10430
  "disabled": false,
10018
- "document": "Tag-Bound resource type. \"instance\" for cloud virtual machine, \"host\" for cdh, \"image\" for mirror, and \"keypair\" for key.",
10431
+ "document": "Specifies the resource type for Tag binding. valid values: \"instance\" (cloud virtual machine), \"host\" (cdh), \"image\" (mirror), \"keypair\" (key), \"ps\" (placement group), \"hpc\" (hyper computing cluster).",
10019
10432
  "example": "instance",
10020
10433
  "member": "string",
10021
10434
  "name": "ResourceType",
@@ -10114,7 +10527,7 @@
10114
10527
  "members": [
10115
10528
  {
10116
10529
  "disabled": false,
10117
- "document": "VPC ID in the format of `vpc-xxx`. To obtain valid VPC IDs, you can log in to the [console](https://console.cloud.tencent.com/vpc/vpc?rid=1) or call the [DescribeVpcs](https://www.tencentcloud.com/document/product/215/15778) API and look for the `unVpcId` fields in the response. If you specify `DEFAULT` for both `VpcId` and `SubnetId` when creating an instance, the default VPC will be used.",
10530
+ "document": "vpc ID, such as `vpc-xxx`. valid vpc ids can be queried by logging in to the console (https://console.cloud.tencent.com/vpc/vpc?rid=1) or by calling the API [DescribeVpcs](https://www.tencentcloud.com/document/product/215/15778?lang=en) and obtaining the `VpcId` field from the API response. if both VpcId and SubnetId are input as `DEFAULT` when creating an instance, the DEFAULT vpc network will be forcibly used.",
10118
10531
  "example": "vpc-2ij",
10119
10532
  "member": "string",
10120
10533
  "name": "VpcId",
@@ -10125,7 +10538,7 @@
10125
10538
  },
10126
10539
  {
10127
10540
  "disabled": false,
10128
- "document": "vpc subnet ID, in the form of `subnet-xxx`. valid vpc subnet ids can be queried by logging in to the console (https://console.cloud.tencent.com/vpc/subnet?rid=1); or they can be obtained from the `SubnetId` field in the API response by calling the DescribeSubnets API (https://intl.cloud.tencent.com/document/product/215/15784?from_cn_redirect=1). if SubnetId and VpcId are both input as `DEFAULT` when creating an instance, the DEFAULT vpc network will be forcibly used.",
10541
+ "document": "vpc subnet ID, in the form of `subnet-xxx`. valid vpc subnet ids can be queried by logging in to the [console](https://console.tencentcloud.com/vpc/subnet); or they can be obtained from the `SubnetId` field in the API response by calling the [DescribeSubnets](https://www.tencentcloud.com/document/product/215/15784) API . if SubnetId and VpcId are both input as `DEFAULT` when creating an instance, the DEFAULT vpc network will be forcibly used.",
10129
10542
  "example": "subnet-2ks",
10130
10543
  "member": "string",
10131
10544
  "name": "SubnetId",
@@ -10175,7 +10588,7 @@
10175
10588
  "members": [
10176
10589
  {
10177
10590
  "disabled": false,
10178
- "document": "Availability zone name, for example, ap-guangzhou-3.\n\nThe names of availability zones across the network are as follows:\n<li> ap-chongqing-1 </li>\n<li> ap-seoul-1 </li>\n<li> ap-seoul-2 </li>\n<li> ap-chengdu-1 </li>\n<li> ap-chengdu-2 </li>\n<li> ap-hongkong-1 (sold out)</li>\n<li> ap-hongkong-2 </li>\n<li> ap-hongkong-3 </li>\n<li> ap-shenzhen-fsi-1 </li>\n<li> ap-shenzhen-fsi-2 </li>\n<li> ap-shenzhen-fsi-3 (sold out)</li>\n<li> ap-guangzhou-1 (sold out)</li>\n<li> ap-guangzhou-2 (sold out)</li>\n<li> ap-guangzhou-3 </li>\n<li> ap-guangzhou-4 </li>\n<li> ap-guangzhou-6 </li>\n<li> ap-guangzhou-7 </li>\n<li> ap-tokyo-1 </li>\n<li> ap-tokyo-2 </li>\n<li> ap-singapore-1 </li>\n<li> ap-singapore-2 </li>\n<li> ap-singapore-3 </li>\n<li>ap-singapore-4 </li>\n<li> ap-shanghai-fsi-1 </li>\n<li> ap-shanghai-fsi-2 </li>\n<li> ap-shanghai-fsi-3 </li>\n<li> ap-bangkok-1 </li>\n<li> ap-bangkok-2 </li>\n<li> ap-shanghai-1 (sold out)</li>\n<li> ap-shanghai-2 </li>\n<li> ap-shanghai-3 </li>\n<li> ap-shanghai-4 </li>\n<li> ap-shanghai-5 </li>\n<li> ap-shanghai-8 </li>\n<li> ap-mumbai-1 </li>\n<li> ap-mumbai-2 </li>\n<li> ap-beijing-1 (sold out)</li>\n<li> ap-beijing-2 </li>\n<li> ap-beijing-3 </li>\n<li> ap-beijing-4 </li>\n<li> ap-beijing-5 </li>\n<li> ap-beijing-6 </li>\n<li> ap-beijing-7 </li>\n<li> na-siliconvalley-1 </li>\n<li> na-siliconvalley-2 </li>\n<li> eu-frankfurt-1 </li>\n<li> eu-frankfurt-2 </li>\n<li> na-ashburn-1 </li>\n<li> na-ashburn-2 </li>\n<li> ap-nanjing-1 </li>\n<li> ap-nanjing-2 </li>\n<li> ap-nanjing-3 </li>\n<li> sa-saopaulo-1</li>\n<li> ap-jakarta-1 </li>\n<li> ap-jakarta-2 </li>",
10591
+ "document": "Availability zone name, for example, ap-guangzhou-3.\n\nThe names of availability zones across the network are as follows:\n<li> ap-chongqing-1 </li>\n<li> ap-seoul-1 </li>\n<li> ap-seoul-2 </li>\n<li> ap-chengdu-1 </li>\n<li> ap-chengdu-2 </li>\n<li> ap-hongkong-1 (sold out)</li>\n<li> ap-hongkong-2 </li>\n<li> ap-hongkong-3 </li>\n<li> ap-shenzhen-fsi-1 </li>\n<li> ap-shenzhen-fsi-2 </li>\n<li> ap-shenzhen-fsi-3 (sold out)</li>\n<li> ap-guangzhou-1 (sold out)</li>\n<li> ap-guangzhou-3 </li>\n<li> ap-guangzhou-4 </li>\n<li> ap-guangzhou-6 </li>\n<li> ap-guangzhou-7 </li>\n<li> ap-tokyo-1 </li>\n<li> ap-tokyo-2 </li>\n<li> ap-singapore-1 </li>\n<li> ap-singapore-2 </li>\n<li> ap-singapore-3 </li>\n<li>ap-singapore-4 </li>\n<li> ap-shanghai-fsi-1 </li>\n<li> ap-shanghai-fsi-2 </li>\n<li> ap-shanghai-fsi-3 </li>\n<li> ap-bangkok-1 </li>\n<li> ap-bangkok-2 </li>\n<li> ap-shanghai-1 (sold out)</li>\n<li> ap-shanghai-2 </li>\n<li> ap-shanghai-3 </li>\n<li> ap-shanghai-4 </li>\n<li> ap-shanghai-5 </li>\n<li> ap-shanghai-8 </li>\n<li> ap-mumbai-1 </li>\n<li> ap-mumbai-2 </li>\n<li> ap-beijing-1 (sold out)</li>\n<li> ap-beijing-2 </li>\n<li> ap-beijing-3 </li>\n<li> ap-beijing-4 </li>\n<li> ap-beijing-5 </li>\n<li> ap-beijing-6 </li>\n<li> ap-beijing-7 </li>\n<li> na-siliconvalley-1 </li>\n<li> na-siliconvalley-2 </li>\n<li> eu-frankfurt-1 </li>\n<li> eu-frankfurt-2 </li>\n<li> na-ashburn-1 </li>\n<li> na-ashburn-2 </li>\n<li> ap-nanjing-1 </li>\n<li> ap-nanjing-2 </li>\n<li> ap-nanjing-3 </li>\n<li> sa-saopaulo-1</li>\n<li> ap-jakarta-1 </li>\n<li> ap-jakarta-2 </li>",
10179
10592
  "example": "ap-guangzhou-3",
10180
10593
  "member": "string",
10181
10594
  "name": "Zone",