tccli 3.0.1070.1__py2.py3-none-any.whl → 3.0.1072.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 (78) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/billing/v20180709/DescribeAllocateConditions.md +499 -0
  3. tccli/examples/billing/v20180709/DescribeAllocationBillConditions.md +495 -0
  4. tccli/examples/billing/v20180709/DescribeAllocationBillDetail.md +152 -0
  5. tccli/examples/billing/v20180709/DescribeAllocationMonthOverview.md +384 -0
  6. tccli/examples/billing/v20180709/DescribeAllocationOverview.md +102 -0
  7. tccli/examples/billing/v20180709/DescribeAllocationSummaryByBusiness.md +132 -0
  8. tccli/examples/billing/v20180709/DescribeAllocationSummaryByItem.md +96 -0
  9. tccli/examples/billing/v20180709/DescribeAllocationSummaryByResource.md +82 -0
  10. tccli/examples/billing/v20180709/DescribeAllocationTrendByMonth.md +60 -0
  11. tccli/examples/billing/v20180709/DescribeGatherResource.md +69 -0
  12. tccli/examples/cam/v20190116/GetCustomMFATokenInfo.md +2 -2
  13. tccli/examples/cam/v20190116/ListCollaborators.md +11 -10
  14. tccli/examples/cvm/v20170312/DescribeKeyPairs.md +1 -0
  15. tccli/examples/cvm/v20170312/InquiryPriceRenewInstances.md +3 -3
  16. tccli/examples/cvm/v20170312/InquiryPriceResetInstancesType.md +2 -40
  17. tccli/examples/dts/v20211206/DescribeSyncJobs.md +2 -0
  18. tccli/examples/ess/v20201111/CreateFlowApprovers.md +26 -0
  19. tccli/examples/ess/v20201111/CreateFlowByFiles.md +261 -0
  20. tccli/examples/ess/v20201111/DescribeFlowTemplates.md +6 -1
  21. tccli/examples/essbasic/v20210526/ChannelCreateFlowApprovers.md +34 -0
  22. tccli/examples/essbasic/v20210526/ChannelCreateFlowByFiles.md +257 -0
  23. tccli/examples/essbasic/v20210526/ChannelCreateReleaseFlow.md +35 -0
  24. tccli/examples/mariadb/v20170312/CreateAccount.md +1 -1
  25. tccli/examples/oceanus/v20190422/CreateJob.md +2 -1
  26. tccli/examples/postgres/v20170312/CreateBaseBackup.md +2 -2
  27. tccli/examples/postgres/v20170312/DeleteBaseBackup.md +1 -1
  28. tccli/examples/postgres/v20170312/DescribeBaseBackups.md +2 -2
  29. tccli/examples/postgres/v20170312/ModifyBaseBackupExpireTime.md +2 -2
  30. tccli/examples/sqlserver/v20180328/DescribeDBInstancesAttribute.md +8 -0
  31. tccli/examples/sqlserver/v20180328/ModifyDReadable.md +25 -0
  32. tccli/examples/tdmq/v20200217/DescribeRocketMQMsg.md +12 -12
  33. tccli/examples/tdmq/v20200217/DescribeRocketMQPublicAccessMonitorData.md +39 -0
  34. tccli/examples/teo/v20220901/CreateAccelerationDomain.md +1 -1
  35. tccli/examples/vpc/v20170312/DescribeVpnGateways.md +43 -65
  36. tccli/services/antiddos/v20200309/api.json +27 -16
  37. tccli/services/batch/v20170312/api.json +26 -26
  38. tccli/services/billing/billing_client.py +610 -80
  39. tccli/services/billing/v20180709/api.json +9519 -4207
  40. tccli/services/billing/v20180709/examples.json +80 -0
  41. tccli/services/cam/v20190116/api.json +35 -30
  42. tccli/services/cam/v20190116/examples.json +3 -3
  43. tccli/services/cdwdoris/v20211228/api.json +20 -0
  44. tccli/services/cvm/v20170312/api.json +81 -78
  45. tccli/services/cvm/v20170312/examples.json +9 -9
  46. tccli/services/dcdb/v20180411/api.json +25 -25
  47. tccli/services/dts/v20211206/api.json +53 -11
  48. tccli/services/dts/v20211206/examples.json +1 -1
  49. tccli/services/ess/v20201111/api.json +72 -4
  50. tccli/services/ess/v20201111/examples.json +13 -1
  51. tccli/services/essbasic/v20210526/api.json +20 -2
  52. tccli/services/essbasic/v20210526/examples.json +18 -0
  53. tccli/services/goosefs/v20220519/api.json +9 -0
  54. tccli/services/lighthouse/v20200324/api.json +61 -0
  55. tccli/services/mariadb/v20170312/api.json +36 -36
  56. tccli/services/mariadb/v20170312/examples.json +1 -1
  57. tccli/services/mrs/v20200910/api.json +18 -0
  58. tccli/services/oceanus/v20190422/api.json +28 -0
  59. tccli/services/oceanus/v20190422/examples.json +1 -1
  60. tccli/services/postgres/v20170312/api.json +79 -74
  61. tccli/services/postgres/v20170312/examples.json +7 -7
  62. tccli/services/rce/v20201103/api.json +25 -25
  63. tccli/services/sqlserver/sqlserver_client.py +53 -0
  64. tccli/services/sqlserver/v20180328/api.json +237 -34
  65. tccli/services/sqlserver/v20180328/examples.json +9 -1
  66. tccli/services/tdmq/tdmq_client.py +110 -57
  67. tccli/services/tdmq/v20200217/api.json +222 -4
  68. tccli/services/tdmq/v20200217/examples.json +10 -2
  69. tccli/services/teo/v20220901/api.json +1 -1
  70. tccli/services/teo/v20220901/examples.json +1 -1
  71. tccli/services/trtc/v20190722/api.json +4 -4
  72. tccli/services/vpc/v20170312/api.json +32 -24
  73. tccli/services/vpc/v20170312/examples.json +7 -7
  74. {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/METADATA +2 -2
  75. {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/RECORD +78 -66
  76. {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/WHEEL +0 -0
  77. {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/entry_points.txt +0 -0
  78. {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/license_files/LICENSE +0 -0
@@ -393,7 +393,7 @@
393
393
  "status": "online"
394
394
  },
395
395
  "InquiryPriceModifyInstancesChargeType": {
396
- "document": "本接口 (InquiryPriceModifyInstancesChargeType) 用于切换实例的计费模式询价。\n\n* 只支持从 `POSTPAID_BY_HOUR` 计费模式切换为`PREPAID`计费模式。\n* 关机不收费的实例、`BC1`和`BS1`机型族的实例、设置定时销毁的实例、竞价实例不支持该操作。",
396
+ "document": "本接口 (InquiryPriceModifyInstancesChargeType) 用于切换实例的计费模式询价。\n\n\n* 关机不收费的实例、`批量计算型BC1`和`批量计算型BS1`机型族的实例、设置定时销毁的实例、竞价实例不支持该操作。",
397
397
  "input": "InquiryPriceModifyInstancesChargeTypeRequest",
398
398
  "name": "修改实例计费模式询价",
399
399
  "output": "InquiryPriceModifyInstancesChargeTypeResponse",
@@ -414,21 +414,21 @@
414
414
  "status": "online"
415
415
  },
416
416
  "InquiryPriceResetInstance": {
417
- "document": "本接口 (InquiryPriceResetInstance) 用于重装实例询价。\n\n* 如果指定了`ImageId`参数,则使用指定的镜像进行重装询价;否则按照当前实例使用的镜像进行重装询价。\n* 目前只支持[系统盘类型](https://cloud.tencent.com/document/api/213/15753#SystemDisk)是`CLOUD_BASIC`、`CLOUD_PREMIUM`、`CLOUD_SSD`类型的实例使用该接口实现`Linux`和`Windows`操作系统切换的重装询价。\n* 目前不支持境外地域的实例使用该接口实现`Linux`和`Windows`操作系统切换的重装询价。",
417
+ "document": "本接口 (InquiryPriceResetInstance) 用于重装实例询价。\n\n* 如果指定了`ImageId`参数,则使用指定的镜像进行重装询价;否则按照当前实例使用的镜像进行重装询价。\n* 目前只支持[系统盘类型](https://cloud.tencent.com/document/api/213/15753#SystemDisk)是`CLOUD_BSSD `、`CLOUD_PREMIUM`、`CLOUD_SSD`类型的实例使用该接口实现`Linux`和`Windows`操作系统切换的重装询价。\n* 目前不支持境外地域的实例使用该接口实现`Linux`和`Windows`操作系统切换的重装询价。",
418
418
  "input": "InquiryPriceResetInstanceRequest",
419
419
  "name": "重装实例询价",
420
420
  "output": "InquiryPriceResetInstanceResponse",
421
421
  "status": "online"
422
422
  },
423
423
  "InquiryPriceResetInstancesInternetMaxBandwidth": {
424
- "document": "本接口 (InquiryPriceResetInstancesInternetMaxBandwidth) 用于调整实例公网带宽上限询价。\n\n* 不同机型带宽上限范围不一致,具体限制详见[公网带宽上限](https://cloud.tencent.com/document/product/213/12523)。\n* 对于`BANDWIDTH_PREPAID`计费方式的带宽,目前不支持调小带宽,且需要输入参数`StartTime`和`EndTime`,指定调整后的带宽的生效时间段。在这种场景下会涉及扣费,请确保账户余额充足。可通过[`DescribeAccountBalance`](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。\n* 对于 `TRAFFIC_POSTPAID_BY_HOUR`、 `BANDWIDTH_POSTPAID_BY_HOUR` 和 `BANDWIDTH_PACKAGE` 计费方式的带宽,使用该接口调整带宽上限是实时生效的,可以在带宽允许的范围内调大或者调小带宽,不支持输入参数 `StartTime` 和 `EndTime` 。\n* 接口不支持调整`BANDWIDTH_POSTPAID_BY_MONTH`计费方式的带宽。\n* 接口不支持批量调整 `BANDWIDTH_PREPAID` 和 `BANDWIDTH_POSTPAID_BY_HOUR` 计费方式的带宽。\n* 接口不支持批量调整混合计费方式的带宽。例如不支持同时调整`TRAFFIC_POSTPAID_BY_HOUR`和`BANDWIDTH_PACKAGE`计费方式的带宽。",
424
+ "document": "本接口 (InquiryPriceResetInstancesInternetMaxBandwidth) 用于调整实例公网带宽上限询价。\n\n* 不同机型带宽上限范围不一致,具体限制详见[公网带宽上限](https://cloud.tencent.com/document/product/213/12523)。\n* 对于`BANDWIDTH_PREPAID`计费方式的带宽,目前不支持调小带宽,且需要输入参数`StartTime`和`EndTime`,指定调整后的带宽的生效时间段。在这种场景下会涉及扣费,请确保账户余额充足。可通过 [DescribeAccountBalance](https://cloud.tencent.com/document/product/555/20253) 接口查询账户余额。\n* 对于 `TRAFFIC_POSTPAID_BY_HOUR`、 `BANDWIDTH_POSTPAID_BY_HOUR` 和 `BANDWIDTH_PACKAGE` 计费方式的带宽,使用该接口调整带宽上限是实时生效的,可以在带宽允许的范围内调大或者调小带宽,不支持输入参数 `StartTime` 和 `EndTime` 。\n* 接口不支持调整`BANDWIDTH_POSTPAID_BY_MONTH`计费方式的带宽。\n* 接口不支持批量调整 `BANDWIDTH_PREPAID` 和 `BANDWIDTH_POSTPAID_BY_HOUR` 计费方式的带宽。\n* 接口不支持批量调整混合计费方式的带宽。例如不支持同时调整`TRAFFIC_POSTPAID_BY_HOUR`和`BANDWIDTH_PACKAGE`计费方式的带宽。",
425
425
  "input": "InquiryPriceResetInstancesInternetMaxBandwidthRequest",
426
426
  "name": "调整实例带宽上限询价",
427
427
  "output": "InquiryPriceResetInstancesInternetMaxBandwidthResponse",
428
428
  "status": "online"
429
429
  },
430
430
  "InquiryPriceResetInstancesType": {
431
- "document": "本接口 (InquiryPriceResetInstancesType) 用于调整实例的机型询价。\n\n* 目前只支持[系统盘类型](https://cloud.tencent.com/document/product/213/15753#SystemDisk)是`CLOUD_BASIC`、`CLOUD_PREMIUM`、`CLOUD_SSD`类型的实例使用该接口进行调整机型询价。\n* 目前不支持[CDH](https://cloud.tencent.com/document/product/416)实例使用该接口调整机型询价。",
431
+ "document": "本接口 (InquiryPriceResetInstancesType) 用于调整实例的机型询价。\n\n* 目前只支持[系统盘类型](https://cloud.tencent.com/document/product/213/15753#SystemDisk)是`CLOUD_BSSD`、`CLOUD_PREMIUM`、`CLOUD_SSD`类型的实例使用该接口进行调整机型询价。\n* 目前不支持[CDH](https://cloud.tencent.com/document/product/416)实例使用该接口调整机型询价。",
432
432
  "input": "InquiryPriceResetInstancesTypeRequest",
433
433
  "name": "调整实例配置询价",
434
434
  "output": "InquiryPriceResetInstancesTypeResponse",
@@ -1677,7 +1677,7 @@
1677
1677
  },
1678
1678
  {
1679
1679
  "disabled": false,
1680
- "document": "密钥对创建后所属的项目ID。\n可以通过以下方式获取项目ID:\n<li>通过项目列表查询项目ID。\n<li>通过调用接口DescribeProject,取返回信息中的`projectId `获取项目ID",
1680
+ "document": "密钥对创建后所属的项目ID。\n可以通过以下方式获取项目ID:\n<li>通过项目列表查询项目ID。</li>\n<li>通过调用接口 [DescribeProjects](https://cloud.tencent.com/document/api/651/78725),取返回信息中的`projectId `获取项目ID。</li>",
1681
1681
  "example": "0",
1682
1682
  "member": "int64",
1683
1683
  "name": "ProjectId",
@@ -1705,7 +1705,7 @@
1705
1705
  "example": "无",
1706
1706
  "member": "KeyPair",
1707
1707
  "name": "KeyPair",
1708
- "required": false,
1708
+ "output_required": true,
1709
1709
  "type": "object",
1710
1710
  "value_allowed_null": false
1711
1711
  },
@@ -3270,7 +3270,7 @@
3270
3270
  "members": [
3271
3271
  {
3272
3272
  "disabled": false,
3273
- "document": "待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。",
3273
+ "document": "待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。",
3274
3274
  "example": "ins-6lafsaz0",
3275
3275
  "member": "string",
3276
3276
  "name": "InstanceId",
@@ -3289,7 +3289,7 @@
3289
3289
  "example": "无",
3290
3290
  "member": "InternetBandwidthConfig",
3291
3291
  "name": "InternetBandwidthConfigSet",
3292
- "required": true,
3292
+ "output_required": true,
3293
3293
  "type": "list",
3294
3294
  "value_allowed_null": false
3295
3295
  },
@@ -3746,7 +3746,7 @@
3746
3746
  },
3747
3747
  {
3748
3748
  "disabled": false,
3749
- "document": "偏移量,默认为0。关于 `Offset` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。返回数量,默认为20,最大值为100。关于 `Limit` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。",
3749
+ "document": "偏移量,默认为0。关于 `Offset` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。",
3750
3750
  "example": "0",
3751
3751
  "member": "int64",
3752
3752
  "name": "Offset",
@@ -3774,7 +3774,7 @@
3774
3774
  "example": "1",
3775
3775
  "member": "int64",
3776
3776
  "name": "TotalCount",
3777
- "required": true,
3777
+ "output_required": true,
3778
3778
  "type": "int",
3779
3779
  "value_allowed_null": false
3780
3780
  },
@@ -3784,7 +3784,7 @@
3784
3784
  "example": "无",
3785
3785
  "member": "KeyPair",
3786
3786
  "name": "KeyPairSet",
3787
- "required": true,
3787
+ "output_required": true,
3788
3788
  "type": "list",
3789
3789
  "value_allowed_null": false
3790
3790
  },
@@ -5784,8 +5784,8 @@
5784
5784
  "members": [
5785
5785
  {
5786
5786
  "disabled": false,
5787
- "document": "一个或多个待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。",
5788
- "example": "[\"ins-r8hr2upy\\r\\n\"]",
5787
+ "document": "一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。",
5788
+ "example": "[\"ins-r8hr2upy\"]",
5789
5789
  "member": "string",
5790
5790
  "name": "InstanceIds",
5791
5791
  "required": true,
@@ -5793,7 +5793,7 @@
5793
5793
  },
5794
5794
  {
5795
5795
  "disabled": false,
5796
- "document": "实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月。<br><li>POSTPAID_BY_HOUR:后付费,即按量付费。",
5796
+ "document": "修改后的实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月。</li><li>POSTPAID_BY_HOUR:后付费,即按量付费。</li>",
5797
5797
  "example": "PREPAID",
5798
5798
  "member": "string",
5799
5799
  "name": "InstanceChargeType",
@@ -5802,7 +5802,7 @@
5802
5802
  },
5803
5803
  {
5804
5804
  "disabled": false,
5805
- "document": "预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。<dx-alert infotype=\"explain\" title=\"\">若指定实例的付费模式为预付费则该参数必传。</dx-alert>",
5805
+ "document": "预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。<dx-alert infotype=\"explain\" title=\"\">若指定修改后实例的付费模式为预付费则该参数必传。</dx-alert>",
5806
5806
  "example": "无",
5807
5807
  "member": "InstanceChargePrepaid",
5808
5808
  "name": "InstanceChargePrepaid",
@@ -5811,7 +5811,7 @@
5811
5811
  },
5812
5812
  {
5813
5813
  "disabled": false,
5814
- "document": "是否同时切换弹性数据云盘计费模式。取值范围:<br><li>TRUE:表示切换弹性数据云盘计费模式<br><li>FALSE:表示不切换弹性数据云盘计费模式<br><br>默认取值:FALSE。",
5814
+ "document": "是否同时切换弹性数据云盘计费模式。取值范围:<br><li>true:表示切换弹性数据云盘计费模式</li><li>false:表示不切换弹性数据云盘计费模式</li><br>默认取值:false。",
5815
5815
  "example": "false",
5816
5816
  "member": "bool",
5817
5817
  "name": "ModifyPortableDataDisk",
@@ -5830,7 +5830,7 @@
5830
5830
  "example": "无",
5831
5831
  "member": "Price",
5832
5832
  "name": "Price",
5833
- "required": true,
5833
+ "output_required": true,
5834
5834
  "type": "object",
5835
5835
  "value_allowed_null": false
5836
5836
  },
@@ -5902,8 +5902,8 @@
5902
5902
  "members": [
5903
5903
  {
5904
5904
  "disabled": false,
5905
- "document": "一个或多个待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。",
5906
- "example": "[\"ins-2zvpghhc\\r\\n\"]",
5905
+ "document": "一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。",
5906
+ "example": "[\"ins-2zvpghhc\"]",
5907
5907
  "member": "string",
5908
5908
  "name": "InstanceIds",
5909
5909
  "required": true,
@@ -5920,8 +5920,8 @@
5920
5920
  },
5921
5921
  {
5922
5922
  "disabled": false,
5923
- "document": "试运行,测试使用,不执行具体逻辑。取值范围:<br><li>TRUE:跳过执行逻辑<br><li>FALSE:执行逻辑<br><br>默认取值:FALSE。",
5924
- "example": "False",
5923
+ "document": "试运行,测试使用,不执行具体逻辑。取值范围:<br><li>true:跳过执行逻辑</li><li>false:执行逻辑<br><br>默认取值:false。</li>",
5924
+ "example": "false",
5925
5925
  "member": "bool",
5926
5926
  "name": "DryRun",
5927
5927
  "required": false,
@@ -5929,8 +5929,8 @@
5929
5929
  },
5930
5930
  {
5931
5931
  "disabled": false,
5932
- "document": "是否续费弹性数据盘。取值范围:<br><li>TRUE:表示续费包年包月实例同时续费其挂载的弹性数据盘<br><li>FALSE:表示续费包年包月实例同时不再续费其挂载的弹性数据盘<br><br>默认取值:TRUE。",
5933
- "example": "False",
5932
+ "document": "是否续费弹性数据盘。取值范围:<br><li>true:表示续费包年包月实例同时续费其挂载的弹性数据盘</li><li>false:表示续费包年包月实例同时不再续费其挂载的弹性数据盘</li><br>默认取值:true。",
5933
+ "example": "false",
5934
5934
  "member": "bool",
5935
5935
  "name": "RenewPortableDataDisk",
5936
5936
  "required": false,
@@ -5948,6 +5948,7 @@
5948
5948
  "example": "无",
5949
5949
  "member": "Price",
5950
5950
  "name": "Price",
5951
+ "output_required": true,
5951
5952
  "type": "object",
5952
5953
  "value_allowed_null": false
5953
5954
  },
@@ -5966,7 +5967,7 @@
5966
5967
  {
5967
5968
  "disabled": false,
5968
5969
  "document": "实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) API返回值中的`InstanceId`获取。",
5969
- "example": "",
5970
+ "example": "ins-fd8spnmq",
5970
5971
  "member": "string",
5971
5972
  "name": "InstanceId",
5972
5973
  "required": true,
@@ -5975,7 +5976,7 @@
5975
5976
  {
5976
5977
  "disabled": false,
5977
5978
  "document": "指定有效的[镜像](/document/product/213/4940)ID,格式形如`img-xxx`。镜像类型分为四种:<br/><li>公共镜像</li><li>自定义镜像</li><li>共享镜像</li><li>服务市场镜像</li><br/>可通过以下方式获取可用的镜像ID:<br/><li>`公共镜像`、`自定义镜像`、`共享镜像`的镜像ID可通过登录[控制台](https://console.cloud.tencent.com/cvm/image?rid=1&imageType=PUBLIC_IMAGE)查询;`服务镜像市场`的镜像ID可通过[云市场](https://market.cloud.tencent.com/list)查询。</li><li>通过调用接口 [DescribeImages](https://cloud.tencent.com/document/api/213/15715) ,取返回信息中的`ImageId`字段。</li>",
5978
- "example": "",
5979
+ "example": "img-8toqc6s3",
5979
5980
  "member": "string",
5980
5981
  "name": "ImageId",
5981
5982
  "required": false,
@@ -5984,7 +5985,7 @@
5984
5985
  {
5985
5986
  "disabled": false,
5986
5987
  "document": "实例系统盘配置信息。系统盘为云盘的实例可以通过该参数指定重装后的系统盘大小来实现对系统盘的扩容操作,若不指定则默认系统盘大小保持不变。系统盘大小只支持扩容不支持缩容;重装只支持修改系统盘的大小,不能修改系统盘的类型。",
5987
- "example": "",
5988
+ "example": "",
5988
5989
  "member": "SystemDisk",
5989
5990
  "name": "SystemDisk",
5990
5991
  "required": false,
@@ -5993,7 +5994,7 @@
5993
5994
  {
5994
5995
  "disabled": false,
5995
5996
  "document": "实例登录设置。通过该参数可以设置实例的登录方式密码、密钥或保持镜像的原始登录设置。默认情况下会随机生成密码,并以站内信方式知会到用户。",
5996
- "example": "",
5997
+ "example": "",
5997
5998
  "member": "LoginSettings",
5998
5999
  "name": "LoginSettings",
5999
6000
  "required": false,
@@ -6002,7 +6003,7 @@
6002
6003
  {
6003
6004
  "disabled": false,
6004
6005
  "document": "增强服务。通过该参数可以指定是否开启云安全、云监控等服务。若不指定该参数,则默认开启云监控、云安全服务。",
6005
- "example": "",
6006
+ "example": "",
6006
6007
  "member": "EnhancedService",
6007
6008
  "name": "EnhancedService",
6008
6009
  "required": false,
@@ -6017,9 +6018,10 @@
6017
6018
  {
6018
6019
  "disabled": false,
6019
6020
  "document": "该参数表示重装成对应配置实例的价格。",
6020
- "example": "",
6021
+ "example": "",
6021
6022
  "member": "Price",
6022
6023
  "name": "Price",
6024
+ "output_required": true,
6023
6025
  "type": "object",
6024
6026
  "value_allowed_null": false
6025
6027
  },
@@ -6037,8 +6039,8 @@
6037
6039
  "members": [
6038
6040
  {
6039
6041
  "disabled": false,
6040
- "document": "一个或多个待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。当调整 `BANDWIDTH_PREPAID` 和 `BANDWIDTH_POSTPAID_BY_HOUR` 计费方式的带宽时,只支持一个实例。",
6041
- "example": "",
6042
+ "document": "一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。当调整 `BANDWIDTH_PREPAID` 和 `BANDWIDTH_POSTPAID_BY_HOUR` 计费方式的带宽时,只支持一个实例。",
6043
+ "example": "[\"ins-fd8spnmq\"]",
6042
6044
  "member": "string",
6043
6045
  "name": "InstanceIds",
6044
6046
  "required": true,
@@ -6047,7 +6049,7 @@
6047
6049
  {
6048
6050
  "disabled": false,
6049
6051
  "document": "公网出带宽配置。不同机型带宽上限范围不一致,具体限制详见带宽限制对账表。暂时只支持`InternetMaxBandwidthOut`参数。",
6050
- "example": "",
6052
+ "example": "",
6051
6053
  "member": "InternetAccessible",
6052
6054
  "name": "InternetAccessible",
6053
6055
  "required": true,
@@ -6056,7 +6058,7 @@
6056
6058
  {
6057
6059
  "disabled": false,
6058
6060
  "document": "带宽生效的起始时间。格式:`YYYY-MM-DD`,例如:`2016-10-30`。起始时间不能早于当前时间。如果起始时间是今天则新设置的带宽立即生效。该参数只对包年包月带宽有效,其他模式带宽不支持该参数,否则接口会以相应错误码返回。",
6059
- "example": "",
6061
+ "example": "2016-10-30",
6060
6062
  "member": "string",
6061
6063
  "name": "StartTime",
6062
6064
  "required": false,
@@ -6064,8 +6066,8 @@
6064
6066
  },
6065
6067
  {
6066
6068
  "disabled": false,
6067
- "document": "带宽生效的终止时间。格式:`YYYY-MM-DD`,例如:`2016-10-30`。新设置的带宽的有效期包含终止时间此日期。终止时间不能晚于包年包月实例的到期时间。实例的到期时间可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`ExpiredTime`获取。该参数只对包年包月带宽有效,其他模式带宽不支持该参数,否则接口会以相应错误码返回。",
6068
- "example": "",
6069
+ "document": "带宽生效的终止时间。格式:`YYYY-MM-DD`,例如:`2016-10-30`。新设置的带宽的有效期包含终止时间此日期。终止时间不能晚于包年包月实例的到期时间。实例的到期时间可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`ExpiredTime`获取。该参数只对包年包月带宽有效,其他模式带宽不支持该参数,否则接口会以相应错误码返回。",
6070
+ "example": "2016-11-30",
6069
6071
  "member": "string",
6070
6072
  "name": "EndTime",
6071
6073
  "required": false,
@@ -6080,9 +6082,10 @@
6080
6082
  {
6081
6083
  "disabled": false,
6082
6084
  "document": "该参数表示带宽调整为对应大小之后的价格。",
6083
- "example": "",
6085
+ "example": "",
6084
6086
  "member": "Price",
6085
6087
  "name": "Price",
6088
+ "output_required": true,
6086
6089
  "type": "object",
6087
6090
  "value_allowed_null": false
6088
6091
  },
@@ -6100,8 +6103,8 @@
6100
6103
  "members": [
6101
6104
  {
6102
6105
  "disabled": false,
6103
- "document": "一个或多个待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。本接口每次请求批量实例的上限为1。",
6104
- "example": "[\"ins-2zvpghhc\\r\\n\"]",
6106
+ "document": "一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。本接口每次请求批量实例的上限为1。",
6107
+ "example": "[\"ins-2zvpghhc\"]",
6105
6108
  "member": "string",
6106
6109
  "name": "InstanceIds",
6107
6110
  "required": true,
@@ -7362,7 +7365,7 @@
7362
7365
  "members": [
7363
7366
  {
7364
7367
  "disabled": false,
7365
- "document": "网络计费类型。取值范围:<br><li>BANDWIDTH_PREPAID:预付费按带宽结算<br><li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费<br><li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费<br><li>BANDWIDTH_PACKAGE:带宽包用户<br>默认取值:非带宽包用户默认与子机付费类型保持一致,比如子机付费类型为预付费,网络计费类型默认为预付费;子机付费类型为后付费,网络计费类型默认为后付费。",
7368
+ "document": "网络计费类型。取值范围:<br><li>BANDWIDTH_PREPAID:预付费按带宽结算</li><li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li><li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费</li><li>BANDWIDTH_PACKAGE:带宽包用户</li>默认取值:非带宽包用户默认与子机付费类型保持一致,比如子机付费类型为预付费,网络计费类型默认为预付费;子机付费类型为后付费,网络计费类型默认为后付费。",
7366
7369
  "example": "无",
7367
7370
  "member": "string",
7368
7371
  "name": "InternetChargeType",
@@ -7384,11 +7387,11 @@
7384
7387
  },
7385
7388
  {
7386
7389
  "disabled": false,
7387
- "document": "是否分配公网IP。取值范围:<br><li>true:表示分配公网IP<br><li>false:表示不分配公网IP<br><br>当公网带宽大于0Mbps时,可自由选择开通与否,默认开通公网IP;当公网带宽为0,则不允许分配公网IP。该参数仅在RunInstances接口中作为入参使用。",
7390
+ "document": "是否分配公网IP。取值范围:<br><li>true:表示分配公网IP</li><li>false:表示不分配公网IP</li><br>当公网带宽大于0Mbps时,可自由选择开通与否,默认开通公网IP;当公网带宽为0,则不允许分配公网IP。该参数仅在RunInstances接口中作为入参使用。",
7388
7391
  "example": "false",
7389
7392
  "member": "bool",
7390
7393
  "name": "PublicIpAssigned",
7391
- "output_required": true,
7394
+ "output_required": false,
7392
7395
  "required": false,
7393
7396
  "type": "bool",
7394
7397
  "value_allowed_null": false
@@ -7399,7 +7402,7 @@
7399
7402
  "example": "无",
7400
7403
  "member": "string",
7401
7404
  "name": "BandwidthPackageId",
7402
- "output_required": true,
7405
+ "output_required": false,
7403
7406
  "required": false,
7404
7407
  "type": "string",
7405
7408
  "value_allowed_null": false
@@ -7472,21 +7475,21 @@
7472
7475
  "members": [
7473
7476
  {
7474
7477
  "disabled": false,
7475
- "document": "后续合计费用的原价,后付费模式使用,单位:元。<br><li>如返回了其他时间区间项,如UnitPriceSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时\n注意:此字段可能返回 null,表示取不到有效值。",
7478
+ "document": "后续合计费用的原价,后付费模式使用,单位:元。<br><li>如返回了其他时间区间项,如UnitPriceSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>\n注意:此字段可能返回 null,表示取不到有效值。",
7476
7479
  "example": "35.5",
7477
7480
  "member": "float",
7478
7481
  "name": "UnitPrice",
7479
- "output_required": true,
7482
+ "output_required": false,
7480
7483
  "type": "float",
7481
7484
  "value_allowed_null": true
7482
7485
  },
7483
7486
  {
7484
7487
  "disabled": false,
7485
- "document": "后续计价单元,后付费模式使用,可取值范围: <br><li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR):<br><li>GB:表示计价单元是按每GB来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)。\n注意:此字段可能返回 null,表示取不到有效值。",
7488
+ "document": "后续计价单元,后付费模式使用,可取值范围: <br><li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR):</li><li>GB:表示计价单元是按每GB来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
7486
7489
  "example": "35.5",
7487
7490
  "member": "string",
7488
7491
  "name": "ChargeUnit",
7489
- "output_required": true,
7492
+ "output_required": false,
7490
7493
  "type": "string",
7491
7494
  "value_allowed_null": true
7492
7495
  },
@@ -7496,7 +7499,7 @@
7496
7499
  "example": "35.5",
7497
7500
  "member": "float",
7498
7501
  "name": "OriginalPrice",
7499
- "output_required": true,
7502
+ "output_required": false,
7500
7503
  "type": "float",
7501
7504
  "value_allowed_null": true
7502
7505
  },
@@ -7506,7 +7509,7 @@
7506
7509
  "example": "35.5",
7507
7510
  "member": "float",
7508
7511
  "name": "DiscountPrice",
7509
- "output_required": true,
7512
+ "output_required": false,
7510
7513
  "type": "float",
7511
7514
  "value_allowed_null": true
7512
7515
  },
@@ -7516,17 +7519,17 @@
7516
7519
  "example": "20.0",
7517
7520
  "member": "float",
7518
7521
  "name": "Discount",
7519
- "output_required": true,
7522
+ "output_required": false,
7520
7523
  "type": "float",
7521
7524
  "value_allowed_null": true
7522
7525
  },
7523
7526
  {
7524
7527
  "disabled": false,
7525
- "document": "后续合计费用的折扣价,后付费模式使用,单位:元<br><li>如返回了其他时间区间项,如UnitPriceDiscountSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时\n注意:此字段可能返回 null,表示取不到有效值。",
7528
+ "document": "后续合计费用的折扣价,后付费模式使用,单位:元<br><li>如返回了其他时间区间项,如UnitPriceDiscountSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>\n注意:此字段可能返回 null,表示取不到有效值。",
7526
7529
  "example": "35.5",
7527
7530
  "member": "float",
7528
7531
  "name": "UnitPriceDiscount",
7529
- "output_required": true,
7532
+ "output_required": false,
7530
7533
  "type": "float",
7531
7534
  "value_allowed_null": true
7532
7535
  },
@@ -7536,7 +7539,7 @@
7536
7539
  "example": "35.5",
7537
7540
  "member": "float",
7538
7541
  "name": "UnitPriceSecondStep",
7539
- "output_required": true,
7542
+ "output_required": false,
7540
7543
  "type": "float",
7541
7544
  "value_allowed_null": true
7542
7545
  },
@@ -7546,7 +7549,7 @@
7546
7549
  "example": "35.5",
7547
7550
  "member": "float",
7548
7551
  "name": "UnitPriceDiscountSecondStep",
7549
- "output_required": true,
7552
+ "output_required": false,
7550
7553
  "type": "float",
7551
7554
  "value_allowed_null": true
7552
7555
  },
@@ -7556,7 +7559,7 @@
7556
7559
  "example": "35.5",
7557
7560
  "member": "float",
7558
7561
  "name": "UnitPriceThirdStep",
7559
- "output_required": true,
7562
+ "output_required": false,
7560
7563
  "type": "float",
7561
7564
  "value_allowed_null": true
7562
7565
  },
@@ -7566,7 +7569,7 @@
7566
7569
  "example": "35.5",
7567
7570
  "member": "float",
7568
7571
  "name": "UnitPriceDiscountThirdStep",
7569
- "output_required": true,
7572
+ "output_required": false,
7570
7573
  "type": "float",
7571
7574
  "value_allowed_null": true
7572
7575
  },
@@ -7576,7 +7579,7 @@
7576
7579
  "example": "35.5",
7577
7580
  "member": "float",
7578
7581
  "name": "OriginalPriceThreeYear",
7579
- "output_required": true,
7582
+ "output_required": false,
7580
7583
  "type": "float",
7581
7584
  "value_allowed_null": true
7582
7585
  },
@@ -7586,7 +7589,7 @@
7586
7589
  "example": "35.5",
7587
7590
  "member": "float",
7588
7591
  "name": "DiscountPriceThreeYear",
7589
- "output_required": true,
7592
+ "output_required": false,
7590
7593
  "type": "float",
7591
7594
  "value_allowed_null": true
7592
7595
  },
@@ -7596,7 +7599,7 @@
7596
7599
  "example": "35.5",
7597
7600
  "member": "float",
7598
7601
  "name": "DiscountThreeYear",
7599
- "output_required": true,
7602
+ "output_required": false,
7600
7603
  "type": "float",
7601
7604
  "value_allowed_null": true
7602
7605
  },
@@ -7606,7 +7609,7 @@
7606
7609
  "example": "35.5",
7607
7610
  "member": "float",
7608
7611
  "name": "OriginalPriceFiveYear",
7609
- "output_required": true,
7612
+ "output_required": false,
7610
7613
  "type": "float",
7611
7614
  "value_allowed_null": true
7612
7615
  },
@@ -7616,7 +7619,7 @@
7616
7619
  "example": "35.5",
7617
7620
  "member": "float",
7618
7621
  "name": "DiscountPriceFiveYear",
7619
- "output_required": true,
7622
+ "output_required": false,
7620
7623
  "type": "float",
7621
7624
  "value_allowed_null": true
7622
7625
  },
@@ -7626,7 +7629,7 @@
7626
7629
  "example": "35.5",
7627
7630
  "member": "float",
7628
7631
  "name": "DiscountFiveYear",
7629
- "output_required": true,
7632
+ "output_required": false,
7630
7633
  "type": "float",
7631
7634
  "value_allowed_null": true
7632
7635
  },
@@ -7636,7 +7639,7 @@
7636
7639
  "example": "35.5",
7637
7640
  "member": "float",
7638
7641
  "name": "OriginalPriceOneYear",
7639
- "output_required": true,
7642
+ "output_required": false,
7640
7643
  "type": "float",
7641
7644
  "value_allowed_null": true
7642
7645
  },
@@ -7646,7 +7649,7 @@
7646
7649
  "example": "35.5",
7647
7650
  "member": "float",
7648
7651
  "name": "DiscountPriceOneYear",
7649
- "output_required": true,
7652
+ "output_required": false,
7650
7653
  "type": "float",
7651
7654
  "value_allowed_null": true
7652
7655
  },
@@ -7656,7 +7659,7 @@
7656
7659
  "example": "20.0",
7657
7660
  "member": "float",
7658
7661
  "name": "DiscountOneYear",
7659
- "output_required": true,
7662
+ "output_required": false,
7660
7663
  "type": "float",
7661
7664
  "value_allowed_null": true
7662
7665
  }
@@ -7672,7 +7675,7 @@
7672
7675
  "example": "skey-q29u65hu",
7673
7676
  "member": "string",
7674
7677
  "name": "KeyId",
7675
- "required": false,
7678
+ "output_required": true,
7676
7679
  "type": "string",
7677
7680
  "value_allowed_null": false
7678
7681
  },
@@ -7682,7 +7685,7 @@
7682
7685
  "example": "test",
7683
7686
  "member": "string",
7684
7687
  "name": "KeyName",
7685
- "required": false,
7688
+ "output_required": true,
7686
7689
  "type": "string",
7687
7690
  "value_allowed_null": false
7688
7691
  },
@@ -7692,7 +7695,7 @@
7692
7695
  "example": "0",
7693
7696
  "member": "int64",
7694
7697
  "name": "ProjectId",
7695
- "required": false,
7698
+ "output_required": true,
7696
7699
  "type": "int",
7697
7700
  "value_allowed_null": false
7698
7701
  },
