tccli-intl-en 3.0.1282.1__py2.py3-none-any.whl → 3.1.33.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/services/__init__.py +15 -0
  4. tccli/services/advisor/advisor_client.py +2 -2
  5. tccli/services/ai3d/__init__.py +4 -0
  6. tccli/services/ai3d/ai3d_client.py +266 -0
  7. tccli/services/ai3d/v20250513/api.json +264 -0
  8. tccli/services/ai3d/v20250513/examples.json +20 -0
  9. tccli/services/aiart/aiart_client.py +1 -1
  10. tccli/services/ams/ams_client.py +4 -4
  11. tccli/services/antiddos/antiddos_client.py +70 -70
  12. tccli/services/apigateway/apigateway_client.py +93 -93
  13. tccli/services/apm/apm_client.py +783 -55
  14. tccli/services/apm/v20210622/api.json +3936 -1145
  15. tccli/services/apm/v20210622/examples.json +133 -23
  16. tccli/services/asr/asr_client.py +2 -2
  17. tccli/services/autoscaling/autoscaling_client.py +58 -58
  18. tccli/services/autoscaling/v20180419/api.json +77 -27
  19. tccli/services/batch/batch_client.py +28 -28
  20. tccli/services/bi/bi_client.py +24 -24
  21. tccli/services/billing/billing_client.py +42 -42
  22. tccli/services/cam/cam_client.py +81 -81
  23. tccli/services/captcha/captcha_client.py +1 -1
  24. tccli/services/car/car_client.py +33 -33
  25. tccli/services/cbs/cbs_client.py +38 -38
  26. tccli/services/ccc/ccc_client.py +70 -70
  27. tccli/services/ccc/v20200210/api.json +71 -26
  28. tccli/services/cdb/cdb_client.py +1262 -422
  29. tccli/services/cdb/v20170320/api.json +2166 -335
  30. tccli/services/cdb/v20170320/examples.json +126 -6
  31. tccli/services/cdc/cdc_client.py +20 -20
  32. tccli/services/cdn/cdn_client.py +44 -44
  33. tccli/services/cdn/v20180606/api.json +22 -22
  34. tccli/services/cdn/v20180606/examples.json +1 -1
  35. tccli/services/cdwdoris/cdwdoris_client.py +77 -77
  36. tccli/services/cdwpg/cdwpg_client.py +24 -24
  37. tccli/services/cdz/cdz_client.py +1 -1
  38. tccli/services/cfg/cfg_client.py +16 -16
  39. tccli/services/cfs/cfs_client.py +39 -39
  40. tccli/services/cfw/cfw_client.py +66 -66
  41. tccli/services/chdfs/chdfs_client.py +29 -29
  42. tccli/services/ciam/ciam_client.py +16 -16
  43. tccli/services/ckafka/ckafka_client.py +468 -76
  44. tccli/services/ckafka/v20190819/api.json +1009 -246
  45. tccli/services/ckafka/v20190819/examples.json +73 -23
  46. tccli/services/clb/clb_client.py +720 -384
  47. tccli/services/clb/v20180317/api.json +2255 -1017
  48. tccli/services/clb/v20180317/examples.json +184 -124
  49. tccli/services/cloudaudit/cloudaudit_client.py +18 -18
  50. tccli/services/cls/cls_client.py +86 -86
  51. tccli/services/cmq/cmq_client.py +2 -2
  52. tccli/services/config/config_client.py +6 -6
  53. tccli/services/controlcenter/controlcenter_client.py +225 -1
  54. tccli/services/controlcenter/v20230110/api.json +528 -5
  55. tccli/services/controlcenter/v20230110/examples.json +32 -0
  56. tccli/services/csip/csip_client.py +34 -34
  57. tccli/services/ctsdb/ctsdb_client.py +2 -2
  58. tccli/services/cvm/cvm_client.py +84 -84
  59. tccli/services/cvm/v20170312/api.json +175 -116
  60. tccli/services/cvm/v20170312/examples.json +93 -93
  61. tccli/services/cwp/cwp_client.py +465 -465
  62. tccli/services/cynosdb/cynosdb_client.py +154 -154
  63. tccli/services/dataintegration/dataintegration_client.py +1 -1
  64. tccli/services/dayu/dayu_client.py +103 -103
  65. tccli/services/dbbrain/dbbrain_client.py +42 -42
  66. tccli/services/dc/dc_client.py +18 -18
  67. tccli/services/dcdb/dcdb_client.py +62 -62
  68. tccli/services/dlc/dlc_client.py +109 -109
  69. tccli/services/dms/dms_client.py +2 -2
  70. tccli/services/dnspod/dnspod_client.py +40 -40
  71. tccli/services/domain/domain_client.py +24 -24
  72. tccli/services/dts/dts_client.py +83 -83
  73. tccli/services/eb/eb_client.py +26 -26
  74. tccli/services/ecdn/ecdn_client.py +15 -15
  75. tccli/services/ecm/ecm_client.py +124 -124
  76. tccli/services/eiam/eiam_client.py +40 -40
  77. tccli/services/emr/emr_client.py +77 -77
  78. tccli/services/emr/v20190103/api.json +6 -6
  79. tccli/services/es/es_client.py +21 -21
  80. tccli/services/facefusion/facefusion_client.py +3 -3
  81. tccli/services/faceid/faceid_client.py +19 -19
  82. tccli/services/faceid/v20180301/api.json +124 -46
  83. tccli/services/gaap/gaap_client.py +88 -88
  84. tccli/services/gme/gme_client.py +10 -10
  85. tccli/services/gpm/gpm_client.py +18 -18
  86. tccli/services/gse/gse_client.py +22 -22
  87. tccli/services/gwlb/gwlb_client.py +18 -18
  88. tccli/services/hunyuan/__init__.py +4 -0
  89. tccli/services/hunyuan/hunyuan_client.py +546 -0
  90. tccli/services/hunyuan/v20230901/api.json +628 -0
  91. tccli/services/hunyuan/v20230901/examples.json +60 -0
  92. tccli/services/iai/iai_client.py +29 -29
  93. tccli/services/iap/iap_client.py +6 -6
  94. tccli/services/ims/ims_client.py +1 -1
  95. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +42 -42
  96. tccli/services/iotcloud/iotcloud_client.py +20 -20
  97. tccli/services/ip/ip_client.py +6 -6
  98. tccli/services/kms/kms_client.py +68 -68
  99. tccli/services/kms/v20190118/api.json +80 -3
  100. tccli/services/kms/v20190118/examples.json +3 -3
  101. tccli/services/lcic/lcic_client.py +53 -53
  102. tccli/services/lighthouse/lighthouse_client.py +434 -98
  103. tccli/services/lighthouse/v20200324/api.json +488 -0
  104. tccli/services/lighthouse/v20200324/examples.json +54 -0
  105. tccli/services/live/live_client.py +120 -120
  106. tccli/services/lke/lke_client.py +90 -90
  107. tccli/services/lkeap/lkeap_client.py +63 -7
  108. tccli/services/lkeap/v20240522/api.json +134 -0
  109. tccli/services/lkeap/v20240522/examples.json +21 -1
  110. tccli/services/mariadb/mariadb_client.py +50 -50
  111. tccli/services/mdc/mdc_client.py +18 -18
  112. tccli/services/mdl/mdl_client.py +225 -57
  113. tccli/services/mdl/v20200326/api.json +903 -59
  114. tccli/services/mdl/v20200326/examples.json +24 -0
  115. tccli/services/mdp/mdp_client.py +62 -62
  116. tccli/services/mdp/v20200527/api.json +191 -28
  117. tccli/services/message/message_client.py +1 -1
  118. tccli/services/mongodb/mongodb_client.py +1081 -129
  119. tccli/services/mongodb/v20190725/api.json +1798 -141
  120. tccli/services/mongodb/v20190725/examples.json +136 -0
  121. tccli/services/monitor/monitor_client.py +149 -149
  122. tccli/services/monitor/v20180724/api.json +8 -8
  123. tccli/services/mps/mps_client.py +1118 -278
  124. tccli/services/mps/v20190612/api.json +2117 -117
  125. tccli/services/mps/v20190612/examples.json +164 -62
  126. tccli/services/mqtt/__init__.py +4 -0
  127. tccli/services/mqtt/mqtt_client.py +1610 -0
  128. tccli/services/mqtt/v20240516/api.json +3057 -0
  129. tccli/services/mqtt/v20240516/examples.json +213 -0
  130. tccli/services/msp/msp_client.py +7 -7
  131. tccli/services/ocr/ocr_client.py +206 -38
  132. tccli/services/ocr/v20181119/api.json +726 -83
  133. tccli/services/ocr/v20181119/examples.json +36 -6
  134. tccli/services/omics/omics_client.py +20 -20
  135. tccli/services/organization/organization_client.py +116 -116
  136. tccli/services/postgres/postgres_client.py +91 -91
  137. tccli/services/privatedns/privatedns_client.py +31 -31
  138. tccli/services/pts/pts_client.py +48 -48
  139. tccli/services/quota/quota_client.py +5 -5
  140. tccli/services/rce/rce_client.py +1 -1
  141. tccli/services/redis/redis_client.py +109 -109
  142. tccli/services/redis/v20180412/api.json +12 -12
  143. tccli/services/region/region_client.py +3 -3
  144. tccli/services/rum/rum_client.py +60 -60
  145. tccli/services/scf/scf_client.py +42 -42
  146. tccli/services/ses/ses_client.py +29 -29
  147. tccli/services/smh/__init__.py +4 -0
  148. tccli/services/smh/smh_client.py +714 -0
  149. tccli/services/smh/v20210712/api.json +1287 -0
  150. tccli/services/smh/v20210712/examples.json +85 -0
  151. tccli/services/sms/sms_client.py +18 -18
  152. tccli/services/sqlserver/sqlserver_client.py +139 -139
  153. tccli/services/ssl/ssl_client.py +38 -38
  154. tccli/services/ssm/ssm_client.py +24 -24
  155. tccli/services/sts/sts_client.py +5 -5
  156. tccli/services/tag/tag_client.py +30 -30
  157. tccli/services/tat/tat_client.py +19 -19
  158. tccli/services/tbaas/tbaas_client.py +4 -4
  159. tccli/services/tcaplusdb/tcaplusdb_client.py +52 -52
  160. tccli/services/tchd/tchd_client.py +1 -1
  161. tccli/services/tcmpp/tcmpp_client.py +104 -104
  162. tccli/services/tcr/tcr_client.py +76 -76
  163. tccli/services/tcsas/tcsas_client.py +2340 -268
  164. tccli/services/tcsas/v20250106/api.json +8410 -3423
  165. tccli/services/tcsas/v20250106/examples.json +308 -12
  166. tccli/services/tcss/tcss_client.py +330 -330
  167. tccli/services/tdid/tdid_client.py +48 -48
  168. tccli/services/tdmq/tdmq_client.py +2500 -372
  169. tccli/services/tdmq/v20200217/api.json +11607 -3958
  170. tccli/services/tdmq/v20200217/examples.json +562 -264
  171. tccli/services/tem/tem_client.py +56 -56
  172. tccli/services/teo/teo_client.py +466 -298
  173. tccli/services/teo/v20220901/api.json +324 -16
  174. tccli/services/teo/v20220901/examples.json +64 -22
  175. tccli/services/tione/tione_client.py +1 -1
  176. tccli/services/tiw/tiw_client.py +51 -51
  177. tccli/services/tke/tke_client.py +306 -138
  178. tccli/services/tke/v20180525/api.json +227 -0
  179. tccli/services/tke/v20180525/examples.json +24 -0
  180. tccli/services/tms/tms_client.py +1 -1
  181. tccli/services/tmt/tmt_client.py +1 -1
  182. tccli/services/trabbit/trabbit_client.py +29 -29
  183. tccli/services/trocket/__init__.py +4 -0
  184. tccli/services/trocket/trocket_client.py +2450 -0
  185. tccli/services/trocket/v20230308/api.json +6062 -0
  186. tccli/services/trocket/v20230308/examples.json +339 -0
  187. tccli/services/trro/trro_client.py +19 -19
  188. tccli/services/trtc/trtc_client.py +51 -51
  189. tccli/services/trtc/v20190722/api.json +15 -15
  190. tccli/services/tts/tts_client.py +1 -1
  191. tccli/services/vclm/vclm_client.py +2 -2
  192. tccli/services/vm/vm_client.py +4 -4
  193. tccli/services/vod/v20180717/api.json +2929 -296
  194. tccli/services/vod/v20180717/examples.json +40 -6
  195. tccli/services/vod/vod_client.py +459 -179
  196. tccli/services/vpc/v20170312/api.json +99 -29
  197. tccli/services/vpc/v20170312/examples.json +21 -13
  198. tccli/services/vpc/vpc_client.py +357 -301
  199. tccli/services/waf/waf_client.py +107 -107
  200. tccli/services/wedata/wedata_client.py +310 -310
  201. tccli/services/yunjing/yunjing_client.py +71 -71
  202. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/METADATA +2 -2
  203. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/RECORD +207 -187
  204. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/WHEEL +1 -1
  205. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/LICENSE +0 -0
  206. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/entry_points.txt +0 -0
  207. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/top_level.txt +0 -0
