tccli-intl-en 3.0.1237.1__py2.py3-none-any.whl → 3.0.1282.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 (214) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +17 -1
  3. tccli/services/advisor/advisor_client.py +8 -2
  4. tccli/services/aiart/aiart_client.py +4 -1
  5. tccli/services/ams/ams_client.py +16 -4
  6. tccli/services/antiddos/antiddos_client.py +280 -70
  7. tccli/services/apigateway/apigateway_client.py +372 -93
  8. tccli/services/apm/apm_client.py +52 -13
  9. tccli/services/asr/asr_client.py +8 -2
  10. tccli/services/autoscaling/autoscaling_client.py +232 -58
  11. tccli/services/autoscaling/v20180419/api.json +1 -1
  12. tccli/services/batch/batch_client.py +112 -28
  13. tccli/services/bi/bi_client.py +1242 -4
  14. tccli/services/bi/v20220105/api.json +5340 -107
  15. tccli/services/bi/v20220105/examples.json +196 -1
  16. tccli/services/billing/billing_client.py +168 -42
  17. tccli/services/cam/cam_client.py +324 -81
  18. tccli/services/captcha/captcha_client.py +4 -1
  19. tccli/services/car/car_client.py +132 -33
  20. tccli/services/cbs/cbs_client.py +152 -38
  21. tccli/services/ccc/ccc_client.py +732 -98
  22. tccli/services/ccc/v20200210/api.json +1727 -196
  23. tccli/services/ccc/v20200210/examples.json +64 -0
  24. tccli/services/cdb/cdb_client.py +532 -133
  25. tccli/services/cdc/cdc_client.py +80 -20
  26. tccli/services/cdc/v20201214/api.json +2 -2
  27. tccli/services/cdc/v20201214/examples.json +4 -4
  28. tccli/services/cdn/cdn_client.py +176 -44
  29. tccli/services/cdwdoris/cdwdoris_client.py +308 -77
  30. tccli/services/cdwpg/cdwpg_client.py +96 -24
  31. tccli/services/cdz/__init__.py +4 -0
  32. tccli/services/cdz/cdz_client.py +210 -0
  33. tccli/services/cdz/v20221123/api.json +233 -0
  34. tccli/services/cdz/v20221123/examples.json +12 -0
  35. tccli/services/cfg/cfg_client.py +64 -16
  36. tccli/services/cfs/cfs_client.py +156 -39
  37. tccli/services/cfw/cfw_client.py +264 -66
  38. tccli/services/chdfs/chdfs_client.py +116 -29
  39. tccli/services/ciam/ciam_client.py +64 -16
  40. tccli/services/ckafka/ckafka_client.py +575 -77
  41. tccli/services/ckafka/v20190819/api.json +2749 -1470
  42. tccli/services/ckafka/v20190819/examples.json +209 -155
  43. tccli/services/clb/clb_client.py +332 -83
  44. tccli/services/clb/v20180317/api.json +29 -14
  45. tccli/services/cloudaudit/cloudaudit_client.py +72 -18
  46. tccli/services/cls/cls_client.py +348 -87
  47. tccli/services/cmq/cmq_client.py +12 -801
  48. tccli/services/cmq/v20190304/api.json +173 -1367
  49. tccli/services/cmq/v20190304/examples.json +0 -120
  50. tccli/services/config/config_client.py +24 -6
  51. tccli/services/controlcenter/controlcenter_client.py +4 -1
  52. tccli/services/csip/csip_client.py +136 -34
  53. tccli/services/ctsdb/ctsdb_client.py +8 -2
  54. tccli/services/cvm/cvm_client.py +627 -110
  55. tccli/services/cvm/v20170312/api.json +750 -340
  56. tccli/services/cvm/v20170312/examples.json +105 -59
  57. tccli/services/cwp/cwp_client.py +1860 -465
  58. tccli/services/cynosdb/cynosdb_client.py +1749 -439
  59. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  60. tccli/services/cynosdb/v20190107/examples.json +132 -4
  61. tccli/services/dataintegration/dataintegration_client.py +4 -1
  62. tccli/services/dayu/dayu_client.py +412 -103
  63. tccli/services/dbbrain/dbbrain_client.py +168 -42
  64. tccli/services/dc/dc_client.py +72 -18
  65. tccli/services/dcdb/dcdb_client.py +248 -62
  66. tccli/services/dlc/dlc_client.py +756 -111
  67. tccli/services/dlc/v20210125/api.json +637 -13
  68. tccli/services/dlc/v20210125/examples.json +48 -0
  69. tccli/services/dms/dms_client.py +8 -2
  70. tccli/services/dnspod/dnspod_client.py +353 -74
  71. tccli/services/dnspod/v20210323/api.json +196 -0
  72. tccli/services/dnspod/v20210323/examples.json +24 -0
  73. tccli/services/domain/domain_client.py +96 -24
  74. tccli/services/dts/dts_client.py +332 -83
  75. tccli/services/eb/eb_client.py +104 -26
  76. tccli/services/ecdn/ecdn_client.py +60 -15
  77. tccli/services/ecm/ecm_client.py +496 -124
  78. tccli/services/eiam/eiam_client.py +160 -40
  79. tccli/services/emr/emr_client.py +2784 -115
  80. tccli/services/emr/v20190103/api.json +14647 -4756
  81. tccli/services/emr/v20190103/examples.json +408 -40
  82. tccli/services/es/es_client.py +84 -21
  83. tccli/services/facefusion/facefusion_client.py +12 -3
  84. tccli/services/faceid/faceid_client.py +76 -19
  85. tccli/services/faceid/v20180301/api.json +79 -14
  86. tccli/services/faceid/v20180301/examples.json +3 -3
  87. tccli/services/gaap/gaap_client.py +352 -88
  88. tccli/services/gme/gme_client.py +40 -10
  89. tccli/services/gpm/gpm_client.py +72 -18
  90. tccli/services/gse/gse_client.py +88 -22
  91. tccli/services/gwlb/gwlb_client.py +72 -18
  92. tccli/services/iai/iai_client.py +116 -29
  93. tccli/services/iap/iap_client.py +24 -6
  94. tccli/services/ims/ims_client.py +4 -1
  95. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +168 -42
  96. tccli/services/intlpartnersmgt/v20220928/api.json +11 -11
  97. tccli/services/iotcloud/iotcloud_client.py +80 -20
  98. tccli/services/ip/ip_client.py +24 -6
  99. tccli/services/kms/kms_client.py +272 -68
  100. tccli/services/lcic/lcic_client.py +212 -53
  101. tccli/services/lighthouse/lighthouse_client.py +296 -74
  102. tccli/services/lighthouse/v20200324/api.json +14 -14
  103. tccli/services/lighthouse/v20200324/examples.json +5 -5
  104. tccli/services/live/live_client.py +480 -120
  105. tccli/services/lke/lke_client.py +360 -90
  106. tccli/services/lke/v20231130/api.json +182 -39
  107. tccli/services/lkeap/__init__.py +4 -0
  108. tccli/services/lkeap/lkeap_client.py +546 -0
  109. tccli/services/lkeap/v20240522/api.json +855 -0
  110. tccli/services/lkeap/v20240522/examples.json +72 -0
  111. tccli/services/mariadb/mariadb_client.py +200 -50
  112. tccli/services/mdc/mdc_client.py +72 -18
  113. tccli/services/mdl/mdl_client.py +132 -33
  114. tccli/services/mdl/v20200326/api.json +186 -12
  115. tccli/services/mdl/v20200326/examples.json +16 -16
  116. tccli/services/mdp/mdp_client.py +680 -70
  117. tccli/services/mdp/v20200527/api.json +748 -23
  118. tccli/services/mdp/v20200527/examples.json +143 -79
  119. tccli/services/message/__init__.py +4 -0
  120. tccli/services/message/message_client.py +210 -0
  121. tccli/services/message/v20181225/api.json +72 -0
  122. tccli/services/message/v20181225/examples.json +13 -0
  123. tccli/services/mongodb/mongodb_client.py +340 -29
  124. tccli/services/mongodb/v20190725/api.json +811 -226
  125. tccli/services/mongodb/v20190725/examples.json +54 -22
  126. tccli/services/monitor/monitor_client.py +864 -152
  127. tccli/services/monitor/v20180724/api.json +657 -8
  128. tccli/services/monitor/v20180724/examples.json +152 -4
  129. tccli/services/mps/mps_client.py +592 -92
  130. tccli/services/mps/v20190612/api.json +2931 -399
  131. tccli/services/mps/v20190612/examples.json +64 -14
  132. tccli/services/msp/msp_client.py +28 -7
  133. tccli/services/ocr/ocr_client.py +212 -45
  134. tccli/services/ocr/v20181119/api.json +872 -112
  135. tccli/services/ocr/v20181119/examples.json +12 -4
  136. tccli/services/omics/omics_client.py +80 -20
  137. tccli/services/organization/organization_client.py +464 -116
  138. tccli/services/postgres/postgres_client.py +364 -91
  139. tccli/services/postgres/v20170312/api.json +134 -109
  140. tccli/services/postgres/v20170312/examples.json +14 -14
  141. tccli/services/privatedns/privatedns_client.py +124 -31
  142. tccli/services/pts/pts_client.py +192 -48
  143. tccli/services/quota/__init__.py +4 -0
  144. tccli/services/quota/quota_client.py +434 -0
  145. tccli/services/quota/v20241204/api.json +548 -0
  146. tccli/services/quota/v20241204/examples.json +51 -0
  147. tccli/services/rce/rce_client.py +4 -1
  148. tccli/services/redis/redis_client.py +592 -106
  149. tccli/services/redis/v20180412/api.json +636 -240
  150. tccli/services/redis/v20180412/examples.json +98 -56
  151. tccli/services/region/region_client.py +12 -3
  152. tccli/services/rum/rum_client.py +240 -60
  153. tccli/services/scf/scf_client.py +168 -42
  154. tccli/services/ses/ses_client.py +116 -29
  155. tccli/services/sms/sms_client.py +72 -18
  156. tccli/services/sqlserver/sqlserver_client.py +3772 -387
  157. tccli/services/sqlserver/v20180328/api.json +9760 -3380
  158. tccli/services/sqlserver/v20180328/examples.json +478 -18
  159. tccli/services/ssl/ssl_client.py +152 -38
  160. tccli/services/ssm/ssm_client.py +96 -24
  161. tccli/services/sts/sts_client.py +20 -5
  162. tccli/services/tag/tag_client.py +120 -30
  163. tccli/services/tat/tat_client.py +76 -19
  164. tccli/services/tbaas/tbaas_client.py +16 -4
  165. tccli/services/tcaplusdb/tcaplusdb_client.py +208 -52
  166. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  167. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  168. tccli/services/tchd/tchd_client.py +4 -1
  169. tccli/services/tcmpp/tcmpp_client.py +416 -104
  170. tccli/services/tcr/tcr_client.py +304 -76
  171. tccli/services/tcsas/tcsas_client.py +236 -59
  172. tccli/services/tcsas/v20250106/api.json +155 -79
  173. tccli/services/tcsas/v20250106/examples.json +3 -3
  174. tccli/services/tcss/tcss_client.py +1320 -330
  175. tccli/services/tdid/tdid_client.py +192 -48
  176. tccli/services/tdmq/tdmq_client.py +376 -94
  177. tccli/services/tem/tem_client.py +224 -56
  178. tccli/services/teo/teo_client.py +1127 -245
  179. tccli/services/teo/v20220901/api.json +382 -58
  180. tccli/services/teo/v20220901/examples.json +24 -0
  181. tccli/services/tione/__init__.py +4 -0
  182. tccli/services/tione/tione_client.py +210 -0
  183. tccli/services/tione/v20211111/api.json +3074 -0
  184. tccli/services/tione/v20211111/examples.json +12 -0
  185. tccli/services/tiw/tiw_client.py +204 -51
  186. tccli/services/tke/tke_client.py +552 -138
  187. tccli/services/tms/tms_client.py +4 -1
  188. tccli/services/tmt/tmt_client.py +4 -1
  189. tccli/services/trabbit/trabbit_client.py +116 -29
  190. tccli/services/trro/trro_client.py +76 -19
  191. tccli/services/trtc/trtc_client.py +420 -55
  192. tccli/services/trtc/v20190722/api.json +685 -23
  193. tccli/services/trtc/v20190722/examples.json +39 -7
  194. tccli/services/tts/tts_client.py +4 -1
  195. tccli/services/vclm/vclm_client.py +8 -2
  196. tccli/services/vm/vm_client.py +16 -4
  197. tccli/services/vod/v20180717/examples.json +1 -1
  198. tccli/services/vod/vod_client.py +716 -179
  199. tccli/services/vpc/v20170312/api.json +970 -75
  200. tccli/services/vpc/v20170312/examples.json +106 -10
  201. tccli/services/vpc/vpc_client.py +1876 -361
  202. tccli/services/waf/v20180125/api.json +1372 -194
  203. tccli/services/waf/v20180125/examples.json +89 -1
  204. tccli/services/waf/waf_client.py +1051 -147
  205. tccli/services/wedata/v20250806/api.json +13644 -0
  206. tccli/services/wedata/v20250806/examples.json +621 -0
  207. tccli/services/wedata/wedata_client.py +5830 -1026
  208. tccli/services/yunjing/yunjing_client.py +284 -71
  209. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/METADATA +4 -7
  210. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/RECORD +214 -192
  211. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/WHEEL +1 -1
  212. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/entry_points.txt +0 -1
  213. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/LICENSE +0 -0
  214. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/top_level.txt +0 -0
