tccli 3.0.1393.1__py2.py3-none-any.whl → 3.0.1394.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 (41) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/ai3d/v20250513/api.json +4 -4
  4. tccli/services/apm/apm_client.py +53 -0
  5. tccli/services/apm/v20210622/api.json +354 -0
  6. tccli/services/apm/v20210622/examples.json +8 -0
  7. tccli/services/billing/billing_client.py +326 -8
  8. tccli/services/billing/v20180709/api.json +2120 -187
  9. tccli/services/billing/v20180709/examples.json +48 -0
  10. tccli/services/ccc/v20200210/api.json +88 -10
  11. tccli/services/cvm/cvm_client.py +0 -212
  12. tccli/services/cvm/v20170312/api.json +80 -842
  13. tccli/services/cvm/v20170312/examples.json +24 -56
  14. tccli/services/gs/gs_client.py +216 -4
  15. tccli/services/gs/v20191118/api.json +201 -0
  16. tccli/services/gs/v20191118/examples.json +32 -0
  17. tccli/services/iai/v20180301/api.json +33 -24
  18. tccli/services/iai/v20180301/examples.json +4 -4
  19. tccli/services/lke/v20231130/api.json +34 -1
  20. tccli/services/lkeap/v20240522/api.json +1 -1
  21. tccli/services/mna/v20210119/api.json +10 -1
  22. tccli/services/mna/v20210119/examples.json +1 -1
  23. tccli/services/ocr/v20181119/api.json +2 -2
  24. tccli/services/redis/v20180412/api.json +1 -1
  25. tccli/services/sqlserver/v20180328/api.json +15 -5
  26. tccli/services/sqlserver/v20180328/examples.json +1 -1
  27. tccli/services/trocket/v20230308/api.json +4 -4
  28. tccli/services/tsf/v20180326/api.json +2 -2
  29. tccli/services/vod/v20180717/api.json +1 -1
  30. tccli/services/vpc/v20170312/api.json +3 -3
  31. tccli/services/vtc/v20240223/api.json +1 -1
  32. tccli/services/waf/v20180125/api.json +8 -8
  33. tccli/services/waf/v20180125/examples.json +1 -1
  34. tccli/services/wedata/v20250806/api.json +13645 -0
  35. tccli/services/wedata/v20250806/examples.json +621 -0
  36. tccli/services/wedata/wedata_client.py +5031 -1157
  37. {tccli-3.0.1393.1.dist-info → tccli-3.0.1394.1.dist-info}/METADATA +2 -2
  38. {tccli-3.0.1393.1.dist-info → tccli-3.0.1394.1.dist-info}/RECORD +41 -39
  39. {tccli-3.0.1393.1.dist-info → tccli-3.0.1394.1.dist-info}/WHEEL +0 -0
  40. {tccli-3.0.1393.1.dist-info → tccli-3.0.1394.1.dist-info}/entry_points.txt +0 -0
  41. {tccli-3.0.1393.1.dist-info → tccli-3.0.1394.1.dist-info}/license_files/LICENSE +0 -0
@@ -322,20 +322,6 @@
322
322
  "output": "DescribeRegionsResponse",
323
323
  "status": "online"
324
324
  },
325
- "DescribeReservedInstancesConfigInfos": {
326
- "document": "本接口(DescribeReservedInstancesConfigInfos)供用户列出可购买预留实例机型配置。预留实例当前只针对国际站白名单用户开放。",
327
- "input": "DescribeReservedInstancesConfigInfosRequest",
328
- "name": "查询预留实例机型配置参数",
329
- "output": "DescribeReservedInstancesConfigInfosResponse",
330
- "status": "online"
331
- },
332
- "DescribeReservedInstancesOfferings": {
333
- "document": "本接口(DescribeReservedInstancesOfferings)供用户列出可购买的预留实例配置,预留实例当前只针对国际站白名单用户开放。",
334
- "input": "DescribeReservedInstancesOfferingsRequest",
335
- "name": "列出可购买的预留实例配置",
336
- "output": "DescribeReservedInstancesOfferingsResponse",
337
- "status": "online"
338
- },
339
325
  "DescribeTaskInfo": {
340
326
  "document": "本接口 (DescribeTaskInfo) 用于查询云服务器维修任务列表及详细信息。\n\n- 可以根据实例ID、实例名称或任务状态等信息来查询维修任务列表。过滤信息详情可参考入参说明。\n- 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的维修任务列表。",
341
327
  "input": "DescribeTaskInfoRequest",
@@ -413,13 +399,6 @@
413
399
  "output": "ImportKeyPairResponse",
414
400
  "status": "online"
415
401
  },
416
- "InquirePricePurchaseReservedInstancesOffering": {
417
- "document": "本接口(InquirePricePurchaseReservedInstancesOffering)用于创建预留实例询价。本接口仅允许针对购买限制范围内的预留实例配置进行询价。预留实例当前只针对国际站白名单用户开放。",
418
- "input": "InquirePricePurchaseReservedInstancesOfferingRequest",
419
- "name": "创建预留实例询价",
420
- "output": "InquirePricePurchaseReservedInstancesOfferingResponse",
421
- "status": "online"
422
- },
423
402
  "InquiryPriceModifyInstancesChargeType": {
424
403
  "document": "本接口 (InquiryPriceModifyInstancesChargeType) 用于切换实例的计费模式询价。\n\n\n* 关机不收费的实例、`批量计算型BC1`和`批量计算型BS1`机型族的实例、设置定时销毁的实例、竞价实例不支持该操作。",
425
404
  "input": "InquiryPriceModifyInstancesChargeTypeRequest",
@@ -595,13 +574,6 @@
595
574
  "output": "ProgramFpgaImageResponse",
596
575
  "status": "online"
597
576
  },