@@ -512,7 +512,7 @@
512
512
  "status": "online"
513
513
  },
514
514
  "RenewInstances": {
515
- "document": "This API is used to renew annual and monthly subscription instances.\n\nThis API is used to operate on monthly subscription instances only.\nThis API is used to ensure your account balance is sufficient for renewal. You can check the balance via the DescribeAccountBalance API (https://www.tencentcloud.comom/document/product/555/20253?from_cn_redirect=1).\n* You can query the result of the instance operation by calling the API [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5). If the latest operation status (LatestOperationState) of the instance is **SUCCESS**, the operation is successful.",
515
+ "document": "This API is used to renew annual and monthly subscription instances.\n\nThis API is used to operate on monthly subscription instances only.\nThis API is used to ensure your account balance is sufficient for renewal. You can check the balance via the DescribeAccountBalance API (https://www.tencentcloud.com/document/product/555/20253?from_cn_redirect=1).\n* You can query the result of the instance operation by calling the API [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5). If the latest operation status (LatestOperationState) of the instance is **SUCCESS**, the operation is successful.",
516
516
  "input": "RenewInstancesRequest",
517
517
  "name": "Renew an instance",
518
518
  "output": "RenewInstancesResponse",
@@ -554,7 +554,7 @@
554
554
  "status": "online"
555
555
  },