@@ -1919,7 +1919,7 @@
1919
1919
  {
1920
1920
  "disabled": false,
1921
1921
  "document": "Instance storage capacity in GB",
1922
- "example": "64",
1922
+ "example": "60",
1923
1923
  "member": "uint64",
1924
1924
  "name": "Storage",
1925
1925
  "required": true,
@@ -2027,7 +2027,7 @@
2027
2027
  {
2028
2028
  "disabled": false,
2029
2029
  "document": "Deployment information of the instance node, which will display the information of each AZ when the instance node is deployed across multiple AZs.\nThe information of AZ can be obtained from the `Zone` field in the return value of the [DescribeZones](https://intl.cloud.tencent.com/document/api/409/16769?from_cn_redirect=1) API.",
2030
- "example": "[ { \"Zone\": \"ap-guangzhou-6\", \"ZoneName\": \"广州六区\", \"ZoneId\": 100006, \"ZoneState\": \"AVAILABLE\", \"ZoneSupportIpv6\": 0, \"StandbyZoneSet\": [ \"ap-guangzhou-6\", \"ap-guangzhou-7\" ] } ]",
2030
+ "example": "",
2031
2031
  "member": "DBNode",
2032
2032
  "name": "DBNodeSet",
2033
2033
  "required": false,
@@ -2072,7 +2072,7 @@
2072
2072
  {
2073
2073
  "disabled": false,
2074
2074
  "document": "Campaign ID",
2075
- "example": "123",
2075
+ "example": "14542",
2076
2076
  "member": "int64",
2077
2077
  "name": "ActivityId",
2078
2078
  "required": false,
@@ -2099,7 +2099,7 @@
2099
2099
  {
2100
2100
  "disabled": false,
2101
2101
  "document": "Security group of the instance, which can be obtained from the `sgld` field in the return value of the [DescribeSecurityGroups](https://intl.cloud.tencent.com/document/api/215/15808?from_cn_redirect=1) API. If this parameter is not specified, the default security group will be bound.\n",
2102
- "example": "[ { \"SecurityGroupId\": \"sg-05bb4upy\", \"SecurityGroupName\": \"TestGroup\", \"SecurityGroupDesc\": \"test-group-desc\", \"ProjectId\": \"0\", \"IsDefault\": true, \"CreatedTime\": \"2017-04-18 21:02:30\", \"UpdateTime\": \"\", \"TagSet\": [] } ]",
2102
+ "example": "[ \"sg-g09vl0p7\" ]",
2103
2103
  "member": "string",
2104
2104
  "name": "SecurityGroupIds",
2105
2105
  "required": false,
@@ -2132,6 +2132,15 @@
2132
2132
  "required": false,
2133
2133
  "type": "string"
2134
2134
  },
2135
+ {
2136
+ "disabled": false,
2137
+ "document": "",
2138
+ "example": "cls-hsm-xxxxxxx",
2139
+ "member": "string",
2140
+ "name": "KMSClusterId",
2141
+ "required": false,
2142
+ "type": "string"
2143
+ },
2135
2144
  {
2136
2145
  "disabled": false,
2137
2146
  "document": "Database engine, which supports:\n<li>`postgresql`: TencentDB for PostgreSQL</li>\n<li>`mssql_compatible`: MSSQL compatible - TencentDB for PostgreSQL</li>\nDefault value: `postgresql`",
@@ -2292,7 +2301,7 @@
2292
2301
  {
2293
2302
  "disabled": false,
2294
2303
  "document": "ID of the primary instance to which the read-only instance belongs",
2295
- "example": "MasterDBInstanceId",
2304
+ "example": "pgrogrp-efacxt00",
2296
2305
  "member": "string",
2297
2306
  "name": "MasterDBInstanceId",
2298
2307
  "required": true,
@@ -2301,7 +2310,7 @@
2301
2310
  {
2302
2311
  "disabled": false,
2303
2312
  "document": "Purchasable code, which can be obtained from the `SpecCode` field in the return value of the [DescribeClasses](https://intl.cloud.tencent.com/document/api/409/89019?from_cn_redirect=1) API.",
2304
- "example": "SpecCode",
2313
+ "example": "pg.it.large8",
2305
2314
  "member": "string",
2306
2315
  "name": "SpecCode",
2307
2316
  "required": true,
@@ -2310,7 +2319,7 @@
2310
2319
  {
2311
2320
  "disabled": false,
2312
2321
  "document": "Instance storage capacity in GB",
2313
- "example": "1",
2322
+ "example": "100",
2314
2323
  "member": "uint64",
2315
2324
  "name": "Storage",
2316
2325
  "required": true,
@@ -2337,7 +2346,7 @@
2337
2346
  {
2338
2347
  "disabled": false,
2339
2348
  "document": "VPC ID in the format of `vpc-xxxxxxx`, which can be obtained in the console or from the `unVpcId` field in the return value of the [DescribeVpcEx](https://intl.cloud.tencent.com/document/api/215/1372?from_cn_redirect=1) API.",
2340
- "example": "VpcId",
2349
+ "example": "vpc-e3t30r8t",
2341
2350
  "member": "string",
2342
2351
  "name": "VpcId",
2343
2352
  "required": false,
@@ -2346,7 +2355,7 @@
2346
2355
  {
2347
2356
  "disabled": false,
2348
2357
  "document": "VPC subnet ID in the format of `subnet-xxxxxxxx` which can be obtained in the console or from the `unSubnetId` field in the return value of the [DescribeSubnets](https://intl.cloud.tencent.com/document/api/215/15784?from_cn_redirect=1) API.",
2349
- "example": "SubnetId",
2358
+ "example": "subnet-jd9cvu0o",
2350
2359
  "member": "string",
2351
2360
  "name": "SubnetId",
2352
2361
  "required": false,
@@ -2355,7 +2364,7 @@
2355
2364
  {
2356
2365
  "disabled": false,
2357
2366
  "document": "Instance billing mode. Valid values: \n<li>`PREPAID`: Monthly subscription\n<li>`POSTPAID_BY_HOUR`: Pay-as-you-go\nDefault value: `PREPAID`. If the primary instance is pay-as-you-go, so is the read-only instance.",
2358
- "example": "InstanceChargeType",
2367
+ "example": "PREPAID",
2359
2368
  "member": "string",
2360
2369
  "name": "InstanceChargeType",
2361
2370
  "required": false,
@@ -2391,7 +2400,7 @@
2391
2400
  {
2392
2401
  "disabled": false,
2393
2402
  "document": "Project ID",
2394
- "example": "1",
2403
+ "example": "1457",
2395
2404
  "member": "uint64",
2396
2405
  "name": "ProjectId",
2397
2406
  "required": false,
@@ -2400,7 +2409,7 @@
2400
2409
  {
2401
2410
  "disabled": false,
2402
2411
  "document": "Special offer ID",
2403
- "example": "1",
2412
+ "example": "1364",
2404
2413
  "member": "int64",
2405
2414
  "name": "ActivityId",
2406
2415
  "required": false,
@@ -2409,7 +2418,7 @@
2409
2418
  {
2410
2419
  "disabled": false,
2411
2420
  "document": "RO group ID",
2412
- "example": "ReadOnlyGroupId",
2421
+ "example": "pgrogrp-efacxt00",
2413
2422
  "member": "string",
2414
2423
  "name": "ReadOnlyGroupId",
2415
2424
  "required": false,
@@ -2427,7 +2436,7 @@
2427
2436
  {
2428
2437
  "disabled": false,
2429
2438
  "document": "Security group of the instance, which can be obtained from the `sgld` field in the return value of the [DescribeSecurityGroups](https://intl.cloud.tencent.com/document/api/215/15808?from_cn_redirect=1) API. If this parameter is not specified, the default security group will be bound.\n",
2430
- "example": "[\"sasasasd\"]",
2439
+ "example": "[\"sg-95hf696p\"]",
2431
2440
  "member": "string",
2432
2441
  "name": "SecurityGroupIds",
2433
2442
  "required": false,
@@ -2452,13 +2461,22 @@
2452
2461
  "type": "string"
2453
2462
  },
2454
2463
  {
2455
- "disabled": false,
2456
- "document": "(Disused) You dont need to specify a version, as the kernel version is as the same as that of the instance.",
2464
+ "disabled": true,
2465
+ "document": "(Disused) You don't need to specify a version, as the kernel version is as the same as that of the instance.",
2457
2466
  "example": "DBVersion",
2458
2467
  "member": "string",
2459
2468
  "name": "DBVersion",
2460
2469
  "required": false,
2461
2470
  "type": "string"
2471
+ },
2472
+ {
2473
+ "disabled": false,
2474
+ "document": "",
2475
+ "example": "dedicatedCluster-gz",
2476
+ "member": "string",
2477
+ "name": "DedicatedClusterId",
2478
+ "required": false,
2479
+ "type": "string"
2462
2480
  }
2463
2481
  ],
2464
2482
  "type": "object"
@@ -2469,7 +2487,7 @@
2469
2487
  {
2470
2488
  "disabled": false,
2471
2489
  "document": "Order number list. Each instance corresponds to an order number.",
2472
- "example": "[1,2,3]",
2490
+ "example": "[\"20241205591002398481181\"]",
2473
2491
  "member": "string",
2474
2492
  "name": "DealNames",
2475
2493
  "output_required": true,
@@ -2479,7 +2497,7 @@
2479
2497
  {
2480
2498
  "disabled": false,
2481
2499
  "document": "Bill ID of frozen fees",
2482
- "example": "BillId",
2500
+ "example": "20241204591002395368561",
2483
2501
  "member": "string",
2484
2502
  "name": "BillId",
2485
2503
  "output_required": true,
@@ -2489,7 +2507,7 @@
2489
2507
  {
2490
2508
  "disabled": false,
2491
2509
  "document": "ID set of instances which have been created successfully. The parameter value will be returned only when the pay-as-you-go billing mode is used.",
2492
- "example": "[\"BillId\"]",
2510
+ "example": "[\"pgro-kdkdkx68\"]",
2493
2511
  "member": "string",
2494
2512
  "name": "DBInstanceIdSet",
2495
2513
  "output_required": true,
@@ -3056,13 +3074,13 @@
3056
3074
  },
3057
3075
  {
3058
3076
  "disabled": false,
3059
- "document": "The major PostgreSQL version number, which can be queried by the [DescribeDBVersions](https://intl.cloud.tencent.com/document/api/409/89018?from_cn_redirect=1) API. Valid values: `10`, `11`, `12`, `13`, `14`, `15`.\nNote: u200dThis field may return null, indicating that no valid values can be obtained.",
3077
+ "document": "The major PostgreSQL version number, which can be queried by the [DescribeDBVersions](https://intl.cloud.tencent.com/document/api/409/89018?from_cn_redirect=1) API. Valid values: `10`, `11`, `12`, `13`, `14`, `15`.\nNote: This field may return null, indicating that no valid values can be obtained.",
3060
3078
  "example": "12",
3061
3079
  "member": "string",
3062
3080
  "name": "DBMajorVersion",
3063
3081
  "output_required": true,
3064
3082
  "type": "string",
3065
- "value_allowed_null": true
3083
+ "value_allowed_null": false
3066
3084
  },
3067
3085
  {
3068
3086
  "disabled": false,
@@ -3076,13 +3094,13 @@
3076
3094
  },
3077
3095
  {
3078
3096
  "disabled": false,
3079
- "document": "PostgreSQL kernel version number (like v12.7_r1.8), which can be queried by the [DescribeDBVersions](https://intl.cloud.tencent.com/document/api/409/89018?from_cn_redirect=1) API.\nNote: u200dThis field may return null, indicating that no valid values can be obtained.",
3097
+ "document": "PostgreSQL kernel version number (like v12.7_r1.8), which can be queried by the [DescribeDBVersions](https://intl.cloud.tencent.com/document/api/409/89018?from_cn_redirect=1) API.\nNote: This field may return null, indicating that no valid values can be obtained.",
3080
3098
  "example": "v12.4_r1.0",
3081
3099
  "member": "string",
3082
3100
  "name": "DBKernelVersion",
3083
3101
  "output_required": true,
3084
3102
  "type": "string",
3085
- "value_allowed_null": true
3103
+ "value_allowed_null": false
3086
3104
  },
3087
3105
  {
3088
3106
  "disabled": false,
@@ -3177,7 +3195,7 @@
3177
3195
  {
3178
3196
  "disabled": false,
3179
3197
  "document": "Instance network connection information",
3180
- "example": "[ { \"Address\": \"\", \"Ip\": \"10.10.10.220\", \"Port\": 5432, \"Status\": \"opened\", \"NetType\": \"private\", \"VpcId\": \"vpc-xxxxxxxx\", \"SubnetId\": \"subnet-xxxxxxxx\" }, { \"Address\": \"\", \"Ip\": \"\", \"Port\": 0, \"Status\": \"\", \"NetType\": \"public\", \"VpcId\": \"\", \"SubnetId\": \"\" } ]",
3198
+ "example": "",
3181
3199
  "member": "DBInstanceNetInfo",
3182
3200
  "name": "DBInstanceNetInfo",
3183
3201
  "output_required": true,
@@ -3226,57 +3244,57 @@
3226
3244
  },
3227
3245
  {
3228
3246
  "disabled": false,
3229
- "document": "The information of tags associated with instances\nNote: u200dThis field may return null, indicating that no valid values can be obtained.",
3247
+ "document": "The information of tags associated with instances\nNote: This field may return null, indicating that no valid values can be obtained.",
3230
3248
  "example": "[ { \"TagKey\": \"tag1\", \"TagValue\": \"v1\" } ]",
3231
3249
  "member": "Tag",
3232
3250
  "name": "TagList",
3233
3251
  "output_required": true,
3234
3252
  "type": "list",
3235
- "value_allowed_null": true
3253
+ "value_allowed_null": false
3236
3254
  },
3237
3255
  {
3238
3256
  "disabled": false,
3239
- "document": "Primary instance information, which is returned only when the instance is read-only.\nNote: u200dThis field may return null, indicating that no valid values can be obtained.",
3257
+ "document": "Primary instance information, which is returned only when the instance is read-only.\nNote: This field may return null, indicating that no valid values can be obtained.",
3240
3258
  "example": "postgres-7lzldndx",
3241
3259
  "member": "string",
3242
3260
  "name": "MasterDBInstanceId",
3243
3261
  "output_required": true,
3244
3262
  "type": "string",
3245
- "value_allowed_null": true
3263
+ "value_allowed_null": false
3246
3264
  },
3247
3265
  {
3248
3266
  "disabled": false,
3249
- "document": "Number of read-only instances\nNote: u200dThis field may return null, indicating that no valid values can be obtained.",
3267
+ "document": "Number of read-only instances\nNote: This field may return null, indicating that no valid values can be obtained.",
3250
3268
  "example": "6",
3251
3269
  "member": "int64",
3252
3270
  "name": "ReadOnlyInstanceNum",
3253
3271
  "output_required": true,
3254
3272
  "type": "int",
3255
- "value_allowed_null": true
3273
+ "value_allowed_null": false
3256
3274
  },
3257
3275
  {
3258
3276
  "disabled": false,
3259
- "document": "The status of a read-only instance in a read-only group\nNote: u200dThis field may return null, indicating that no valid values can be obtained.",
3277
+ "document": "The status of a read-only instance in a read-only group\nNote: This field may return null, indicating that no valid values can be obtained.",
3260
3278
  "example": "ok",
3261
3279
  "member": "string",
3262
3280
  "name": "StatusInReadonlyGroup",
3263
3281
  "output_required": true,
3264
3282
  "type": "string",
3265
- "value_allowed_null": true
3283
+ "value_allowed_null": false
3266
3284
  },
3267
3285
  {
3268
3286
  "disabled": false,
3269
- "document": "Offline time\nNote: u200dThis field may return null, indicating that no valid values can be obtained.",
3287
+ "document": "Offline time\nNote: This field may return null, indicating that no valid values can be obtained.",
3270
3288
  "example": "2014-08-03 12:00",
3271
3289
  "member": "string",
3272
3290
  "name": "OfflineTime",
3273
3291
  "output_required": true,
3274
3292
  "type": "string",
3275
- "value_allowed_null": true
3293
+ "value_allowed_null": false
3276
3294
  },
3277
3295
  {
3278
3296
  "disabled": false,
3279
- "document": "Instance node information\nNote: u200dThis field may return null, indicating that no valid values can be obtained.",
3297
+ "document": "Instance node information\nNote: This field may return null, indicating that no valid values can be obtained.",
3280
3298
  "example": "[ { \"Role\": \"Primary\", \"Zone\": \"ap-guangzhou-2\" } ]",
3281
3299
  "member": "DBNode",
3282
3300
  "name": "DBNodeSet",
@@ -3292,7 +3310,7 @@
3292
3310
  "name": "IsSupportTDE",
3293
3311
  "output_required": true,
3294
3312
  "type": "int",
3295
- "value_allowed_null": true
3313
+ "value_allowed_null": false
3296
3314
  },
3297
3315
  {
3298
3316
  "disabled": false,
@@ -3302,7 +3320,7 @@
3302
3320
  "name": "DBEngine",
3303
3321
  "output_required": true,
3304
3322
  "type": "string",
3305
- "value_allowed_null": true
3323
+ "value_allowed_null": false
3306
3324
  },
3307
3325
  {
3308
3326
  "disabled": false,
@@ -3312,12 +3330,12 @@
3312
3330
  "name": "DBEngineConfig",
3313
3331
  "output_required": true,
3314
3332
  "type": "string",
3315
- "value_allowed_null": true
3333
+ "value_allowed_null": false
3316
3334
  },
3317
3335
  {
3318
3336
  "disabled": false,
3319
3337
  "document": "Network access list of the instance (this field has been deprecated)\nNote: this field may return `null`, indicating that no valid values can be obtained.",
3320
- "example": "[]",
3338
+ "example": "",
3321
3339
  "member": "NetworkAccess",
3322
3340
  "name": "NetworkAccessList",
3323
3341
  "output_required": true,
@@ -3346,7 +3364,7 @@
3346
3364
  "example": "cd-postgres-xxxxxxxx.sql.tencentcdb.com",
3347
3365
  "member": "string",
3348
3366
  "name": "Address",
3349
- "required": true,
3367
+ "output_required": true,
3350
3368
  "type": "string",
3351
3369
  "value_allowed_null": false
3352
3370
  },
@@ -3356,7 +3374,7 @@
3356
3374
  "example": "111.111.11.11",
3357
3375
  "member": "string",
3358
3376
  "name": "Ip",
3359
- "required": true,
3377
+ "output_required": true,
3360
3378
  "type": "string",
3361
3379
  "value_allowed_null": false
3362
3380
  },
@@ -3366,7 +3384,7 @@
3366
3384
  "example": "5432",
3367
3385
  "member": "uint64",
3368
3386
  "name": "Port",
3369
- "required": true,
3387
+ "output_required": true,
3370
3388
  "type": "int",
3371
3389
  "value_allowed_null": false
3372
3390
  },
@@ -3376,7 +3394,7 @@
3376
3394
  "example": "private",
3377
3395
  "member": "string",
3378
3396
  "name": "NetType",
3379
- "required": true,
3397
+ "output_required": true,
3380
3398
  "type": "string",
3381
3399
  "value_allowed_null": false
3382
3400
  },
@@ -3386,7 +3404,7 @@
3386
3404
  "example": "opened",
3387
3405
  "member": "string",
3388
3406
  "name": "Status",
3389
- "required": true,
3407
+ "output_required": true,
3390
3408
  "type": "string",
3391
3409
  "value_allowed_null": false
3392
3410
  },
@@ -3396,9 +3414,9 @@
3396
3414
  "example": "vpc-xxxxxxxx",
3397
3415
  "member": "string",
3398
3416
  "name": "VpcId",
3399
- "required": true,
3417
+ "output_required": true,
3400
3418
  "type": "string",
3401
- "value_allowed_null": true
3419
+ "value_allowed_null": false
3402
3420
  },
3403
3421
  {
3404
3422
  "disabled": false,
@@ -3406,9 +3424,9 @@
3406
3424
  "example": "subnet-xxxxxxxx",
3407
3425
  "member": "string",
3408
3426
  "name": "SubnetId",
3409
- "required": true,
3427
+ "output_required": true,
3410
3428
  "type": "string",
3411
- "value_allowed_null": true
3429
+ "value_allowed_null": false
3412
3430
  },
3413
3431
  {
3414
3432
  "disabled": false,
@@ -3416,9 +3434,9 @@
3416
3434
  "example": "postgresql",
3417
3435
  "member": "string",
3418
3436
  "name": "ProtocolType",
3419
- "required": true,
3437
+ "output_required": true,
3420
3438
  "type": "string",
3421
- "value_allowed_null": true
3439
+ "value_allowed_null": false
3422
3440
  }
3423
3441
  ],
3424
3442
  "usage": "out"
@@ -3432,6 +3450,7 @@
3432
3450
  "example": "Primary, Standby",
3433
3451
  "member": "string",
3434
3452
  "name": "Role",
3453
+ "output_required": true,
3435
3454
  "required": true,
3436
3455
  "type": "string",
3437
3456
  "value_allowed_null": false
@@ -3442,6 +3461,7 @@
3442
3461
  "example": "ap-guangzhou-1",
3443
3462
  "member": "string",
3444
3463
  "name": "Zone",
3464
+ "output_required": true,
3445
3465
  "required": true,
3446
3466
  "type": "string",
3447
3467
  "value_allowed_null": false
@@ -4666,7 +4686,7 @@
4666
4686
  {
4667
4687
  "disabled": false,
4668
4688
  "document": "Instance ID",
4669
- "example": "",
4689
+ "example": "postgres-xxxxxxxx",
4670
4690
  "member": "string",
4671
4691
  "name": "DBInstanceId",
4672
4692
  "required": true,
@@ -4890,7 +4910,7 @@
4890
4910
  },
4891
4911
  {
4892
4912
  "disabled": false,
4893
- "document": "The maximum number of results returned per page. Value range: 1-100. Default: `10`",
4913
+ "document": "The maximum number of results returned per page. Value range: 1-100. Default: `10`.",
4894
4914
  "example": "10",
4895
4915
  "member": "uint64",
4896
4916
  "name": "Limit",
@@ -4908,7 +4928,7 @@
4908
4928
  },
4909
4929
  {
4910
4930
  "disabled": false,
4911
- "document": "Sorting metric, such as instance name or creation time. Valid values: DBInstanceId, CreateTime, Name, EndTime",
4931
+ "document": "Sorting metric, such as instance name or creation time. Valid values: DBInstanceId, CreateTime, Name, EndTime.",
4912
4932
  "example": "CreateTime",
4913
4933
  "member": "string",
4914
4934
  "name": "OrderBy",
@@ -4943,7 +4963,7 @@
4943
4963
  {
4944
4964
  "disabled": false,
4945
4965
  "document": "Instance details set.",
4946
- "example": "[ { \"DBInstanceId\": \"postgres-xxxxxxxx\", \"DBInstanceName\": \"xxx\", \"DBInstanceStatus\": \"running\", \"Region\": \"ap-guangzhou\", \"Zone\": \"ap-guangzhou-3\", \"ProjectId\": 0, \"VpcId\": \"vpc-xxxxxxxx\", \"SubnetId\": \"subnet-xxxxxxxx\", \"DBCharset\": \"UTF8\", \"DBVersion\": \"10\", \"DBKernelVersion\": \"v10.4_r1.0\", \"CreateTime\": \"2020-03-20 12:19:14\", \"DBInstanceNetInfo\": [ { \"Address\": \"\", \"Ip\": \"10.10.10.111\", \"Port\": 5432, \"Status\": \"opened\", \"NetType\": \"private\" }, { \"Address\": \"\", \"Ip\": \"\", \"Port\": 0, \"Status\": \"initing\", \"NetType\": \"public\" } ], \"DBAccountSet\": [], \"DBDatabaseList\": null } ]",
4966
+ "example": "[ { \"AppId\": 251240000, \"AutoRenew\": 0, \"CreateTime\": \"2024-09-01 16:00:45\", \"DBCharset\": \"UTF8\", \"DBEngine\": \"postgresql\", \"DBEngineConfig\": \"\", \"DBInstanceClass\": \"pg.it.small2\", \"DBInstanceClassName\": \"1 core 2 GiB\", \"DBInstanceCpu\": 1, \"DBInstanceId\": \"postgres-dnlizio3\", \"DBInstanceMemory\": 2, \"DBInstanceName\": \"Unnamed\", \"DBInstanceNetInfo\": [ { \"Address\": \"\", \"Ip\": \"10.*.*.*\", \"NetType\": \"private\", \"Port\": 5432, \"ProtocolType\": \"postgresql\", \"Status\": \"opened\", \"SubnetId\": \"subnet-b23o6b22\", \"VpcId\": \"vpc-49ab5lb9\" }, { \"Address\": \"\", \"Ip\": \"\", \"NetType\": \"public\", \"Port\": 0, \"ProtocolType\": \"\", \"Status\": \"initing\", \"SubnetId\": \"\", \"VpcId\": \"\" } ], \"DBInstanceStatus\": \"running\", \"DBInstanceStorage\": 100, \"DBInstanceType\": \"primary\", \"DBInstanceVersion\": \"standard\", \"DBKernelVersion\": \"v16.2_r1.5\", \"DBMajorVersion\": \"16\", \"DBNodeSet\": [ { \"DedicatedClusterId\": \"\", \"ReplicationMode\": \"\", \"Role\": \"Primary\", \"Zone\": \"ap-guangzhou-2\" }, { \"DedicatedClusterId\": \"\", \"ReplicationMode\": \"\", \"Role\": \"Standby\", \"Zone\": \"ap-guangzhou-2\" } ], \"DBVersion\": \"16.2\", \"ExpireTime\": \"0000-00-00 00:00:00\", \"IsSupportTDE\": 0, \"IsolatedTime\": \"0000-00-00 00:00:00\", \"MasterDBInstanceId\": \"\", \"NetworkAccessList\": null, \"OfflineTime\": \"0001-01-04 00:00:00\", \"PayType\": \"postpaid\", \"ProjectId\": 0, \"ReadOnlyInstanceNum\": 0, \"Region\": \"ap-guangzhou\", \"StatusInReadonlyGroup\": \"\", \"SubnetId\": \"subnet-b23o6b22\", \"SupportIpv6\": 0, \"SwitchEndTime\": \"\", \"SwitchStartTime\": \"\", \"TagList\": [], \"Type\": \"\", \"Uid\": 421842, \"UpdateTime\": \"2024-09-29 10:10:57\", \"VpcId\": \"vpc-49ab5lb9\", \"Zone\": \"ap-guangzhou-2\" } ]",
4947
4967
  "member": "DBInstance",
4948
4968
  "name": "DBInstanceSet",
4949
4969
  "output_required": true,
@@ -5727,7 +5747,7 @@
5727
5747
  {
5728
5748
  "disabled": false,
5729
5749
  "document": "AZ name",
5730
- "example": "ap-guangzhou-2",
5750
+ "example": "ap-guangzhou-7",
5731
5751
  "member": "string",
5732
5752
  "name": "Zone",
5733
5753
  "required": false,
@@ -5751,7 +5771,7 @@
5751
5771
  {
5752
5772
  "disabled": false,
5753
5773
  "document": "Purchasable specification list.",
5754
- "example": "[ { \"Region\": \"ap-guangzhou\", \"Zone\": \"ap-guangzhou-2\", \"SupportKMSRegions\": [ \"ap-guangzhou\" ], \"SpecItemInfoList\": [ { \"SpecCode\": \"pg.it.2xlarge16\", \"Version\": \"10.4\", \"VersionName\": \"PostgreSQL 10\", \"Cpu\": 1, \"Memory\": 2048, \"MaxStorage\": 1000, \"MinStorage\": 10, \"Qps\": 2100, \"Pid\": 11004, \"Type\": \"TS85\", \"KernelVersion\": \"v10.4_r1.0\", \"MajorVersion\": \"10\", \"IsSupportTDE\": 1 } ] } ]",
5774
+ "example": "",
5755
5775
  "member": "SpecInfo",
5756
5776
  "name": "SpecInfoList",
5757
5777
  "output_required": true,
@@ -6210,7 +6230,7 @@
6210
6230
  {
6211
6231
  "disabled": false,
6212
6232
  "document": "AZ information set.",
6213
- "example": "[ { \"Zone\": \"ap-guangzhou-2\", \"ZoneName\": \"广州二区\", \"ZoneId\": 100002, \"ZoneState\": \"AVAILABLE\", \"ZoneSupportIpv6\": 0, \"StandbyZoneSet\": [ \"ap-guangzhou-2\", \"ap-guangzhou-3\" ] }, { \"Zone\": \"ap-guangzhou-3\", \"ZoneName\": \"广州三区\", \"ZoneId\": 100003, \"ZoneState\": \"AVAILABLE\", \"ZoneSupportIpv6\": 0, \"StandbyZoneSet\": [ \"ap-guangzhou-2\", \"ap-guangzhou-3\" ] } ]",
6233
+ "example": "",
6214
6234
  "member": "ZoneInfo",
6215
6235
  "name": "ZoneSet",
6216
6236
  "output_required": true,
@@ -6609,7 +6629,7 @@
6609
6629
  {
6610
6630
  "disabled": false,
6611
6631
  "document": "Filter name.",
6612
- "example": "",
6632
+ "example": "TemplateName",
6613
6633
  "member": "string",
6614
6634
  "name": "Name",
6615
6635
  "required": false,
@@ -6618,7 +6638,7 @@
6618
6638
  {
6619
6639
  "disabled": false,
6620
6640
  "document": "One or more filter values.",
6621
- "example": "",
6641
+ "example": "[\"my_custom_template\"]",
6622
6642
  "member": "string",
6623
6643
  "name": "Values",
6624
6644
  "required": false,
@@ -6786,6 +6806,7 @@
6786
6806
  "example": "27600",
6787
6807
  "member": "uint64",
6788
6808
  "name": "OriginalPrice",
6809
+ "output_required": true,
6789
6810
  "type": "int",
6790
6811
  "value_allowed_null": false
6791
6812
  },
@@ -6795,6 +6816,7 @@
6795
6816
  "example": "27600",
6796
6817
  "member": "uint64",
6797
6818
  "name": "Price",
6819
+ "output_required": true,
6798
6820
  "type": "int",
6799
6821
  "value_allowed_null": false
6800
6822
  },
@@ -6804,6 +6826,7 @@
6804
6826
  "example": "CNY",
6805
6827
  "member": "string",
6806
6828
  "name": "Currency",
6829
+ "output_required": true,
6807
6830
  "type": "string",
6808
6831
  "value_allowed_null": false
6809
6832
  },
@@ -7421,7 +7444,7 @@
7421
7444
  {
7422
7445
  "disabled": false,
7423
7446
  "document": "Deployment information of the instance node, which will display the information of each AZ when the instance node is deployed across multiple AZs.\nThe information of AZ can be obtained from the `Zone` field in the returned value of the [DescribeZones](https://intl.cloud.tencent.com/document/api/409/16769?from_cn_redirect=1) API.",
7424
- "example": "[ { \"Zone\": \"ap-guangzhou-6\", \"ZoneName\": \"广州六区\", \"ZoneId\": 100006, \"ZoneState\": \"AVAILABLE\", \"ZoneSupportIpv6\": 0, \"StandbyZoneSet\": [ \"ap-guangzhou-6\", \"ap-guangzhou-7\" ] } ]",
7447
+ "example": "",
7425
7448
  "member": "DBNode",
7426
7449
  "name": "DBNodeSet",
7427
7450
  "required": true,
@@ -8084,9 +8107,9 @@
8084
8107
  "example": "postgres-xxxxxxxx",
8085
8108
  "member": "string",
8086
8109
  "name": "ResourceId",
8087
- "required": true,
8110
+ "output_required": true,
8088
8111
  "type": "string",
8089
- "value_allowed_null": true
8112
+ "value_allowed_null": false
8090
8113
  },
8091
8114
  {
8092
8115
  "disabled": false,
@@ -8094,9 +8117,9 @@
8094
8117
  "example": "1",
8095
8118
  "member": "uint64",
8096
8119
  "name": "ResourceType",
8097
- "required": true,
8120
+ "output_required": true,
8098
8121
  "type": "int",
8099
- "value_allowed_null": true
8122
+ "value_allowed_null": false
8100
8123
  },
8101
8124
  {
8102
8125
  "disabled": false,
@@ -8104,9 +8127,9 @@
8104
8127
  "example": "vpc-xxxxxxxx",
8105
8128
  "member": "string",
8106
8129
  "name": "VpcId",
8107
- "required": true,
8130
+ "output_required": true,
8108
8131
  "type": "string",
8109
- "value_allowed_null": true
8132
+ "value_allowed_null": false
8110
8133
  },
8111
8134
  {
8112
8135
  "disabled": false,
@@ -8114,9 +8137,9 @@
8114
8137
  "example": "11.11.1.11",
8115
8138
  "member": "string",
8116
8139
  "name": "Vip",
8117
- "required": true,
8140
+ "output_required": true,
8118
8141
  "type": "string",
8119
- "value_allowed_null": true
8142
+ "value_allowed_null": false
8120
8143
  },
8121
8144
  {
8122
8145
  "disabled": false,
@@ -8124,9 +8147,9 @@
8124
8147
  "example": "2000:0000:0000:0000:0001:2345:6789:abcd",
8125
8148
  "member": "string",
8126
8149
  "name": "Vip6",
8127
- "required": true,
8150
+ "output_required": true,
8128
8151
  "type": "string",
8129
- "value_allowed_null": true
8152
+ "value_allowed_null": false
8130
8153
  },
8131
8154
  {
8132
8155
  "disabled": false,
@@ -8134,9 +8157,9 @@
8134
8157
  "example": "5432",
8135
8158
  "member": "int64",
8136
8159
  "name": "Vport",
8137
- "required": true,
8160
+ "output_required": true,
8138
8161
  "type": "int",
8139
- "value_allowed_null": true
8162
+ "value_allowed_null": false
8140
8163
  },
8141
8164
  {
8142
8165
  "disabled": false,
@@ -8144,9 +8167,9 @@
8144
8167
  "example": "subnet-xxxxxxxx",
8145
8168
  "member": "string",
8146
8169
  "name": "SubnetId",
8147
- "required": true,
8170
+ "output_required": true,
8148
8171
  "type": "string",
8149
- "value_allowed_null": true
8172
+ "value_allowed_null": false
8150
8173
  },
8151
8174
  {
8152
8175
  "disabled": false,
@@ -8154,9 +8177,9 @@
8154
8177
  "example": "1",
8155
8178
  "member": "int64",
8156
8179
  "name": "VpcStatus",
8157
- "required": true,
8180
+ "output_required": true,
8158
8181
  "type": "int",
8159
- "value_allowed_null": true
8182
+ "value_allowed_null": false
8160
8183
  }
8161
8184
  ],
8162
8185
  "usage": "out"
@@ -9976,7 +9999,7 @@
9976
9999
  "example": "ap-guangzhou",
9977
10000
  "member": "string",
9978
10001
  "name": "Region",
9979
- "required": true,
10002
+ "output_required": true,
9980
10003
  "type": "string",
9981
10004
  "value_allowed_null": false
9982
10005
  },
@@ -9986,7 +10009,7 @@
9986
10009
  "example": "ap-guangzhou-3",
9987
10010
  "member": "string",
9988
10011
  "name": "Zone",
9989
- "required": true,
10012
+ "output_required": true,
9990
10013
  "type": "string",
9991
10014
  "value_allowed_null": false
9992
10015
  },
@@ -9996,7 +10019,7 @@
9996
10019
  "example": "空",
9997
10020
  "member": "SpecItemInfo",
9998
10021
  "name": "SpecItemInfoList",
9999
- "required": true,
10022
+ "output_required": true,
10000
10023
  "type": "list",
10001
10024
  "value_allowed_null": false
10002
10025
  },
@@ -10006,9 +10029,9 @@
10006
10029
  "example": "[\"ap-guangzhou\"]",
10007
10030
  "member": "string",
10008
10031
  "name": "SupportKMSRegions",
10009
- "required": true,
10032
+ "output_required": true,
10010
10033
  "type": "list",
10011
- "value_allowed_null": true
10034
+ "value_allowed_null": false
10012
10035
  }
10013
10036
  ],
10014
10037
  "usage": "out"
@@ -10022,7 +10045,7 @@
10022
10045
  "example": "1",
10023
10046
  "member": "string",
10024
10047
  "name": "SpecCode",
10025
- "required": true,
10048
+ "output_required": true,
10026
10049
  "type": "string",
10027
10050
  "value_allowed_null": false
10028
10051
  },
@@ -10032,7 +10055,7 @@
10032
10055
  "example": "1",
10033
10056
  "member": "string",
10034
10057
  "name": "Version",
10035
- "required": true,
10058
+ "output_required": true,
10036
10059
  "type": "string",
10037
10060
  "value_allowed_null": false
10038
10061
  },
@@ -10042,7 +10065,7 @@
10042
10065
  "example": "1",
10043
10066
  "member": "string",
10044
10067
  "name": "VersionName",
10045
- "required": true,
10068
+ "output_required": true,
10046
10069
  "type": "string",
10047
10070
  "value_allowed_null": false
10048
10071
  },
@@ -10052,7 +10075,7 @@
10052
10075
  "example": "1",
10053
10076
  "member": "uint64",
10054
10077
  "name": "Cpu",
10055
- "required": true,
10078
+ "output_required": true,
10056
10079
  "type": "int",
10057
10080
  "value_allowed_null": false
10058
10081
  },
@@ -10062,7 +10085,7 @@
10062
10085
  "example": "1",
10063
10086
  "member": "uint64",
10064
10087
  "name": "Memory",
10065
- "required": true,
10088
+ "output_required": true,
10066
10089
  "type": "int",
10067
10090
  "value_allowed_null": false
10068
10091
  },
@@ -10072,7 +10095,7 @@
10072
10095
  "example": "1",
10073
10096
  "member": "uint64",
10074
10097
  "name": "MaxStorage",
10075
- "required": true,
10098
+ "output_required": true,
10076
10099
  "type": "int",
10077
10100
  "value_allowed_null": false
10078
10101
  },
@@ -10082,7 +10105,7 @@
10082
10105
  "example": "1",
10083
10106
  "member": "uint64",
10084
10107
  "name": "MinStorage",
10085
- "required": true,
10108
+ "output_required": true,
10086
10109
  "type": "int",
10087
10110
  "value_allowed_null": false
10088
10111
  },