@@ -7702,7 +7705,7 @@
7702
7705
  "example": "test",
7703
7706
  "member": "string",
7704
7707
  "name": "Description",
7705
- "required": false,
7708
+ "output_required": false,
7706
7709
  "type": "string",
7707
7710
  "value_allowed_null": false
7708
7711
  },
@@ -7712,7 +7715,7 @@
7712
7715
  "example": "xxx",
7713
7716
  "member": "string",
7714
7717
  "name": "PublicKey",
7715
- "required": false,
7718
+ "output_required": false,
7716
7719
  "type": "string",
7717
7720
  "value_allowed_null": false
7718
7721
  },
@@ -7722,7 +7725,7 @@
7722
7725
  "example": "xxx",
7723
7726
  "member": "string",
7724
7727
  "name": "PrivateKey",
7725
- "required": false,
7728
+ "output_required": false,
7726
7729
  "type": "string",
7727
7730
  "value_allowed_null": false
7728
7731
  },
@@ -7732,7 +7735,7 @@
7732
7735
  "example": "[]",
7733
7736
  "member": "string",
7734
7737
  "name": "AssociatedInstanceIds",
7735
- "required": false,
7738
+ "output_required": false,
7736
7739
  "type": "list",
7737
7740
  "value_allowed_null": false
