tccli-intl-en 3.0.1258.1__py2.py3-none-any.whl → 3.0.1283.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 (197) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/services/__init__.py +14 -1
  4. tccli/services/advisor/advisor_client.py +10 -4
  5. tccli/services/aiart/aiart_client.py +5 -2
  6. tccli/services/ams/ams_client.py +20 -8
  7. tccli/services/antiddos/antiddos_client.py +350 -140
  8. tccli/services/apigateway/apigateway_client.py +465 -186
  9. tccli/services/apm/apm_client.py +835 -68
  10. tccli/services/apm/v20210622/api.json +3936 -1145
  11. tccli/services/apm/v20210622/examples.json +133 -23
  12. tccli/services/asr/asr_client.py +10 -4
  13. tccli/services/autoscaling/autoscaling_client.py +290 -116
  14. tccli/services/autoscaling/v20180419/api.json +1 -1
  15. tccli/services/batch/batch_client.py +140 -56
  16. tccli/services/bi/bi_client.py +120 -48
  17. tccli/services/billing/billing_client.py +210 -84
  18. tccli/services/cam/cam_client.py +405 -162
  19. tccli/services/captcha/captcha_client.py +5 -2
  20. tccli/services/car/car_client.py +165 -66
  21. tccli/services/cbs/cbs_client.py +190 -76
  22. tccli/services/ccc/ccc_client.py +515 -146
  23. tccli/services/ccc/v20200210/api.json +511 -27
  24. tccli/services/ccc/v20200210/examples.json +24 -0
  25. tccli/services/cdb/cdb_client.py +665 -266
  26. tccli/services/cdc/cdc_client.py +100 -40
  27. tccli/services/cdn/cdn_client.py +220 -88
  28. tccli/services/cdwdoris/cdwdoris_client.py +385 -154
  29. tccli/services/cdwpg/cdwpg_client.py +120 -48
  30. tccli/services/cdz/__init__.py +4 -0
  31. tccli/services/cdz/cdz_client.py +210 -0
  32. tccli/services/cdz/v20221123/api.json +233 -0
  33. tccli/services/cdz/v20221123/examples.json +12 -0
  34. tccli/services/cfg/cfg_client.py +80 -32
  35. tccli/services/cfs/cfs_client.py +195 -78
  36. tccli/services/cfw/cfw_client.py +330 -132
  37. tccli/services/chdfs/chdfs_client.py +145 -58
  38. tccli/services/ciam/ciam_client.py +80 -32
  39. tccli/services/ckafka/ckafka_client.py +629 -131
  40. tccli/services/ckafka/v20190819/api.json +2749 -1470
  41. tccli/services/ckafka/v20190819/examples.json +209 -155
  42. tccli/services/clb/clb_client.py +415 -166
  43. tccli/services/clb/v20180317/api.json +29 -14
  44. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  45. tccli/services/cls/cls_client.py +434 -173
  46. tccli/services/cmq/cmq_client.py +10 -4
  47. tccli/services/config/config_client.py +30 -12
  48. tccli/services/controlcenter/controlcenter_client.py +5 -2
  49. tccli/services/csip/csip_client.py +170 -68
  50. tccli/services/ctsdb/ctsdb_client.py +10 -4
  51. tccli/services/cvm/cvm_client.py +572 -214
  52. tccli/services/cvm/v20170312/api.json +371 -133
  53. tccli/services/cvm/v20170312/examples.json +123 -101
  54. tccli/services/cwp/cwp_client.py +2325 -930
  55. tccli/services/cynosdb/cynosdb_client.py +1887 -577
  56. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  57. tccli/services/cynosdb/v20190107/examples.json +132 -4
  58. tccli/services/dataintegration/dataintegration_client.py +5 -2
  59. tccli/services/dayu/dayu_client.py +515 -206
  60. tccli/services/dbbrain/dbbrain_client.py +210 -84
  61. tccli/services/dc/dc_client.py +90 -36
  62. tccli/services/dcdb/dcdb_client.py +310 -124
  63. tccli/services/dlc/dlc_client.py +859 -214
  64. tccli/services/dlc/v20210125/api.json +637 -13
  65. tccli/services/dlc/v20210125/examples.json +48 -0
  66. tccli/services/dms/dms_client.py +10 -4
  67. tccli/services/dnspod/dnspod_client.py +302 -76
  68. tccli/services/dnspod/v20210323/api.json +153 -0
  69. tccli/services/dnspod/v20210323/examples.json +16 -0
  70. tccli/services/domain/domain_client.py +120 -48
  71. tccli/services/dts/dts_client.py +415 -166
  72. tccli/services/eb/eb_client.py +130 -52
  73. tccli/services/ecdn/ecdn_client.py +75 -30
  74. tccli/services/ecm/ecm_client.py +620 -248
  75. tccli/services/eiam/eiam_client.py +200 -80
  76. tccli/services/emr/emr_client.py +385 -154
  77. tccli/services/es/es_client.py +105 -42
  78. tccli/services/facefusion/facefusion_client.py +15 -6
  79. tccli/services/faceid/faceid_client.py +95 -38
  80. tccli/services/faceid/v20180301/api.json +16 -7
  81. tccli/services/faceid/v20180301/examples.json +2 -2
  82. tccli/services/gaap/gaap_client.py +440 -176
  83. tccli/services/gme/gme_client.py +50 -20
  84. tccli/services/gpm/gpm_client.py +90 -36
  85. tccli/services/gse/gse_client.py +110 -44
  86. tccli/services/gwlb/gwlb_client.py +90 -36
  87. tccli/services/iai/iai_client.py +145 -58
  88. tccli/services/iap/iap_client.py +30 -12
  89. tccli/services/ims/ims_client.py +5 -2
  90. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +210 -84
  91. tccli/services/iotcloud/iotcloud_client.py +100 -40
  92. tccli/services/ip/ip_client.py +30 -12
  93. tccli/services/kms/kms_client.py +340 -136
  94. tccli/services/lcic/lcic_client.py +265 -106
  95. tccli/services/lighthouse/lighthouse_client.py +370 -148
  96. tccli/services/live/live_client.py +600 -240
  97. tccli/services/lke/lke_client.py +450 -180
  98. tccli/services/lkeap/lkeap_client.py +142 -12
  99. tccli/services/lkeap/v20240522/api.json +263 -0
  100. tccli/services/lkeap/v20240522/examples.json +35 -1
  101. tccli/services/mariadb/mariadb_client.py +250 -100
  102. tccli/services/mdc/mdc_client.py +90 -36
  103. tccli/services/mdl/mdl_client.py +165 -66
  104. tccli/services/mdl/v20200326/api.json +186 -12
  105. tccli/services/mdl/v20200326/examples.json +16 -16
  106. tccli/services/mdp/mdp_client.py +416 -124
  107. tccli/services/mdp/v20200527/api.json +146 -14
  108. tccli/services/mdp/v20200527/examples.json +95 -79
  109. tccli/services/message/__init__.py +4 -0
  110. tccli/services/message/message_client.py +210 -0
  111. tccli/services/message/v20181225/api.json +72 -0
  112. tccli/services/message/v20181225/examples.json +13 -0
  113. tccli/services/mongodb/mongodb_client.py +369 -58
  114. tccli/services/mongodb/v20190725/api.json +811 -226
  115. tccli/services/mongodb/v20190725/examples.json +54 -22
  116. tccli/services/monitor/monitor_client.py +1008 -296
  117. tccli/services/monitor/v20180724/api.json +657 -8
  118. tccli/services/monitor/v20180724/examples.json +152 -4
  119. tccli/services/mps/mps_client.py +684 -184
  120. tccli/services/mps/v20190612/api.json +2719 -375
  121. tccli/services/mps/v20190612/examples.json +63 -13
  122. tccli/services/msp/msp_client.py +35 -14
  123. tccli/services/ocr/ocr_client.py +246 -76
  124. tccli/services/ocr/v20181119/api.json +83 -4
  125. tccli/services/ocr/v20181119/examples.json +8 -0
  126. tccli/services/omics/omics_client.py +100 -40
  127. tccli/services/organization/organization_client.py +580 -232
  128. tccli/services/postgres/postgres_client.py +455 -182
  129. tccli/services/privatedns/privatedns_client.py +155 -62
  130. tccli/services/pts/pts_client.py +240 -96
  131. tccli/services/quota/__init__.py +4 -0
  132. tccli/services/quota/quota_client.py +434 -0
  133. tccli/services/quota/v20241204/api.json +548 -0
  134. tccli/services/quota/v20241204/examples.json +51 -0
  135. tccli/services/rce/rce_client.py +5 -2
  136. tccli/services/redis/redis_client.py +545 -218
  137. tccli/services/redis/v20180412/api.json +225 -113
  138. tccli/services/redis/v20180412/examples.json +19 -19
  139. tccli/services/region/region_client.py +15 -6
  140. tccli/services/rum/rum_client.py +300 -120
  141. tccli/services/scf/scf_client.py +210 -84
  142. tccli/services/ses/ses_client.py +145 -58
  143. tccli/services/sms/sms_client.py +90 -36
  144. tccli/services/sqlserver/sqlserver_client.py +695 -278
  145. tccli/services/ssl/ssl_client.py +190 -76
  146. tccli/services/ssm/ssm_client.py +120 -48
  147. tccli/services/sts/sts_client.py +25 -10
  148. tccli/services/tag/tag_client.py +150 -60
  149. tccli/services/tat/tat_client.py +95 -38
  150. tccli/services/tbaas/tbaas_client.py +20 -8
  151. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  152. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  153. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  154. tccli/services/tchd/tchd_client.py +5 -2
  155. tccli/services/tcmpp/tcmpp_client.py +520 -208
  156. tccli/services/tcr/tcr_client.py +380 -152
  157. tccli/services/tcsas/tcsas_client.py +295 -118
  158. tccli/services/tcsas/v20250106/api.json +101 -61
  159. tccli/services/tcsas/v20250106/examples.json +2 -2
  160. tccli/services/tcss/tcss_client.py +1650 -660
  161. tccli/services/tdid/tdid_client.py +240 -96
  162. tccli/services/tdmq/tdmq_client.py +470 -188
  163. tccli/services/tem/tem_client.py +280 -112
  164. tccli/services/teo/teo_client.py +1365 -483
  165. tccli/services/teo/v20220901/api.json +361 -46
  166. tccli/services/teo/v20220901/examples.json +24 -0
  167. tccli/services/tione/__init__.py +4 -0
  168. tccli/services/tione/tione_client.py +210 -0
  169. tccli/services/tione/v20211111/api.json +3074 -0
  170. tccli/services/tione/v20211111/examples.json +12 -0
  171. tccli/services/tiw/tiw_client.py +255 -102
  172. tccli/services/tke/tke_client.py +690 -276
  173. tccli/services/tms/tms_client.py +5 -2
  174. tccli/services/tmt/tmt_client.py +5 -2
  175. tccli/services/trabbit/trabbit_client.py +145 -58
  176. tccli/services/trro/trro_client.py +95 -38
  177. tccli/services/trtc/trtc_client.py +255 -102
  178. tccli/services/trtc/v20190722/api.json +120 -16
  179. tccli/services/trtc/v20190722/examples.json +7 -7
  180. tccli/services/tts/tts_client.py +5 -2
  181. tccli/services/vclm/vclm_client.py +10 -4
  182. tccli/services/vm/vm_client.py +20 -8
  183. tccli/services/vod/vod_client.py +895 -358
  184. tccli/services/vpc/v20170312/api.json +970 -75
  185. tccli/services/vpc/v20170312/examples.json +106 -10
  186. tccli/services/vpc/vpc_client.py +2159 -644
  187. tccli/services/waf/waf_client.py +535 -214
  188. tccli/services/wedata/v20250806/api.json +13644 -0
  189. tccli/services/wedata/v20250806/examples.json +621 -0
  190. tccli/services/wedata/wedata_client.py +6067 -1263
  191. tccli/services/yunjing/yunjing_client.py +355 -142
  192. {tccli_intl_en-3.0.1258.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/METADATA +4 -7
  193. {tccli_intl_en-3.0.1258.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/RECORD +197 -179
  194. {tccli_intl_en-3.0.1258.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/WHEEL +1 -1
  195. {tccli_intl_en-3.0.1258.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/entry_points.txt +0 -1
  196. {tccli_intl_en-3.0.1258.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/LICENSE +0 -0
  197. {tccli_intl_en-3.0.1258.1.dist-info → tccli_intl_en-3.0.1283.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,13 @@
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
+ },
346
353
  "InquiryPriceRenewInstances": {
347
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.",
348
355
  "input": "InquiryPriceRenewInstancesRequest",
@@ -421,12 +428,19 @@
421
428
  "status": "online"
422
429
  },
423
430
  "ModifyInstancesAttribute": {
424
- "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.",
425
432
  "input": "ModifyInstancesAttributeRequest",
426
433
  "name": "Modifies instance attributes",
427
434
  "output": "ModifyInstancesAttributeResponse",
428
435
  "status": "online"
429
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
+ },
430
444
  "ModifyInstancesDisasterRecoverGroup": {
431
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.",
432
446
  "input": "ModifyInstancesDisasterRecoverGroupRequest",
@@ -676,7 +690,7 @@
676
690
  },
677
691
  {
678
692
  "disabled": false,
679
- "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.",
680
694
  "example": "无",
681
695
  "member": "ChargePrepaid",
682
696
  "name": "HostChargePrepaid",
@@ -685,7 +699,7 @@
685
699
  },
686
700
  {
687
701
  "disabled": false,
688
- "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>",
689
703
  "example": "PREPAID",
690
704
  "member": "string",
691
705
  "name": "HostChargeType",
@@ -768,7 +782,7 @@
768
782
  {
769
783
  "disabled": false,
770
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.",
771
- "example": "true",
785
+ "example": "false",
772
786
  "member": "bool",
773
787
  "name": "ForceStop",
774
788
  "required": false,
@@ -1193,7 +1207,7 @@
1193
1207
  {
1194
1208
  "disabled": false,
1195
1209
  "document": "Out-of-band network information",
1196
- "example": "NA",
1210
+ "example": "",
1197
1211
  "member": "VirtualPrivateCloud",
1198
1212
  "name": "BmcVirtualPrivateCloud",
1199
1213
  "required": true,
@@ -1211,7 +1225,7 @@
1211
1225
  {
1212
1226
  "disabled": false,
1213
1227
  "document": "Deployment network information",
1214
- "example": "NA",
1228
+ "example": "",
1215
1229
  "member": "VirtualPrivateCloud",
1216
1230
  "name": "DeployVirtualPrivateCloud",
1217
1231
  "required": false,
@@ -1225,6 +1239,15 @@
1225
1239
  "name": "DeploySecurityGroupIds",
1226
1240
  "required": false,
1227
1241
  "type": "list"
1242
+ },
1243
+ {
1244
+ "disabled": false,
1245
+ "document": "",
1246
+ "example": "无",
1247
+ "member": "ChcDeployExtraConfig",
1248
+ "name": "ChcDeployExtraConfig",
1249
+ "required": false,
1250
+ "type": "object"
1228
1251
  }
1229
1252
  ],
1230
1253
  "type": "object"
@@ -1256,7 +1279,7 @@
1256
1279
  {
1257
1280
  "disabled": false,
1258
1281
  "document": "Deployment network information",
1259
- "example": "NA",
1282
+ "example": "",
1260
1283
  "member": "VirtualPrivateCloud",
1261
1284
  "name": "DeployVirtualPrivateCloud",
1262
1285
  "required": true,
@@ -1270,6 +1293,15 @@
1270
1293
  "name": "DeploySecurityGroupIds",
1271
1294
  "required": false,
1272
1295
  "type": "list"
1296
+ },
1297
+ {
1298
+ "disabled": false,
1299
+ "document": "",
1300
+ "example": "无",
1301
+ "member": "ChcDeployExtraConfig",
1302
+ "name": "ChcDeployExtraConfig",
1303
+ "required": false,
1304
+ "type": "object"
1273
1305
  }
1274
1306
  ],
1275
1307
  "type": "object"
@@ -1292,7 +1324,7 @@
1292
1324
  {
1293
1325
  "disabled": false,
1294
1326
  "document": "ID of an instance to execute operating system switching.",
1295
- "example": "[\"ins-xxxxxxxx\"]",
1327
+ "example": "[\"ins-duqhvpt6\"]",
1296
1328
  "member": "string",
1297
1329
  "name": "InstanceIds",
1298
1330
  "required": true,
@@ -1301,7 +1333,7 @@
1301
1333
  {
1302
1334
  "disabled": false,
1303
1335
  "document": "Whether it is a minimum scale switching.",
1304
- "example": "true",
1336
+ "example": "false",
1305
1337
  "member": "bool",
1306
1338
  "name": "MinimalConversion",
1307
1339
  "required": false,
@@ -1310,7 +1342,7 @@
1310
1342
  {
1311
1343
  "disabled": false,
1312
1344
  "document": "Whether it is pre-check only.",
1313
- "example": "true",
1345
+ "example": "false",
1314
1346
  "member": "bool",
1315
1347
  "name": "DryRun",
1316
1348
  "required": false,
@@ -1339,7 +1371,7 @@
1339
1371
  "name": "SupportTargetOSList",
1340
1372
  "output_required": false,
1341
1373
  "type": "list",
1342
- "value_allowed_null": true
1374
+ "value_allowed_null": false
1343
1375
  },
1344
1376
  {
1345
1377
  "disabled": false,
@@ -1349,7 +1381,7 @@
1349
1381
  "name": "TaskId",
1350
1382
  "output_required": false,
1351
1383
  "type": "string",
1352
- "value_allowed_null": true
1384
+ "value_allowed_null": false
1353
1385
  },
1354
1386
  {
1355
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.",
@@ -1664,7 +1696,7 @@
1664
1696
  {
1665
1697
  "disabled": false,
1666
1698
  "document": "Key pair information.",
1667
- "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": "",
1668
1700
  "member": "KeyPair",
1669
1701
  "name": "KeyPair",
1670
1702
  "output_required": true,
@@ -1993,7 +2025,7 @@
1993
2025
  {
1994
2026
  "disabled": false,
1995
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)",
1996
- "example": "{ \"Zone\": \"ap-guangzhou-6\" }\t",
2028
+ "example": "",
1997
2029
  "member": "Placement",
1998
2030
  "name": "Placement",
1999
2031
  "required": true,
@@ -2047,7 +2079,7 @@
2047
2079
  {
2048
2080
  "disabled": false,
2049
2081
  "document": "System disk configuration of the instance. If this parameter is not specified, the default value will be used.",
2050
- "example": "{ \"DiskSize\": 50 }",
2082
+ "example": "",
2051
2083
  "member": "SystemDisk",
2052
2084
  "name": "SystemDisk",
2053
2085
  "required": false,
@@ -2056,7 +2088,7 @@
2056
2088
  {
2057
2089
  "disabled": false,
2058
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.",
2059
- "example": "[ { \"DiskSize\": 50, \"DiskType\": \"CLOUD_PREMIUM\" } ]",
2091
+ "example": "",
2060
2092
  "member": "DataDisk",
2061
2093
  "name": "DataDisks",
2062
2094
  "required": false,
@@ -2065,7 +2097,7 @@
2065
2097
  {
2066
2098
  "disabled": false,
2067
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.",
2068
- "example": "{ \"VpcId\": \"vpc-rhfaxx31\", \"SubnetId\": \"subnet-x7vxgqe\" }",
2100
+ "example": "",
2069
2101
  "member": "VirtualPrivateCloud",
2070
2102
  "name": "VirtualPrivateCloud",
2071
2103
  "required": false,
@@ -2074,7 +2106,7 @@
2074
2106
  {
2075
2107
  "disabled": false,
2076
2108
  "document": "Configuration of public network bandwidth. If this parameter is not specified, 0 Mbps will be used by default.",
2077
- "example": "{ \"PublicIpAssigned\": \"false\" }",
2109
+ "example": "",
2078
2110
  "member": "InternetAccessible",
2079
2111
  "name": "InternetAccessible",
2080
2112
  "required": false,
@@ -2101,7 +2133,7 @@
2101
2133
  {
2102
2134
  "disabled": false,
2103
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.",
2104
- "example": "{ \"KeyIds\": [ \"skey-9tzxxb4j\" ] }",
2136
+ "example": "",
2105
2137
  "member": "LoginSettings",
2106
2138
  "name": "LoginSettings",
2107
2139
  "required": false,
@@ -2119,7 +2151,7 @@
2119
2151
  {
2120
2152
  "disabled": false,
2121
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.",
2122
- "example": "{ \"SecurityService\": { \"Enabled\": \"true\" } }",
2154
+ "example": "",
2123
2155
  "member": "EnhancedService",
2124
2156
  "name": "EnhancedService",
2125
2157
  "required": false,
@@ -2128,7 +2160,7 @@
2128
2160
  {
2129
2161
  "disabled": false,
2130
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.",
2131
- "example": "a521b4e4-c903-4d37-9de6-8906e3ad8eb7",
2163
+ "example": "a521b4e4-c903-4d37-9de6-8096e3ad8eb7",
2132
2164
  "member": "string",
2133
2165
  "name": "ClientToken",
2134
2166
  "required": false,
@@ -2146,7 +2178,7 @@
2146
2178
  {
2147
2179
  "disabled": false,
2148
2180
  "document": "Scheduled tasks. You can use this parameter to specify scheduled tasks for the instance. Only scheduled termination is supported.",
2149
- "example": "{ \"TimerAction\": \"TerminateInstances\", \"ActionTime\": \"2024-05-29T11:26:40Z\t\" }",
2181
+ "example": "",
2150
2182
  "member": "ActionTimer",
2151
2183
  "name": "ActionTimer",
2152
2184
  "required": false,
@@ -2164,7 +2196,7 @@
2164
2196
  {
2165
2197
  "disabled": false,
2166
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.",
2167
- "example": "[ { \"ResourceType\": \"instance\", \"Tags\": [ { \"Key\": \"myTag\", \"Value\": \"cloud\" } ] } ]",
2199
+ "example": "",
2168
2200
  "member": "TagSpecification",
2169
2201
  "name": "TagSpecification",
2170
2202
  "required": false,
@@ -2173,7 +2205,7 @@
2173
2205
  {
2174
2206
  "disabled": false,
2175
2207
  "document": "Market options of the instance, such as parameters related to spot instances. This parameter is required for spot instances.",
2176
- "example": "{ \"SpotOptions\": { \"MaxPrice\": \"1000\" } }",
2208
+ "example": "",
2177
2209
  "member": "InstanceMarketOptionsRequest",
2178
2210
  "name": "InstanceMarketOptions",
2179
2211
  "required": false,
@@ -2227,7 +2259,7 @@
2227
2259
  {
2228
2260
  "disabled": false,
2229
2261
  "document": "Details of the monthly subscription, including the purchase period, auto-renewal. It is required if the `InstanceChargeType` is `PREPAID`.",
2230
- "example": "{ \"Period\": 36, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\" }",
2262
+ "example": "",
2231
2263
  "member": "InstanceChargePrepaid",
2232
2264
  "name": "InstanceChargePrepaid",
2233
2265
  "required": false,
@@ -2242,6 +2274,15 @@
2242
2274
  "required": false,
2243
2275
  "type": "bool"
2244
2276
  },
2277
+ {
2278
+ "disabled": false,
2279
+ "document": "",
2280
+ "example": "false",
2281
+ "member": "bool",
2282
+ "name": "EnableJumboFrame",
2283
+ "required": false,
2284
+ "type": "bool"
2285
+ },
2245
2286
  {
2246
2287
  "disabled": false,
2247
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.",
@@ -2301,7 +2342,7 @@
2301
2342
  },
2302
2343
  {
2303
2344
  "disabled": false,
2304
- "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.",
2305
2346
  "example": "CLOUD_SSD",
2306
2347
  "member": "string",
2307
2348
  "name": "DiskType",
@@ -2356,7 +2397,7 @@
2356
2397
  },
2357
2398
  {
2358
2399
  "disabled": false,
2359
- "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.",
2360
2401
  "example": "kms-abcd1234",
2361
2402
  "member": "string",
2362
2403
  "name": "KmsKeyId",
@@ -2367,7 +2408,7 @@
2367
2408
  },
2368
2409
  {
2369
2410
  "disabled": false,
2370
- "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.",
2371
2412
  "example": "20",
2372
2413
  "member": "int64",
2373
2414
  "name": "ThroughputPerformance",
@@ -2378,7 +2419,7 @@
2378
2419
  },
2379
2420
  {
2380
2421
  "disabled": false,
2381
- "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.",
2382
2423
  "example": "cdc-1648zauv",
2383
2424
  "member": "string",
2384
2425
  "name": "CdcId",
@@ -2389,7 +2430,7 @@
2389
2430
  },
2390
2431
  {
2391
2432
  "disabled": false,
2392
- "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>.",
2393
2434
  "example": "false",
2394
2435
  "member": "bool",
2395
2436
  "name": "BurstPerformance",
@@ -2699,6 +2740,7 @@
2699
2740
  "example": "10",
2700
2741
  "member": "int64",
2701
2742
  "name": "GroupQuota",
2743
+ "output_required": true,
2702
2744
  "type": "int",
2703
2745
  "value_allowed_null": false
2704
2746
  },
@@ -2708,6 +2750,7 @@
2708
2750
  "example": "25",
2709
2751
  "member": "int64",
2710
2752
  "name": "CurrentNum",
2753
+ "output_required": true,
2711
2754
  "type": "int",
2712
2755
  "value_allowed_null": false
2713
2756
  },
@@ -2717,15 +2760,17 @@
2717
2760
  "example": "50",
2718
2761
  "member": "int64",
2719
2762
  "name": "CvmInHostGroupQuota",
2763
+ "output_required": true,
2720
2764
  "type": "int",
2721
2765
  "value_allowed_null": false
2722
2766
  },
2723
2767
  {
2724
- "disabled": false,
2768
+ "disabled": true,
2725
2769
  "document": "Quota on instances in a switch-type disaster recovery group.",
2726
2770
  "example": "20",
2727
2771
  "member": "int64",
2728
2772
  "name": "CvmInSwGroupQuota",
2773
+ "output_required": true,
2729
2774
  "type": "int",
2730
2775
  "value_allowed_null": false
2731
2776
  },
@@ -2735,6 +2780,17 @@
2735
2780
  "example": "30",
2736
2781
  "member": "int64",
2737
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,
2738
2794
  "type": "int",
2739
2795
  "value_allowed_null": false
2740
2796
  },
@@ -3093,6 +3149,7 @@
3093
3149
  "example": "无",
3094
3150
  "member": "ImageOsList",
3095
3151
  "name": "ImportImageOsListSupported",
3152
+ "output_required": true,
3096
3153
  "type": "object",
3097
3154
  "value_allowed_null": false
3098
3155
  },
@@ -3102,6 +3159,7 @@
3102
3159
  "example": "无",
3103
3160
  "member": "OsVersion",
3104
3161
  "name": "ImportImageOsVersionSet",
3162
+ "output_required": true,
3105
3163
  "type": "list",
3106
3164
  "value_allowed_null": false
3107
3165
  },
@@ -3125,9 +3183,10 @@
3125
3183
  {
3126
3184
  "disabled": false,
3127
3185
  "document": "List of instance model families",
3128
- "example": "",
3186
+ "example": "",
3129
3187
  "member": "InstanceFamilyConfig",
3130
3188
  "name": "InstanceFamilyConfigSet",
3189
+ "output_required": true,
3131
3190
  "type": "list",
3132
3191
  "value_allowed_null": false
3133
3192
  },
@@ -3216,7 +3275,7 @@
3216
3275
  {
3217
3276
  "disabled": false,
3218
3277
  "document": "The maximum number of times you can modify the instance configurations (degrading the configurations)",
3219
- "example": "[ { \"Operation\": \"INSTANCE_DEGRADE\", \"InstanceId\": \"ins-r8hr2upy\", \"CurrentCount\": 0, \"LimitCount\": 5 } ]",
3278
+ "example": "",
3220
3279
  "member": "OperationCountLimit",
3221
3280
  "name": "InstanceOperationLimitSet",
3222
3281
  "output_required": true,
@@ -3382,9 +3441,10 @@
3382
3441
  {
3383
3442
  "disabled": false,
3384
3443
  "document": "List of network billing methods.",
3385
- "example": "",
3444
+ "example": "",
3386
3445
  "member": "InternetChargeTypeConfig",
3387
3446
  "name": "InternetChargeTypeConfigSet",
3447
+ "output_required": true,
3388
3448
  "type": "list",
3389
3449
  "value_allowed_null": false
3390
3450
  },
@@ -3984,7 +4044,7 @@
3984
4044
  {
3985
4045
  "disabled": false,
3986
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.",
3987
- "example": "true",
4047
+ "example": "false",
3988
4048
  "member": "bool",
3989
4049
  "name": "ForceStop",
3990
4050
  "required": false,
@@ -4114,6 +4174,16 @@
4114
4174
  "type": "string",
4115
4175
  "value_allowed_null": false
4116
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
+ },
4117
4187
  {
4118
4188
  "disabled": false,
4119
4189
  "document": "List of tags associated with the placement group.",
@@ -4172,7 +4242,7 @@
4172
4242
  {
4173
4243
  "disabled": false,
4174
4244
  "document": "Instance ID Needs to Enter Rescue Mode",
4175
- "example": "'ins-abcdefg'",
4245
+ "example": "ins-abcdefg",
4176
4246
  "member": "string",
4177
4247
  "name": "InstanceId",
4178
4248
  "required": true,
@@ -4181,7 +4251,7 @@
4181
4251
  {
4182
4252
  "disabled": false,
4183
4253
  "document": "System Password in Rescue Mode",
4184
- "example": "'hello123456789'",
4254
+ "example": "hello123456789",
4185
4255
  "member": "string",
4186
4256
  "name": "Password",
4187
4257
  "required": true,
@@ -4190,20 +4260,29 @@
4190
4260
  {
4191
4261
  "disabled": false,
4192
4262
  "document": "System Username in Rescue Mode",
4193
- "example": "'root'",
4263
+ "example": "root",
4194
4264
  "member": "string",
4195
4265
  "name": "Username",
4196
4266
  "required": false,
4197
4267
  "type": "string"
4198
4268
  },
4199
4269
  {
4200
- "disabled": false,
4270
+ "disabled": true,
4201
4271
  "document": "Whether to perform forced shutdown.",
4202
- "example": "False",
4272
+ "example": "false",
4203
4273
  "member": "bool",
4204
4274
  "name": "ForceStop",
4205
4275
  "required": false,
4206
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"
4207
4286
  }
4208
4287
  ],
4209
4288
  "type": "object"
@@ -4226,7 +4305,7 @@
4226
4305
  {
4227
4306
  "disabled": false,
4228
4307
  "document": "Instance ID Exiting Rescue Mode",
4229
- "example": "instance_Id",
4308
+ "example": "ins-axzc12s",
4230
4309
  "member": "string",
4231
4310
  "name": "InstanceId",
4232
4311
  "required": true,
@@ -4416,7 +4495,7 @@
4416
4495
  "members": [
4417
4496
  {
4418
4497
  "disabled": false,
4419
- "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.",
4420
4499
  "example": "1",
4421
4500
  "member": "float",
4422
4501
  "name": "GPUCount",
@@ -4426,7 +4505,7 @@
4426
4505
  },
4427
4506
  {
4428
4507
  "disabled": false,
4429
- "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.",
4430
4509
  "example": "['0000:18:00.0','0000:18:00.1']",
4431
4510
  "member": "string",
4432
4511
  "name": "GPUId",
@@ -4436,7 +4515,7 @@
4436
4515
  },
4437
4516
  {
4438
4517
  "disabled": false,
4439
- "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.",
4440
4519
  "example": "NVIDIA T4",
4441
4520
  "member": "string",
4442
4521
  "name": "GPUType",
@@ -4881,22 +4960,22 @@
4881
4960
  {
4882
4961
  "disabled": false,
4883
4962
  "document": "Supported Windows OS\nNote: This field may return `null`, indicating that no valid values can be obtained.",
4884
- "example": "NA",
4963
+ "example": "Windows Server 2019",
4885
4964
  "member": "string",
4886
4965
  "name": "Windows",
4887
- "required": true,
4966
+ "output_required": true,
4888
4967
  "type": "list",
4889
- "value_allowed_null": true
4968
+ "value_allowed_null": false
4890
4969
  },
4891
4970
  {
4892
4971
  "disabled": false,
4893
4972
  "document": "Supported Linux OS\nNote: This field may return `null`, indicating that no valid values can be obtained.",
4894
- "example": "NA",
4973
+ "example": "CentOS",
4895
4974
  "member": "string",
4896
4975
  "name": "Linux",
4897
- "required": true,
4976
+ "output_required": true,
4898
4977
  "type": "list",
4899
- "value_allowed_null": true
4978
+ "value_allowed_null": false
4900
4979
  }
4901
4980
  ],
4902
4981
  "usage": "out"
@@ -5164,6 +5243,70 @@
5164
5243
  ],
5165
5244
  "type": "object"
5166
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 100.",
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
+ },
5167
5310
  "InquiryPriceRenewInstancesRequest": {
5168
5311
  "document": "InquiryPriceRenewInstances request structure.",
5169
5312
  "members": [
@@ -5275,6 +5418,15 @@
5275
5418
  "name": "EnhancedService",
5276
5419
  "required": false,
5277
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"
5278
5430
  }
5279
5431
  ],
5280
5432
  "type": "object"
@@ -5507,7 +5659,7 @@
5507
5659
  },
5508
5660
  {
5509
5661
  "disabled": false,
5510
- "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 [DescribeInstanceTypeConfigs](https://www.tencentcloud.comom/document/api/213/15749?from_cn_redirect=1) api for the latest specification table or referring to [instance specifications](https://www.tencentcloud.comom/document/product/213/11518?from_cn_redirect=1). 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>.",
5511
5663
  "example": "S5.MEDIUM2",
5512
5664
  "member": "string",
5513
5665
  "name": "InstanceType",
@@ -5561,7 +5713,7 @@
5561
5713
  },
5562
5714
  {
5563
5715
  "disabled": false,
5564
- "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>.",
5565
5717
  "example": "myInstance",
5566
5718
  "member": "string",
5567
5719
  "name": "InstanceName",
@@ -5579,7 +5731,7 @@
5579
5731
  },
5580
5732
  {
5581
5733
  "disabled": false,
5582
- "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.comom/document/api/215/15808?from_cn_redirect=1). if not specified, bind the default security group under the designated project. if the default security group does not exist, automatically create it.\n",
5583
5735
  "example": "[\"sg-efil73jd\"]",
5584
5736
  "member": "string",
5585
5737
  "name": "SecurityGroupIds",
@@ -5598,7 +5750,7 @@
5598
5750
  {
5599
5751
  "disabled": false,
5600
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.",
5601
- "example": "",
5753
+ "example": "a521b4e4-c903-4d37-9de6-8096e3ad8eb7",
5602
5754
  "member": "string",
5603
5755
  "name": "ClientToken",
5604
5756
  "required": false,
@@ -5631,6 +5783,15 @@
5631
5783
  "required": false,
5632
5784
  "type": "object"
5633
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
+ },
5634
5795
  {
5635
5796
  "disabled": false,
5636
5797
  "document": "HPC cluster ID.",
@@ -5728,7 +5889,7 @@
5728
5889
  },
5729
5890
  {
5730
5891
  "disabled": false,
5731
- "document": "Memory capacity; unit: `GB`.",
5892
+ "document": "Instance memory capacity. unit: GiB.",
5732
5893
  "example": "1",
5733
5894
  "member": "int64",
5734
5895
  "name": "Memory",
@@ -5738,7 +5899,7 @@
5738
5899
  },
5739
5900
  {
5740
5901
  "disabled": false,
5741
- "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>.",
5742
5903
  "example": "NORMAL",
5743
5904
  "member": "string",
5744
5905
  "name": "RestrictState",
@@ -5838,7 +5999,7 @@
5838
5999
  },
5839
6000
  {
5840
6001
  "disabled": false,
5841
- "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.",
5842
6003
  "example": "NOTIFY_AND_MANUAL_RENEW",
5843
6004
  "member": "string",
5844
6005
  "name": "RenewFlag",
@@ -5898,7 +6059,7 @@
5898
6059
  },
5899
6060
  {
5900
6061
  "disabled": false,
5901
- "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)",
5902
6063
  "example": "RUNNING",
5903
6064
  "member": "string",
5904
6065
  "name": "InstanceState",
@@ -5918,7 +6079,7 @@
5918
6079
  },
5919
6080
  {
5920
6081
  "disabled": false,
5921
- "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>.",
5922
6083
  "example": "NOT_APPLICABLE",
5923
6084
  "member": "string",
5924
6085
  "name": "StopChargingMode",
@@ -5948,7 +6109,7 @@
5948
6109
  },
5949
6110
  {
5950
6111
  "disabled": false,
5951
- "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.",
5952
6113
  "example": "SUCCESS",
5953
6114
  "member": "string",
5954
6115
  "name": "LatestOperationState",
@@ -5968,7 +6129,7 @@
5968
6129
  },
5969
6130
  {
5970
6131
  "disabled": false,
5971
- "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.",
5972
6133
  "example": "ps-l7sdunxx",
5973
6134
  "member": "string",
5974
6135
  "name": "DisasterRecoverGroupId",
@@ -5998,7 +6159,7 @@
5998
6159
  },
5999
6160
  {
6000
6161
  "disabled": false,
6001
- "document": "HPC cluster ID.\nNote: this field may return null, indicating that no valid value was found.",
6162
+ "document": "High-performance computing cluster ID.",
6002
6163
  "example": "hpc-4dxxetpt",
6003
6164
  "member": "string",
6004
6165
  "name": "HpcClusterId",
@@ -6018,7 +6179,7 @@
6018
6179
  },
6019
6180
  {
6020
6181
  "disabled": false,
6021
- "document": "",
6182
+ "document": "Dedicated cluster ID where the instance is located.",
6022
6183
  "example": "cluster-du3jken",
6023
6184
  "member": "string",
6024
6185
  "name": "DedicatedClusterId",
@@ -6028,7 +6189,7 @@
6028
6189
  },
6029
6190
  {
6030
6191
  "disabled": false,
6031
- "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>.",
6032
6193
  "example": "NOTISOLATED",
6033
6194
  "member": "string",
6034
6195
  "name": "IsolatedSource",
@@ -6038,7 +6199,7 @@
6038
6199
  },
6039
6200
  {
6040
6201
  "disabled": false,
6041
- "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.",
6042
6203
  "example": "无",
6043
6204
  "member": "GPUInfo",
6044
6205
  "name": "GPUInfo",
@@ -6058,7 +6219,7 @@
6058
6219
  },
6059
6220
  {
6060
6221
  "disabled": false,
6061
- "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.",
6062
6223
  "example": "false",
6063
6224
  "member": "bool",
6064
6225
  "name": "DisableApiTermination",
@@ -6098,7 +6259,17 @@
6098
6259
  },
6099
6260
  {
6100
6261
  "disabled": false,
6101
- "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.",
6102
6273
  "example": "[\"240d:c000:f000:ac00:5460:6340:16aa:6\"]",
6103
6274
  "member": "string",
6104
6275
  "name": "PublicIPv6Addresses",
@@ -6169,20 +6340,20 @@
6169
6340
  {
6170
6341
  "disabled": false,
6171
6342
  "document": "Full name of the model family.",
6172
- "example": "",
6343
+ "example": "高IO型I1",
6173
6344
  "member": "string",
6174
6345
  "name": "InstanceFamilyName",
6175
- "required": true,
6346
+ "output_required": true,
6176
6347
  "type": "string",
6177
6348
  "value_allowed_null": false
6178
6349
  },
6179
6350
  {
6180
6351
  "disabled": false,
6181
6352
  "document": "Acronym of the model family.",
6182
- "example": "",
6353
+ "example": "I1",
6183
6354
  "member": "string",
6184
6355
  "name": "InstanceFamily",
6185
- "required": true,
6356
+ "output_required": true,
6186
6357
  "type": "string",
6187
6358
  "value_allowed_null": false
6188
6359
  }
@@ -6223,7 +6394,7 @@
6223
6394
  {
6224
6395
  "disabled": false,
6225
6396
  "document": "Instance `ID`.",
6226
- "example": "",
6397
+ "example": "ins-g4c6xxxx",
6227
6398
  "member": "string",
6228
6399
  "name": "InstanceId",
6229
6400
  "output_required": true,
@@ -6233,7 +6404,7 @@
6233
6404
  {
6234
6405
  "disabled": false,
6235
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>",
6236
- "example": "",
6407
+ "example": "RUNNING",
6237
6408
  "member": "string",
6238
6409
  "name": "InstanceState",
6239
6410
  "output_required": true,
@@ -6528,7 +6699,7 @@
6528
6699
  },
6529
6700
  {
6530
6701
  "disabled": false,
6531
- "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",
6532
6703
  "example": "BGP",
6533
6704
  "member": "string",
6534
6705
  "name": "InternetServiceProvider",
@@ -6539,7 +6710,7 @@
6539
6710
  },
6540
6711
  {
6541
6712
  "disabled": false,
6542
- "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.",
6543
6714
  "example": "WanIP",
6544
6715
  "member": "string",
6545
6716
  "name": "IPv4AddressType",
@@ -6550,7 +6721,7 @@
6550
6721
  },
6551
6722
  {
6552
6723
  "disabled": false,
6553
- "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.",
6554
6725
  "example": "EIPv6",
6555
6726
  "member": "string",
6556
6727
  "name": "IPv6AddressType",
@@ -6561,7 +6732,7 @@
6561
6732
  },
6562
6733
  {
6563
6734
  "disabled": false,
6564
- "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",
6565
6736
  "example": "bgp-00000000",
6566
6737
  "member": "string",
6567
6738
  "name": "AntiDDoSPackageId",
@@ -6579,20 +6750,24 @@
6579
6750
  {
6580
6751
  "disabled": false,
6581
6752
  "document": "Network billing method.",
6582
- "example": "",
6753
+ "example": "TRAFFIC_POSTPAID_BY_HOUR",
6583
6754
  "member": "string",
6584
6755
  "name": "InternetChargeType",
6756
+ "output_required": true,
6585
6757
  "required": false,
6586
- "type": "string"
6758
+ "type": "string",
6759
+ "value_allowed_null": false
6587
6760
  },
6588
6761
  {
6589
6762
  "disabled": false,
6590
6763
  "document": "Description of the network billing method.",
6591
- "example": "",
6764
+ "example": "postpaid monthly",
6592
6765
  "member": "string",
6593
6766
  "name": "Description",
6767
+ "output_required": true,
6594
6768
  "required": false,
6595
- "type": "string"
6769
+ "type": "string",
6770
+ "value_allowed_null": false
6596
6771
  }
6597
6772
  ],
6598
6773
  "usage": "both"
@@ -6809,7 +6984,7 @@
6809
6984
  {
6810
6985
  "disabled": false,
6811
6986
  "document": "Key pair name.",
6812
- "example": "test",
6987
+ "example": "mySkey",
6813
6988
  "member": "string",
6814
6989
  "name": "KeyName",
6815
6990
  "output_required": true,
@@ -6829,7 +7004,7 @@
6829
7004
  {
6830
7005
  "disabled": false,
6831
7006
  "document": "Key pair description.",
6832
- "example": "test",
7007
+ "example": "mySkey",
6833
7008
  "member": "string",
6834
7009
  "name": "Description",
6835
7010
  "output_required": false,
@@ -6839,7 +7014,7 @@
6839
7014
  {
6840
7015
  "disabled": false,
6841
7016
  "document": "Content of public key in a key pair.",
6842
- "example": "xxx",
7017
+ "example": "ssh-rsa AAAAB3N......59LPzXah+r+d skey-0mjpcb19",
6843
7018
  "member": "string",
6844
7019
  "name": "PublicKey",
6845
7020
  "output_required": false,
@@ -6849,7 +7024,7 @@
6849
7024
  {
6850
7025
  "disabled": false,
6851
7026
  "document": "Content of private key in a key pair. Tencent Cloud do not keep private keys. Please keep it properly.",
6852
- "example": "xxx",
7027
+ "example": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAzDC......WCvOBGeKHg==\\n-----END RSA PRIVATE KEY-----",
6853
7028
  "member": "string",
6854
7029
  "name": "PrivateKey",
6855
7030
  "output_required": false,
@@ -6859,7 +7034,7 @@
6859
7034
  {
6860
7035
  "disabled": false,
6861
7036
  "document": "`ID` list of instances associated with a key.",
6862
- "example": "[]",
7037
+ "example": "[\"ins-syht65r4\"]",
6863
7038
  "member": "string",
6864
7039
  "name": "AssociatedInstanceIds",
6865
7040
  "output_required": false,
@@ -6879,12 +7054,12 @@
6879
7054
  {
6880
7055
  "disabled": false,
6881
7056
  "document": "The list of tags bound to the key.\nNote: This field may return `null`, indicating that no valid value can be obtained.",
6882
- "example": "[]",
7057
+ "example": "",
6883
7058
  "member": "Tag",
6884
7059
  "name": "Tags",
6885
7060
  "output_required": false,
6886
7061
  "type": "list",
6887
- "value_allowed_null": true
7062
+ "value_allowed_null": false
6888
7063
  }
6889
7064
  ],
6890
7065
  "usage": "out"
@@ -7430,7 +7605,7 @@
7430
7605
  "members": [
7431
7606
  {
7432
7607
  "disabled": false,
7433
- "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.",
7434
7609
  "example": "\"key\"",
7435
7610
  "member": "string",
7436
7611
  "name": "Key",
@@ -7441,7 +7616,7 @@
7441
7616
  },
7442
7617
  {
7443
7618
  "disabled": false,
7444
- "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.",
7445
7620
  "example": "\"value\"",
7446
7621
  "member": "string",
7447
7622
  "name": "Value",
@@ -7567,7 +7742,7 @@
7567
7742
  {
7568
7743
  "disabled": false,
7569
7744
  "document": "CDH instance ID(s).",
7570
- "example": "[\"host-ey16rkyg\\n\"]",
7745
+ "example": "[\"host-ey16rkyg\"]",
7571
7746
  "member": "string",
7572
7747
  "name": "HostIds",
7573
7748
  "required": true,
@@ -7737,7 +7912,7 @@
7737
7912
  },
7738
7913
  {
7739
7914
  "disabled": false,
7740
- "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.",
7741
7916
  "example": "MyInsName",
7742
7917
  "member": "string",
7743
7918
  "name": "InstanceName",
@@ -7755,7 +7930,7 @@
7755
7930
  },
7756
7931
  {
7757
7932
  "disabled": false,
7758
- "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.",
7759
7934
  "example": "[\"sg-rf6ogz49\"]",
7760
7935
  "member": "string",
7761
7936
  "name": "SecurityGroups",
@@ -7791,7 +7966,7 @@
7791
7966
  },
7792
7967
  {
7793
7968
  "disabled": false,
7794
- "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.comom/document/product/598/36223?from_cn_redirect=1) or [GetRole](https://www.tencentcloud.comom/document/product/598/36221?from_cn_redirect=1). 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.",
7795
7970
  "example": "user",
7796
7971
  "member": "string",
7797
7972
  "name": "CamRoleType",
@@ -7822,6 +7997,60 @@
7822
7997
  ],
7823
7998
  "type": "object"
7824
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 30.",
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
+ },
7825
8054
  "ModifyInstancesDisasterRecoverGroupRequest": {
7826
8055
  "document": "ModifyInstancesDisasterRecoverGroup request structure.",
7827
8056
  "members": [
@@ -8080,40 +8309,40 @@
8080
8309
  {
8081
8310
  "disabled": false,
8082
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",
8083
- "example": "",
8312
+ "example": "INSTANCE_DEGRADE",
8084
8313
  "member": "string",
8085
8314
  "name": "Operation",
8086
- "required": true,
8315
+ "output_required": true,
8087
8316
  "type": "string",
8088
8317
  "value_allowed_null": false
8089
8318
  },
8090
8319
  {
8091
8320
  "disabled": false,
8092
8321
  "document": "Instance ID.",
8093
- "example": "",
8322
+ "example": "ins-xxxxx",
8094
8323
  "member": "string",
8095
8324
  "name": "InstanceId",
8096
- "required": true,
8325
+ "output_required": true,
8097
8326
  "type": "string",
8098
8327
  "value_allowed_null": false
8099
8328
  },
8100
8329
  {
8101
8330
  "disabled": false,
8102
8331
  "document": "Number of operations already performed. If it returns `-1`, it means there is no limit on the times of the operation.",
8103
- "example": "",
8332
+ "example": "1",
8104
8333
  "member": "int64",
8105
8334
  "name": "CurrentCount",
8106
- "required": true,
8335
+ "output_required": true,
8107
8336
  "type": "int",
8108
8337
  "value_allowed_null": false
8109
8338
  },
8110
8339
  {
8111
8340
  "disabled": false,
8112
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.",
8113
- "example": "",
8342
+ "example": "5",
8114
8343
  "member": "int64",
8115
8344
  "name": "LimitCount",
8116
- "required": true,
8345
+ "output_required": true,
8117
8346
  "type": "int",
8118
8347
  "value_allowed_null": false
8119
8348
  }
@@ -8126,30 +8355,30 @@
8126
8355
  {
8127
8356
  "disabled": false,
8128
8357
  "document": "Operating system type",
8129
- "example": "",
8358
+ "example": "CentOS",
8130
8359
  "member": "string",
8131
8360
  "name": "OsName",
8132
- "required": true,
8361
+ "output_required": true,
8133
8362
  "type": "string",
8134
8363
  "value_allowed_null": false
8135
8364
  },
8136
8365
  {
8137
8366
  "disabled": false,
8138
8367
  "document": "Supported operating system versions",
8139
- "example": "",
8368
+ "example": "[\"9\"]",
8140
8369
  "member": "string",
8141
8370
  "name": "OsVersions",
8142
- "required": true,
8371
+ "output_required": true,
8143
8372
  "type": "list",
8144
8373
  "value_allowed_null": false
8145
8374
  },
8146
8375
  {
8147
8376
  "disabled": false,
8148
8377
  "document": "Supported operating system architecture",
8149
- "example": "",
8378
+ "example": "x86_64",
8150
8379
  "member": "string",
8151
8380
  "name": "Architecture",
8152
- "required": true,
8381
+ "output_required": true,
8153
8382
  "type": "list",
8154
8383
  "value_allowed_null": false
8155
8384
  }
@@ -8172,7 +8401,7 @@
8172
8401
  },
8173
8402
  {
8174
8403
  "disabled": false,
8175
- "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 [DescribeProject](https://www.tencentcloud.com/document/product/651/54679). default value 0 means default project.",
8176
8405
  "example": "0",
8177
8406
  "member": "int64",
8178
8407
  "name": "ProjectId",
@@ -8183,7 +8412,7 @@
8183
8412
  },
8184
8413
  {
8185
8414
  "disabled": false,
8186
- "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).",
8187
8416
  "example": "[\"host-o5i742go\"]",
8188
8417
  "member": "string",
8189
8418
  "name": "HostIds",
@@ -9353,7 +9582,7 @@
9353
9582
  "members": [
9354
9583
  {
9355
9584
  "disabled": false,
9356
- "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.comom/document/api/213/15728?from_cn_redirect=1).",
9357
9586
  "example": "ins-r8hr2upy",
9358
9587
  "member": "string",
9359
9588
  "name": "InstanceId",
@@ -9362,7 +9591,7 @@
9362
9591
  },
9363
9592
  {
9364
9593
  "disabled": false,
9365
- "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.comom/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.comom/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>",
9366
9595
  "example": "无",
9367
9596
  "member": "DataDisk",
9368
9597
  "name": "DataDisks",
@@ -9371,7 +9600,7 @@
9371
9600
  },
9372
9601
  {
9373
9602
  "disabled": false,
9374
- "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.",
9375
9604
  "example": "true",
9376
9605
  "member": "bool",
9377
9606
  "name": "ForceStop",
@@ -9380,7 +9609,7 @@
9380
9609
  },
9381
9610
  {
9382
9611
  "disabled": false,
9383
- "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>",
9384
9613
  "example": "无",
9385
9614
  "member": "SystemDisk",
9386
9615
  "name": "SystemDisk",
@@ -9523,7 +9752,16 @@
9523
9752
  },
9524
9753
  {
9525
9754
  "disabled": false,
9526
- "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>",
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. <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>.",
9527
9765
  "example": "server_{R:3}",
9528
9766
  "member": "string",
9529
9767
  "name": "InstanceName",
@@ -9541,7 +9779,7 @@
9541
9779
  },
9542
9780
  {
9543
9781
  "disabled": false,
9544
- "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.",
9545
9783
  "example": "[\"sg-ajhn9qtq\"]",
9546
9784
  "member": "string",
9547
9785
  "name": "SecurityGroupIds",
@@ -9587,7 +9825,7 @@
9587
9825
  {
9588
9826
  "disabled": false,
9589
9827
  "document": "Placement group ID. You can only specify one.",
9590
- "example": "['ps-3p88qhfo']",
9828
+ "example": "[\"sg-efil73jd\"]",
9591
9829
  "member": "string",
9592
9830
  "name": "DisasterRecoverGroupIds",
9593
9831
  "required": false,
@@ -9622,7 +9860,7 @@
9622
9860
  },
9623
9861
  {
9624
9862
  "disabled": false,
9625
- "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.**.",
9626
9864
  "example": "无",
9627
9865
  "member": "Metadata",
9628
9866
  "name": "Metadata",
@@ -9703,7 +9941,7 @@
9703
9941
  },
9704
9942
  {
9705
9943
  "disabled": false,
9706
- "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=).",
9707
9945
  "example": "false",
9708
9946
  "member": "bool",
9709
9947
  "name": "EnableJumboFrame",
@@ -9719,7 +9957,7 @@
9719
9957
  {
9720
9958
  "disabled": false,
9721
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.",
9722
- "example": "['ins-rn99mzt1']",
9960
+ "example": "[\"ins-rn79mzt1\"]",
9723
9961
  "member": "string",
9724
9962
  "name": "InstanceIdSet",
9725
9963
  "output_required": true,
@@ -9775,20 +10013,20 @@
9775
10013
  {
9776
10014
  "disabled": false,
9777
10015
  "document": "Time when an image was shared.",
9778
- "example": "",
10016
+ "example": "2023-10-05T14:30:00Z",
9779
10017
  "member": "datetime_iso",
9780
10018
  "name": "CreatedTime",
9781
- "required": true,
10019
+ "output_required": true,
9782
10020
  "type": "string",
9783
10021
  "value_allowed_null": false
9784
10022
  },
9785
10023
  {
9786
10024
  "disabled": false,
9787
10025
  "document": "ID of the account with which the image is shared.",
9788
- "example": "",
10026
+ "example": "2700036",
9789
10027
  "member": "string",
9790
10028
  "name": "AccountId",
9791
- "required": true,
10029
+ "output_required": true,
9792
10030
  "type": "string",
9793
10031
  "value_allowed_null": false
9794
10032
  }
@@ -9899,7 +10137,7 @@
9899
10137
  "type": "list"
9900
10138
  },
9901
10139
  {
9902
- "disabled": false,
10140
+ "disabled": true,
9903
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`. ",
9904
10142
  "example": "false",
9905
10143
  "member": "bool",
@@ -10101,7 +10339,7 @@
10101
10339
  "members": [
10102
10340
  {
10103
10341
  "disabled": false,
10104
- "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.",
10105
10343
  "example": "CLOUD_HSSD",
10106
10344
  "member": "string",
10107
10345
  "name": "DiskType",
@@ -10112,8 +10350,8 @@
10112
10350
  },
10113
10351
  {
10114
10352
  "disabled": false,
10115
- "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`.",
10116
- "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",
10117
10355
  "member": "string",
10118
10356
  "name": "DiskId",
10119
10357
  "output_required": false,
@@ -10134,7 +10372,7 @@
10134
10372
  },
10135
10373
  {
10136
10374
  "disabled": false,
10137
- "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.",
10138
10376
  "example": "cdc-xxxxxx",
10139
10377
  "member": "string",
10140
10378
  "name": "CdcId",
@@ -10190,7 +10428,7 @@
10190
10428
  "members": [
10191
10429
  {
10192
10430
  "disabled": false,
10193
- "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).",
10194
10432
  "example": "instance",
10195
10433
  "member": "string",
10196
10434
  "name": "ResourceType",
@@ -10289,7 +10527,7 @@
10289
10527
  "members": [
10290
10528
  {
10291
10529
  "disabled": false,
10292
- "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.",
10293
10531
  "example": "vpc-2ij",
10294
10532
  "member": "string",
10295
10533
  "name": "VpcId",
@@ -10300,7 +10538,7 @@
10300
10538
  },
10301
10539
  {
10302
10540
  "disabled": false,
10303
- "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.",
10304
10542
  "example": "subnet-2ks",
10305
10543
  "member": "string",
10306
10544
  "name": "SubnetId",