@@ -10092,7 +10115,7 @@
10092
10115
  "example": "1",
10093
10116
  "member": "uint64",
10094
10117
  "name": "Qps",
10095
- "required": true,
10118
+ "output_required": true,
10096
10119
  "type": "int",
10097
10120
  "value_allowed_null": false
10098
10121
  },
@@ -10102,7 +10125,7 @@
10102
10125
  "example": "1",
10103
10126
  "member": "uint64",
10104
10127
  "name": "Pid",
10105
- "required": true,
10128
+ "output_required": true,
10106
10129
  "type": "int",
10107
10130
  "value_allowed_null": false
10108
10131
  },
@@ -10112,7 +10135,7 @@
10112
10135
  "example": "1",
10113
10136
  "member": "string",
10114
10137
  "name": "Type",
10115
- "required": true,
10138
+ "output_required": true,
10116
10139
  "type": "string",
10117
10140
  "value_allowed_null": false
10118
10141
  },
@@ -10122,9 +10145,9 @@
10122
10145
  "example": "1",
10123
10146
  "member": "string",
10124
10147
  "name": "MajorVersion",
10125
- "required": true,
10148
+ "output_required": true,
10126
10149
  "type": "string",
10127
- "value_allowed_null": true
10150
+ "value_allowed_null": false
10128
10151
  },