598
- "PurchaseReservedInstancesOffering": {
599
- "document": "本接口(PurchaseReservedInstancesOffering)用于用户购买一个或者多个指定配置的预留实例,预留实例当前只针对国际站白名单用户开放。",
600
- "input": "PurchaseReservedInstancesOfferingRequest",
601
- "name": "购买预留实例",
602
- "output": "PurchaseReservedInstancesOfferingResponse",
603
- "status": "online"
604
- },
605
577
  "RebootInstances": {
606
578
  "document": "本接口 (RebootInstances) 用于重启实例。\n\n* 只有状态为`RUNNING`的实例才可以进行此操作。\n* 接口调用成功时,实例会进入`REBOOTING`状态;重启实例成功时,实例会进入`RUNNING`状态。\n* 支持强制重启。强制重启的效果等同于关闭物理计算机的电源开关再重新启动。强制重启可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常重启时使用。\n* 支持批量操作,每次请求批量实例的上限为100。\n* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728#.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) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。",
607
579
  "input": "RebootInstancesRequest",
@@ -882,7 +854,7 @@
882
854
  {
883
855
  "disabled": false,
884
856
  "document": "实例所在的位置。通过该参数可以指定实例所属可用区,所属项目等属性。",
885
- "example": "{ \"Zone\": \"ap-shanghai-2\" }",
857
+ "example": "",
886
858
  "member": "Placement",
887
859
  "name": "Placement",
888
860
  "required": true,
@@ -891,7 +863,7 @@
891
863
  {
892
864
  "disabled": false,
893
865
  "document": "用于保证请求幂等性的字符串。",
894
- "example": "a521b4e4-c903-4d37-9de6-8906e3ad8eb7",
866
+ "example": "a521b4e4-c903-4d37-9de6-8606e3ad8eb7",
895
867
  "member": "string",
896
868
  "name": "ClientToken",
897
869
  "required": false,
@@ -900,7 +872,7 @@
900
872
  {
901
873
  "disabled": false,
902
874
  "document": "预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。",
903
- "example": "{ \"Period\": 1, \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\", \"TimeUnit\": \"MONTH\" }",
875
+ "example": "",
904
876
  "member": "ChargePrepaid",
905
877
  "name": "HostChargePrepaid",
906
878
  "required": false,
@@ -936,7 +908,7 @@
936
908
  {
937
909
  "disabled": false,
938
910
  "document": "标签描述列表。通过指定该参数可以同时绑定标签到相应的资源实例。",
939
- "example": "[ { \"ResourceType\": \"host\", \"Tags\": [ { \"Key\": \"myTag\", \"Value\": \"cloud\" } ] } ]",
911
+ "example": "",
940
912
  "member": "TagSpecification",
941
913
  "name": "TagSpecification",
942
914
  "required": false,
@@ -2285,7 +2257,7 @@
2285
2257
  {
2286
2258
  "disabled": false,
2287
2259
  "document": "用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。",
2288
- "example": "a521b4e4-c903-4d37-9de6-8906e3ad8eb7",
2260
+ "example": "a521b4e4-c903-4d37-9de6-8096e3ad8eb7",
2289
2261
  "member": "string",
2290
2262
  "name": "ClientToken",
2291
2263
  "required": false,
@@ -2399,6 +2371,15 @@
2399
2371
  "required": false,
2400
2372
  "type": "bool"
2401
2373
  },
2374
+ {
2375
+ "disabled": false,
2376
+ "document": "实例是否开启巨型帧,取值范围:<br><li/> true:表示实例开启巨型帧,只有支持巨型帧的机型可设置为true。<br><li/>false:表示实例关闭巨型帧,只有支持巨型帧的机型可设置为false。<br> 支持巨型帧的实例规格: [实例规格](https://cloud.tencent.com/document/product/213/11518)",
2377
+ "example": "false",
2378
+ "member": "bool",
2379
+ "name": "EnableJumboFrame",
2380
+ "required": false,
2381
+ "type": "bool"
2382
+ },
2402
2383
  {
2403
2384
  "disabled": false,
2404
2385
  "document": "标签描述列表。通过指定该参数可以绑定标签到实例启动模板。",
@@ -2435,7 +2416,7 @@
2435
2416
  {
2436
2417
  "disabled": false,
2437
2418
  "document": "当通过本接口来创建实例启动模板时会返回该参数,表示创建成功的实例启动模板`ID`。",
2438
- "example": "lt-a5n123lo",
2419
+ "example": "lt-a5n1305lo",
2439
2420
  "member": "string",
2440
2421
  "name": "LaunchTemplateId",
2441
2422
  "output_required": true,
@@ -2592,7 +2573,7 @@
2592
2573
  {
2593
2574
  "disabled": false,
2594
2575
  "document": "用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。",
2595
- "example": "a521b4e4-c903-4d37-9de6-8906e3ad8eb7",
2576
+ "example": "a521b4e4-c903-4d37-9de6-8096e3ad8eb7",
2596
2577
  "member": "string",
2597
2578
  "name": "ClientToken",
2598
2579
  "required": false,
@@ -2706,6 +2687,15 @@
2706
2687
  "required": false,
2707
2688
  "type": "bool"
2708
2689
  },
2690
+ {
2691
+ "disabled": false,
2692
+ "document": "实例是否开启巨型帧,取值范围:<br><li/> true:表示实例开启巨型帧,只有支持巨型帧的机型可设置为true。<br><li/>false:表示实例关闭巨型帧,只有支持巨型帧的机型可设置为false。<br> 支持巨型帧的实例规格: [实例规格](https://cloud.tencent.com/document/product/213/11518)",
2693
+ "example": "false",
2694
+ "member": "bool",
2695
+ "name": "EnableJumboFrame",
2696
+ "required": false,
2697
+ "type": "bool"
2698
+ },
2709
2699
  {
2710
2700
  "disabled": false,
2711
2701
  "document": "自定义metadata,支持创建 CVM 时添加自定义元数据键值对。\n**注:内测中**。",
@@ -3097,7 +3087,7 @@
3097
3087
  "members": [
3098
3088
  {
3099
3089
  "disabled": false,
3100
- "document": "<li><strong>zone</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>可用区</strong>】进行过滤。可用区形如:ap-guangzhou-1。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><p style=\"padding-left: 30px;\">可选项:<a href=\"https://cloud.tencent.com/document/product/213/6091\">可用区列表</a></p>\n<li><strong>quota-type</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>配额类型</strong>】进行过滤。配额类型形如:PostPaidQuotaSet。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><p style=\"padding-left: 30px;\">可选项:</p><p style=\"padding-left: 30px;\">PostPaidQuotaSet: 后付费配额</p><p style=\"padding-left: 30px;\">PrePaidQuotaSet: 预付费配额</p><p style=\"padding-left: 30px;\">SpotPaidQuotaSet: 竞价配额</p><p style=\"padding-left: 30px;\">ImageQuotaSet: 镜像配额</p><p style=\"padding-left: 30px;\">DisasterRecoverGroupQuotaSet: 置放群组配额</p>",
3090
+ "document": "<li><strong>zone</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>可用区</strong>】进行过滤。可用区形如:ap-guangzhou-6。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><p style=\"padding-left: 30px;\">可选项:<a href=\"https://cloud.tencent.com/document/product/213/6091\">可用区列表</a></p>\n<li><strong>quota-type</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>配额类型</strong>】进行过滤。配额类型形如:PostPaidQuotaSet。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><p style=\"padding-left: 30px;\">可选项:</p><p style=\"padding-left: 30px;\">PostPaidQuotaSet: 后付费配额</p><p style=\"padding-left: 30px;\">PrePaidQuotaSet: 预付费配额</p><p style=\"padding-left: 30px;\">SpotPaidQuotaSet: 竞价配额</p><p style=\"padding-left: 30px;\">ImageQuotaSet: 镜像配额</p><p style=\"padding-left: 30px;\">DisasterRecoverGroupQuotaSet: 置放群组配额</p>",
3101
3091
  "example": "无",
3102
3092
  "member": "Filter",
3103
3093
  "name": "Filters",
@@ -3182,7 +3172,7 @@
3182
3172
  {
3183
3173
  "disabled": false,
3184
3174
  "document": "CHC物理服务器实例ID。每次请求的实例的上限为100。参数不支持同时指定`ChcIds`和`Filters`。",
3185
- "example": "['chc-1a2b3c4d']",
3175
+ "example": "[\"chc-1a2b3c4d\"]",
3186
3176
  "member": "string",
3187
3177
  "name": "ChcIds",
3188
3178
  "required": false,
@@ -3190,7 +3180,7 @@
3190
3180
  },
3191
3181
  {
3192
3182
  "disabled": false,
3193
- "document": "<li><strong>zone</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>可用区</strong>】进行过滤。可用区形如:ap-guangzhou-1。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><p style=\"padding-left: 30px;\">可选项:<a href=\"https://cloud.tencent.com/document/product/213/6091\">可用区列表</a></p>\n<li><strong>instance-name</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>实例名称</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n<li><strong>instance-state</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>实例状态</strong>】进行过滤。状态类型详见[实例状态表](https://cloud.tencent.com/document/api/213/15753#InstanceStatus)</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n<li><strong>device-type</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>设备类型</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n<li><strong>vpc-id</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>私有网络唯一ID</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n<li><strong>subnet-id</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>私有子网唯一ID</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n<li><strong>sn</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>设备SN</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>",
3183
+ "document": "<li><strong>zone</strong></li><p style=\"padding-left: 30px;\">按照【<strong>可用区</strong>】进行过滤。可用区形如:ap-guangzhou-6。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><p style=\"padding-left: 30px;\">可选项:<a href=\"https://cloud.tencent.com/document/product/213/6091\">可用区列表</a></p><li><strong>instance-name</strong></li><p style=\"padding-left: 30px;\">按照【<strong>实例名称</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><li><strong>instance-state</strong></li><p style=\"padding-left: 30px;\">按照【<strong>实例状态</strong>】进行过滤。状态类型详见[实例状态表](https://cloud.tencent.com/document/api/213/15753#InstanceStatus)</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><li><strong>device-type</strong></li><p style=\"padding-left: 30px;\">按照【<strong>设备类型</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><li><strong>vpc-id</strong></li><p style=\"padding-left: 30px;\">按照【<strong>私有网络唯一ID</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><li><strong>subnet-id</strong></li><p style=\"padding-left: 30px;\">按照【<strong>私有子网唯一ID</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><li><strong>sn</strong></li><p style=\"padding-left: 30px;\">按照【<strong>设备SN</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>",
3194
3184
  "example": "无",
3195
3185
  "member": "Filter",
3196
3186
  "name": "Filters",
@@ -3884,7 +3874,7 @@
3884
3874
  "members": [
3885
3875
  {
3886
3876
  "disabled": false,
3887
- "document": "<li><strong>zone</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>可用区</strong>】进行过滤。可用区形如:ap-guangzhou-1。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><p style=\"padding-left: 30px;\">可选项:<a href=\"https://cloud.tencent.com/document/product/213/6091\">可用区列表</a></p>\n<li><strong>instance-family</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>实例机型系列</strong>】进行过滤。实例机型系列形如:S1、I1、M1等。具体取值参见[实例类型](https://cloud.tencent.com/document/product/213/11518)描述。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n<li><strong>instance-type</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>实例类型</strong>】进行过滤。实例类型形如:S5.12XLARGE128、S5.12XLARGE96等。具体取值参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为1。",
3877
+ "document": "<li><strong>zone</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>可用区</strong>】进行过滤。可用区形如:ap-guangzhou-6。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><p style=\"padding-left: 30px;\">可选项:<a href=\"https://cloud.tencent.com/document/product/213/6091\">可用区列表</a></p>\n<li><strong>instance-family</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>实例机型系列</strong>】进行过滤。实例机型系列形如:S1、I1、M1等。具体取值参见[实例类型](https://cloud.tencent.com/document/product/213/11518)描述。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n<li><strong>instance-type</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>实例类型</strong>】进行过滤。实例类型形如:S5.12XLARGE128、S5.12XLARGE96等。具体取值参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为1。",
3888
3878
  "example": "无",
3889
3879
  "member": "Filter",
3890
3880
  "name": "Filters",
@@ -4189,7 +4179,7 @@
4189
4179
  {
4190
4180
  "disabled": false,
4191
4181
  "document": "按照一个或者多个实例ID查询。实例ID例如:`ins-xxxxxxxx`。(此参数的具体格式可参考API[简介](https://cloud.tencent.com/document/api/213/15688)的`ids.N`一节)。每次请求的实例的上限为100。参数不支持同时指定`InstanceIds`和`Filters`。",
4192
- "example": "['ins-rf6ogz49']",
4182
+ "example": "[\"ins-rf6ogz49\"]",
4193
4183
  "member": "string",
4194
4184
  "name": "InstanceIds",
4195
4185
  "required": false,
@@ -4197,7 +4187,7 @@
4197
4187
  },
4198
4188
  {
4199
4189
  "disabled": false,
4200
- "document": "<li><strong>zone</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>可用区</strong>】进行过滤。可用区例如:ap-guangzhou-1。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><p style=\"padding-left: 30px;\">可选项:<a href=\"https://cloud.tencent.com/document/product/213/6091\">可用区列表</a></p> <li><strong>project-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>项目ID</strong>】进行过滤,可通过调用[DescribeProjects](https://cloud.tencent.com/document/api/651/78725)查询已创建的项目列表或登录[控制台](https://console.cloud.tencent.com/cvm/index)进行查看;也可以调用[AddProject](https://cloud.tencent.com/document/api/651/81952)创建新的项目。项目ID例如:1002189。</p><p style=\"padding-left: 30px;\">类型:Integer</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>host-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>[CDH](https://cloud.tencent.com/document/product/416) ID</strong>】进行过滤。[CDH](https://cloud.tencent.com/document/product/416) ID例如:host-xxxxxxxx。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>dedicated-cluster-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>[CDC](https://cloud.tencent.com/document/product/1346) ID</strong>】进行过滤。[CDC](https://cloud.tencent.com/document/product/1346) ID例如:cluster-xxxxxxx。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>vpc-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>VPC ID</strong>】进行过滤。VPC ID例如:vpc-xxxxxxxx。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>subnet-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>子网ID</strong>】进行过滤。子网ID例如:subnet-xxxxxxxx。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>instance-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例ID</strong>】进行过滤。实例ID例如:ins-xxxxxxxx。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>uuid</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例UUID</strong>】进行过滤。实例UUID例如:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>security-group-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>安全组ID</strong>】进行过滤。安全组ID例如: sg-8jlk3f3r。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>instance-name</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例名称</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>instance-charge-type</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例计费模式</strong>】进行过滤。(PREPAID:表示预付费,即包年包月 | POSTPAID_BY_HOUR:表示后付费,即按量计费 | CDHPAID:表示[CDH](https://cloud.tencent.com/document/product/416)付费,即只对[CDH](https://cloud.tencent.com/document/product/416)计费,不对[CDH](https://cloud.tencent.com/document/product/416)上的实例计费。)</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>instance-state</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例状态</strong>】进行过滤。状态类型详见[实例状态表](https://cloud.tencent.com/document/api/213/15753#InstanceStatus)</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>private-ip-address</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例主网卡的内网IP</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>public-ip-address</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例主网卡的公网IP</strong>】进行过滤,包含实例创建时自动分配的IP和实例创建后手动绑定的弹性IP。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>ipv6-address</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例的IPv6地址</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>tag-key</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>标签键</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>tag-value</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>标签值</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>tag:tag-key</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>标签键值对</strong>】进行过滤。tag-key使用具体的标签键进行替换。使用请参考示例2。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><li><strong>creation-start-time</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>创建实例请求的起始时间</strong>】进行过滤。例如:2023-06-01 00:00:00。\n</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n<li><strong>creation-end-time</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>创建实例请求的截止时间</strong>】进行过滤。例如:2023-06-01 00:00:00。\n</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> 每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`InstanceIds`和`Filters`。",
4190
+ "document": "<li><strong>zone</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>可用区</strong>】进行过滤。可用区例如:ap-guangzhou-6。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><p style=\"padding-left: 30px;\">可选项:<a href=\"https://cloud.tencent.com/document/product/213/6091\">可用区列表</a></p> <li><strong>project-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>项目ID</strong>】进行过滤,可通过调用[DescribeProjects](https://cloud.tencent.com/document/api/651/78725)查询已创建的项目列表或登录[控制台](https://console.cloud.tencent.com/cvm/index)进行查看;也可以调用[AddProject](https://cloud.tencent.com/document/api/651/81952)创建新的项目。项目ID例如:1002189。</p><p style=\"padding-left: 30px;\">类型:Integer</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>host-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>[CDH](https://cloud.tencent.com/document/product/416) ID</strong>】进行过滤。[CDH](https://cloud.tencent.com/document/product/416) ID例如:host-xxxxxxxx。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>dedicated-cluster-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>[CDC](https://cloud.tencent.com/document/product/1346) ID</strong>】进行过滤。[CDC](https://cloud.tencent.com/document/product/1346) ID例如:cluster-xxxxxxx。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>vpc-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>VPC ID</strong>】进行过滤。VPC ID例如:vpc-xxxxxxxx。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>subnet-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>子网ID</strong>】进行过滤。子网ID例如:subnet-xxxxxxxx。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>instance-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例ID</strong>】进行过滤。实例ID例如:ins-xxxxxxxx。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>uuid</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例UUID</strong>】进行过滤。实例UUID例如:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>security-group-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>安全组ID</strong>】进行过滤。安全组ID例如: sg-8jlk3f3r。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>instance-name</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例名称</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>instance-charge-type</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例计费模式</strong>】进行过滤。(PREPAID:表示预付费,即包年包月 | POSTPAID_BY_HOUR:表示后付费,即按量计费 | CDHPAID:表示[CDH](https://cloud.tencent.com/document/product/416)付费,即只对[CDH](https://cloud.tencent.com/document/product/416)计费,不对[CDH](https://cloud.tencent.com/document/product/416)上的实例计费。)</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>instance-state</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例状态</strong>】进行过滤。状态类型详见[实例状态表](https://cloud.tencent.com/document/api/213/15753#InstanceStatus)</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>private-ip-address</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例主网卡的内网IP</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>public-ip-address</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例主网卡的公网IP</strong>】进行过滤,包含实例创建时自动分配的IP和实例创建后手动绑定的弹性IP。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>ipv6-address</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例的IPv6地址</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>tag-key</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>标签键</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>tag-value</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>标签值</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>tag:tag-key</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>标签键值对</strong>】进行过滤。tag-key使用具体的标签键进行替换。使用请参考示例2。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><li><strong>creation-start-time</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>创建实例请求的起始时间</strong>】进行过滤。例如:2023-06-01 00:00:00。\n</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n<li><strong>creation-end-time</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>创建实例请求的截止时间</strong>】进行过滤。例如:2023-06-01 00:00:00。\n</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> 每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`InstanceIds`和`Filters`。",
4201
4191
  "example": "无",
4202
4192
  "member": "Filter",
4203
4193
  "name": "Filters",
@@ -4635,135 +4625,6 @@
4635
4625
  ],
4636
4626
  "type": "object"
4637
4627
  },
4638
- "DescribeReservedInstancesConfigInfosRequest": {
4639
- "document": "DescribeReservedInstancesConfigInfos请求参数结构体",
4640
- "members": [
4641
- {
4642
- "disabled": false,
4643
- "document": "zone\n按照预留实例计费可购买的可用区进行过滤。形如:ap-guangzhou-1。\n类型:String\n必选:否\n可选项:各地域可用区列表\n\nproduct-description\n按照预留实例计费的平台描述(即操作系统)进行过滤。形如:linux。\n类型:String\n必选:否\n可选项:linux\n\nduration\n按照预留实例计费有效期,即预留实例计费购买时长进行过滤。形如:31536000。\n类型:Integer\n计量单位:秒\n必选:否\n可选项:31536000 (1年)",
4644
- "example": "无",
4645
- "member": "Filter",
4646
- "name": "Filters",
4647
- "required": false,
4648
- "type": "list"
4649
- }
4650
- ],
4651
- "type": "object"
4652
- },
4653
- "DescribeReservedInstancesConfigInfosResponse": {
4654
- "document": "DescribeReservedInstancesConfigInfos返回参数结构体",
4655
- "members": [
4656
- {
4657
- "disabled": false,
4658
- "document": "预留实例静态配置信息列表。",
4659
- "example": "无",
4660
- "member": "ReservedInstanceConfigInfoItem",
4661
- "name": "ReservedInstanceConfigInfos",
4662
- "output_required": true,
4663
- "type": "list",
4664
- "value_allowed_null": false
4665
- },
4666
- {
4667
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4668
- "member": "string",
4669
- "name": "RequestId",
4670
- "type": "string"
4671
- }
4672
- ],
4673
- "type": "object"
4674
- },
4675
- "DescribeReservedInstancesOfferingsRequest": {
4676
- "document": "DescribeReservedInstancesOfferings请求参数结构体",
4677
- "members": [
4678
- {
4679
- "disabled": false,
4680
- "document": "试运行, 默认为 false。",
4681
- "example": "false",
4682
- "member": "bool",
4683
- "name": "DryRun",
4684
- "required": false,
4685
- "type": "bool"
4686
- },
4687
- {
4688
- "disabled": false,
4689
- "document": "偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。",
4690
- "example": "10",
4691
- "member": "int64",
4692
- "name": "Offset",
4693
- "required": false,
4694
- "type": "int"
4695
- },
4696
- {
4697
- "disabled": false,
4698
- "document": "返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。",
4699
- "example": "10",
4700
- "member": "int64",
4701
- "name": "Limit",
4702
- "required": false,
4703
- "type": "int"
4704
- },
4705
- {
4706
- "disabled": false,
4707
- "document": "以最大有效期作为过滤参数。\n计量单位: 秒\n默认为 94608000。",
4708
- "example": "10",
4709
- "member": "int64",
4710
- "name": "MaxDuration",
4711
- "required": false,
4712
- "type": "int"
4713
- },
4714
- {
4715
- "disabled": false,
4716
- "document": "以最小有效期作为过滤参数。\n计量单位: 秒\n默认为 2592000。",
4717
- "example": "10",
4718
- "member": "int64",
4719
- "name": "MinDuration",
4720
- "required": false,
4721
- "type": "int"
4722
- },
4723
- {
4724
- "disabled": false,
4725
- "document": "<li><strong>zone</strong></li>\n<p style=\"padding-left: 30px;\">按照预留实例计费可购买的【<strong>可用区</strong>】进行过滤。形如:ap-guangzhou-1。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><p style=\"padding-left: 30px;\">可选项:<a href=\"https://cloud.tencent.com/document/product/213/6091\">可用区列表</a></p>\n<li><strong>duration</strong></li>\n<p style=\"padding-left: 30px;\">按照预留实例计费【<strong>有效期</strong>】即预留实例计费购买时长进行过滤。形如:31536000。</p><p style=\"padding-left: 30px;\">类型:Integer</p><p style=\"padding-left: 30px;\">计量单位:秒</p><p style=\"padding-left: 30px;\">必选:否</p><p style=\"padding-left: 30px;\">可选项:31536000 (1年) | 94608000(3年)</p>\n<li><strong>instance-type</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>预留实例计费类型</strong>】进行过滤。形如:S3.MEDIUM4。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><p style=\"padding-left: 30px;\">可选项:<a href=\"https://cloud.tencent.com/document/product/213/11518\">预留实例计费类型列表</a></p>\n<li><strong>offering-type</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>付款类型</strong>】进行过滤。形如:All Upfront (预付全部费用)。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><p style=\"padding-left: 30px;\">可选项:All Upfront (预付全部费用)</p>\n<li><strong>product-description</strong></li>\n<p style=\"padding-left: 30px;\">按照预留实例计费的【<strong>平台描述</strong>】(即操作系统)进行过滤。形如:linux。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><p style=\"padding-left: 30px;\">可选项:linux</p>\n<li><strong>reserved-instances-offering-id</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>预留实例计费配置ID</strong>】进行过滤。形如:650c138f-ae7e-4750-952a-96841d6e9fc1。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。",
4726
- "example": "无",
4727
- "member": "Filter",
4728
- "name": "Filters",
4729
- "required": false,
4730
- "type": "list"
4731
- }
4732
- ],
4733
- "type": "object"
4734
- },
4735
- "DescribeReservedInstancesOfferingsResponse": {
4736
- "document": "DescribeReservedInstancesOfferings返回参数结构体",
4737
- "members": [
4738
- {
4739
- "disabled": false,
4740
- "document": "符合条件的预留实例计费数量。",
4741
- "example": "4",
4742
- "member": "int64",
4743
- "name": "TotalCount",
4744
- "output_required": true,
4745
- "type": "int",
4746
- "value_allowed_null": false
4747
- },
4748
- {
4749
- "disabled": false,
4750
- "document": "符合条件的预留实例计费列表。",
4751
- "example": "无",
4752
- "member": "ReservedInstancesOffering",
4753
- "name": "ReservedInstancesOfferingsSet",
4754
- "output_required": true,
4755
- "type": "list",
4756
- "value_allowed_null": false
4757
- },
4758
- {
4759
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4760
- "member": "string",
4761
- "name": "RequestId",
4762
- "type": "string"
4763
- }
4764
- ],
4765
- "type": "object"
4766
- },
4767
4628
  "DescribeTaskInfoRequest": {
4768
4629
  "document": "DescribeTaskInfo请求参数结构体",
4769
4630
  "members": [
@@ -4915,7 +4776,7 @@
4915
4776
  "members": [
4916
4777
  {
4917
4778
  "disabled": false,
4918
- "document": "<li><strong>zone</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>可用区</strong>】进行过滤。可用区形如:ap-guangzhou-1。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><p style=\"padding-left: 30px;\">可选项:<a href=\"https://cloud.tencent.com/document/product/213/6091\">可用区列表</a></p>\n<li><strong>instance-family</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>实例机型系列</strong>】进行过滤。实例机型系列形如:S1、I1、M1等。具体取值参见[实例类型](https://cloud.tencent.com/document/product/213/11518)描述。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n<li><strong>instance-type</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>实例机型</strong>】进行过滤。不同实例机型指定了不同的资源规格,具体取值可通过调用接口 [DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/product/213/15749) 来获得最新的规格表或参见[实例类型](https://cloud.tencent.com/document/product/213/11518)描述。若不指定该参数,则默认查询筛选条件下所有机型。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n<li><strong>instance-charge-type</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>实例计费模式</strong>】进行过滤。(PREPAID:表示预付费,即包年包月 | POSTPAID_BY_HOUR:表示后付费,即按量计费 | CDHPAID:表示独享子机 | SPOTPAID:表示竞价付费 | CDCPAID:表示专用集群付费)</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n<li><strong>sort-keys</strong></li>\n<p style=\"padding-left: 30px;\">按关键字进行排序,格式为排序字段加排序方式,中间用冒号分隔。 例如: 按cpu数逆序排序 \"cpu:desc\", 按mem大小顺序排序 \"mem:asc\"</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。",
4779
+ "document": "<li><strong>zone</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>可用区</strong>】进行过滤。可用区形如:ap-guangzhou-6。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><p style=\"padding-left: 30px;\">可选项:<a href=\"https://cloud.tencent.com/document/product/213/6091\">可用区列表</a></p>\n<li><strong>instance-family</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>实例机型系列</strong>】进行过滤。实例机型系列形如:S1、I1、M1等。具体取值参见[实例类型](https://cloud.tencent.com/document/product/213/11518)描述。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n<li><strong>instance-type</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>实例机型</strong>】进行过滤。不同实例机型指定了不同的资源规格,具体取值可通过调用接口 [DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/product/213/15749) 来获得最新的规格表或参见[实例类型](https://cloud.tencent.com/document/product/213/11518)描述。若不指定该参数,则默认查询筛选条件下所有机型。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n<li><strong>instance-charge-type</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>实例计费模式</strong>】进行过滤。(PREPAID:表示预付费,即包年包月 | POSTPAID_BY_HOUR:表示后付费,即按量计费 | CDHPAID:表示独享子机 | SPOTPAID:表示竞价付费 | CDCPAID:表示专用集群付费)</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n<li><strong>sort-keys</strong></li>\n<p style=\"padding-left: 30px;\">按关键字进行排序,格式为排序字段加排序方式,中间用冒号分隔。 例如: 按cpu数逆序排序 \"cpu:desc\", 按mem大小顺序排序 \"mem:asc\"</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。",
4919
4780
  "example": "无",
4920
4781
  "member": "Filter",
4921
4782
  "name": "Filters",
@@ -5487,7 +5348,7 @@
5487
5348
  "usage": "both"
5488
5349
  },
5489
5350
  "Filter": {
5490
- "document": ">描述键值对过滤器,用于条件过滤查询。例如过滤ID、名称、状态等\n> * 若存在多个`Filter`时,`Filter`间的关系为逻辑与(`AND`)关系。\n> * 若同一个`Filter`存在多个`Values`,同一`Filter`下`Values`间的关系为逻辑或(`OR`)关系。\n>\n> 以[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)接口的`Filter`为例。若我们需要查询可用区(`zone`)为广州一区 ***并且*** 实例计费模式(`instance-charge-type`)为包年包月 ***或者*** 按量计费的实例时,可如下实现:\n```\nFilters.0.Name=zone\n&Filters.0.Values.0=ap-guangzhou-1\n&Filters.1.Name=instance-charge-type\n&Filters.1.Values.0=PREPAID\n&Filters.1.Values.1=POSTPAID_BY_HOUR\n```",
5351
+ "document": ">描述键值对过滤器,用于条件过滤查询。例如过滤ID、名称、状态等\n> * 若存在多个`Filter`时,`Filter`间的关系为逻辑与(`AND`)关系。\n> * 若同一个`Filter`存在多个`Values`,同一`Filter`下`Values`间的关系为逻辑或(`OR`)关系。\n>\n> 以[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)接口的`Filter`为例。若我们需要查询可用区(`zone`)为广州六区 ***并且*** 实例计费模式(`instance-charge-type`)为包年包月 ***或者*** 按量计费的实例时,可如下实现:\n```\nFilters.0.Name=zone\n&Filters.0.Values.0=ap-guangzhou-6\n&Filters.1.Name=instance-charge-type\n&Filters.1.Values.0=PREPAID\n&Filters.1.Values.1=POSTPAID_BY_HOUR\n```",
5491
5352
  "members": [
5492
5353
  {
5493
5354
  "disabled": false,
@@ -5501,7 +5362,7 @@
5501
5362
  {
5502
5363
  "disabled": false,
5503
5364
  "document": "字段的过滤值。",
5504
- "example": "[\"ap-guangzhou-2\"]",
5365
+ "example": "[\"ap-guangzhou-6\"]",
5505
5366
  "member": "string",
5506
5367
  "name": "Values",
5507
5368
  "required": true,
@@ -5860,7 +5721,7 @@
5860
5721
  {
5861
5722
  "disabled": false,
5862
5723
  "document": "集群所在可用区",
5863
- "example": "ap-guangzhou-2",
5724
+ "example": "ap-guangzhou-6",
5864
5725
  "member": "string",
5865
5726
  "name": "Zone",
5866
5727
  "output_required": true,
@@ -5920,7 +5781,7 @@
5920
5781
  {
5921
5782
  "disabled": false,
5922
5783
  "document": "高性能计算集群网络模式",
5923
- "example": "0~32,一般取28,30",
5784
+ "example": "30",
5924
5785
  "member": "uint64",
5925
5786
  "name": "HpcClusterNetMode",
5926
5787
  "output_required": false,
@@ -5930,7 +5791,7 @@
5930
5791
  {
5931
5792
  "disabled": false,
5932
5793
  "document": "高性能计算集群关联的标签列表",
5933
- "example": "[{\"Key\": \"APP3\", \"Value\": \"3\"}, {\"Key\": \"APP4\", \"Value\": \"4\"}]",
5794
+ "example": "",
5934
5795
  "member": "Tag",
5935
5796
  "name": "Tags",
5936
5797
  "output_required": false,
@@ -6468,79 +6329,6 @@
6468
6329
  ],
6469
6330
  "type": "object"
6470
6331
  },
6471
- "InquirePricePurchaseReservedInstancesOfferingRequest": {
6472
- "document": "InquirePricePurchaseReservedInstancesOffering请求参数结构体",
6473
- "members": [
6474
- {
6475
- "disabled": false,
6476
- "document": "购买预留实例计费数量",
6477
- "example": "1",
6478
- "member": "uint64",
6479
- "name": "InstanceCount",
6480
- "required": true,
6481
- "type": "int"
6482
- },
6483
- {
6484
- "disabled": false,
6485
- "document": "预留实例计费配置ID",
6486
- "example": "noew0342-324f-f3ab-9uut-wrlnth53dcee",
6487
- "member": "string",
6488
- "name": "ReservedInstancesOfferingId",
6489
- "required": true,
6490
- "type": "string"
6491
- },
6492
- {
6493
- "disabled": false,
6494
- "document": "试运行",
6495
- "example": "false",
6496
- "member": "bool",
6497
- "name": "DryRun",
6498
- "required": false,
6499
- "type": "bool"
6500
- },
6501
- {
6502
- "disabled": false,
6503
- "document": "用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。<br>更多详细信息请参阅:如何保证幂等性",
6504
- "example": "59337876-b254-4c21-847f-7d57d840d227",
6505
- "member": "string",
6506
- "name": "ClientToken",
6507
- "required": false,
6508
- "type": "string"
6509
- },
6510
- {
6511
- "disabled": false,
6512
- "document": "预留实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li>最多支持60个字符(包含模式串)。</li>",
6513
- "example": "myReservedInstance",
6514
- "member": "string",
6515
- "name": "ReservedInstanceName",
6516
- "required": false,
6517
- "type": "string"
6518
- }
6519
- ],
6520
- "type": "object"
6521
- },
6522
- "InquirePricePurchaseReservedInstancesOfferingResponse": {
6523
- "document": "InquirePricePurchaseReservedInstancesOffering返回参数结构体",
6524
- "members": [
6525
- {
6526
- "disabled": false,
6527
- "document": "该参数表示对应配置预留实例的价格。",
6528
- "example": "无",
6529
- "member": "ReservedInstancePrice",
6530
- "name": "Price",
6531
- "output_required": true,
6532
- "type": "object",
6533
- "value_allowed_null": false
6534
- },
6535
- {
6536
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
6537
- "member": "string",
6538
- "name": "RequestId",
6539
- "type": "string"
6540
- }
6541
- ],
6542
- "type": "object"
6543
- },
6544
6332
  "InquiryPriceModifyInstancesChargeTypeRequest": {
6545
6333
  "document": "InquiryPriceModifyInstancesChargeType请求参数结构体",
6546
6334
  "members": [
@@ -7040,7 +6828,7 @@
7040
6828
  {
7041
6829
  "disabled": false,
7042
6830
  "document": "实例系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。",
7043
- "example": "{ \"DiskSize\": 50 }",
6831
+ "example": "",
7044
6832
  "member": "SystemDisk",
7045
6833
  "name": "SystemDisk",
7046
6834
  "required": false,
@@ -7121,7 +6909,7 @@
7121
6909
  {
7122
6910
  "disabled": false,
7123
6911
  "document": "用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。",
7124
- "example": "a521b4e4-c903-4d37-9de6-8906e3ad8eb7",
6912
+ "example": "a521b4e4-c903-4d37-9de6-8096e3ad8eb7",
7125
6913
  "member": "string",
7126
6914
  "name": "ClientToken",
7127
6915
  "required": false,
@@ -7368,7 +7156,7 @@
7368
7156
  {
7369
7157
  "disabled": false,
7370
7158
  "document": "实例主网卡的公网`IP`列表。\n注意:此字段可能返回 null,表示取不到有效值。",
7371
- "example": "[\"123.207.11.190\"]",
7159
+ "example": "[\"110.207.11.190\"]",
7372
7160
  "member": "string",
7373
7161
  "name": "PublicIpAddresses",
7374
7162
  "output_required": true,
@@ -7854,7 +7642,7 @@
7854
7642
  {
7855
7643
  "disabled": false,
7856
7644
  "document": "可用区。",
7857
- "example": "ap-guangzhou-2",
7645
+ "example": "ap-guangzhou-6",
7858
7646
  "member": "string",
7859
7647
  "name": "Zone",
7860
7648
  "output_required": true,
@@ -7976,7 +7764,7 @@
7976
7764
  {
7977
7765
  "disabled": false,
7978
7766
  "document": "可用区。",
7979
- "example": "ap-guangzhou-2",
7767
+ "example": "ap-guangzhou-6",
7980
7768
  "member": "string",
7981
7769
  "name": "Zone",
7982
7770
  "output_required": true,
@@ -8255,8 +8043,8 @@
8255
8043
  },
8256
8044
  {
8257
8045
  "disabled": false,
8258
- "document": "线路类型。各种线路类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:BGP。\n\n- BGP:常规 BGP 线路\n\n已开通静态单线IP白名单的用户,可选值:\n\n - CMCC:中国移动\n - CTCC:中国电信\n - CUCC:中国联通\n\n注意:仅部分地域支持静态单线IP。\n示例值:BGP",
8259
- "example": "CMCC",
8046
+ "document": "线路类型。各种线路类型及支持地区详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:BGP。\n<li>BGP:常规 BGP 线路</li>\n已开通静态单线IP白名单的用户,可选值:\n<li>CMCC:中国移动</li>\n<li>CTCC:中国电信</li>\n<li>CUCC:中国联通</li>\n注意:仅部分地域支持静态单线IP。\n",
8047
+ "example": "BGP",
8260
8048
  "member": "string",
8261
8049
  "name": "InternetServiceProvider",
8262
8050
  "output_required": false,
@@ -8266,7 +8054,7 @@
8266
8054
  },
8267
8055
  {
8268
8056
  "disabled": false,
8269
- "document": "公网 IP 类型。\n\n- WanIP:普通公网IP。\n- HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。\n- AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646)。\n\n如需为资源分配公网IPv4地址,请指定公网IPv4地址类型。\n\n示例值:WanIP\n\n此功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
8057
+ "document": "公网 IP 类型。\n\n<li> WanIP:普通公网IP。</li>\n<li> HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。</li>\n<li> AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646)。</li>\n如需为资源分配公网IPv4地址,请指定公网IPv4地址类型。\n\n此功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
8270
8058
  "example": "WanIP",
8271
8059
  "member": "string",
8272
8060
  "name": "IPv4AddressType",
@@ -8277,7 +8065,7 @@
8277
8065
  },
8278
8066
  {
8279
8067
  "disabled": false,
8280
- "document": "弹性公网 IPv6 类型。\n- EIPv6:弹性公网 IPv6。\n- HighQualityEIPv6:精品 IPv6。仅中国香港支持精品IPv6。\n\n如需为资源分配IPv6地址,请指定弹性公网IPv6类型。\n示例值:EIPv6\n\n此功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
8068
+ "document": "弹性公网 IPv6 类型。\n<li> EIPv6:弹性公网 IPv6。</li>\n<li> HighQualityEIPv6:精品 IPv6。仅中国香港支持精品IPv6。</li>\n如需为资源分配IPv6地址,请指定弹性公网IPv6类型。\n\n此功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
8281
8069
  "example": "EIPv6",
8282
8070
  "member": "string",
8283
8071
  "name": "IPv6AddressType",
@@ -8288,8 +8076,8 @@
8288
8076
  },
8289
8077
  {
8290
8078
  "disabled": false,
8291
- "document": "高防包唯一ID,申请高防IP时,该字段必传。\n示例值:bgp-12345678\n",
8292
- "example": "bgp-12345678",
8079
+ "document": "高防包唯一ID,申请高防IP时,该字段必传。\n",
8080
+ "example": "bgp-00000000",
8293
8081
  "member": "string",
8294
8082
  "name": "AntiDDoSPackageId",
8295
8083
  "output_required": false,
@@ -9360,7 +9148,7 @@
9360
9148
  },
9361
9149
  {
9362
9150
  "disabled": false,
9363
- "document": "项目ID。项目可以使用[AddProject](https://cloud.tencent.com/document/api/651/81952)接口创建。可通过[DescribeProject](https://cloud.tencent.com/document/product/378/4400) API返回值中的`projectId`获取。后续使用[DescribeHosts](https://cloud.tencent.com/document/api/213/16474)接口查询实例时,项目ID可用于过滤结果。",
9151
+ "document": "项目ID。项目可以使用 [AddProject](https://cloud.tencent.com/document/api/651/81952) 接口创建。可通过 [DescribeProjects](https://cloud.tencent.com/document/api/651/78725) 接口返回值中的`projectId`获取。后续使用 [DescribeHosts](https://cloud.tencent.com/document/api/213/16474) 接口查询实例时,项目ID可用于过滤结果。",
9364
9152
  "example": "0",
9365
9153
  "member": "uint64",
9366
9154
  "name": "ProjectId",
@@ -10299,70 +10087,42 @@
10299
10087
  ],
10300
10088
  "type": "object"
10301
10089
  },
10302
- "PurchaseReservedInstancesOfferingRequest": {
10303
- "document": "PurchaseReservedInstancesOffering请求参数结构体",
10090
+ "RebootInstancesRequest": {
10091
+ "document": "RebootInstances请求参数结构体",
10304
10092
  "members": [
10305
10093
  {
10306
10094
  "disabled": false,
10307
- "document": "购买预留实例计费数量",
10308
- "example": "1",
10309
- "member": "int64",
10310
- "name": "InstanceCount",
10311
- "required": true,
10312
- "type": "int"
10313
- },
10314
- {
10315
- "disabled": false,
10316
- "document": "预留实例计费配置ID",
10317
- "example": "13d8e599-b8dc-4e8a-80b4-7dce9eb27043",
10095
+ "document": "一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。",
10096
+ "example": "[\"ins-r8hr2upy\",\"ins-5d8a23rs\"]",
10318
10097
  "member": "string",
10319
- "name": "ReservedInstancesOfferingId",
10098
+ "name": "InstanceIds",
10320
10099
  "required": true,
10321
- "type": "string"
10100
+ "type": "list"
10322
10101
  },
10323
10102
  {
10324
- "disabled": false,
10325
- "document": "试运行",
10103
+ "disabled": true,
10104
+ "document": "本参数已弃用,推荐使用StopType,不可以与参数StopType同时使用。表示是否在正常重启失败后选择强制重启实例。取值范围:<br><li>true:表示在正常重启失败后进行强制重启</li><li>false:表示在正常重启失败后不进行强制重启</li><br>默认取值:false。",
10326
10105
  "example": "false",
10327
10106
  "member": "bool",
10328
- "name": "DryRun",
10107
+ "name": "ForceReboot",
10329
10108
  "required": false,
10330
10109
  "type": "bool"
10331
10110
  },
10332
10111
  {
10333
10112
  "disabled": false,
10334
- "document": "用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。<br>更多详细信息请参阅:如何保证幂等性",
10335
- "example": "a521b4e4-c903-4d37-9de6-8906e3ad8eb7",
10336
- "member": "string",
10337
- "name": "ClientToken",
10338
- "required": false,
10339
- "type": "string"
10340
- },
10341
- {
10342
- "disabled": false,
10343
- "document": "预留实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li>最多支持60个字符(包含模式串)。</li>",
10344
- "example": "myReservedInstance",
10113
+ "document": "关机类型。取值范围:<br><li>SOFT:表示软关机</li><li>HARD:表示硬关机</li><li>SOFT_FIRST:表示优先软关机,失败再执行硬关机</li><br>默认取值:SOFT。",
10114
+ "example": "SOFT",
10345
10115
  "member": "string",
10346
- "name": "ReservedInstanceName",
10116
+ "name": "StopType",
10347
10117
  "required": false,
10348
10118
  "type": "string"
10349
10119
  }
10350
10120
  ],
10351
10121
  "type": "object"
10352
10122
  },
10353
- "PurchaseReservedInstancesOfferingResponse": {
10354
- "document": "PurchaseReservedInstancesOffering返回参数结构体",
10123
+ "RebootInstancesResponse": {
10124
+ "document": "RebootInstances返回参数结构体",
10355
10125
  "members": [
10356
- {
10357
- "disabled": false,
10358
- "document": "已购买预留实例计费ID",
10359
- "example": "ri-rxfkvm5i",
10360
- "member": "string",
10361
- "name": "ReservedInstanceId",
10362
- "output_required": true,
10363
- "type": "string",
10364
- "value_allowed_null": false
10365
- },
10366
10126
  {
10367
10127
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
10368
10128
  "member": "string",
@@ -10372,58 +10132,13 @@
10372
10132
  ],
10373
10133
  "type": "object"
10374
10134
  },
10375
- "RebootInstancesRequest": {
10376
- "document": "RebootInstances请求参数结构体",
10135
+ "RegionInfo": {
10136
+ "document": "地域信息",
10377
10137
  "members": [
10378
10138
  {
10379
10139
  "disabled": false,
10380
- "document": "一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。",
10381
- "example": "[\"ins-r8hr2upy\",\"ins-5d8a23rs\"]",
10382
- "member": "string",
10383
- "name": "InstanceIds",
10384
- "required": true,
10385
- "type": "list"
10386
- },
10387
- {
10388
- "disabled": true,
10389
- "document": "本参数已弃用,推荐使用StopType,不可以与参数StopType同时使用。表示是否在正常重启失败后选择强制重启实例。取值范围:<br><li>true:表示在正常重启失败后进行强制重启</li><li>false:表示在正常重启失败后不进行强制重启</li><br>默认取值:false。",
10390
- "example": "false",
10391
- "member": "bool",
10392
- "name": "ForceReboot",
10393
- "required": false,
10394
- "type": "bool"
10395
- },
10396
- {
10397
- "disabled": false,
10398
- "document": "关机类型。取值范围:<br><li>SOFT:表示软关机</li><li>HARD:表示硬关机</li><li>SOFT_FIRST:表示优先软关机,失败再执行硬关机</li><br>默认取值:SOFT。",
10399
- "example": "SOFT",
10400
- "member": "string",
10401
- "name": "StopType",
10402
- "required": false,
10403
- "type": "string"
10404
- }
10405
- ],
10406
- "type": "object"
10407
- },
10408
- "RebootInstancesResponse": {
10409
- "document": "RebootInstances返回参数结构体",
10410
- "members": [
10411
- {
10412
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
10413
- "member": "string",
10414
- "name": "RequestId",
10415
- "type": "string"
10416
- }
10417
- ],
10418
- "type": "object"
10419
- },
10420
- "RegionInfo": {
10421
- "document": "地域信息",
10422
- "members": [
10423
- {
10424
- "disabled": false,
10425
- "document": "地域名称,例如,ap-guangzhou",
10426
- "example": "ap-guangzhou",
10140
+ "document": "地域名称,例如,ap-guangzhou",
10141
+ "example": "ap-guangzhou",
10427
10142
  "member": "string",
10428
10143
  "name": "Region",
10429
10144
  "output_required": true,
@@ -10916,492 +10631,6 @@
10916
10631
  ],
10917
10632
  "usage": "out"
10918
10633
  },
10919
- "ReservedInstanceConfigInfoItem": {
10920
- "document": "预留实例静态配置信息。预留实例当前只针对国际站白名单用户开放。",
10921
- "members": [
10922
- {
10923
- "disabled": false,
10924
- "document": "实例规格。",
10925
- "example": "C",
10926
- "member": "string",
10927
- "name": "Type",
10928
- "output_required": true,
10929
- "type": "string",
10930
- "value_allowed_null": false
10931
- },
10932
- {
10933
- "disabled": false,
10934
- "document": "实例规格名称。",
10935
- "example": "计算型",
10936
- "member": "string",
10937
- "name": "TypeName",
10938
- "output_required": true,
10939
- "type": "string",
10940
- "value_allowed_null": false
10941
- },
10942
- {
10943
- "disabled": false,
10944
- "document": "优先级。",
10945
- "example": "402",
10946
- "member": "int64",
10947
- "name": "Order",
10948
- "output_required": true,
10949
- "type": "int",
10950
- "value_allowed_null": false
10951
- },
10952
- {
10953
- "disabled": false,
10954
- "document": "实例族信息列表。",
10955
- "example": "无",
10956
- "member": "ReservedInstanceFamilyItem",
10957
- "name": "InstanceFamilies",
10958
- "output_required": true,
10959
- "type": "list",
10960
- "value_allowed_null": false
10961
- }
10962
- ],
10963
- "usage": "out"
10964
- },
10965
- "ReservedInstanceFamilyItem": {
10966
- "document": "预留实例相关实例族信息。预留实例当前只针对国际站白名单用户开放。",
10967
- "members": [
10968
- {
10969
- "disabled": false,
10970
- "document": "实例族。",
10971
- "example": "S5",
10972
- "member": "string",
10973
- "name": "InstanceFamily",
10974
- "output_required": true,
10975
- "type": "string",
10976
- "value_allowed_null": false
10977
- },
10978
- {
10979
- "disabled": false,
10980
- "document": "优先级。",
10981
- "example": "1",
10982
- "member": "int64",
10983
- "name": "Order",
10984
- "output_required": true,
10985
- "type": "int",
10986
- "value_allowed_null": false
10987
- },
10988
- {
10989
- "disabled": false,
10990
- "document": "实例类型信息列表。",
10991
- "example": "无",
10992
- "member": "ReservedInstanceTypeItem",
10993
- "name": "InstanceTypes",
10994
- "output_required": true,
10995
- "type": "list",
10996
- "value_allowed_null": false
10997
- }
10998
- ],
10999
- "usage": "out"
11000
- },
11001
- "ReservedInstancePrice": {
11002
- "document": "预留实例相关价格信息。预留实例当前只针对国际站白名单用户开放。",
11003
- "members": [
11004
- {
11005
- "disabled": false,
11006
- "document": "预支合计费用的原价,单位:元。",
11007
- "example": "0.01",
11008
- "member": "float",
11009
- "name": "OriginalFixedPrice",
11010
- "output_required": true,
11011
- "type": "float",
11012
- "value_allowed_null": false
11013
- },
11014
- {
11015
- "disabled": false,
11016
- "document": "预支合计费用的折扣价,单位:元。",
11017
- "example": "0.01",
11018
- "member": "float",
11019
- "name": "DiscountFixedPrice",
11020
- "output_required": true,
11021
- "type": "float",
11022
- "value_allowed_null": false
11023
- },
11024
- {
11025
- "disabled": false,
11026
- "document": "后续合计费用的原价,单位:元/小时",
11027
- "example": "0.01",
11028
- "member": "float",
11029
- "name": "OriginalUsagePrice",
11030
- "output_required": true,
11031
- "type": "float",
11032
- "value_allowed_null": false
11033
- },
11034
- {
11035
- "disabled": false,
11036
- "document": "后续合计费用的折扣价,单位:元/小时",
11037
- "example": "0.01",
11038
- "member": "float",
11039
- "name": "DiscountUsagePrice",
11040
- "output_required": true,
11041
- "type": "float",
11042
- "value_allowed_null": false
11043
- },
11044
- {
11045
- "disabled": false,
11046
- "document": "预支费用的折扣,如20.0代表2折。 注意:此字段可能返回 null,表示取不到有效值。",
11047
- "example": "20.0",
11048
- "member": "float",
11049
- "name": "FixedPriceDiscount",
11050
- "output_required": false,
11051
- "type": "float",
11052
- "value_allowed_null": false
11053
- },
11054
- {
11055
- "disabled": false,
11056
- "document": "后续费用的折扣,如20.0代表2折。 注意:此字段可能返回 null,表示取不到有效值。",
11057
- "example": "20.0",
11058
- "member": "float",
11059
- "name": "UsagePriceDiscount",
11060
- "output_required": false,
11061
- "type": "float",
11062
- "value_allowed_null": false
11063
- }
11064
- ],
11065
- "usage": "out"
11066
- },
11067
- "ReservedInstancePriceItem": {
11068
- "document": "基于付费类型的预留实例相关价格信息。预留实例当前只针对国际站白名单用户开放。",
11069
- "members": [
11070
- {
11071
- "disabled": false,
11072
- "document": "付费类型,如:\"All Upfront\",\"Partial Upfront\",\"No Upfront\"",
11073
- "example": "All Upfront",
11074
- "member": "string",
11075
- "name": "OfferingType",
11076
- "output_required": true,
11077
- "type": "string",
11078
- "value_allowed_null": false
11079
- },
11080
- {
11081
- "disabled": false,
11082
- "document": "预支合计费用,单位:元。",
11083
- "example": "100.00",
11084
- "member": "float",
11085
- "name": "FixedPrice",
11086
- "output_required": true,
11087
- "type": "float",
11088
- "value_allowed_null": false
11089
- },
11090
- {
11091
- "disabled": false,
11092
- "document": "后续合计费用,单位:元/小时",
11093
- "example": "0.09",
11094
- "member": "float",
11095
- "name": "UsagePrice",
11096
- "output_required": true,
11097
- "type": "float",
11098
- "value_allowed_null": false
11099
- },
11100
- {
11101
- "disabled": false,
11102
- "document": "预留实例配置ID",
11103
- "example": "f24e420f-50e6-4ba9-80b2",
11104
- "member": "string",
11105
- "name": "ReservedInstancesOfferingId",
11106
- "output_required": true,
11107
- "type": "string",
11108
- "value_allowed_null": false
11109
- },
11110
- {
11111
- "disabled": false,
11112
- "document": "预留实例计费可购买的可用区。",
11113
- "example": "ap-guangzhou-6",
11114
- "member": "string",
11115
- "name": "Zone",
11116
- "output_required": true,
11117
- "type": "string",
11118
- "value_allowed_null": false
11119
- },
11120
- {
11121
- "disabled": false,
11122
- "document": "预留实例计费【有效期】即预留实例计费购买时长。形如:31536000。\n计量单位:秒",
11123
- "example": "31536000",
11124
- "member": "uint64",
11125
- "name": "Duration",
11126
- "output_required": true,
11127
- "type": "int",
11128
- "value_allowed_null": false
11129
- },
11130
- {
11131
- "disabled": false,
11132
- "document": "预留实例计费的平台描述(即操作系统)。形如:Linux。\n返回项: Linux 。",
11133
- "example": "Linux",
11134
- "member": "string",
11135
- "name": "ProductDescription",
11136
- "output_required": true,
11137
- "type": "string",
11138
- "value_allowed_null": false
11139
- },
11140
- {
11141
- "disabled": false,
11142
- "document": "预支合计费用,单位:元。",
11143
- "example": "0.01",
11144
- "member": "float",
11145
- "name": "DiscountUsagePrice",
11146
- "output_required": false,
11147
- "type": "float",
11148
- "value_allowed_null": false
11149
- },
11150
- {
11151
- "disabled": false,
11152
- "document": "后续合计费用的折扣价,单位:元/小时",
11153
- "example": "0.01",
11154
- "member": "float",
11155
- "name": "DiscountFixedPrice",
11156
- "output_required": false,
11157
- "type": "float",
11158
- "value_allowed_null": false
11159
- }
11160
- ],
11161
- "usage": "out"
11162
- },
11163
- "ReservedInstanceTypeItem": {
11164
- "document": "预留实例类型信息。预留实例当前只针对国际站白名单用户开放。",
11165
- "members": [
11166
- {
11167
- "disabled": false,
11168
- "document": "实例类型。",
11169
- "example": "S5.LARGE4",
11170
- "member": "string",
11171
- "name": "InstanceType",
11172
- "output_required": true,
11173
- "type": "string",
11174
- "value_allowed_null": false
11175
- },
11176
- {
11177
- "disabled": false,
11178
- "document": "CPU核数。",
11179
- "example": "4",
11180
- "member": "uint64",
11181
- "name": "Cpu",
11182
- "output_required": true,
11183
- "type": "int",
11184
- "value_allowed_null": false
11185
- },
11186
- {
11187
- "disabled": false,
11188
- "document": "内存大小。",
11189
- "example": "4",
11190
- "member": "uint64",
11191
- "name": "Memory",
11192
- "output_required": true,
11193
- "type": "int",
11194
- "value_allowed_null": false
11195
- },
11196
- {
11197
- "disabled": false,
11198
- "document": "GPU数量。",
11199
- "example": "1",
11200
- "member": "uint64",
11201
- "name": "Gpu",
11202
- "output_required": true,
11203
- "type": "int",
11204
- "value_allowed_null": false
11205
- },
11206
- {
11207
- "disabled": false,
11208
- "document": "FPGA数量。",
11209
- "example": "1",
11210
- "member": "uint64",
11211
- "name": "Fpga",
11212
- "output_required": true,
11213
- "type": "int",
11214
- "value_allowed_null": false
11215
- },
11216
- {
11217
- "disabled": false,
11218
- "document": "本地存储块数量。",
11219
- "example": "5",
11220
- "member": "uint64",
11221
- "name": "StorageBlock",
11222
- "output_required": true,
11223
- "type": "int",
11224
- "value_allowed_null": false
11225
- },
11226
- {
11227
- "disabled": false,
11228
- "document": "网卡数。",
11229
- "example": "1",
11230
- "member": "uint64",
11231
- "name": "NetworkCard",
11232
- "output_required": true,
11233
- "type": "int",
11234
- "value_allowed_null": false
11235
- },
11236
- {
11237
- "disabled": false,
11238
- "document": "最大带宽。",
11239
- "example": "100",
11240
- "member": "float",
11241
- "name": "MaxBandwidth",
11242
- "output_required": true,
11243
- "type": "float",
11244
- "value_allowed_null": false
11245
- },
11246
- {
11247
- "disabled": false,
11248
- "document": "主频。",
11249
- "example": "2.6GHz/3.3GHz",
11250
- "member": "string",
11251
- "name": "Frequency",
11252
- "output_required": true,
11253
- "type": "string",
11254
- "value_allowed_null": false
11255
- },
11256
- {
11257
- "disabled": false,
11258
- "document": "CPU型号名称。",
11259
- "example": "AMD EPYC Genoa",
11260
- "member": "string",
11261
- "name": "CpuModelName",
11262
- "output_required": true,
11263
- "type": "string",
11264
- "value_allowed_null": false
11265
- },
11266
- {
11267
- "disabled": false,
11268
- "document": "包转发率。",
11269
- "example": "50",
11270
- "member": "uint64",
11271
- "name": "Pps",
11272
- "output_required": true,
11273
- "type": "int",
11274
- "value_allowed_null": false
11275
- },
11276
- {
11277
- "disabled": false,
11278
- "document": "外部信息。",
11279
- "example": "无",
11280
- "member": "Externals",
11281
- "name": "Externals",
11282
- "output_required": true,
11283
- "type": "object",
11284
- "value_allowed_null": false
11285
- },
11286
- {
11287
- "disabled": false,
11288
- "document": "备注信息。",
11289
- "example": "1 颗 NVIDIA A10",
11290
- "member": "string",
11291
- "name": "Remark",
11292
- "output_required": true,
11293
- "type": "string",
11294
- "value_allowed_null": false
11295
- },
11296
- {
11297
- "disabled": false,
11298
- "document": "预留实例配置价格信息。",
11299
- "example": "无",
11300
- "member": "ReservedInstancePriceItem",
11301
- "name": "Prices",
11302
- "output_required": true,
11303
- "type": "list",
11304
- "value_allowed_null": false
11305
- }
11306
- ],
11307
- "usage": "out"
11308
- },
11309
- "ReservedInstancesOffering": {
11310
- "document": "描述可购买预留实例计费信息",
11311
- "members": [
11312
- {
11313
- "disabled": false,
11314
- "document": "预留实例计费可购买的可用区。形如:ap-guangzhou-1。\n返回项:<a href=\"https://cloud.tencent.com/document/product/213/6091\">可用区列表</a>",
11315
- "example": "ap-guangzhou-2",
11316
- "member": "string",
11317
- "name": "Zone",
11318
- "output_required": true,
11319
- "type": "string",
11320
- "value_allowed_null": false
11321
- },
11322
- {
11323
- "disabled": false,
11324
- "document": "可购买的预留实例计费类型的结算货币,使用ISO 4217标准货币代码。\n返回项:USD(美元)。",
11325
- "example": "USD",
11326
- "member": "string",
11327
- "name": "CurrencyCode",
11328
- "output_required": true,
11329
- "type": "string",
11330
- "value_allowed_null": false
11331
- },
11332
- {
11333
- "disabled": false,
11334
- "document": "预留实例计费【有效期】即预留实例计费购买时长。形如:31536000。\n计量单位:秒",
11335
- "example": "31536000",
11336
- "member": "int64",
11337
- "name": "Duration",
11338
- "output_required": true,
11339
- "type": "int",
11340
- "value_allowed_null": false
11341
- },
11342
- {
11343
- "disabled": false,
11344
- "document": "预留实例计费的购买价格。形如:4000.0。\n计量单位:与 currencyCode 一致,目前支持 USD(美元)",
11345
- "example": "0.01",
11346
- "member": "float",
11347
- "name": "FixedPrice",
11348
- "output_required": true,
11349
- "type": "float",
11350
- "value_allowed_null": false
11351
- },
11352
- {
11353
- "disabled": false,
11354
- "document": "预留实例计费的实例类型。形如:S3.MEDIUM4。\n返回项:<a href=\"https://cloud.tencent.com/product/cvm/instances\">预留实例计费类型列表</a>",
11355
- "example": "S5.LARGE4",
11356
- "member": "string",
11357
- "name": "InstanceType",
11358
- "output_required": true,
11359
- "type": "string",
11360
- "value_allowed_null": false
11361
- },
11362
- {
11363
- "disabled": false,
11364
- "document": "预留实例计费的付款类型。形如:All Upfront。\n返回项: All Upfront (预付全部费用)。",
11365
- "example": "All Upfront",
11366
- "member": "string",
11367
- "name": "OfferingType",
11368
- "output_required": true,
11369
- "type": "string",
11370
- "value_allowed_null": false
11371
- },
11372
- {
11373
- "disabled": false,
11374
- "document": "可购买的预留实例计费配置ID。形如:650c138f-ae7e-4750-952a-96841d6e9fc1。",
11375
- "example": "650c138f-ae7e-4750-952a-96841d6e9fc1",
11376
- "member": "string",
11377
- "name": "ReservedInstancesOfferingId",
11378
- "output_required": true,
11379
- "type": "string",
11380
- "value_allowed_null": false
11381
- },
11382
- {
11383
- "disabled": false,
11384
- "document": "预留实例计费的平台描述(即操作系统)。形如:linux。\n返回项: linux 。",
11385
- "example": "linux",
11386
- "member": "string",
11387
- "name": "ProductDescription",
11388
- "output_required": true,
11389
- "type": "string",
11390
- "value_allowed_null": false
11391
- },
11392
- {
11393
- "disabled": false,
11394
- "document": "扣除预付费之后的使用价格 (按小时计费)。形如:0.0。\n目前,因为只支持 All Upfront 付款类型,所以默认为 0元/小时。\n计量单位:元/小时,货币单位与 currencyCode 一致,目前支持 USD(美元)",
11395
- "example": "0.01",
11396
- "member": "float",
11397
- "name": "UsagePrice",
11398
- "output_required": true,
11399
- "type": "float",
11400
- "value_allowed_null": false
11401
- }
11402
- ],
11403
- "usage": "out"
11404
- },
11405
10634
  "ResetInstanceRequest": {
11406
10635
  "document": "ResetInstance请求参数结构体",
11407
10636
  "members": [
@@ -11809,6 +11038,15 @@
11809
11038
  "required": false,
11810
11039
  "type": "int"
11811
11040
  },
11041
+ {
11042
+ "disabled": false,
11043
+ "document": "指定创建实例的最小数量,取值范围为不大于InstanceCount的正整数。\n指定最小数量时,承诺最少创建MinCount台实例,并尽量创建InstanceCount台实例。\n库存不足以满足最小数量时,API 会返回库存不足最小数量的错误信息。\n仅对支持部分发货的账号、区域和计费模式(包年包月、按量计费、竞价实例、按量包销)生效。",
11044
+ "example": "1",
11045
+ "member": "int64",
11046
+ "name": "MinCount",
11047
+ "required": false,
11048
+ "type": "int"
11049
+ },
11812
11050
  {
11813
11051
  "disabled": false,
11814
11052
  "document": "实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li>购买多台实例,如果指定模式串`{R:x}`,表示生成数字`[x, x+n-1]`,其中`n`表示购买实例的数量,例如`server_{R:3}`,购买1台时,实例显示名称为`server_3`;购买2台时,实例显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。</li><li>购买多台实例,如果不指定模式串,则在实例显示名称添加后缀`1、2...n`,其中`n`表示购买实例的数量,例如`server_`,购买2台时,实例显示名称分别为`server_1`,`server_2`。</li><li>最多支持128个字符(包含模式串)。</li>",
@@ -11875,7 +11113,7 @@
11875
11113
  {
11876
11114
  "disabled": false,
11877
11115
  "document": "置放群组id,仅支持指定一个。",
11878
- "example": "['ps-3p88qhfo']",
11116
+ "example": "[\"sg-efil73jd\"]",
11879
11117
  "member": "string",
11880
11118
  "name": "DisasterRecoverGroupIds",
11881
11119
  "required": false,
@@ -12007,7 +11245,7 @@
12007
11245
  {
12008
11246
  "disabled": false,
12009
11247
  "document": "当通过本接口来创建实例时会返回该参数,表示一个或多个实例`ID`。返回实例`ID`列表并不代表实例创建成功,可根据 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询返回的InstancesSet中对应实例的`ID`的状态来判断创建是否完成;如果实例状态由“PENDING(创建中)”变为“RUNNING(运行中)”,则为创建成功。",
12010
- "example": "['ins-rn99mzt1']",
11248
+ "example": "[\"ins-rn79mzt1\"]",
12011
11249
  "member": "string",
12012
11250
  "name": "InstanceIdSet",
12013
11251
  "output_required": true,
@@ -12446,8 +11684,8 @@
12446
11684
  },
12447
11685
  {
12448
11686
  "disabled": false,
12449
- "document": "系统盘ID。\n该参数目前仅用于`DescribeInstances`等查询类接口的返回参数,不可用于`RunInstances`等写接口的入参。",
12450
- "example": "disk-xyzw1234",
11687
+ "document": "系统盘ID。\n该参数目前仅用于 [DescribeInstances](https://cloud.tencent.com/document/product/213/15728) 等查询类接口的返回参数,不可用于 [RunInstances](https://cloud.tencent.com/document/product/213/15730) 等写接口的入参。",
11688
+ "example": "disk-xyzw1a3x",
12451
11689
  "member": "string",
12452
11690
  "name": "DiskId",
12453
11691
  "output_required": false,