7738
7741
  },
@@ -7742,7 +7745,7 @@
7742
7745
  "example": "2022-03-21T08:41:45Z",
7743
7746
  "member": "datetime_iso",
7744
7747
  "name": "CreatedTime",
7745
- "required": false,
7748
+ "output_required": false,
7746
7749
  "type": "string",
7747
7750
  "value_allowed_null": false
7748
7751
  },
@@ -7752,7 +7755,7 @@
7752
7755
  "example": "[]",
7753
7756
  "member": "Tag",
7754
7757
  "name": "Tags",
7755
- "required": false,
7758
+ "output_required": false,
7756
7759
  "type": "list",
7757
7760
  "value_allowed_null": true
7758
7761
  }
@@ -8487,7 +8490,7 @@
8487
8490
  "members": [
8488
8491
  {
8489
8492
  "disabled": false,
8490
- "document": "镜像ID,形如`img-gvbnzy6f`。镜像ID可以通过如下方式获取:<br><li>通过[DescribeImages](https://cloud.tencent.com/document/api/213/15715)接口返回的`ImageId`获取。<br><li>通过[镜像控制台](https://console.cloud.tencent.com/cvm/image)获取。",
8493
+ "document": "镜像ID,形如`img-gvbnzy6f`。镜像ID可以通过如下方式获取:<li>通过[DescribeImages](https://cloud.tencent.com/document/api/213/15715)接口返回的`ImageId`获取。</li><li>通过[镜像控制台](https://console.cloud.tencent.com/cvm/image)获取。</li>",
8491
8494
  "example": "img-6pb6lrmy",
8492
8495
  "member": "string",
8493
8496
  "name": "ImageId",
@@ -8496,7 +8499,7 @@
8496
8499
  },
8497
8500
  {
8498
8501
  "disabled": false,
8499
- "document": "设置新的镜像名称;必须满足下列限制:<br> <li> 不得超过60个字符。<br> <li> 镜像名称不能与已有镜像重复。",
8502
+ "document": "设置新的镜像名称;必须满足下列限制 <li> 不得超过60个字符。</li><li> 镜像名称不能与已有镜像重复。</li>",
8500
8503
  "example": "sample",
8501
8504
  "member": "string",
8502
8505
  "name": "ImageName",
@@ -8505,7 +8508,7 @@
8505
8508
  },
8506
8509
  {
8507
8510
  "disabled": false,
8508
- "document": "设置新的镜像描述;必须满足下列限制:<br> <li> 不得超过60个字符。",
8511
+ "document": "设置新的镜像描述;必须满足下列限制: <li> 不得超过 256 个字符。</li>",
8509
8512
  "example": "sample",
8510
8513
  "member": "string",
8511
8514
  "name": "ImageDescription",
@@ -9220,7 +9223,7 @@
9220
9223
  "example": "无",
9221
9224
  "member": "ItemPrice",
9222
9225
  "name": "InstancePrice",
9223
- "output_required": true,
9226
+ "output_required": false,
9224
9227
  "type": "object",
9225
9228
  "value_allowed_null": false
9226
9229
  },
@@ -9230,7 +9233,7 @@
9230
9233
  "example": "无",
9231
9234
  "member": "ItemPrice",
9232
9235
  "name": "BandwidthPrice",
9233
- "output_required": true,
9236
+ "output_required": false,
9234
9237
  "type": "object",
9235
9238
  "value_allowed_null": false
9236
9239
  }