556
556
  "RunInstances": {
557
- "document": "This API is used to create one or more instances with a specified configuration.\n\n* After an instance is created successfully, it will start up automatically, and the [instance status](https://intl.cloud.tencent.com/document/api/213/9452?from_cn_redirect=1#instance_state) will become \"Running\".\n* If you create a pay-as-you-go instance billed on an hourly basis, an amount equivalent to the hourly rate will be frozen. Make sure your account balance is sufficient before calling this API.\n* The number of instances you can purchase through this API is subject to the [Quota for CVM Instances](https://intl.cloud.tencent.com/document/product/213/2664?from_cn_redirect=1). Instances created through this API and in the CVM console are counted toward the quota.\n* This API is an async API. An instance ID list is returned after the creation request is sent. However, it does not mean the creation has been completed. The status of the instance will be `Creating` during the creation. You can use [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) to query the status of the instance. If the status changes from `Creating` to `Running`, it means that the instance has been created successfully.",
557
+ "document": "This API is used to create one or more instances with a specified configuration.\n\n* After an instance is created successfully, it will start up automatically, and the [instance status](https://www.tencentcloud.com/document/product/213/15753?has_map=1#instancestatus) will become \"Running\".\n* If you create a pay-as-you-go instance billed on an hourly basis, an amount equivalent to the hourly rate will be frozen. Make sure your account balance is sufficient before calling this API.\n* The number of instances you can purchase through this API is subject to the [Quota for CVM Instances](https://intl.cloud.tencent.com/document/product/213/2664?from_cn_redirect=1). Instances created through this API and in the CVM console are counted toward the quota.\n* This API is an async API. An instance ID list is returned after the creation request is sent. However, it does not mean the creation has been completed. The status of the instance will be `Creating` during the creation. You can use [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) to query the status of the instance. If the status changes from `Creating` to `Running`, it means that the instance has been created successfully.",
558
558
  "input": "RunInstancesRequest",
559
559
  "name": "Creates instances",
560
560
  "output": "RunInstancesResponse",
@@ -782,7 +782,7 @@
782
782
  {
783
783
  "disabled": false,
784
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.",
785
- "example": "true",
785
+ "example": "false",
786
786
  "member": "bool",
787
787
  "name": "ForceStop",
788
788
  "required": false,
@@ -1207,7 +1207,7 @@
1207
1207
  {
1208
1208
  "disabled": false,
1209
1209
  "document": "Out-of-band network information",
1210
- "example": "NA",
1210
+ "example": "",
1211
1211
  "member": "VirtualPrivateCloud",
1212
1212
  "name": "BmcVirtualPrivateCloud",
1213
1213
  "required": true,
@@ -1225,7 +1225,7 @@
1225
1225
  {
1226
1226
  "disabled": false,
1227
1227
  "document": "Deployment network information",
1228
- "example": "NA",
1228
+ "example": "",
1229
1229
  "member": "VirtualPrivateCloud",
1230
1230
  "name": "DeployVirtualPrivateCloud",
1231
1231
  "required": false,
@@ -1239,6 +1239,15 @@
1239
1239
  "name": "DeploySecurityGroupIds",
1240
1240
  "required": false,
1241
1241
  "type": "list"
1242
+ },
1243
+ {
1244
+ "disabled": false,
1245
+ "document": "",
1246
+ "example": "无",
1247
+ "member": "ChcDeployExtraConfig",
1248
+ "name": "ChcDeployExtraConfig",
1249
+ "required": false,
1250
+ "type": "object"
1242
1251
  }
1243
1252
  ],
1244
1253
  "type": "object"
@@ -1270,7 +1279,7 @@
1270
1279
  {
1271
1280
  "disabled": false,
1272
1281
  "document": "Deployment network information",
1273
- "example": "NA",
1282
+ "example": "",
1274
1283
  "member": "VirtualPrivateCloud",
1275
1284
  "name": "DeployVirtualPrivateCloud",
1276
1285
  "required": true,
@@ -1284,6 +1293,15 @@
1284
1293
  "name": "DeploySecurityGroupIds",
1285
1294
  "required": false,
1286
1295
  "type": "list"
1296
+ },
1297
+ {
1298
+ "disabled": false,
1299
+ "document": "",
1300
+ "example": "无",
1301
+ "member": "ChcDeployExtraConfig",
1302
+ "name": "ChcDeployExtraConfig",
1303
+ "required": false,
1304
+ "type": "object"
1287
1305
  }
1288
1306
  ],
1289
1307
  "type": "object"
@@ -1306,7 +1324,7 @@
1306
1324
  {
1307
1325
  "disabled": false,
1308
1326
  "document": "ID of an instance to execute operating system switching.",
1309
- "example": "[\"ins-xxxxxxxx\"]",
1327
+ "example": "[\"ins-duqhvpt6\"]",
1310
1328
  "member": "string",
1311
1329
  "name": "InstanceIds",
1312
1330
  "required": true,
@@ -1315,7 +1333,7 @@
1315
1333
  {
1316
1334
  "disabled": false,
1317
1335
  "document": "Whether it is a minimum scale switching.",
1318
- "example": "true",
1336
+ "example": "false",
1319
1337
  "member": "bool",
1320
1338
  "name": "MinimalConversion",
1321
1339
  "required": false,
@@ -1324,7 +1342,7 @@
1324
1342
  {
1325
1343
  "disabled": false,
1326
1344
  "document": "Whether it is pre-check only.",
1327
- "example": "true",
1345
+ "example": "false",
1328
1346
  "member": "bool",
1329
1347
  "name": "DryRun",
1330
1348
  "required": false,
@@ -1348,22 +1366,22 @@
1348
1366
  {
1349
1367
  "disabled": false,
1350
1368
  "document": "Information about the target operating system, which is returned only when the input parameter DryRun is true.\nNote: This field may return null, indicating that no valid value is found.",
1351
- "example": "[ { \"TargetOSType\": \"TencentOS\", \"TargetOSVersion\": \"2.4\" } ]",
1369
+ "example": "",
1352
1370
  "member": "TargetOS",
1353
1371
  "name": "SupportTargetOSList",
1354
1372
  "output_required": false,
1355
1373
  "type": "list",
1356
- "value_allowed_null": true
1374
+ "value_allowed_null": false
1357
1375
  },
1358
1376
  {
1359
1377
  "disabled": false,
1360
1378
  "document": "Task ID for operating system switching.\nNote: This field may return null, indicating that no valid value is found.",
1361
- "example": "12345678",
1379
+ "example": "5413165",
1362
1380
  "member": "string",
1363
1381
  "name": "TaskId",
1364
1382
  "output_required": false,
1365
1383
  "type": "string",
1366
- "value_allowed_null": true
1384
+ "value_allowed_null": false
1367
1385
  },
1368
1386
  {
1369
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.",
@@ -1678,7 +1696,7 @@
1678
1696
  {
1679
1697
  "disabled": false,
1680
1698
  "document": "Key pair information.",
1681
- "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": "",
1682
1700
  "member": "KeyPair",
1683
1701
  "name": "KeyPair",
1684
1702
  "output_required": true,
@@ -2007,7 +2025,7 @@
2007
2025
  {
2008
2026
  "disabled": false,
2009
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)",
2010
- "example": "{ \"Zone\": \"ap-guangzhou-6\" }\t",
2028
+ "example": "",
2011
2029
  "member": "Placement",
2012
2030
  "name": "Placement",
2013
2031
  "required": true,
@@ -2061,7 +2079,7 @@
2061
2079
  {
2062
2080
  "disabled": false,
2063
2081
  "document": "System disk configuration of the instance. If this parameter is not specified, the default value will be used.",
2064
- "example": "{ \"DiskSize\": 50 }",
2082
+ "example": "",
2065
2083
  "member": "SystemDisk",
2066
2084
  "name": "SystemDisk",
2067
2085
  "required": false,
@@ -2070,7 +2088,7 @@
2070
2088
  {
2071
2089
  "disabled": false,
2072
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.",
2073
- "example": "[ { \"DiskSize\": 50, \"DiskType\": \"CLOUD_PREMIUM\" } ]",
2091
+ "example": "",
2074
2092
  "member": "DataDisk",
2075
2093
  "name": "DataDisks",
2076
2094
  "required": false,
@@ -2079,7 +2097,7 @@
2079
2097
  {
2080
2098
  "disabled": false,
2081
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.",
2082
- "example": "{ \"VpcId\": \"vpc-rhfaxx31\", \"SubnetId\": \"subnet-x7vxgqe\" }",
2100
+ "example": "",
2083
2101
  "member": "VirtualPrivateCloud",
2084
2102
  "name": "VirtualPrivateCloud",
2085
2103
  "required": false,
@@ -2088,7 +2106,7 @@
2088
2106
  {
2089
2107
  "disabled": false,
2090
2108
  "document": "Configuration of public network bandwidth. If this parameter is not specified, 0 Mbps will be used by default.",
2091
- "example": "{ \"PublicIpAssigned\": \"false\" }",
2109
+ "example": "",
2092
2110
  "member": "InternetAccessible",
2093
2111
  "name": "InternetAccessible",
2094
2112
  "required": false,
@@ -2115,7 +2133,7 @@
2115
2133
  {
2116
2134
  "disabled": false,
2117
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.",
2118
- "example": "{ \"KeyIds\": [ \"skey-9tzxxb4j\" ] }",
2136
+ "example": "",
2119
2137
  "member": "LoginSettings",
2120
2138
  "name": "LoginSettings",
2121
2139
  "required": false,
@@ -2133,7 +2151,7 @@
2133
2151
  {
2134
2152
  "disabled": false,
2135
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.",
2136
- "example": "{ \"SecurityService\": { \"Enabled\": \"true\" } }",
2154
+ "example": "",
2137
2155
  "member": "EnhancedService",
2138
2156
  "name": "EnhancedService",
2139
2157
  "required": false,
@@ -2142,7 +2160,7 @@
2142
2160
  {
2143
2161
  "disabled": false,
2144
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.",
2145
- "example": "a521b4e4-c903-4d37-9de6-8906e3ad8eb7",
2163
+ "example": "a521b4e4-c903-4d37-9de6-8096e3ad8eb7",
2146
2164
  "member": "string",
2147
2165
  "name": "ClientToken",
2148
2166
  "required": false,
@@ -2160,7 +2178,7 @@
2160
2178
  {
2161
2179
  "disabled": false,
2162
2180
  "document": "Scheduled tasks. You can use this parameter to specify scheduled tasks for the instance. Only scheduled termination is supported.",
2163
- "example": "{ \"TimerAction\": \"TerminateInstances\", \"ActionTime\": \"2024-05-29T11:26:40Z\t\" }",
2181
+ "example": "",
2164
2182
  "member": "ActionTimer",
2165
2183
  "name": "ActionTimer",
2166
2184
  "required": false,
@@ -2178,7 +2196,7 @@
2178
2196
  {
2179
2197
  "disabled": false,
2180
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.",
2181
- "example": "[ { \"ResourceType\": \"instance\", \"Tags\": [ { \"Key\": \"myTag\", \"Value\": \"cloud\" } ] } ]",
2199
+ "example": "",
2182
2200
  "member": "TagSpecification",
2183
2201
  "name": "TagSpecification",
2184
2202
  "required": false,
@@ -2187,7 +2205,7 @@
2187
2205
  {
2188
2206
  "disabled": false,
2189
2207
  "document": "Market options of the instance, such as parameters related to spot instances. This parameter is required for spot instances.",
2190
- "example": "{ \"SpotOptions\": { \"MaxPrice\": \"1000\" } }",
2208
+ "example": "",
2191
2209
  "member": "InstanceMarketOptionsRequest",
2192
2210
  "name": "InstanceMarketOptions",
2193
2211
  "required": false,
@@ -2241,7 +2259,7 @@
2241
2259
  {
2242
2260
  "disabled": false,
2243
2261
  "document": "Details of the monthly subscription, including the purchase period, auto-renewal. It is required if the `InstanceChargeType` is `PREPAID`.",
2244
- "example": "{ \"Period\": 36, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\" }",
2262
+ "example": "",
2245
2263
  "member": "InstanceChargePrepaid",
2246
2264
  "name": "InstanceChargePrepaid",
2247
2265
  "required": false,
@@ -2256,6 +2274,15 @@
2256
2274
  "required": false,
2257
2275
  "type": "bool"
2258
2276
  },
2277
+ {
2278
+ "disabled": false,
2279
+ "document": "",
2280
+ "example": "false",
2281
+ "member": "bool",
2282
+ "name": "EnableJumboFrame",
2283
+ "required": false,
2284
+ "type": "bool"
2285
+ },
2259
2286
  {
2260
2287
  "disabled": false,
2261
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.",
@@ -2713,6 +2740,7 @@
2713
2740
  "example": "10",
2714
2741
  "member": "int64",
2715
2742
  "name": "GroupQuota",
2743
+ "output_required": true,
2716
2744
  "type": "int",
2717
2745
  "value_allowed_null": false
2718
2746
  },
@@ -2722,6 +2750,7 @@
2722
2750
  "example": "25",
2723
2751
  "member": "int64",
2724
2752
  "name": "CurrentNum",
2753
+ "output_required": true,
2725
2754
  "type": "int",
2726
2755
  "value_allowed_null": false
2727
2756
  },
@@ -2731,15 +2760,17 @@
2731
2760
  "example": "50",
2732
2761
  "member": "int64",
2733
2762
  "name": "CvmInHostGroupQuota",
2763
+ "output_required": true,
2734
2764
  "type": "int",
2735
2765
  "value_allowed_null": false
2736
2766
  },
2737
2767
  {
2738
- "disabled": false,
2768
+ "disabled": true,
2739
2769
  "document": "Quota on instances in a switch-type disaster recovery group.",
2740
2770
  "example": "20",
2741
2771
  "member": "int64",
2742
2772
  "name": "CvmInSwGroupQuota",
2773
+ "output_required": true,
2743
2774
  "type": "int",
2744
2775
  "value_allowed_null": false
2745
2776
  },
@@ -2749,6 +2780,17 @@
2749
2780
  "example": "30",
2750
2781
  "member": "int64",
2751
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,
2752
2794
  "type": "int",
2753
2795
  "value_allowed_null": false
2754
2796
  },
@@ -2767,7 +2809,7 @@
2767
2809
  {
2768
2810
  "disabled": false,
2769
2811
  "document": "ID list of spread placement groups. You can operate up to 10 spread placement groups in each request.",
2770
- "example": "ps-21q9ibvr",
2812
+ "example": "[\"ps-21q9ibvr\"]",
2771
2813
  "member": "string",
2772
2814
  "name": "DisasterRecoverGroupIds",
2773
2815
  "required": false,
@@ -2803,7 +2845,7 @@
2803
2845
  {
2804
2846
  "disabled": false,
2805
2847
  "document": "<li> `tag-key` - String - Optional - Filter by the tag key.</li>\n<li>`tag-value` - String - Optional - Filter by the tag value.</li>\n<li> `tag:tag-key` - String - Optional - Filter by the tag key-value pair. Replace `tag-key` with the actual tag keys.</li>\nEach request can have up to 10 `Filters` and 5 `Filters.Values`.",
2806
- "example": "[ { \"Name\": \"tag-key \", \"Values\": [ \"myTag\" ] } ]",
2848
+ "example": "",
2807
2849
  "member": "Filter",
2808
2850
  "name": "Filters",
2809
2851
  "required": false,
@@ -2818,7 +2860,7 @@
2818
2860
  {
2819
2861
  "disabled": false,
2820
2862
  "document": "Information on spread placement groups.",
2821
- "example": "[ { \"DisasterRecoverGroupId\": \"ps-21q9ibvr\", \"Name\": \"数据库业务\", \"Type\": \"RACK\", \"CvmQuotaTotal\": 30, \"CurrentNum\": 0, \"InstanceIds\": [], \"CreateTime\": \"2018-04-19T02:47:12Z\" } ]",
2863
+ "example": "",
2822
2864
  "member": "DisasterRecoverGroup",
2823
2865
  "name": "DisasterRecoverGroupSet",
2824
2866
  "output_required": true,
@@ -3024,7 +3066,7 @@
3024
3066
  },
3025
3067
  {
3026
3068
  "disabled": false,
3027
- "document": "Filters. Each request can have up to 10 `Filters`, and 5 `Filters.Values` for each filter. `ImageIds` and `Filters` cannot be specified at the same time. See details:\n\n<li><strong>image-id</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image ID</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>image-type</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image type</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p><p style=\"padding-left: 30px;\">Options:</p><p style=\"padding-left: 30px;\">`PRIVATE_IMAGE`: Private images (images created by this account)</p><p style=\"padding-left: 30px;\">`PUBLIC_IMAGE`: Public images (Tencent Cloud official images)</p><p style=\"padding-left: 30px;\">`SHARED_IMAGE`: Shared images (images shared by other accounts to this account)</p>\n<li><strong>image-name</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image name</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>platform</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image operating system</strong>, such as `CentOS`.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag-key</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag key</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag-value</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag value</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag:tag-key</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag key-value pair</strong>. Replace tag-key with the actual value. </p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>",
3069
+ "document": "Filters. Each request can have up to 10 `Filters`, and 5 `Filters.Values` for each filter. `ImageIds` and `Filters` cannot be specified at the same time. See details:\n\n<li><strong>image-id</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image ID</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>image-type</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image type</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p><p style=\"padding-left: 30px;\">Options:</p><p style=\"padding-left: 30px;\">`PRIVATE_IMAGE`: Private images (images created by this account)</p><p style=\"padding-left: 30px;\">`PUBLIC_IMAGE`: Public images (Tencent Cloud official images)</p><p style=\"padding-left: 30px;\">`SHARED_IMAGE`: Shared images (images shared by other accounts to this account)</p>\n<li><strong>image-name</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image name</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>platform</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image operating system</strong>, such as `CentOS`.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag-key</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag key</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag-value</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag value</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag:tag-key</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag key-value pair</strong>. Replace \"tag-key\" with the actual value. </p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>",
3028
3070
  "example": "无",
3029
3071
  "member": "Filter",
3030
3072
  "name": "Filters",
@@ -3051,8 +3093,8 @@
3051
3093
  },
3052
3094
  {
3053
3095
  "disabled": false,
3054
- "document": "Instance type, e.g. `S1.SMALL1`",
3055
- "example": "\"S1.SMALL1\"",
3096
+ "document": "Instance type, e.g. `SA5.MEDIUM2`",
3097
+ "example": "SA5.MEDIUM2",
3056
3098
  "member": "string",
3057
3099
  "name": "InstanceType",
3058
3100
  "required": false,
@@ -3070,7 +3112,7 @@
3070
3112
  "example": "无",
3071
3113
  "member": "Image",
3072
3114
  "name": "ImageSet",
3073
- "required": true,
3115
+ "output_required": true,
3074
3116
  "type": "list",
3075
3117
  "value_allowed_null": false
3076
3118
  },
@@ -3080,7 +3122,7 @@
3080
3122
  "example": "1",
3081
3123
  "member": "int64",
3082
3124
  "name": "TotalCount",
3083
- "required": true,
3125
+ "output_required": true,
3084
3126
  "type": "int",
3085
3127
  "value_allowed_null": false
3086
3128
  },
@@ -3107,6 +3149,7 @@
3107
3149
  "example": "无",
3108
3150
  "member": "ImageOsList",
3109
3151
  "name": "ImportImageOsListSupported",
3152
+ "output_required": true,
3110
3153
  "type": "object",
3111
3154
  "value_allowed_null": false
3112
3155
  },
@@ -3116,6 +3159,7 @@
3116
3159
  "example": "无",
3117
3160
  "member": "OsVersion",
3118
3161
  "name": "ImportImageOsVersionSet",
3162
+ "output_required": true,
3119
3163
  "type": "list",
3120
3164
  "value_allowed_null": false
3121
3165
  },
@@ -3397,9 +3441,10 @@
3397
3441
  {
3398
3442
  "disabled": false,
3399
3443
  "document": "List of network billing methods.",
3400
- "example": "",
3444
+ "example": "",
3401
3445
  "member": "InternetChargeTypeConfig",
3402
3446
  "name": "InternetChargeTypeConfigSet",
3447
+ "output_required": true,
3403
3448
  "type": "list",
3404
3449
  "value_allowed_null": false
3405
3450
  },
@@ -3418,7 +3463,7 @@
3418
3463
  {
3419
3464
  "disabled": false,
3420
3465
  "document": "Key pair ID(s) in the format of `skey-11112222`. This API supports using multiple IDs as filters at the same time. For more information on the format of this parameter, see the `id.N` section in [API Introduction](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1). You cannot specify `KeyIds` and `Filters` at the same time. You can log in to the [console](https://console.cloud.tencent.com/cvm/index) to query the key pair IDs.",
3421
- "example": "skey-11112222",
3466
+ "example": "[\"skey-11112222\"]",
3422
3467
  "member": "string",
3423
3468
  "name": "KeyIds",
3424
3469
  "required": false,
@@ -3640,7 +3685,7 @@
3640
3685
  "name": "TotalCount",
3641
3686
  "output_required": true,
3642
3687
  "type": "int",
3643
- "value_allowed_null": true
3688
+ "value_allowed_null": false
3644
3689
  },
3645
3690
  {
3646
3691
  "disabled": false,
@@ -3650,7 +3695,7 @@
3650
3695
  "name": "LaunchTemplateSet",
3651
3696
  "output_required": true,
3652
3697
  "type": "list",
3653
- "value_allowed_null": true
3698
+ "value_allowed_null": false
3654
3699
  },
3655
3700
  {
3656
3701
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
@@ -3949,7 +3994,7 @@
3949
3994
  {
3950
3995
  "disabled": false,
3951
3996
  "document": "Number of availability zones.",
3952
- "example": "",
3997
+ "example": "1",
3953
3998
  "member": "uint64",
3954
3999
  "name": "TotalCount",
3955
4000
  "output_required": true,
@@ -3999,7 +4044,7 @@
3999
4044
  {
4000
4045
  "disabled": false,
4001
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.",
4002
- "example": "true",
4047
+ "example": "false",
4003
4048
  "member": "bool",
4004
4049
  "name": "ForceStop",
4005
4050
  "required": false,
@@ -4129,6 +4174,16 @@
4129
4174
  "type": "string",
4130
4175
  "value_allowed_null": false
4131
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
+ },
4132
4187
  {
4133
4188
  "disabled": false,
4134
4189
  "document": "List of tags associated with the placement group.",
@@ -4749,7 +4804,7 @@
4749
4804
  {
4750
4805
  "disabled": false,
4751
4806
  "document": "Image name",
4752
- "example": "test",
4807
+ "example": "myImg",
4753
4808
  "member": "string",
4754
4809
  "name": "ImageName",
4755
4810
  "output_required": true,
@@ -4759,7 +4814,7 @@
4759
4814
  {
4760
4815
  "disabled": false,
4761
4816
  "document": "Image description",
4762
- "example": "test",
4817
+ "example": "tencentcloud",
4763
4818
  "member": "string",
4764
4819
  "name": "ImageDescription",
4765
4820
  "output_required": true,
@@ -4809,7 +4864,7 @@
4809
4864
  {
4810
4865
  "disabled": false,
4811
4866
  "document": "Image creator",
4812
- "example": "xxx",
4867
+ "example": "tencentcloud",
4813
4868
  "member": "string",
4814
4869
  "name": "ImageCreator",
4815
4870
  "output_required": true,
@@ -4829,7 +4884,7 @@
4829
4884
  {
4830
4885
  "disabled": false,
4831
4886
  "document": "Synchronization percentage\nNote: This field may return null, indicating that no valid value is found.",
4832
- "example": "null",
4887
+ "example": "60",
4833
4888
  "member": "int64",
4834
4889
  "name": "SyncPercent",
4835
4890
  "output_required": true,
@@ -4844,27 +4899,27 @@
4844
4899
  "name": "IsSupportCloudinit",
4845
4900
  "output_required": true,
4846
4901
  "type": "bool",
4847
- "value_allowed_null": true
4902
+ "value_allowed_null": false
4848
4903
  },
4849
4904
  {
4850
4905
  "disabled": false,
4851
4906
  "document": "Information on the snapshots associated with the image\nNote: This field may return null, indicating that no valid value is found.",
4852
- "example": "[]",
4907
+ "example": "",
4853
4908
  "member": "Snapshot",
4854
4909
  "name": "SnapshotSet",
4855
4910
  "output_required": true,
4856
4911
  "type": "list",
4857
- "value_allowed_null": true
4912
+ "value_allowed_null": false
4858
4913
  },
4859
4914
  {
4860
4915
  "disabled": false,
4861
4916
  "document": "The list of tags bound to the image.\nNote: This field may return `null`, indicating that no valid value was found.",
4862
- "example": "[]",
4917
+ "example": "",
4863
4918
  "member": "Tag",
4864
4919
  "name": "Tags",
4865
4920
  "output_required": true,
4866
4921
  "type": "list",
4867
- "value_allowed_null": true
4922
+ "value_allowed_null": false
4868
4923
  },
4869
4924
  {
4870
4925
  "disabled": false,
@@ -4884,7 +4939,7 @@
4884
4939
  "name": "ImageFamily",
4885
4940
  "output_required": false,
4886
4941
  "type": "string",
4887
- "value_allowed_null": true
4942
+ "value_allowed_null": false
4888
4943
  },
4889
4944
  {
4890
4945
  "disabled": false,
@@ -4905,22 +4960,22 @@
4905
4960
  {
4906
4961
  "disabled": false,
4907
4962
  "document": "Supported Windows OS\nNote: This field may return `null`, indicating that no valid values can be obtained.",
4908
- "example": "NA",
4963
+ "example": "Windows Server 2019",
4909
4964
  "member": "string",
4910
4965
  "name": "Windows",
4911
- "required": true,
4966
+ "output_required": true,
4912
4967
  "type": "list",
4913
- "value_allowed_null": true
4968
+ "value_allowed_null": false
4914
4969
  },
4915
4970
  {
4916
4971
  "disabled": false,
4917
4972
  "document": "Supported Linux OS\nNote: This field may return `null`, indicating that no valid values can be obtained.",
4918
- "example": "NA",
4973
+ "example": "CentOS",
4919
4974
  "member": "string",
4920
4975
  "name": "Linux",
4921
- "required": true,
4976
+ "output_required": true,
4922
4977
  "type": "list",
4923
- "value_allowed_null": true
4978
+ "value_allowed_null": false
4924
4979
  }
4925
4980
  ],
4926
4981
  "usage": "out"
@@ -5156,7 +5211,7 @@
5156
5211
  },
5157
5212
  {
5158
5213
  "disabled": false,
5159
- "document": "Reserved instance name.<br><li>The RI name defaults to unnamed if this parameter is left empty.</li><li>You can enter any name within 60 characters (including the pattern string).</li>",
5214
+ "document": "Reserved instance name.<br><li>The RI name defaults to \"unnamed\" if this parameter is left empty.</li><li>You can enter any name within 60 characters (including the pattern string).</li>",
5160
5215
  "example": "myReservedInstance",
5161
5216
  "member": "string",
5162
5217
  "name": "ReservedInstanceName",
@@ -5193,7 +5248,7 @@
5193
5248
  "members": [
5194
5249
  {
5195
5250
  "disabled": false,
5196
- "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.",
5251
+ "document": "One or more instance IDs to be operated. You can obtain the instance ID through the `InstanceId` in the return value from the API [DescribeInstances](https://www.tencentcloud.com/document/api/213/15728?from_cn_redirect=1). The maximum number of instances per request is 20.",
5197
5252
  "example": "[\"ins-r8hr2upy\"]",
5198
5253
  "member": "string",
5199
5254
  "name": "InstanceIds",
@@ -5257,7 +5312,7 @@
5257
5312
  "members": [
5258
5313
  {
5259
5314
  "disabled": false,
5260
- "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.comom/document/api/213/15728?from_cn_redirect=1). The maximum number of instances per request is 100.",
5315
+ "document": "One or more instance IDs to be operated. You can obtain the instance ID through the `InstanceId` in the return value from the API [DescribeInstances](https://www.tencentcloud.com/zh/document/api/213/33258). The maximum number of instances per request is 100.",
5261
5316
  "example": "[\"ins-2zvpghhc\"]",
5262
5317
  "member": "string",
5263
5318
  "name": "InstanceIds",
@@ -5577,7 +5632,7 @@
5577
5632
  },
5578
5633
  {
5579
5634
  "disabled": false,
5580
- "document": "[Image](https://intl.cloud.tencent.com/document/product/213/4940?from_cn_redirect=1) ID in the format of `img-xxx`. There are three types of images: <br/><li>Public images</li><li>Custom images</li><li>Shared images</li><br/>You can obtain the available image IDs in the following ways: <br/><li>For IDs of `public images`, `custom images`, and `shared images`, log in to the [CVM console](https://console.cloud.tencent.com/cvm/image?rid=1&imageType=PUBLIC_IMAGE) to query the information. </li><li>Call [DescribeImages](https://intl.cloud.tencent.com/document/api/213/15715?from_cn_redirect=1) and look for `ImageId` in the response.</li>\n <b>Note: `ImageId` is required when `LaunchTemplate` is not specified. If both the parameters are passed in, `ImageId` prevails.</b>",
5635
+ "document": "[Image](https://intl.cloud.tencent.com/document/product/213/4940?from_cn_redirect=1) ID in the format of `img-xxx`. There are three types of images: <br/><li>Public images</li><li>Custom images</li><li>Shared images</li><br/>You can obtain the available image IDs in the following ways: <br/><li>For IDs of `public images`, `custom images`, and `shared images`, log in to the [CVM console](https://console.tencentcloud.com/cvm/image/index?rid=1&tab=PUBLIC_IMAGE&imageType=PUBLIC_IMAGE) to query the information. </li><li>Call [DescribeImages](https://intl.cloud.tencent.com/document/api/213/15715?from_cn_redirect=1) and look for `ImageId` in the response.</li>\n <b>Note: `ImageId` is required when `LaunchTemplate` is not specified. If both the parameters are passed in, `ImageId` prevails.</b>",
5581
5636
  "example": "img-pmqg1cw7",
5582
5637
  "member": "string",
5583
5638
  "name": "ImageId",
@@ -5604,7 +5659,7 @@
5604
5659
  },
5605
5660
  {
5606
5661
  "disabled": false,
5607
- "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>.",
5662
+ "document": "Instance model. Different instance models specify different resource specifications.\n<br><li>For instances created with the payment modes PREPAID or POSTPAID_BY_HOUR, specifies the specific values obtained BY calling the [DescribeInstanceTypeConfig](https://www.tencentcloud.com/document/product/1119/45686?lang=en) api for the latest specification table or referring to [instance specifications](https://www.tencentcloud.com/document/product/213/11518). if not specified, the system will dynamically assign a default model based on the current resource sales situation in a region.</li><br><li>for instances created with the payment mode CDHPAID, indicates this parameter uses the prefix \"CDH_\" and is generated based on CPU and memory configuration. the specific format is: CDH_XCXG. for example, for creating a CDH instance with 1 CPU core and 1 gb memory, this parameter should be CDH_1C1G.</li>.",
5608
5663
  "example": "S5.MEDIUM2",
5609
5664
  "member": "string",
5610
5665
  "name": "InstanceType",
@@ -5631,7 +5686,7 @@
5631
5686
  },
5632
5687
  {
5633
5688
  "disabled": false,
5634
- "document": "VPC configurations (VPC ID, subnet ID, etc). If it’s not specified, the classic network will be used by default. If a VPC IP is specified in this parameter, the `InstanceCount` can only be 1.",
5689
+ "document": "VPC configurations (VPC ID, subnet ID, etc). If It's not specified, the classic network will be used by default. If a VPC IP is specified in this parameter, the `InstanceCount` can only be 1.",
5635
5690
  "example": "无",
5636
5691
  "member": "VirtualPrivateCloud",
5637
5692
  "name": "VirtualPrivateCloud",
@@ -5640,7 +5695,7 @@
5640
5695
  },
5641
5696
  {
5642
5697
  "disabled": false,
5643
- "document": "Configuration of public network bandwidth. If its not specified, 0 Mbps is used by default.",
5698
+ "document": "Configuration of public network bandwidth. If it's not specified, 0 Mbps is used by default.",
5644
5699
  "example": "无",
5645
5700
  "member": "InternetAccessible",
5646
5701
  "name": "InternetAccessible",
@@ -5676,7 +5731,7 @@
5676
5731
  },
5677
5732
  {
5678
5733
  "disabled": false,
5679
- "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",
5734
+ "document": "Security group to which an instance belongs. obtain this parameter by calling the `SecurityGroupId` field in the return value of [DescribeSecurityGroups](https://www.tencentcloud.com/document/product/215/15808). if not specified, bind the default security group under the designated project. if the default security group does not exist, automatically create it.",
5680
5735
  "example": "[\"sg-efil73jd\"]",
5681
5736
  "member": "string",
5682
5737
  "name": "SecurityGroupIds",
@@ -6695,20 +6750,24 @@
6695
6750
  {
6696
6751
  "disabled": false,
6697
6752
  "document": "Network billing method.",
6698
- "example": "",
6753
+ "example": "TRAFFIC_POSTPAID_BY_HOUR",
6699
6754
  "member": "string",
6700
6755
  "name": "InternetChargeType",
6756
+ "output_required": true,
6701
6757
  "required": false,
6702
- "type": "string"
6758
+ "type": "string",
6759
+ "value_allowed_null": false
6703
6760
  },
6704
6761
  {
6705
6762
  "disabled": false,
6706
6763
  "document": "Description of the network billing method.",
6707
- "example": "",
6764
+ "example": "postpaid monthly",
6708
6765
  "member": "string",
6709
6766
  "name": "Description",
6767
+ "output_required": true,
6710
6768
  "required": false,
6711
- "type": "string"
6769
+ "type": "string",
6770
+ "value_allowed_null": false
6712
6771
  }
6713
6772
  ],
6714
6773
  "usage": "both"
@@ -6925,7 +6984,7 @@
6925
6984
  {
6926
6985
  "disabled": false,
6927
6986
  "document": "Key pair name.",
6928
- "example": "test",
6987
+ "example": "mySkey",
6929
6988
  "member": "string",
6930
6989
  "name": "KeyName",
6931
6990
  "output_required": true,
@@ -6945,7 +7004,7 @@
6945
7004
  {
6946
7005
  "disabled": false,
6947
7006
  "document": "Key pair description.",
6948
- "example": "test",
7007
+ "example": "mySkey",
6949
7008
  "member": "string",
6950
7009
  "name": "Description",
6951
7010
  "output_required": false,
@@ -6955,7 +7014,7 @@
6955
7014
  {
6956
7015
  "disabled": false,
6957
7016
  "document": "Content of public key in a key pair.",
6958
- "example": "xxx",
7017
+ "example": "ssh-rsa AAAAB3N......59LPzXah+r+d skey-0mjpcb19",
6959
7018
  "member": "string",
6960
7019
  "name": "PublicKey",
6961
7020
  "output_required": false,
@@ -6965,7 +7024,7 @@
6965
7024
  {
6966
7025
  "disabled": false,
6967
7026
  "document": "Content of private key in a key pair. Tencent Cloud do not keep private keys. Please keep it properly.",
6968
- "example": "xxx",
7027
+ "example": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAzDC......WCvOBGeKHg==\\n-----END RSA PRIVATE KEY-----",
6969
7028
  "member": "string",
6970
7029
  "name": "PrivateKey",
6971
7030
  "output_required": false,
@@ -6975,7 +7034,7 @@
6975
7034
  {
6976
7035
  "disabled": false,
6977
7036
  "document": "`ID` list of instances associated with a key.",
6978
- "example": "[]",
7037
+ "example": "[\"ins-syht65r4\"]",
6979
7038
  "member": "string",
6980
7039
  "name": "AssociatedInstanceIds",
6981
7040
  "output_required": false,
@@ -6995,12 +7054,12 @@
6995
7054
  {
6996
7055
  "disabled": false,
6997
7056
  "document": "The list of tags bound to the key.\nNote: This field may return `null`, indicating that no valid value can be obtained.",
6998
- "example": "[]",
7057
+ "example": "",
6999
7058
  "member": "Tag",
7000
7059
  "name": "Tags",
7001
7060
  "output_required": false,
7002
7061
  "type": "list",
7003
- "value_allowed_null": true
7062
+ "value_allowed_null": false
7004
7063
  }
7005
7064
  ],
7006
7065
  "usage": "out"
@@ -7042,7 +7101,7 @@
7042
7101
  "name": "LatestVersionNumber",
7043
7102
  "output_required": true,
7044
7103
  "type": "int",
7045
- "value_allowed_null": true
7104
+ "value_allowed_null": false
7046
7105
  },
7047
7106
  {
7048
7107
  "disabled": false,
@@ -7052,7 +7111,7 @@
7052
7111
  "name": "LaunchTemplateId",
7053
7112
  "output_required": true,
7054
7113
  "type": "string",
7055
- "value_allowed_null": true
7114
+ "value_allowed_null": false
7056
7115
  },
7057
7116
  {
7058
7117
  "disabled": false,
@@ -7062,7 +7121,7 @@
7062
7121
  "name": "LaunchTemplateName",
7063
7122
  "output_required": true,
7064
7123
  "type": "string",
7065
- "value_allowed_null": true
7124
+ "value_allowed_null": false
7066
7125
  },
7067
7126
  {
7068
7127
  "disabled": false,
@@ -7072,7 +7131,7 @@
7072
7131
  "name": "DefaultVersionNumber",
7073
7132
  "output_required": true,
7074
7133
  "type": "int",
7075
- "value_allowed_null": true
7134
+ "value_allowed_null": false
7076
7135
  },
7077
7136
  {
7078
7137
  "disabled": false,
@@ -7082,17 +7141,17 @@
7082
7141
  "name": "LaunchTemplateVersionCount",
7083
7142
  "output_required": true,
7084
7143
  "type": "int",
7085
- "value_allowed_null": true
7144
+ "value_allowed_null": false
7086
7145
  },
7087
7146
  {
7088
7147
  "disabled": false,
7089
7148
  "document": "UIN of the user who created the template.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
7090
- "example": "123456",
7149
+ "example": "1230000",
7091
7150
  "member": "string",
7092
7151
  "name": "CreatedBy",
7093
7152
  "output_required": true,
7094
7153
  "type": "string",
7095
- "value_allowed_null": true
7154
+ "value_allowed_null": false
7096
7155
  },
7097
7156
  {
7098
7157
  "disabled": false,
@@ -7102,7 +7161,7 @@
7102
7161
  "name": "CreationTime",
7103
7162
  "output_required": true,
7104
7163
  "type": "string",
7105
- "value_allowed_null": true
7164
+ "value_allowed_null": false
7106
7165
  }
7107
7166
  ],
7108
7167
  "usage": "out"
@@ -7844,7 +7903,7 @@
7844
7903
  "members": [
7845
7904
  {
7846
7905
  "disabled": false,
7847
- "document": "Instance ID(s). To obtain the instance IDs, you can call [`DescribeInstances`](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and look for `InstanceId` in the response. The maximum number of instances in each request is 100.",
7906
+ "document": "Instance ID(s). To obtain the instance IDs, you can call [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and look for `InstanceId` in the response. The maximum number of instances in each request is 100.",
7848
7907
  "example": "[\"ins-rf6ogz49\"]",
7849
7908
  "member": "string",
7850
7909
  "name": "InstanceIds",
@@ -7907,7 +7966,7 @@
7907
7966
  },
7908
7967
  {
7909
7968
  "disabled": false,
7910
- "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.",
7969
+ "document": "Role type, used in conjunction with CamRoleName. this value can be obtained from the RoleType field in the API response of CAM [DescribeRoleList](https://www.tencentcloud.com/document/product/1219/67889) or [GetRole](https://www.tencentcloud.com/document/product/598/33557?lang=en). currently, only user, system, and service_linked types are accepted.\nFor example, when CamRoleName contains \"LinkedRoleIn\" (such as TKE_QCSLinkedRoleInPrometheusService), DescribeRoleList and GetRole return RoleType as service_linked, this parameter must also transmit service_linked.\nThe parameter default value is user. this parameter can be omitted if CameRoleName is not of the service_linked kind.",
7911
7970
  "example": "user",
7912
7971
  "member": "string",
7913
7972
  "name": "CamRoleType",
@@ -7943,7 +8002,7 @@
7943
8002
  "members": [
7944
8003
  {
7945
8004
  "disabled": false,
7946
- "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.",
8005
+ "document": "One or more instance ids to be operated. you can obtain the instance ID through the `InstanceId` in the return value from the api [DescribeInstances](https://www.tencentcloud.com/document/api/213/15728?from_cn_redirect=1). the maximum number of instances per request is 20.",
7947
8006
  "example": "[\"ins-r8hr2upy\"]",
7948
8007
  "member": "string",
7949
8008
  "name": "InstanceIds",
@@ -8133,7 +8192,7 @@
8133
8192
  {
8134
8193
  "disabled": false,
8135
8194
  "document": "Whether to force shut down a running instances. Default value: TRUE.",
8136
- "example": "",
8195
+ "example": "false",
8137
8196
  "member": "bool",
8138
8197
  "name": "ForceStop",
8139
8198
  "required": false,
@@ -8142,7 +8201,7 @@
8142
8201
  {
8143
8202
  "disabled": false,
8144
8203
  "document": "Whether to keep the host name. Default value: FALSE.",
8145
- "example": "",
8204
+ "example": "false",
8146
8205
  "member": "bool",
8147
8206
  "name": "ReserveHostName",
8148
8207
  "required": false,
@@ -8296,30 +8355,30 @@
8296
8355
  {
8297
8356
  "disabled": false,
8298
8357
  "document": "Operating system type",
8299
- "example": "",
8358
+ "example": "CentOS",
8300
8359
  "member": "string",
8301
8360
  "name": "OsName",
8302
- "required": true,
8361
+ "output_required": true,
8303
8362
  "type": "string",
8304
8363
  "value_allowed_null": false
8305
8364
  },
8306
8365
  {
8307
8366
  "disabled": false,
8308
8367
  "document": "Supported operating system versions",
8309
- "example": "",
8368
+ "example": "[\"9\"]",
8310
8369
  "member": "string",
8311
8370
  "name": "OsVersions",
8312
- "required": true,
8371
+ "output_required": true,
8313
8372
  "type": "list",
8314
8373
  "value_allowed_null": false
8315
8374
  },
8316
8375
  {
8317
8376
  "disabled": false,
8318
8377
  "document": "Supported operating system architecture",
8319
- "example": "",
8378
+ "example": "x86_64",
8320
8379
  "member": "string",
8321
8380
  "name": "Architecture",
8322
- "required": true,
8381
+ "output_required": true,
8323
8382
  "type": "list",
8324
8383
  "value_allowed_null": false
8325
8384
  }
@@ -8342,7 +8401,7 @@
8342
8401
  },
8343
8402
  {
8344
8403
  "disabled": false,
8345
- "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.",
8404
+ "document": "Instance'S project ID. obtain this parameter by calling the `ProjectId` field in the return value of [DescribeProjects](https://www.tencentcloud.com/document/product/651/54679). default value 0 means default project.",
8346
8405
  "example": "0",
8347
8406
  "member": "int64",
8348
8407
  "name": "ProjectId",
@@ -8443,7 +8502,7 @@
8443
8502
  },
8444
8503
  {
8445
8504
  "disabled": false,
8446
- "document": "Reserved instance name.<br><li>The RI name defaults to unnamed if this parameter is left empty.</li><li>You can enter any name within 60 characters (including the pattern string).</li>",
8505
+ "document": "Reserved instance name.<br><li>The RI name defaults to \"unnamed\" if this parameter is left empty.</li><li>You can enter any name within 60 characters (including the pattern string).</li>",
8447
8506
  "example": "myReservedInstance",
8448
8507
  "member": "string",
8449
8508
  "name": "ReservedInstanceName",
@@ -8612,7 +8671,7 @@
8612
8671
  "members": [
8613
8672
  {
8614
8673
  "disabled": false,
8615
- "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.comom/document/api/213/15728?from_cn_redirect=1). The maximum number of instances per request is 100.",
8674
+ "document": "One or more instance IDs to be operated. You can obtain the instance ID through the `InstanceId` in the return value from the API [DescribeInstances](https://www.tencentcloud.com/document/api/213/33258). The maximum number of instances per request is 100.",
8616
8675
  "example": "[\"ins-r8hr2upy\"]",
8617
8676
  "member": "string",
8618
8677
  "name": "InstanceIds",
@@ -8785,7 +8844,7 @@
8785
8844
  "name": "FixedPriceDiscount",
8786
8845
  "output_required": false,
8787
8846
  "type": "float",
8788
- "value_allowed_null": true
8847
+ "value_allowed_null": false
8789
8848
  },
8790
8849
  {
8791
8850
  "disabled": false,
@@ -8795,7 +8854,7 @@
8795
8854
  "name": "UsagePriceDiscount",
8796
8855
  "output_required": false,
8797
8856
  "type": "float",
8798
- "value_allowed_null": true
8857
+ "value_allowed_null": false
8799
8858
  }
8800
8859
  ],
8801
8860
  "usage": "out"
@@ -9523,7 +9582,7 @@
9523
9582
  "members": [
9524
9583
  {
9525
9584
  "disabled": false,
9526
- "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).",
9585
+ "document": "Instance ID to be operated. can be obtained from the `InstanceId` in the return value from the DescribeInstances api (https://www.tencentcloud.com/document/api/213/15728?from_cn_redirect=1).",
9527
9586
  "example": "ins-r8hr2upy",
9528
9587
  "member": "string",
9529
9588
  "name": "InstanceId",
@@ -9532,7 +9591,7 @@
9532
9591
  },
9533
9592
  {
9534
9593
  "disabled": false,
9535
- "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>",
9594
+ "document": "Specifies the configuration information of the data disk to be expanded, only supporting specifying the target capacity of the disk to be expanded. only non-elastic data disks (with `Portable` being `false` in the return values of [DescribeDisks](https://www.tencentcloud.com/document/api/362/16315?from_cn_redirect=1)) can be expanded. the unit of data disk capacity is GiB. the minimum expansion step is 10 GiB. for data disk type selection, refer to [disk product introduction](https://www.tencentcloud.com/document/product/362/2353?from_cn_redirect=1). the available data disk type is restricted by the instance type `InstanceType`. additionally, the maximum allowable capacity for expansion varies by data disk type.\n<dx-alert infotype=\"explain\" title=\"\">You should specify either DataDisks or SystemDisk, but you cannot specify both at the same time.</dx-alert>",
9536
9595
  "example": "无",
9537
9596
  "member": "DataDisk",
9538
9597
  "name": "DataDisks",
@@ -9702,8 +9761,8 @@
9702
9761
  },
9703
9762
  {
9704
9763
  "disabled": false,
9705
- "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>.",
9706
- "example": "server_{R:3}",
9764
+ "document": "Instance display name.<br><li>If no instance display name is specified, it will display 'unnamed' by default.</li><li>Supports up to 128 characters (including pattern strings).</li><li>When purchasing multiple instances:.\n- Specify a pattern string {R:x}: Generates a numeric sequence [x, x+n-1], where n represents the number of purchased instances. For example: Input server_{R:3}. When purchasing 1 instance, the display name is server_3; when purchasing 2 instances, the display names are server_3 and server_4.\n- Specify a pattern string {R:x,F:y}: y indicates fixed digit (optional), value range [0,8], default value 0 means no fixed digit (equivalent to {R:x}). Automatically pads with zeros when digits are insufficient, for example: input server_{R:3,F:3}, when purchasing 2 instances, the instance display name is server_003, server_004. If digit count exceeds y (such as {R:99,F:2}), the actual number is used, for example: app_{R:99,F:2}, when purchasing 2 instances, the instance display name is app_99, app_100.\n- Pattern strings must strictly follow the format {R:x,F:y} or {R:x}. Invalid formats (such as {}) are treated as plain text. Multiple pattern strings are supported.\n- No pattern string specified: The display name is appended with suffix 1, 2...n, where n indicates the number of instances purchased. For example server_. When purchasing 2 instances, generates server_1 and server_2.",
9765
+ "example": "server_{R:3}、server_{R:3,F:3}",
9707
9766
  "member": "string",
9708
9767
  "name": "InstanceName",
9709
9768
  "required": false,
@@ -9747,7 +9806,7 @@
9747
9806
  },
9748
9807
  {
9749
9808
  "disabled": false,
9750
- "document": "Hostname of an instance.<br><li>Period (.) and hyphen (-) should not be used as the first or last character of the hostname, and should not be used consecutively.</li><br><li>Windows instances: The hostname should contain 2 to 15 characters, including letters (case insensitive), digits, and hyphens (-), does not support periods (.), and should not be all digits.</li><br><li>Instances of other types (such as Linux instances): The hostname should contain 2 to 60 characters, including multiple periods (.), with each segment between periods considered as one section. Each section can contain letters (case insensitive), digits, and hyphens (-).</li><br><li>If you purchase multiple instances and specify a pattern string `{R:x}`, numbers `[x, x+n-1]` will be generated, where `n` represents the number of instances purchased. For example, you specify a pattern string `server{R:3}`. If you purchase only one instance, the hostname will be `server3`; if you purchase two, they will be `server3` and `server4`. You can specify multiple pattern strings in the format of `{R:x}`.</li><br><li>If you purchase multiple instances without specifying a pattern string, the hostnames will be suffixed with `1, 2...n`, where `n` represents the number of instances purchased. For example, if you purchase two instances with the name `server`, the hostnames will be `server1` and `server2`.</li>",
9809
+ "document": "Instance HostName.<br><li>Period (.) and hyphen (-) should not be used as the first or last character of the hostname, and should not be used consecutively.</li><br><li>Windows instances: The hostname should contain 2 to 15 characters, including letters (case insensitive), digits, and hyphens (-), does not support periods (.), and should not be all digits.</li><br><li>Instances of other types (such as Linux instances): The hostname should contain 2 to 60 characters, including multiple periods (.), with each segment between periods considered as one section. Each section can contain letters (case insensitive), digits, and hyphens (-).</li><br><li>When purchasing multiple instances:\n- Specify a pattern string {R:x}: Generates a numeric sequence [x, x+n-1], where n represents the number of purchased instances. For example: Input server_{R:3}. When purchasing 1 instance, the hostname is server_3; when purchasing 2 instances, the hostnames are server_3 and server_4.\n- Specify a pattern string {R:x,F:y}: y indicates fixed digit width (optional), valid range [0,8]. Default value 0 means no fixed width (equivalent to {R:x}). Insufficient digits are automatically padded with zeros. For example: Input server{R:3,F:3}. When purchasing 2 instances, the hostnames are server_003 and server_004. If the number of digits exceeds y (e.g., {R:99,F:2}), the actual digit count is used. For example: app{R:99,F:2}. When purchasing 2 instances, the hostnames are app_99 and app_100.\n- Specify a pattern string {IP}: Automatically replace with the private IP address of the instance. For example: input node-{IP}, the instance hostname is node-10.0.12.8. Supports mixed use with serial number pattern strings, such as: input web-{IP}-{R:1}, when purchasing 2 instances, the instance hostnames are web-10.0.12.8-1 and web-10.0.12.9-2 respectively.\n- Pattern strings must strictly follow the format {R:x,F:y}, {R:x}, or {IP}. Invalid formats (such as {}) are treated as plain text. Multiple pattern strings are supported.\n- No specified pattern string: add suffix 1, 2...n to instance hostname, where n means the number of purchased instances, such as server_1, server_2 when purchasing 2 instances.\n</li>",
9751
9810
  "example": "MyHostName",
9752
9811
  "member": "string",
9753
9812
  "name": "HostName",
@@ -9954,20 +10013,20 @@
9954
10013
  {
9955
10014
  "disabled": false,
9956
10015
  "document": "Time when an image was shared.",
9957
- "example": "",
10016
+ "example": "2023-10-05T14:30:00Z",
9958
10017
  "member": "datetime_iso",
9959
10018
  "name": "CreatedTime",
9960
- "required": true,
10019
+ "output_required": true,
9961
10020
  "type": "string",
9962
10021
  "value_allowed_null": false
9963
10022
  },
9964
10023
  {
9965
10024
  "disabled": false,
9966
10025
  "document": "ID of the account with which the image is shared.",
9967
- "example": "",
10026
+ "example": "2700036",
9968
10027
  "member": "string",
9969
10028
  "name": "AccountId",
9970
- "required": true,
10029
+ "output_required": true,
9971
10030
  "type": "string",
9972
10031
  "value_allowed_null": false
9973
10032
  }
@@ -9980,30 +10039,30 @@
9980
10039
  {
9981
10040
  "disabled": false,
9982
10041
  "document": "Snapshot ID.",
9983
- "example": "",
10042
+ "example": "snap-2y1v",
9984
10043
  "member": "string",
9985
10044
  "name": "SnapshotId",
9986
- "required": true,
10045
+ "output_required": true,
9987
10046
  "type": "string",
9988
10047
  "value_allowed_null": false
9989
10048
  },
9990
10049
  {
9991
10050
  "disabled": false,
9992
10051
  "document": "Type of the cloud disk used to create the snapshot. Valid values:\nSYSTEM_DISK: system disk\nDATA_DISK: data disk",
9993
- "example": "",
10052
+ "example": "SYSTEM_DISK",
9994
10053
  "member": "string",
9995
10054
  "name": "DiskUsage",
9996
- "required": true,
10055
+ "output_required": true,
9997
10056
  "type": "string",
9998
10057
  "value_allowed_null": false
9999
10058
  },
10000
10059
  {
10001
10060
  "disabled": false,
10002
10061
  "document": "Size of the cloud disk used to create the snapshot; unit: GB.",
10003
- "example": "",
10062
+ "example": "50",
10004
10063
  "member": "int64",
10005
10064
  "name": "DiskSize",
10006
- "required": true,
10065
+ "output_required": true,
10007
10066
  "type": "int",
10008
10067
  "value_allowed_null": false
10009
10068
  }
@@ -10529,7 +10588,7 @@
10529
10588
  "members": [
10530
10589
  {
10531
10590
  "disabled": false,
10532
- "document": "Availability zone name, for example, ap-guangzhou-3.\n\nThe names of availability zones across the network are as follows:\n<li> ap-chongqing-1 </li>\n<li> ap-seoul-1 </li>\n<li> ap-seoul-2 </li>\n<li> ap-chengdu-1 </li>\n<li> ap-chengdu-2 </li>\n<li> ap-hongkong-1 (sold out)</li>\n<li> ap-hongkong-2 </li>\n<li> ap-hongkong-3 </li>\n<li> ap-shenzhen-fsi-1 </li>\n<li> ap-shenzhen-fsi-2 </li>\n<li> ap-shenzhen-fsi-3 (sold out)</li>\n<li> ap-guangzhou-1 (sold out)</li>\n<li> ap-guangzhou-2 (sold out)</li>\n<li> ap-guangzhou-3 </li>\n<li> ap-guangzhou-4 </li>\n<li> ap-guangzhou-6 </li>\n<li> ap-guangzhou-7 </li>\n<li> ap-tokyo-1 </li>\n<li> ap-tokyo-2 </li>\n<li> ap-singapore-1 </li>\n<li> ap-singapore-2 </li>\n<li> ap-singapore-3 </li>\n<li>ap-singapore-4 </li>\n<li> ap-shanghai-fsi-1 </li>\n<li> ap-shanghai-fsi-2 </li>\n<li> ap-shanghai-fsi-3 </li>\n<li> ap-bangkok-1 </li>\n<li> ap-bangkok-2 </li>\n<li> ap-shanghai-1 (sold out)</li>\n<li> ap-shanghai-2 </li>\n<li> ap-shanghai-3 </li>\n<li> ap-shanghai-4 </li>\n<li> ap-shanghai-5 </li>\n<li> ap-shanghai-8 </li>\n<li> ap-mumbai-1 </li>\n<li> ap-mumbai-2 </li>\n<li> ap-beijing-1 (sold out)</li>\n<li> ap-beijing-2 </li>\n<li> ap-beijing-3 </li>\n<li> ap-beijing-4 </li>\n<li> ap-beijing-5 </li>\n<li> ap-beijing-6 </li>\n<li> ap-beijing-7 </li>\n<li> na-siliconvalley-1 </li>\n<li> na-siliconvalley-2 </li>\n<li> eu-frankfurt-1 </li>\n<li> eu-frankfurt-2 </li>\n<li> na-ashburn-1 </li>\n<li> na-ashburn-2 </li>\n<li> ap-nanjing-1 </li>\n<li> ap-nanjing-2 </li>\n<li> ap-nanjing-3 </li>\n<li> sa-saopaulo-1</li>\n<li> ap-jakarta-1 </li>\n<li> ap-jakarta-2 </li>",
10591
+ "document": "Availability zone name, for example, ap-guangzhou-3.\n\nThe names of availability zones across the network are as follows:\n<li> ap-chongqing-1 </li>\n<li> ap-seoul-1 </li>\n<li> ap-seoul-2 </li>\n<li> ap-chengdu-1 </li>\n<li> ap-chengdu-2 </li>\n<li> ap-hongkong-1 (sold out)</li>\n<li> ap-hongkong-2 </li>\n<li> ap-hongkong-3 </li>\n<li> ap-shenzhen-fsi-1 </li>\n<li> ap-shenzhen-fsi-2 </li>\n<li> ap-shenzhen-fsi-3 (sold out)</li>\n<li> ap-guangzhou-1 (sold out)</li>\n<li> ap-guangzhou-3 </li>\n<li> ap-guangzhou-4 </li>\n<li> ap-guangzhou-6 </li>\n<li> ap-guangzhou-7 </li>\n<li> ap-tokyo-1 </li>\n<li> ap-tokyo-2 </li>\n<li> ap-singapore-1 </li>\n<li> ap-singapore-2 </li>\n<li> ap-singapore-3 </li>\n<li>ap-singapore-4 </li>\n<li> ap-shanghai-fsi-1 </li>\n<li> ap-shanghai-fsi-2 </li>\n<li> ap-shanghai-fsi-3 </li>\n<li> ap-bangkok-1 </li>\n<li> ap-bangkok-2 </li>\n<li> ap-shanghai-1 (sold out)</li>\n<li> ap-shanghai-2 </li>\n<li> ap-shanghai-3 </li>\n<li> ap-shanghai-4 </li>\n<li> ap-shanghai-5 </li>\n<li> ap-shanghai-8 </li>\n<li> ap-mumbai-1 </li>\n<li> ap-mumbai-2 </li>\n<li> ap-beijing-1 (sold out)</li>\n<li> ap-beijing-2 </li>\n<li> ap-beijing-3 </li>\n<li> ap-beijing-4 </li>\n<li> ap-beijing-5 </li>\n<li> ap-beijing-6 </li>\n<li> ap-beijing-7 </li>\n<li> na-siliconvalley-1 </li>\n<li> na-siliconvalley-2 </li>\n<li> eu-frankfurt-1 </li>\n<li> eu-frankfurt-2 </li>\n<li> na-ashburn-1 </li>\n<li> na-ashburn-2 </li>\n<li> ap-nanjing-1 </li>\n<li> ap-nanjing-2 </li>\n<li> ap-nanjing-3 </li>\n<li> sa-saopaulo-1</li>\n<li> ap-jakarta-1 </li>\n<li> ap-jakarta-2 </li>",
10533
10592
  "example": "ap-guangzhou-3",
10534
10593
  "member": "string",
10535
10594
  "name": "Zone",