10129
10152
  {
10130
10153
  "disabled": false,
@@ -10132,9 +10155,9 @@
10132
10155
  "example": "1",
10133
10156
  "member": "string",
10134
10157
  "name": "KernelVersion",
10135
- "required": true,
10158
+ "output_required": true,
10136
10159
  "type": "string",
10137
- "value_allowed_null": true
10160
+ "value_allowed_null": false
10138
10161
  },
10139
10162
  {
10140
10163
  "disabled": false,
@@ -10142,9 +10165,9 @@
10142
10165
  "example": "1",
10143
10166
  "member": "int64",
10144
10167
  "name": "IsSupportTDE",
10145
- "required": true,
10168
+ "output_required": true,
10146
10169
  "type": "int",
10147
- "value_allowed_null": true
10170
+ "value_allowed_null": false
10148
10171
  }
10149
10172
  ],
10150
10173
  "usage": "out"
@@ -10218,9 +10241,10 @@
10218
10241
  {
10219
10242
  "disabled": false,
10220
10243
  "document": "Tag key",
10221
- "example": "",
10244
+ "example": "env",
10222
10245
  "member": "string",
10223
10246
  "name": "TagKey",
10247
+ "output_required": true,
10224
10248
  "required": true,
10225
10249
  "type": "string",
10226
10250
  "value_allowed_null": false
@@ -10228,9 +10252,10 @@
10228
10252
  {
10229
10253
  "disabled": false,
10230
10254
  "document": "Tag value",
10231
- "example": "",
10255
+ "example": "prod",
10232
10256
  "member": "string",
10233
10257
  "name": "TagValue",
10258
+ "output_required": true,
10234
10259
  "required": true,
10235
10260
  "type": "string",
10236
10261
  "value_allowed_null": false
@@ -10676,30 +10701,30 @@
10676
10701
  {
10677
10702
  "disabled": false,
10678
10703
  "document": "AZ abbreviation",
10679
- "example": "ap-guangzhou-1",
10704
+ "example": "ap-guangzhou-7",
10680
10705
  "member": "string",
10681
10706
  "name": "Zone",
10682
- "required": true,
10707
+ "output_required": true,
10683
10708
  "type": "string",
10684
10709
  "value_allowed_null": false
10685
10710
  },
10686
10711
  {
10687
10712
  "disabled": false,
10688
10713
  "document": "AZ name",
10689
- "example": "广州一区",
10714
+ "example": "广州七区",
10690
10715
  "member": "string",
10691
10716
  "name": "ZoneName",
10692
- "required": true,
10717
+ "output_required": true,
10693
10718
  "type": "string",
10694
10719
  "value_allowed_null": false
10695
10720
  },
10696
10721
  {
10697
10722
  "disabled": false,
10698
10723
  "document": "AZ number",
10699
- "example": "100001",
10724
+ "example": "100007",
10700
10725
  "member": "uint64",
10701
10726
  "name": "ZoneId",
10702
- "required": true,
10727
+ "output_required": true,
10703
10728
  "type": "int",
10704
10729
  "value_allowed_null": false
10705
10730
  },
@@ -10709,7 +10734,7 @@
10709
10734
  "example": "AVAILABLE",
10710
10735
  "member": "string",
10711
10736
  "name": "ZoneState",
10712
- "required": true,
10737
+ "output_required": true,
10713
10738
  "type": "string",
10714
10739
  "value_allowed_null": false
10715
10740
  },
@@ -10719,17 +10744,17 @@
10719
10744
  "example": "1",
10720
10745
  "member": "uint64",
10721
10746
  "name": "ZoneSupportIpv6",
10722
- "required": true,
10747
+ "output_required": true,
10723
10748
  "type": "int",
10724
10749
  "value_allowed_null": false
10725
10750
  },
10726
10751
  {
10727
10752
  "disabled": false,
10728
10753
  "document": "AZs that can be used as standby when this AZ is primary\nNote: this field may return `null`, indicating that no valid values can be obtained.",
10729
- "example": "ap-guangzhou-1,ap-guangzhou-2",
10754
+ "example": "[\"ap-guangzhou-6\",\"ap-guangzhou-7\"]",
10730
10755
  "member": "string",
10731
10756
  "name": "StandbyZoneSet",
10732
- "required": true,
10757
+ "output_required": true,
10733
10758
  "type": "list",
10734
10759
  "value_allowed_null": true
10735
10760
  }