tccli 3.0.1300.3__py2.py3-none-any.whl → 3.0.1302.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.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/asr/v20190614/api.json +18 -18
- tccli/services/batch/v20170312/api.json +14 -14
- tccli/services/bh/bh_client.py +623 -93
- tccli/services/bh/v20230418/api.json +1054 -32
- tccli/services/bh/v20230418/examples.json +93 -1
- tccli/services/billing/billing_client.py +4 -57
- tccli/services/billing/v20180709/api.json +3 -305
- tccli/services/billing/v20180709/examples.json +2 -10
- tccli/services/bpaas/v20181217/api.json +56 -56
- tccli/services/cat/cat_client.py +61 -8
- tccli/services/cat/v20180409/api.json +115 -0
- tccli/services/cat/v20180409/examples.json +20 -0
- tccli/services/cbs/v20170312/api.json +9 -7
- tccli/services/cbs/v20170312/examples.json +2 -2
- tccli/services/ccc/ccc_client.py +216 -4
- tccli/services/ccc/v20200210/api.json +364 -6
- tccli/services/ccc/v20200210/examples.json +32 -0
- tccli/services/cdb/v20170320/api.json +23 -14
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdc/cdc_client.py +173 -67
- tccli/services/cdc/v20201214/api.json +96 -0
- tccli/services/cdc/v20201214/examples.json +16 -0
- tccli/services/cdn/v20180606/api.json +365 -279
- tccli/services/cdwch/v20200915/api.json +21 -21
- tccli/services/cdwdoris/v20211228/api.json +21 -1
- tccli/services/cdwdoris/v20211228/examples.json +4 -4
- tccli/services/cdwpg/v20201230/api.json +375 -360
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +201 -5
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/chc/chc_client.py +57 -4
- tccli/services/chc/v20230418/api.json +108 -1
- tccli/services/chc/v20230418/examples.json +8 -0
- tccli/services/ckafka/ckafka_client.py +408 -302
- tccli/services/ckafka/v20190819/api.json +197 -2
- tccli/services/ckafka/v20190819/examples.json +16 -0
- tccli/services/clb/v20180317/api.json +439 -379
- tccli/services/clb/v20180317/examples.json +7 -7
- tccli/services/cls/cls_client.py +53 -0
- tccli/services/cls/v20201016/api.json +86 -3
- tccli/services/cls/v20201016/examples.json +11 -3
- tccli/services/cvm/v20170312/api.json +165 -147
- tccli/services/cvm/v20170312/examples.json +6 -6
- tccli/services/cwp/v20180228/api.json +93 -14
- tccli/services/cwp/v20180228/examples.json +7 -7
- tccli/services/cynosdb/cynosdb_client.py +171 -12
- tccli/services/cynosdb/v20190107/api.json +252 -3
- tccli/services/cynosdb/v20190107/examples.json +24 -0
- tccli/services/dbbrain/dbbrain_client.py +57 -4
- tccli/services/dbbrain/v20210527/api.json +62 -0
- tccli/services/dbbrain/v20210527/examples.json +8 -0
- tccli/services/dc/v20180410/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +816 -655
- tccli/services/dlc/v20210125/examples.json +73 -59
- tccli/services/dsgc/v20190723/api.json +18 -0
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/dts/v20211206/examples.json +6 -0
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +127 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/es/es_client.py +686 -151
- tccli/services/es/v20180416/api.json +509 -436
- tccli/services/es/v20180416/examples.json +43 -49
- tccli/services/es/v20250101/api.json +1391 -0
- tccli/services/es/v20250101/examples.json +85 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +142 -21
- tccli/services/ess/v20201111/examples.json +14 -0
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +112 -9
- tccli/services/essbasic/v20210526/examples.json +8 -0
- tccli/services/gaap/v20180529/api.json +321 -312
- tccli/services/gaap/v20180529/examples.json +2 -2
- tccli/services/gs/gs_client.py +538 -8
- tccli/services/gs/v20191118/api.json +947 -44
- tccli/services/gs/v20191118/examples.json +87 -1
- tccli/services/gwlb/v20240906/api.json +56 -37
- tccli/services/gwlb/v20240906/examples.json +11 -5
- tccli/services/hunyuan/hunyuan_client.py +175 -69
- tccli/services/hunyuan/v20230901/api.json +191 -1
- tccli/services/hunyuan/v20230901/examples.json +17 -1
- tccli/services/ioa/ioa_client.py +227 -15
- tccli/services/ioa/v20220601/api.json +479 -0
- tccli/services/ioa/v20220601/examples.json +44 -0
- tccli/services/iotexplorer/iotexplorer_client.py +322 -4
- tccli/services/iotexplorer/v20190423/api.json +865 -52
- tccli/services/iotexplorer/v20190423/examples.json +64 -16
- tccli/services/iotvideo/iotvideo_client.py +57 -4
- tccli/services/iotvideo/v20211125/api.json +146 -0
- tccli/services/iotvideo/v20211125/examples.json +8 -0
- tccli/services/iotvideoindustry/v20201201/api.json +1 -1
- tccli/services/kms/v20190118/api.json +38 -2
- tccli/services/lcic/v20220817/api.json +66 -1
- tccli/services/lcic/v20220817/examples.json +1 -1
- tccli/services/lighthouse/lighthouse_client.py +0 -106
- tccli/services/lighthouse/v20200324/api.json +11 -98
- tccli/services/lighthouse/v20200324/examples.json +0 -16
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lke/v20231130/api.json +208 -10
- tccli/services/lke/v20231130/examples.json +10 -10
- tccli/services/lkeap/lkeap_client.py +53 -0
- tccli/services/lkeap/v20240522/api.json +48 -4
- tccli/services/lkeap/v20240522/examples.json +8 -0
- tccli/services/mna/mna_client.py +4 -163
- tccli/services/mna/v20210119/api.json +0 -524
- tccli/services/mna/v20210119/examples.json +0 -24
- tccli/services/monitor/monitor_client.py +114 -8
- tccli/services/monitor/v20180724/api.json +129 -18
- tccli/services/monitor/v20180724/examples.json +17 -1
- tccli/services/mps/v20190612/api.json +1223 -1031
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/nlp/v20190408/examples.json +1 -1
- tccli/services/oceanus/v20190422/api.json +12 -12
- tccli/services/oceanus/v20190422/examples.json +15 -3
- tccli/services/ocr/v20181119/api.json +13 -3
- tccli/services/postgres/v20170312/api.json +2 -2
- tccli/services/privatedns/v20201028/api.json +30 -11
- tccli/services/privatedns/v20201028/examples.json +10 -10
- tccli/services/rce/v20201103/api.json +3 -3
- tccli/services/ses/v20201002/api.json +10 -1
- tccli/services/smop/v20201203/api.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +1 -1
- tccli/services/ssm/v20190923/api.json +27 -0
- tccli/services/sts/sts_client.py +53 -0
- tccli/services/sts/v20180813/api.json +101 -1
- tccli/services/sts/v20180813/examples.json +8 -0
- tccli/services/taf/taf_client.py +0 -53
- tccli/services/taf/v20200210/api.json +0 -138
- tccli/services/taf/v20200210/examples.json +0 -8
- tccli/services/tan/v20220420/api.json +2 -2
- tccli/services/tat/v20201028/api.json +2 -2
- tccli/services/tcb/v20180608/api.json +29 -1
- tccli/services/tcbr/v20220217/api.json +32 -0
- tccli/services/tccatalog/v20241024/api.json +1 -1
- tccli/services/tccatalog/v20241024/examples.json +1 -1
- tccli/services/tcr/v20190924/api.json +5 -5
- tccli/services/tcr/v20190924/examples.json +2 -2
- tccli/services/tcss/v20201101/api.json +84 -34
- tccli/services/tcss/v20201101/examples.json +2809 -0
- tccli/services/tdmq/v20200217/api.json +40 -0
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/tds/tds_client.py +53 -0
- tccli/services/tds/v20220801/api.json +265 -0
- tccli/services/tds/v20220801/examples.json +8 -0
- tccli/services/tem/v20210701/api.json +664 -575
- tccli/services/tem/v20210701/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +236 -208
- tccli/services/teo/v20220901/examples.json +13 -13
- tccli/services/tione/tione_client.py +53 -0
- tccli/services/tione/v20211111/api.json +256 -0
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trocket/trocket_client.py +489 -12
- tccli/services/trocket/v20230308/api.json +925 -146
- tccli/services/trocket/v20230308/examples.json +72 -0
- tccli/services/trtc/v20190722/api.json +13 -19
- tccli/services/trtc/v20190722/examples.json +8 -8
- tccli/services/tse/v20201207/api.json +1016 -995
- tccli/services/tse/v20201207/examples.json +2 -2
- tccli/services/tsf/v20180326/api.json +510 -465
- tccli/services/tsf/v20180326/examples.json +4 -4
- tccli/services/tts/v20190823/api.json +10 -10
- tccli/services/vclm/v20240523/api.json +2 -2
- tccli/services/vcube/v20220410/api.json +10 -0
- tccli/services/vdb/v20230616/api.json +10 -0
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +824 -254
- tccli/services/vpc/v20170312/examples.json +66 -10
- tccli/services/vpc/vpc_client.py +383 -12
- tccli/services/vrs/v20200824/api.json +9 -0
- tccli/services/waf/v20180125/api.json +8113 -5814
- tccli/services/waf/v20180125/examples.json +90 -0
- tccli/services/waf/waf_client.py +559 -82
- tccli/services/wedata/v20210820/api.json +1379 -24
- tccli/services/wedata/v20210820/examples.json +25 -1
- tccli/services/wedata/wedata_client.py +171 -12
- tccli/services/weilingwith/v20230427/api.json +1 -1
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/RECORD +187 -184
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/license_files/LICENSE +0 -0
@@ -8,7 +8,7 @@
|
|
8
8
|
"status": "online"
|
9
9
|
},
|
10
10
|
"AssociateInstancesKeyPairs": {
|
11
|
-
"document": "本接口 (AssociateInstancesKeyPairs) 用于将密钥绑定到实例上。\n\n* 将密钥的公钥写入到实例的`SSH`配置当中,用户就可以通过该密钥的私钥来登录实例。\n* 如果实例原来绑定过密钥,那么原来的密钥将失效。\n* 如果实例原来是通过密码登录,绑定密钥后无法使用密码登录。\n* 支持批量操作。每次请求批量实例的上限为100。如果批量实例存在不允许操作的实例,操作会以特定错误码返回。",
|
11
|
+
"document": "本接口 (AssociateInstancesKeyPairs) 用于将密钥绑定到实例上。\n\n* 仅支持对 `Linux` 操作系统实例进行绑定操作。\n* 非强制关机场景下,仅支持对 [STOPPED](https://cloud.tencent.com/document/product/213/15753#InstanceStatus) 状态实例进行绑定操作。\n* 强制关机场景下,先执行强制关机,再绑定密钥;如实例原状态为 [RUNNING](https://cloud.tencent.com/document/product/213/15753#InstanceStatus),绑定完成后实例会自动开机。\n* 将密钥的公钥写入到实例的`SSH`配置当中,用户就可以通过该密钥的私钥来登录实例。\n* 如果实例原来绑定过密钥,那么原来的密钥将失效。\n* 如果实例原来是通过密码登录,绑定密钥后无法使用密码登录。\n* 支持批量操作。每次请求批量实例的上限为100。如果批量实例存在不允许操作的实例,操作会以特定错误码返回。",
|
12
12
|
"input": "AssociateInstancesKeyPairsRequest",
|
13
13
|
"name": "绑定密钥对",
|
14
14
|
"output": "AssociateInstancesKeyPairsResponse",
|
@@ -239,7 +239,7 @@
|
|
239
239
|
"status": "online"
|
240
240
|
},
|
241
241
|
"DescribeInstanceVncUrl": {
|
242
|
-
"document": "本接口 ( DescribeInstanceVncUrl ) 用于查询实例管理终端地址,获取的地址可用于实例的 VNC 登录。\n\n* 处于 `STOPPED` 状态的机器无法使用此功能。\n* 管理终端地址的有效期为 15 秒,调用接口成功后如果 15 秒内不使用该链接进行访问,管理终端地址自动失效,您需要重新查询。\n* 管理终端地址一旦被访问,将自动失效,您需要重新查询。\n* 如果连接断开,每分钟内重新连接的次数不能超过 30 次。\n获取到 `InstanceVncUrl` 后,您需要在链接 `https://img.qcloud.com/qcloud/app/active_vnc/index.html?` 末尾加上参数 `InstanceVncUrl=xxxx`。\n\n - 参数 `InstanceVncUrl` :调用接口成功后会返回的 `InstanceVncUrl` 的值。\n\n 最后组成的 URL 格式如下:\n\n```\nhttps://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F%2Fbjvnc.qcloud.com%3A26789%2Fvnc%3Fs%3DaHpjWnRVMFNhYmxKdDM5MjRHNlVTSVQwajNUSW0wb2tBbmFtREFCTmFrcy8vUUNPMG0wSHZNOUUxRm5PMmUzWmFDcWlOdDJIbUJxSTZDL0RXcHZxYnZZMmRkWWZWcEZia2lyb09XMzdKNmM9\n
|
242
|
+
"document": "本接口 ( DescribeInstanceVncUrl ) 用于查询实例管理终端地址,获取的地址可用于实例的 VNC 登录。\n\n* 处于 `STOPPED` 状态的机器无法使用此功能。\n* 管理终端地址的有效期为 15 秒,调用接口成功后如果 15 秒内不使用该链接进行访问,管理终端地址自动失效,您需要重新查询。\n* 管理终端地址一旦被访问,将自动失效,您需要重新查询。\n* 如果连接断开,每分钟内重新连接的次数不能超过 30 次。\n获取到 `InstanceVncUrl` 后,您需要在链接 `https://img.qcloud.com/qcloud/app/active_vnc/index.html?` 末尾加上参数 `InstanceVncUrl=xxxx`。\n\n - 参数 `InstanceVncUrl` :调用接口成功后会返回的 `InstanceVncUrl` 的值。\n\n 最后组成的 URL 格式如下:\n\n```\nhttps://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F%2Fbjvnc.qcloud.com%3A26789%2Fvnc%3Fs%3DaHpjWnRVMFNhYmxKdDM5MjRHNlVTSVQwajNUSW0wb2tBbmFtREFCTmFrcy8vUUNPMG0wSHZNOUUxRm5PMmUzWmFDcWlOdDJIbUJxSTZDL0RXcHZxYnZZMmRkWWZWcEZia2lyb09XMzdKNmM9\n```",
|
243
243
|
"input": "DescribeInstanceVncUrlRequest",
|
244
244
|
"name": "查询实例管理终端地址",
|
245
245
|
"output": "DescribeInstanceVncUrlResponse",
|
@@ -358,7 +358,7 @@
|
|
358
358
|
"status": "online"
|
359
359
|
},
|
360
360
|
"DisassociateInstancesKeyPairs": {
|
361
|
-
"document": "本接口 (DisassociateInstancesKeyPairs) 用于解除实例的密钥绑定关系。\n\n*
|
361
|
+
"document": "本接口 (DisassociateInstancesKeyPairs) 用于解除实例的密钥绑定关系。\n\n* 仅支持对 Linux 操作系统实例进行解绑操作。\n* 非强制关机场景下,仅支持对 [STOPPED](https://cloud.tencent.com/document/product/213/15753#InstanceStatus) 状态实例进行解绑操作。\n* 强制关机场景下,先执行强制关机,再解绑密钥;如实例原状态为 [RUNNING](https://cloud.tencent.com/document/product/213/15753#InstanceStatus),解绑完成后实例会自动开机。\n* 解绑密钥后,实例可以通过原来设置的密码登录。\n* 如果原来没有设置密码,解绑后将无法使用 `SSH` 登录。可以调用 [ResetInstancesPassword](https://cloud.tencent.com/document/api/213/15736) 接口来设置登录密码。\n* 支持批量操作。每次请求批量实例的上限为100。如果批量实例存在不允许操作的实例,操作会以特定错误码返回。",
|
362
362
|
"input": "DisassociateInstancesKeyPairsRequest",
|
363
363
|
"name": "解绑密钥对",
|
364
364
|
"output": "DisassociateInstancesKeyPairsResponse",
|
@@ -379,7 +379,7 @@
|
|
379
379
|
"status": "online"
|
380
380
|
},
|
381
381
|
"ExitRescueMode": {
|
382
|
-
"document": "
|
382
|
+
"document": "本接口(ExitRescueMode)用于退出救援模式。",
|
383
383
|
"input": "ExitRescueModeRequest",
|
384
384
|
"name": "退出救援模式",
|
385
385
|
"output": "ExitRescueModeResponse",
|
@@ -400,7 +400,7 @@
|
|
400
400
|
"status": "online"
|
401
401
|
},
|
402
402
|
"ImportInstancesActionTimer": {
|
403
|
-
"document": "
|
403
|
+
"document": "本接口(ImportInstancesActionTimer)用于导入定时任务",
|
404
404
|
"input": "ImportInstancesActionTimerRequest",
|
405
405
|
"name": "导入定时任务",
|
406
406
|
"output": "ImportInstancesActionTimerResponse",
|
@@ -463,7 +463,7 @@
|
|
463
463
|
"status": "online"
|
464
464
|
},
|
465
465
|
"InquiryPriceResizeInstanceDisks": {
|
466
|
-
"document": "本接口 (InquiryPriceResizeInstanceDisks) 用于扩容实例的数据盘询价。\n\n* 目前只支持扩容非弹性数据盘([
|
466
|
+
"document": "本接口 (InquiryPriceResizeInstanceDisks) 用于扩容实例的数据盘询价。\n\n* 目前只支持扩容非弹性数据盘([DescribeDisks ](https://cloud.tencent.com/document/api/362/16315)接口返回值中的`Portable`为`false`表示非弹性)询价。\n* 目前不支持[CDH](https://cloud.tencent.com/document/product/416)实例使用该接口扩容数据盘询价。\n* 目前只支持扩容一块数据盘询价。",
|
467
467
|
"input": "InquiryPriceResizeInstanceDisksRequest",
|
468
468
|
"name": "扩容实例磁盘询价",
|
469
469
|
"output": "InquiryPriceResizeInstanceDisksResponse",
|
@@ -526,14 +526,14 @@
|
|
526
526
|
"status": "online"
|
527
527
|
},
|
528
528
|
"ModifyInstanceDiskType": {
|
529
|
-
"document": "本接口 (ModifyInstanceDiskType) 用于修改实例硬盘介质类型。\n\n* 只支持实例的本地系统盘、本地数据盘转化成指定云硬盘介质。\n* 只支持实例在关机状态下转换成指定云硬盘介质。\n* 不支持竞价实例类型。\n* 若实例同时存在本地系统盘和本地数据盘,需同时调整系统盘和数据盘的介质类型,不支持单独针对本地系统盘或本地数据盘修改介质类型。\n* 修改前请确保账户余额充足。可通过[DescribeAccountBalance](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。",
|
529
|
+
"document": "本接口 (ModifyInstanceDiskType) 用于修改实例硬盘介质类型。\n\n* 只支持实例的本地系统盘、本地数据盘转化成指定云硬盘介质。\n* 只支持实例在关机状态下转换成指定云硬盘介质。\n* 不支持竞价实例类型。\n* 若实例同时存在本地系统盘和本地数据盘,需同时调整系统盘和数据盘的介质类型,不支持单独针对本地系统盘或本地数据盘修改介质类型。\n* 修改前请确保账户余额充足。可通过[ DescribeAccountBalance ](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。",
|
530
530
|
"input": "ModifyInstanceDiskTypeRequest",
|
531
531
|
"name": "修改实例的硬盘介质",
|
532
532
|
"output": "ModifyInstanceDiskTypeResponse",
|
533
533
|
"status": "online"
|
534
534
|
},
|
535
535
|
"ModifyInstancesAttribute": {
|
536
|
-
"document": "本接口 (ModifyInstancesAttribute)
|
536
|
+
"document": "本接口 (ModifyInstancesAttribute) 用于修改实例的属性。\n\n* 每次请求必须指定实例的一种属性用于修改。\n* “实例名称”仅为方便用户自己管理之用,腾讯云并不以此名称作为在线支持或是进行实例管理操作的依据。\n* 支持批量操作。每次请求批量实例的上限为100。\n* 修改关联安全组时,子机原来关联的安全组会被解绑。\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”,则代表操作成功。\n* 修改主机名后实例会立即重启,重启后新的主机名生效。",
|
537
537
|
"input": "ModifyInstancesAttributeRequest",
|
538
538
|
"name": "修改实例的属性",
|
539
539
|
"output": "ModifyInstancesAttributeResponse",
|
@@ -673,7 +673,7 @@
|
|
673
673
|
"status": "online"
|
674
674
|
},
|
675
675
|
"ResizeInstanceDisks": {
|
676
|
-
"document": "本接口 (ResizeInstanceDisks) 用于扩容实例的磁盘。\n\n* 目前只支持扩容非弹性盘([ DescribeDisks ](https://cloud.tencent.com/document/api/362/16315)接口返回值中的`Portable`为`false`表示非弹性)。\n* 对于包年包月实例,使用该接口会涉及扣费,请确保账户余额充足。可通过[ DescribeAccountBalance ](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。\n* 目前只支持扩容一块数据盘。\n* 默认扩容方式为关机后扩容。\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”,则代表操作成功。\n*
|
676
|
+
"document": "本接口 (ResizeInstanceDisks) 用于扩容实例的磁盘。\n\n* 目前只支持扩容非弹性盘([ DescribeDisks ](https://cloud.tencent.com/document/api/362/16315)接口返回值中的`Portable`为`false`表示非弹性)。\n* 对于包年包月实例,使用该接口会涉及扣费,请确保账户余额充足。可通过[ DescribeAccountBalance ](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。\n* 目前只支持扩容一块数据盘。\n* 默认扩容方式为关机后扩容。\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”,则代表操作成功。\n* 如果是系统盘,目前只支持扩容,不支持缩容。\n* 如果是运行中的实例,必须指定ForceStop或ResizeOnline任意一个参数为true,否则操作失败。",
|
677
677
|
"input": "ResizeInstanceDisksRequest",
|
678
678
|
"name": "扩容实例磁盘",
|
679
679
|
"output": "ResizeInstanceDisksResponse",
|
@@ -701,7 +701,7 @@
|
|
701
701
|
"status": "online"
|
702
702
|
},
|
703
703
|
"SyncImages": {
|
704
|
-
"document": "本接口(SyncImages)用于将自定义镜像同步到其它地区。\n\n* 该接口每次调用只支持同步一个镜像。\n*
|
704
|
+
"document": "本接口(SyncImages)用于将自定义镜像同步到其它地区。\n\n* 该接口每次调用只支持同步一个镜像。\n* 该接口支持自定义镜像向多个地域同步。\n* 共享镜像仅支持同步为源地域(单个)的自定义镜像。\n* 自定义镜像仅支持同步为源地域(单个)的加密自定义镜像。\n* 单个账号在每个地域最多支持存在500个自定义镜像。",
|
705
705
|
"input": "SyncImagesRequest",
|
706
706
|
"name": "同步镜像",
|
707
707
|
"output": "SyncImagesResponse",
|
@@ -728,7 +728,7 @@
|
|
728
728
|
{
|
729
729
|
"disabled": false,
|
730
730
|
"document": "后付费配额列表",
|
731
|
-
"example": "
|
731
|
+
"example": "无",
|
732
732
|
"member": "PostPaidQuota",
|
733
733
|
"name": "PostPaidQuotaSet",
|
734
734
|
"output_required": true,
|
@@ -738,7 +738,7 @@
|
|
738
738
|
{
|
739
739
|
"disabled": false,
|
740
740
|
"document": "预付费配额列表",
|
741
|
-
"example": "
|
741
|
+
"example": "无",
|
742
742
|
"member": "PrePaidQuota",
|
743
743
|
"name": "PrePaidQuotaSet",
|
744
744
|
"output_required": true,
|
@@ -748,7 +748,7 @@
|
|
748
748
|
{
|
749
749
|
"disabled": false,
|
750
750
|
"document": "spot配额列表",
|
751
|
-
"example": "
|
751
|
+
"example": "无",
|
752
752
|
"member": "SpotPaidQuota",
|
753
753
|
"name": "SpotPaidQuotaSet",
|
754
754
|
"output_required": true,
|
@@ -758,7 +758,7 @@
|
|
758
758
|
{
|
759
759
|
"disabled": false,
|
760
760
|
"document": "镜像配额列表",
|
761
|
-
"example": "
|
761
|
+
"example": "无",
|
762
762
|
"member": "ImageQuota",
|
763
763
|
"name": "ImageQuotaSet",
|
764
764
|
"output_required": true,
|
@@ -768,7 +768,7 @@
|
|
768
768
|
{
|
769
769
|
"disabled": false,
|
770
770
|
"document": "置放群组配额列表",
|
771
|
-
"example": "
|
771
|
+
"example": "无",
|
772
772
|
"member": "DisasterRecoverGroupQuota",
|
773
773
|
"name": "DisasterRecoverGroupQuotaSet",
|
774
774
|
"output_required": true,
|
@@ -794,7 +794,7 @@
|
|
794
794
|
{
|
795
795
|
"disabled": false,
|
796
796
|
"document": "配额数据",
|
797
|
-
"example": "
|
797
|
+
"example": "无",
|
798
798
|
"member": "AccountQuota",
|
799
799
|
"name": "AccountQuota",
|
800
800
|
"output_required": true,
|
@@ -831,7 +831,7 @@
|
|
831
831
|
},
|
832
832
|
{
|
833
833
|
"disabled": false,
|
834
|
-
"document": "
|
834
|
+
"document": "扩展数据。仅做出参使用。",
|
835
835
|
"example": "无",
|
836
836
|
"member": "Externals",
|
837
837
|
"name": "Externals",
|
@@ -842,7 +842,7 @@
|
|
842
842
|
},
|
843
843
|
{
|
844
844
|
"disabled": false,
|
845
|
-
"document": "定时器ID
|
845
|
+
"document": "定时器ID。仅做出参使用。",
|
846
846
|
"example": "57z0f8ef-8112-460f-8203-fab753580f68",
|
847
847
|
"member": "string",
|
848
848
|
"name": "ActionTimerId",
|
@@ -853,7 +853,7 @@
|
|
853
853
|
},
|
854
854
|
{
|
855
855
|
"disabled": false,
|
856
|
-
"document": "
|
856
|
+
"document": "定时器状态,仅做出参使用。取值范围:<br><li>UNDO:未执行</li> <li>DOING:正在执行</li><li>DONE:执行完成。</li>",
|
857
857
|
"example": "UNDO",
|
858
858
|
"member": "string",
|
859
859
|
"name": "Status",
|
@@ -864,7 +864,7 @@
|
|
864
864
|
},
|
865
865
|
{
|
866
866
|
"disabled": false,
|
867
|
-
"document": "定时器对应的实例ID
|
867
|
+
"document": "定时器对应的实例ID。仅做出参使用。",
|
868
868
|
"example": "ins-dpa3e3at",
|
869
869
|
"member": "string",
|
870
870
|
"name": "InstanceId",
|
@@ -972,7 +972,7 @@
|
|
972
972
|
"members": [
|
973
973
|
{
|
974
974
|
"disabled": false,
|
975
|
-
"document": "一个或多个待操作的实例ID,每次请求批量实例的上限为100
|
975
|
+
"document": "一个或多个待操作的实例ID,每次请求批量实例的上限为100。可以通过以下方式获取可用的实例ID:\n<li>通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询实例ID。</li>\n<li>通过调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的`InstanceId`获取实例ID。</li>",
|
976
976
|
"example": "[\"ins-1e4r6y8i\",\"ins-3e56fg78\"]",
|
977
977
|
"member": "string",
|
978
978
|
"name": "InstanceIds",
|
@@ -981,7 +981,7 @@
|
|
981
981
|
},
|
982
982
|
{
|
983
983
|
"disabled": false,
|
984
|
-
"document": "一个或多个待操作的密钥对ID,每次请求批量密钥对的上限为100
|
984
|
+
"document": "一个或多个待操作的密钥对ID,每次请求批量密钥对的上限为100。可以通过以下方式获取可用的密钥ID:\n<li>通过登录[控制台](https://console.cloud.tencent.com/cvm/sshkey)查询密钥ID。</li>\n<li>通过调用接口 [DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699) ,取返回信息中的`KeyId`获取密钥对ID。</li>",
|
985
985
|
"example": "[\"skey-4e5ty7i8\"]",
|
986
986
|
"member": "string",
|
987
987
|
"name": "KeyIds",
|
@@ -990,8 +990,8 @@
|
|
990
990
|
},
|
991
991
|
{
|
992
992
|
"disabled": false,
|
993
|
-
"document": "
|
994
|
-
"example": "
|
993
|
+
"document": "是否强制关机,默认值为 false。常规场景下,建议手动关机后绑定密钥。取值范围:\n<li>true:先执行强制关机,再绑定密钥。</li>\n<li>false:不执行强制关机,仅支持对已关机状态实例进行绑定操作。</li>",
|
994
|
+
"example": "false",
|
995
995
|
"member": "bool",
|
996
996
|
"name": "ForceStop",
|
997
997
|
"required": false,
|
@@ -1017,7 +1017,7 @@
|
|
1017
1017
|
"members": [
|
1018
1018
|
{
|
1019
1019
|
"disabled": false,
|
1020
|
-
"document": "要绑定的`安全组ID`,类似sg-efil73jd
|
1020
|
+
"document": "要绑定的`安全组ID`,类似sg-efil73jd,只支持绑定单个安全组。可通过 [DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808) 接口返回值中的`SecurityGroupId`获取。",
|
1021
1021
|
"example": "[\"sg-9id3l839\"]",
|
1022
1022
|
"member": "string",
|
1023
1023
|
"name": "SecurityGroupIds",
|
@@ -1026,7 +1026,7 @@
|
|
1026
1026
|
},
|
1027
1027
|
{
|
1028
1028
|
"disabled": false,
|
1029
|
-
"document": "被绑定的`实例ID`,类似ins-lesecurk,支持指定多个实例,每次请求批量实例的上限为100
|
1029
|
+
"document": "被绑定的`实例ID`,类似ins-lesecurk,支持指定多个实例,每次请求批量实例的上限为100。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。",
|
1030
1030
|
"example": "[\"ins-2zvpghhc\",\"ins-915zrb0p\"]",
|
1031
1031
|
"member": "string",
|
1032
1032
|
"name": "InstanceIds",
|
@@ -1682,8 +1682,8 @@
|
|
1682
1682
|
"members": [
|
1683
1683
|
{
|
1684
1684
|
"disabled": false,
|
1685
|
-
"document": "执行操作系统转换的实例 ID",
|
1686
|
-
"example": "[\"ins-
|
1685
|
+
"document": "执行操作系统转换的实例 ID。\n可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。\n仅支持操作系统为 CentOS 7、CentOS 8 的实例执行转换。",
|
1686
|
+
"example": "[\"ins-duqhvpt6\"]",
|
1687
1687
|
"member": "string",
|
1688
1688
|
"name": "InstanceIds",
|
1689
1689
|
"required": true,
|
@@ -1691,8 +1691,8 @@
|
|
1691
1691
|
},
|
1692
1692
|
{
|
1693
1693
|
"disabled": false,
|
1694
|
-
"document": "
|
1695
|
-
"example": "
|
1694
|
+
"document": "是否最小规模转换。\n默认值:false",
|
1695
|
+
"example": "false",
|
1696
1696
|
"member": "bool",
|
1697
1697
|
"name": "MinimalConversion",
|
1698
1698
|
"required": false,
|
@@ -1700,8 +1700,8 @@
|
|
1700
1700
|
},
|
1701
1701
|
{
|
1702
1702
|
"disabled": false,
|
1703
|
-
"document": "
|
1704
|
-
"example": "
|
1703
|
+
"document": "是否只预检。\n默认值:false",
|
1704
|
+
"example": "false",
|
1705
1705
|
"member": "bool",
|
1706
1706
|
"name": "DryRun",
|
1707
1707
|
"required": false,
|
@@ -1709,7 +1709,7 @@
|
|
1709
1709
|
},
|
1710
1710
|
{
|
1711
1711
|
"disabled": false,
|
1712
|
-
"document": "转换的目标操作系统类型。仅支持 TencentOS
|
1712
|
+
"document": "转换的目标操作系统类型。仅支持 TencentOS。\n默认值:TencentOS",
|
1713
1713
|
"example": "TencentOS",
|
1714
1714
|
"member": "string",
|
1715
1715
|
"name": "TargetOSType",
|
@@ -1985,7 +1985,7 @@
|
|
1985
1985
|
"members": [
|
1986
1986
|
{
|
1987
1987
|
"disabled": false,
|
1988
|
-
"document": "
|
1988
|
+
"document": "镜像名称。\n最多支持60个字符。",
|
1989
1989
|
"example": "MyImageName",
|
1990
1990
|
"member": "string",
|
1991
1991
|
"name": "ImageName",
|
@@ -1994,7 +1994,7 @@
|
|
1994
1994
|
},
|
1995
1995
|
{
|
1996
1996
|
"disabled": false,
|
1997
|
-
"document": "需要制作镜像的实例ID
|
1997
|
+
"document": "需要制作镜像的实例ID。基于实例创建镜像时,为必填参数。\nInstanceId 和 SnapshotIds 为二选一必填参数。\n可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。",
|
1998
1998
|
"example": "ins-2v3sqe2t",
|
1999
1999
|
"member": "string",
|
2000
2000
|
"name": "InstanceId",
|
@@ -2003,7 +2003,7 @@
|
|
2003
2003
|
},
|
2004
2004
|
{
|
2005
2005
|
"disabled": false,
|
2006
|
-
"document": "
|
2006
|
+
"document": "镜像描述。\n最多支持 256 个字符。",
|
2007
2007
|
"example": "MyImageDescription",
|
2008
2008
|
"member": "string",
|
2009
2009
|
"name": "ImageDescription",
|
@@ -2030,7 +2030,7 @@
|
|
2030
2030
|
},
|
2031
2031
|
{
|
2032
2032
|
"disabled": false,
|
2033
|
-
"document": "基于实例创建整机镜像时,指定包含在镜像里的数据盘ID",
|
2033
|
+
"document": "基于实例创建整机镜像时,指定包含在镜像里的数据盘ID。\nDataDiskIds 只能在指定 InstanceId 实例所包含的数据盘范围内指定。\n可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的 `DataDisks` 获取。",
|
2034
2034
|
"example": "[\"disk-6gabakqz\"]",
|
2035
2035
|
"member": "string",
|
2036
2036
|
"name": "DataDiskIds",
|
@@ -2039,7 +2039,7 @@
|
|
2039
2039
|
},
|
2040
2040
|
{
|
2041
2041
|
"disabled": false,
|
2042
|
-
"document": "基于快照创建镜像,指定快照ID,必须包含一个系统盘快照。不可与InstanceId
|
2042
|
+
"document": "基于快照创建镜像,指定快照ID,必须包含一个系统盘快照。不可与 InstanceId 同时传入。\nInstanceId 和 SnapshotIds 为二选一必填参数。\n可通过 [DescribeSnapshots](https://cloud.tencent.com/document/product/362/15647) 接口返回值中的`SnapshotId`获取。",
|
2043
2043
|
"example": "[\"snap-kso6f712\", \"snap-l3rrf322\"]",
|
2044
2044
|
"member": "string",
|
2045
2045
|
"name": "SnapshotIds",
|
@@ -2057,7 +2057,7 @@
|
|
2057
2057
|
},
|
2058
2058
|
{
|
2059
2059
|
"disabled": false,
|
2060
|
-
"document": "
|
2060
|
+
"document": "标签描述列表。通过指定该参数可以同时绑定标签到自定义镜像。\n可通过 [DescribeTags](https://cloud.tencent.com/document/api/651/35316) 接口返回值中的 `TagKey` 和 `TagValue` 获取。",
|
2061
2061
|
"example": "无",
|
2062
2062
|
"member": "TagSpecification",
|
2063
2063
|
"name": "TagSpecification",
|
@@ -2112,7 +2112,7 @@
|
|
2112
2112
|
},
|
2113
2113
|
{
|
2114
2114
|
"disabled": false,
|
2115
|
-
"document": "密钥对创建后所属的项目ID
|
2115
|
+
"document": "密钥对创建后所属的项目ID,ProjectId为0表示默认项目。\n可以通过以下方式获取项目ID:\n<li>通过项目列表查询项目ID。</li>\n<li>通过调用接口 [DescribeProjects](https://cloud.tencent.com/document/api/651/78725),取返回信息中的`projectId `获取项目ID。</li>",
|
2116
2116
|
"example": "0",
|
2117
2117
|
"member": "int64",
|
2118
2118
|
"name": "ProjectId",
|
@@ -2137,7 +2137,7 @@
|
|
2137
2137
|
{
|
2138
2138
|
"disabled": false,
|
2139
2139
|
"document": "密钥对信息。",
|
2140
|
-
"example": "
|
2140
|
+
"example": "无",
|
2141
2141
|
"member": "KeyPair",
|
2142
2142
|
"name": "KeyPair",
|
2143
2143
|
"output_required": true,
|
@@ -2718,7 +2718,7 @@
|
|
2718
2718
|
"members": [
|
2719
2719
|
{
|
2720
2720
|
"disabled": false,
|
2721
|
-
"document": "数据盘大小,单位:
|
2721
|
+
"document": "数据盘大小,单位:GiB。最小调整步长为10GiB,不同数据盘类型取值范围不同,具体限制详见:[存储概述](https://cloud.tencent.com/document/product/213/4952)。默认值为0,表示不购买数据盘。更多限制详见产品文档。",
|
2722
2722
|
"example": "50",
|
2723
2723
|
"member": "int64",
|
2724
2724
|
"name": "DiskSize",
|
@@ -2751,7 +2751,7 @@
|
|
2751
2751
|
},
|
2752
2752
|
{
|
2753
2753
|
"disabled": false,
|
2754
|
-
"document": "
|
2754
|
+
"document": "数据盘是否随子机销毁。取值范围:<li>true:子机销毁时,销毁数据盘,只支持按小时后付费云盘</li><li>false:子机销毁时,保留数据盘</li><br/>默认取值:true <br/>该参数目前仅用于 `RunInstances` 接口。",
|
2755
2755
|
"example": "true",
|
2756
2756
|
"member": "bool",
|
2757
2757
|
"name": "DeleteWithInstance",
|
@@ -2773,7 +2773,7 @@
|
|
2773
2773
|
},
|
2774
2774
|
{
|
2775
2775
|
"disabled": false,
|
2776
|
-
"document": "
|
2776
|
+
"document": "数据盘是否加密。取值范围:<li>true:加密</li><li>false:不加密</li><br/>默认取值:false<br/>该参数目前仅用于 `RunInstances` 接口。",
|
2777
2777
|
"example": "false",
|
2778
2778
|
"member": "bool",
|
2779
2779
|
"name": "Encrypt",
|
@@ -2795,7 +2795,7 @@
|
|
2795
2795
|
},
|
2796
2796
|
{
|
2797
2797
|
"disabled": false,
|
2798
|
-
"document": "云硬盘性能,单位:
|
2798
|
+
"document": "云硬盘性能,单位:MiB/s。使用此参数可给云硬盘购买额外的性能。\n当前仅支持极速型云盘(CLOUD_TSSD)和增强型SSD云硬盘(CLOUD_HSSD)",
|
2799
2799
|
"example": "20",
|
2800
2800
|
"member": "int64",
|
2801
2801
|
"name": "ThroughputPerformance",
|
@@ -2828,7 +2828,7 @@
|
|
2828
2828
|
},
|
2829
2829
|
{
|
2830
2830
|
"disabled": false,
|
2831
|
-
"document": "磁盘名称,长度不超过128
|
2831
|
+
"document": "磁盘名称,长度不超过128 个字符。",
|
2832
2832
|
"example": "MyDiskName",
|
2833
2833
|
"member": "string",
|
2834
2834
|
"name": "DiskName",
|
@@ -2899,7 +2899,7 @@
|
|
2899
2899
|
"members": [
|
2900
2900
|
{
|
2901
2901
|
"disabled": false,
|
2902
|
-
"document": "
|
2902
|
+
"document": "删除的镜像 ID 列表。\n可通过 [DescribeImages](https://cloud.tencent.com/document/api/213/15715) 接口返回值中的`ImageId`获取。",
|
2903
2903
|
"example": "[\"img-34vaef8fe\"]",
|
2904
2904
|
"member": "string",
|
2905
2905
|
"name": "ImageIds",
|
@@ -2908,7 +2908,7 @@
|
|
2908
2908
|
},
|
2909
2909
|
{
|
2910
2910
|
"disabled": false,
|
2911
|
-
"document": "
|
2911
|
+
"document": "是否删除镜像关联的快照。\n默认值:false",
|
2912
2912
|
"example": "false",
|
2913
2913
|
"member": "bool",
|
2914
2914
|
"name": "DeleteBindedSnap",
|
@@ -2917,7 +2917,7 @@
|
|
2917
2917
|
},
|
2918
2918
|
{
|
2919
2919
|
"disabled": false,
|
2920
|
-
"document": "
|
2920
|
+
"document": "检测是否支持删除镜像。\n默认值:false",
|
2921
2921
|
"example": "true",
|
2922
2922
|
"member": "bool",
|
2923
2923
|
"name": "DryRun",
|
@@ -2944,8 +2944,8 @@
|
|
2944
2944
|
"members": [
|
2945
2945
|
{
|
2946
2946
|
"disabled": false,
|
2947
|
-
"document": "定时任务ID列表,可以通过DescribeInstancesActionTimer接口查询。只能删除未执行的定时任务。",
|
2948
|
-
"example": "[\"865d042d-0219-46c3-9821-6028c96cfb7c
|
2947
|
+
"document": "定时任务ID列表,可以通过[ DescribeInstancesActionTimer ](https://cloud.tencent.com/document/product/213/103950)接口查询。只能删除未执行的定时任务。",
|
2948
|
+
"example": "[\"865d042d-0219-46c3-9821-6028c96cfb7c\"]",
|
2949
2949
|
"member": "string",
|
2950
2950
|
"name": "ActionTimerIds",
|
2951
2951
|
"required": true,
|
@@ -2998,7 +2998,7 @@
|
|
2998
2998
|
"members": [
|
2999
2999
|
{
|
3000
3000
|
"disabled": false,
|
3001
|
-
"document": "启动模板ID
|
3001
|
+
"document": "启动模板ID。可通过 [DescribeLaunchTemplates](https://cloud.tencent.com/document/api/213/66322) 接口返回值中的`LaunchTemplateId`获取。",
|
3002
3002
|
"example": "lt-rf6ogz49",
|
3003
3003
|
"member": "string",
|
3004
3004
|
"name": "LaunchTemplateId",
|
@@ -3025,7 +3025,7 @@
|
|
3025
3025
|
"members": [
|
3026
3026
|
{
|
3027
3027
|
"disabled": false,
|
3028
|
-
"document": "启动模板ID
|
3028
|
+
"document": "启动模板ID。可通过 [DescribeLaunchTemplates](https://cloud.tencent.com/document/api/213/66322) 接口返回值中的`LaunchTemplateId`获取。",
|
3029
3029
|
"example": "lt-irmer45l",
|
3030
3030
|
"member": "string",
|
3031
3031
|
"name": "LaunchTemplateId",
|
@@ -3034,7 +3034,7 @@
|
|
3034
3034
|
},
|
3035
3035
|
{
|
3036
3036
|
"disabled": false,
|
3037
|
-
"document": "
|
3037
|
+
"document": "实例启动模板版本列表。可通过 [DescribeLaunchTemplateVersions](https://cloud.tencent.com/document/api/213/66323) 接口返回值中的`LaunchTemplateVersion`获取。",
|
3038
3038
|
"example": "[1,2,3]",
|
3039
3039
|
"member": "int64",
|
3040
3040
|
"name": "LaunchTemplateVersions",
|
@@ -3061,7 +3061,7 @@
|
|
3061
3061
|
"members": [
|
3062
3062
|
{
|
3063
3063
|
"disabled": false,
|
3064
|
-
"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;\"
|
3064
|
+
"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>",
|
3065
3065
|
"example": "[ { \"Name\": \"quota-type\", \"Values\": [ \"PrePaidQuotaSet\" ] } ]",
|
3066
3066
|
"member": "Filter",
|
3067
3067
|
"name": "Filters",
|
@@ -3087,7 +3087,7 @@
|
|
3087
3087
|
{
|
3088
3088
|
"disabled": false,
|
3089
3089
|
"document": "配额数据",
|
3090
|
-
"example": "
|
3090
|
+
"example": "无",
|
3091
3091
|
"member": "AccountQuotaOverview",
|
3092
3092
|
"name": "AccountQuotaOverview",
|
3093
3093
|
"output_required": true,
|
@@ -3884,7 +3884,7 @@
|
|
3884
3884
|
"members": [
|
3885
3885
|
{
|
3886
3886
|
"disabled": false,
|
3887
|
-
"document": "一个操作的实例ID。可通过[
|
3887
|
+
"document": "一个操作的实例ID。可通过[ DescribeInstances ](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。",
|
3888
3888
|
"example": "ins-r9hr2upy",
|
3889
3889
|
"member": "string",
|
3890
3890
|
"name": "InstanceId",
|
@@ -3903,7 +3903,7 @@
|
|
3903
3903
|
"example": "wss%3A%2F%2Fbjvnc.qcloud.com%3A26789%2Fv",
|
3904
3904
|
"member": "string",
|
3905
3905
|
"name": "InstanceVncUrl",
|
3906
|
-
"
|
3906
|
+
"output_required": true,
|
3907
3907
|
"type": "string",
|
3908
3908
|
"value_allowed_null": false
|
3909
3909
|
},
|
@@ -3930,7 +3930,7 @@
|
|
3930
3930
|
},
|
3931
3931
|
{
|
3932
3932
|
"disabled": false,
|
3933
|
-
"document": "按照一个或者多个实例ID
|
3933
|
+
"document": "按照一个或者多个实例ID查询。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。",
|
3934
3934
|
"example": "[\"ins-37qv3ucj\"]",
|
3935
3935
|
"member": "string",
|
3936
3936
|
"name": "InstanceIds",
|
@@ -3948,7 +3948,7 @@
|
|
3948
3948
|
},
|
3949
3949
|
{
|
3950
3950
|
"disabled": false,
|
3951
|
-
"document": "
|
3951
|
+
"document": "定时任务执行时间的结束范围,用于条件筛选,格式如2018-05-01 19:00:00。",
|
3952
3952
|
"example": "2024-11-06T08:00:32Z",
|
3953
3953
|
"member": "string",
|
3954
3954
|
"name": "EndActionTime",
|
@@ -3957,7 +3957,7 @@
|
|
3957
3957
|
},
|
3958
3958
|
{
|
3959
3959
|
"disabled": false,
|
3960
|
-
"document": "
|
3960
|
+
"document": "定时任务执行时间的开始范围,用于条件筛选,格式如2018-05-01 19:00:00。",
|
3961
3961
|
"example": "2024-11-06T08:00:32Z",
|
3962
3962
|
"member": "string",
|
3963
3963
|
"name": "StartActionTime",
|
@@ -3966,7 +3966,7 @@
|
|
3966
3966
|
},
|
3967
3967
|
{
|
3968
3968
|
"disabled": false,
|
3969
|
-
"document": "定时任务状态列表。<br><li>UNDO:未执行</li> <
|
3969
|
+
"document": "定时任务状态列表。<br><li>UNDO:未执行</li> <li>DOING:正在执行</li><li>DONE:执行完成。</li>",
|
3970
3970
|
"example": "UNDO",
|
3971
3971
|
"member": "string",
|
3972
3972
|
"name": "StatusList",
|
@@ -4012,7 +4012,7 @@
|
|
4012
4012
|
},
|
4013
4013
|
{
|
4014
4014
|
"disabled": false,
|
4015
|
-
"document": "实例ID
|
4015
|
+
"document": "实例ID列表。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。",
|
4016
4016
|
"example": "[\"ins-lyxxskp2\"]",
|
4017
4017
|
"member": "string",
|
4018
4018
|
"name": "InstanceIds",
|
@@ -4058,7 +4058,7 @@
|
|
4058
4058
|
},
|
4059
4059
|
{
|
4060
4060
|
"disabled": false,
|
4061
|
-
"document": "<li><strong>status</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>配置规格状态</strong>】进行过滤。配置规格状态形如:SELL、UNAVAILABLE。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为2。",
|
4061
|
+
"document": "<li><strong>status</strong></li>\n<p style=\"padding-left: 30px;\">按照【<strong>配置规格状态</strong>】进行过滤。配置规格状态形如:SELL(表示实例可售卖)、UNAVAILABLE(表示实例不可用)。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为2。",
|
4062
4062
|
"example": "无",
|
4063
4063
|
"member": "Filter",
|
4064
4064
|
"name": "Filters",
|
@@ -4114,7 +4114,7 @@
|
|
4114
4114
|
},
|
4115
4115
|
{
|
4116
4116
|
"disabled": false,
|
4117
|
-
"document": "实例操作。\n<li> INSTANCE_DEGRADE:实例降配操作</li>",
|
4117
|
+
"document": "实例操作。\n<li> INSTANCE_DEGRADE:实例降配操作</li><li> INTERNET_CHARGE_TYPE_CHANGE:实例调整带宽付费模式操作</li>",
|
4118
4118
|
"example": "INSTANCE_DEGRADE",
|
4119
4119
|
"member": "string",
|
4120
4120
|
"name": "Operation",
|
@@ -4130,7 +4130,7 @@
|
|
4130
4130
|
{
|
4131
4131
|
"disabled": false,
|
4132
4132
|
"document": "该参数表示调整配置操作(降配)限制次数查询。",
|
4133
|
-
"example": "
|
4133
|
+
"example": "无",
|
4134
4134
|
"member": "OperationCountLimit",
|
4135
4135
|
"name": "InstanceOperationLimitSet",
|
4136
4136
|
"output_required": true,
|
@@ -4877,7 +4877,7 @@
|
|
4877
4877
|
"members": [
|
4878
4878
|
{
|
4879
4879
|
"disabled": false,
|
4880
|
-
"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:表示后付费,即按量计费 )</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。",
|
4880
|
+
"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。",
|
4881
4881
|
"example": "无",
|
4882
4882
|
"member": "Filter",
|
4883
4883
|
"name": "Filters",
|
@@ -4951,7 +4951,7 @@
|
|
4951
4951
|
"members": [
|
4952
4952
|
{
|
4953
4953
|
"disabled": false,
|
4954
|
-
"document": "一个或多个待操作的实例ID,每次请求批量实例的上限为100。<br
|
4954
|
+
"document": "一个或多个待操作的实例ID,每次请求批量实例的上限为100。<br>可以通过以下方式获取可用的实例ID:\n<li>通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询实例ID。</li>\n<li>通过调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。</li>",
|
4955
4955
|
"example": "[\"ins-w34e5rl9\"]",
|
4956
4956
|
"member": "string",
|
4957
4957
|
"name": "InstanceIds",
|
@@ -4960,7 +4960,7 @@
|
|
4960
4960
|
},
|
4961
4961
|
{
|
4962
4962
|
"disabled": false,
|
4963
|
-
"document": "密钥对ID
|
4963
|
+
"document": "密钥对ID列表,列表长度上限为100。可以通过以下方式获取可用的密钥ID:\n<li>通过登录[控制台](https://console.cloud.tencent.com/cvm/sshkey)查询密钥ID。</li>\n<li>通过调用接口 [DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699) ,取返回信息中的 `KeyId` 获取密钥对ID。</li>",
|
4964
4964
|
"example": "[\"skey-e3r6y7ji\"]",
|
4965
4965
|
"member": "string",
|
4966
4966
|
"name": "KeyIds",
|
@@ -4969,8 +4969,8 @@
|
|
4969
4969
|
},
|
4970
4970
|
{
|
4971
4971
|
"disabled": false,
|
4972
|
-
"document": "
|
4973
|
-
"example": "
|
4972
|
+
"document": "是否强制关机,默认值为 false。常规场景下,建议手动关机后解绑密钥。取值范围:\n<li>true:先执行强制关机,再解绑密钥。</li>\n<li>false:不执行强制关机,仅支持对已关机状态实例进行解绑操作。</li>",
|
4973
|
+
"example": "false",
|
4974
4974
|
"member": "bool",
|
4975
4975
|
"name": "ForceStop",
|
4976
4976
|
"required": false,
|
@@ -4996,7 +4996,7 @@
|
|
4996
4996
|
"members": [
|
4997
4997
|
{
|
4998
4998
|
"disabled": false,
|
4999
|
-
"document": "要解绑的`安全组ID`,类似sg-efil73jd
|
4999
|
+
"document": "要解绑的`安全组ID`,类似sg-efil73jd,只支持解绑单个安全组。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`SecurityGroupIds`获取实例绑定的安全组。",
|
5000
5000
|
"example": "[\"sg-9id3l839\"]",
|
5001
5001
|
"member": "string",
|
5002
5002
|
"name": "SecurityGroupIds",
|
@@ -5005,7 +5005,7 @@
|
|
5005
5005
|
},
|
5006
5006
|
{
|
5007
5007
|
"disabled": false,
|
5008
|
-
"document": "被解绑的`实例ID`,类似ins-lesecurk,支持指定多个实例,每次请求批量实例的上限为100
|
5008
|
+
"document": "被解绑的`实例ID`,类似ins-lesecurk,支持指定多个实例,每次请求批量实例的上限为100。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。",
|
5009
5009
|
"example": "[\"ins-2zvpghhc\", \"ins-915zrb0p\"]",
|
5010
5010
|
"member": "string",
|
5011
5011
|
"name": "InstanceIds",
|
@@ -5092,7 +5092,7 @@
|
|
5092
5092
|
},
|
5093
5093
|
{
|
5094
5094
|
"disabled": false,
|
5095
|
-
"document": "
|
5095
|
+
"document": "分散置放群组创建时间。按照`ISO8601`标准表示,并且使用`UTC`时间。格式为:`YYYY-MM-DDThh:mm:ssZ`。",
|
5096
5096
|
"example": "\"2021-04-27T08:49:34Z\"",
|
5097
5097
|
"member": "datetime_iso",
|
5098
5098
|
"name": "CreateTime",
|
@@ -5286,8 +5286,8 @@
|
|
5286
5286
|
"members": [
|
5287
5287
|
{
|
5288
5288
|
"disabled": false,
|
5289
|
-
"document": "退出救援模式的实例id",
|
5290
|
-
"example": "
|
5289
|
+
"document": "退出救援模式的实例id。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。",
|
5290
|
+
"example": "ins-axzc12s",
|
5291
5291
|
"member": "string",
|
5292
5292
|
"name": "InstanceId",
|
5293
5293
|
"required": true,
|
@@ -5313,7 +5313,7 @@
|
|
5313
5313
|
"members": [
|
5314
5314
|
{
|
5315
5315
|
"disabled": false,
|
5316
|
-
"document": "COS
|
5316
|
+
"document": "COS存储桶名称。\n可通过 [List Buckets](https://cloud.tencent.com/document/product/436/8291) 接口查询请求者名下的所有存储桶列表或特定地域下的存储桶列表。",
|
5317
5317
|
"example": "mybucketname",
|
5318
5318
|
"member": "string",
|
5319
5319
|
"name": "BucketName",
|
@@ -5322,7 +5322,7 @@
|
|
5322
5322
|
},
|
5323
5323
|
{
|
5324
5324
|
"disabled": false,
|
5325
|
-
"document": "镜像ID列表。调用 ExportImages 接口时,参数 ImageIds 和 SnapshotIds 为二选一必填参数,目前参数 SnapshotIds
|
5325
|
+
"document": "镜像ID列表。调用 ExportImages 接口时,参数 ImageIds 和 SnapshotIds 为二选一必填参数,目前参数 SnapshotIds 暂未对外开放。\n可通过 [DescribeImages](https://cloud.tencent.com/document/api/213/15715) 接口返回值中的`ImageId`获取。",
|
5326
5326
|
"example": "img-72n9mi0y",
|
5327
5327
|
"member": "string",
|
5328
5328
|
"name": "ImageIds",
|
@@ -5340,7 +5340,7 @@
|
|
5340
5340
|
},
|
5341
5341
|
{
|
5342
5342
|
"disabled": false,
|
5343
|
-
"document": "
|
5343
|
+
"document": "导出文件的名称前缀列表。\n默认导出文件无名称前缀。",
|
5344
5344
|
"example": "[\"testfilename\"]",
|
5345
5345
|
"member": "string",
|
5346
5346
|
"name": "FileNamePrefixList",
|
@@ -5349,7 +5349,7 @@
|
|
5349
5349
|
},
|
5350
5350
|
{
|
5351
5351
|
"disabled": false,
|
5352
|
-
"document": "
|
5352
|
+
"document": "是否只导出系统盘。\n默认值:false",
|
5353
5353
|
"example": "true",
|
5354
5354
|
"member": "bool",
|
5355
5355
|
"name": "OnlyExportRootDisk",
|
@@ -5358,7 +5358,7 @@
|
|
5358
5358
|
},
|
5359
5359
|
{
|
5360
5360
|
"disabled": false,
|
5361
|
-
"document": "
|
5361
|
+
"document": "检测镜像是否支持导出。\n默认值:false",
|
5362
5362
|
"example": "true",
|
5363
5363
|
"member": "bool",
|
5364
5364
|
"name": "DryRun",
|
@@ -5392,8 +5392,8 @@
|
|
5392
5392
|
},
|
5393
5393
|
{
|
5394
5394
|
"disabled": false,
|
5395
|
-
"document": "导出镜像的COS
|
5396
|
-
"example": "/img-
|
5395
|
+
"document": "导出镜像的COS文件名列表。其中,文件名格式如下。\n* 系统盘:前缀名_镜像ID_system_快照ID.镜像格式\n* 数据盘:前缀名_镜像ID_data_快照ID.镜像格式",
|
5396
|
+
"example": "/img-dz6w75t0_system_snap-hedv100v.raw",
|
5397
5397
|
"member": "string",
|
5398
5398
|
"name": "CosPaths",
|
5399
5399
|
"output_required": true,
|
@@ -6130,20 +6130,20 @@
|
|
6130
6130
|
{
|
6131
6131
|
"disabled": false,
|
6132
6132
|
"document": "已使用配额",
|
6133
|
-
"example": "
|
6133
|
+
"example": "10",
|
6134
6134
|
"member": "uint64",
|
6135
6135
|
"name": "UsedQuota",
|
6136
|
-
"
|
6136
|
+
"output_required": true,
|
6137
6137
|
"type": "int",
|
6138
6138
|
"value_allowed_null": false
|
6139
6139
|
},
|
6140
6140
|
{
|
6141
6141
|
"disabled": false,
|
6142
6142
|
"document": "总配额",
|
6143
|
-
"example": "
|
6143
|
+
"example": "20",
|
6144
6144
|
"member": "uint64",
|
6145
6145
|
"name": "TotalQuota",
|
6146
|
-
"
|
6146
|
+
"output_required": true,
|
6147
6147
|
"type": "int",
|
6148
6148
|
"value_allowed_null": false
|
6149
6149
|
}
|
@@ -6315,8 +6315,8 @@
|
|
6315
6315
|
"members": [
|
6316
6316
|
{
|
6317
6317
|
"disabled": false,
|
6318
|
-
"document": "实例id
|
6319
|
-
"example": "[\"ins-37qv3ucj
|
6318
|
+
"document": "实例id列表,可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。",
|
6319
|
+
"example": "[\"ins-37qv3ucj\"]",
|
6320
6320
|
"member": "string",
|
6321
6321
|
"name": "InstanceIds",
|
6322
6322
|
"required": true,
|
@@ -6343,7 +6343,7 @@
|
|
6343
6343
|
"example": "[\"865d042d-0219-46c3-9821-6028c96cfb7c\"]",
|
6344
6344
|
"member": "string",
|
6345
6345
|
"name": "ActionTimerIds",
|
6346
|
-
"
|
6346
|
+
"output_required": true,
|
6347
6347
|
"type": "list",
|
6348
6348
|
"value_allowed_null": false
|
6349
6349
|
},
|
@@ -6864,7 +6864,7 @@
|
|
6864
6864
|
"members": [
|
6865
6865
|
{
|
6866
6866
|
"disabled": false,
|
6867
|
-
"document": "待操作的实例ID。可通过[
|
6867
|
+
"document": "待操作的实例ID。可通过[ DescribeInstances ](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。",
|
6868
6868
|
"example": "ins-fd8spnmq",
|
6869
6869
|
"member": "string",
|
6870
6870
|
"name": "InstanceId",
|
@@ -6873,7 +6873,7 @@
|
|
6873
6873
|
},
|
6874
6874
|
{
|
6875
6875
|
"disabled": false,
|
6876
|
-
"document": "
|
6876
|
+
"document": "待扩容的数据盘配置信息。只支持扩容非弹性数据盘[ DescribeDisks ](https://cloud.tencent.com/document/api/362/16315)接口返回值中的`Portable`为`false`表示非弹性)。数据盘容量单位:GB。最小扩容步长:10G。关于数据盘类型的选择请参考硬盘产品简介。可选数据盘类型受到实例类型`InstanceType`限制。另外允许扩容的最大容量也因数据盘类型的不同而有所差异。\n<dx-alert infotype=\"explain\" title=\"\">您必须指定参数DataDisks与SystemDisk的其中一个,但不能同时指定。</dx-alert>",
|
6877
6877
|
"example": "无",
|
6878
6878
|
"member": "DataDisk",
|
6879
6879
|
"name": "DataDisks",
|
@@ -6882,12 +6882,30 @@
|
|
6882
6882
|
},
|
6883
6883
|
{
|
6884
6884
|
"disabled": false,
|
6885
|
-
"document": "是否对运行中的实例选择强制关机。建议对运行中的实例先手动关机,然后再重置用户密码。取值范围:<br><li>true:表示在正常关机失败后进行强制关机</li><br><li>false:表示在正常关机失败后不进行强制关机</li><br
|
6885
|
+
"document": "是否对运行中的实例选择强制关机。建议对运行中的实例先手动关机,然后再重置用户密码。取值范围:<br><li>true:表示在正常关机失败后进行强制关机</li><br><li>false:表示在正常关机失败后不进行强制关机</li><br>默认取值:false。<br><br>强制关机的效果等同于关闭物理计算机的电源开关。强制关机可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常关机时使用。",
|
6886
6886
|
"example": "true",
|
6887
6887
|
"member": "bool",
|
6888
6888
|
"name": "ForceStop",
|
6889
6889
|
"required": false,
|
6890
6890
|
"type": "bool"
|
6891
|
+
},
|
6892
|
+
{
|
6893
|
+
"disabled": false,
|
6894
|
+
"document": "待扩容的系统盘配置信息。只支持扩容云盘。\n<dx-alert infotype=\"explain\" title=\"\">您必须指定参数DataDisks与SystemDisk的其中一个,但不能同时指定。</dx-alert>",
|
6895
|
+
"example": "无",
|
6896
|
+
"member": "SystemDisk",
|
6897
|
+
"name": "SystemDisk",
|
6898
|
+
"required": false,
|
6899
|
+
"type": "object"
|
6900
|
+
},
|
6901
|
+
{
|
6902
|
+
"disabled": false,
|
6903
|
+
"document": "是否在线扩容",
|
6904
|
+
"example": "true",
|
6905
|
+
"member": "bool",
|
6906
|
+
"name": "ResizeOnline",
|
6907
|
+
"required": false,
|
6908
|
+
"type": "bool"
|
6891
6909
|
}
|
6892
6910
|
],
|
6893
6911
|
"type": "object"
|
@@ -6955,7 +6973,7 @@
|
|
6955
6973
|
},
|
6956
6974
|
{
|
6957
6975
|
"disabled": false,
|
6958
|
-
"document": "
|
6976
|
+
"document": "实例机型。不同实例机型指定了不同的资源规格。\n<br><li>对于付费模式为PREPAID或POSTPAID_BY_HOUR的实例创建,具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。若不指定该参数,则系统将根据当前地域的资源售卖情况动态指定默认机型。</li><br><li>对于付费模式为CDHPAID的实例创建,该参数以\"CDH_\"为前缀,根据CPU和内存配置生成,具体形式为:CDH_XCXG,例如对于创建CPU为1核,内存为1G大小的专用宿主机的实例,该参数应该为CDH_1C1G。</li>",
|
6959
6977
|
"example": "S5.MEDIUM2",
|
6960
6978
|
"member": "string",
|
6961
6979
|
"name": "InstanceType",
|
@@ -7027,7 +7045,7 @@
|
|
7027
7045
|
},
|
7028
7046
|
{
|
7029
7047
|
"disabled": false,
|
7030
|
-
"document": "实例所属安全组。该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808)
|
7048
|
+
"document": "实例所属安全组。该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的`SecurityGroupId`字段来获取。若不指定该参数,则默认不绑定安全组。",
|
7031
7049
|
"example": "[\"sg-efil73jd\"]",
|
7032
7050
|
"member": "string",
|
7033
7051
|
"name": "SecurityGroupIds",
|
@@ -7243,7 +7261,7 @@
|
|
7243
7261
|
},
|
7244
7262
|
{
|
7245
7263
|
"disabled": false,
|
7246
|
-
"document": "
|
7264
|
+
"document": "实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。取值范围:<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>CDHPAID:独享子机(基于专用宿主机创建,宿主机部分的资源不收费)</li><br><li>SPOTPAID:竞价付费</li><br><li>CDCPAID:专用集群付费</li>",
|
7247
7265
|
"example": "PREPAID",
|
7248
7266
|
"member": "string",
|
7249
7267
|
"name": "InstanceChargeType",
|
@@ -7383,7 +7401,7 @@
|
|
7383
7401
|
},
|
7384
7402
|
{
|
7385
7403
|
"disabled": false,
|
7386
|
-
"document": "
|
7404
|
+
"document": "实例状态。状态类型详见[实例状态表](https://cloud.tencent.com/document/api/213/15753#InstanceStatus)",
|
7387
7405
|
"example": "RUNNING",
|
7388
7406
|
"member": "string",
|
7389
7407
|
"name": "InstanceState",
|
@@ -7809,7 +7827,7 @@
|
|
7809
7827
|
},
|
7810
7828
|
{
|
7811
7829
|
"disabled": false,
|
7812
|
-
"document": "内存容量,单位:`
|
7830
|
+
"document": "内存容量,单位:`GiB`。",
|
7813
7831
|
"example": "4",
|
7814
7832
|
"member": "int64",
|
7815
7833
|
"name": "Memory",
|
@@ -7901,7 +7919,7 @@
|
|
7901
7919
|
},
|
7902
7920
|
{
|
7903
7921
|
"disabled": false,
|
7904
|
-
"document": "实例计费模式。取值范围: <br><li>PREPAID:表示预付费,即包年包月<br></li>POSTPAID_BY_HOUR
|
7922
|
+
"document": "实例计费模式。取值范围: <br><li>PREPAID:表示预付费,即包年包月<br></li><li>POSTPAID_BY_HOUR:表示后付费,即按量计费</li><li>CDHPAID:表示[专用宿主机](https://cloud.tencent.com/document/product/416)付费,即只对`专用宿主机`计费,不对`专用宿主机`上的实例计费。<br></li><li>SPOTPAID:表示竞价实例付费。</li>",
|
7905
7923
|
"example": "PREPAID",
|
7906
7924
|
"member": "string",
|
7907
7925
|
"name": "InstanceChargeType",
|
@@ -7981,7 +7999,7 @@
|
|
7981
7999
|
},
|
7982
8000
|
{
|
7983
8001
|
"disabled": false,
|
7984
|
-
"document": "实例是否售卖。取值范围: <br><li>SELL:表示实例可购买<br></li>SOLD_OUT
|
8002
|
+
"document": "实例是否售卖。取值范围: <br><li>SELL:表示实例可购买<br></li><li>SOLD_OUT:表示实例已售罄。</li>",
|
7985
8003
|
"example": "SELL",
|
7986
8004
|
"member": "string",
|
7987
8005
|
"name": "Status",
|
@@ -8101,7 +8119,7 @@
|
|
8101
8119
|
},
|
8102
8120
|
{
|
8103
8121
|
"disabled": false,
|
8104
|
-
"document": "描述库存情况。取值范围:\n<li> EnoughStock:表示对应库存非常充足</li>
|
8122
|
+
"document": "描述库存情况。取值范围:\n<li> EnoughStock:表示对应库存非常充足</li> <li>NormalStock:表示对应库存供应有保障</li><li> UnderStock:表示对应库存即将售罄</li> <li>WithoutStock:表示对应库存已经售罄</li>",
|
8105
8123
|
"example": "EnoughStock",
|
8106
8124
|
"member": "string",
|
8107
8125
|
"name": "StatusCategory",
|
@@ -8150,7 +8168,7 @@
|
|
8150
8168
|
},
|
8151
8169
|
{
|
8152
8170
|
"disabled": false,
|
8153
|
-
"document": "带宽包ID。可通过[
|
8171
|
+
"document": "带宽包ID。可通过[ DescribeBandwidthPackages ](https://cloud.tencent.com/document/api/215/19209)接口返回值中的`BandwidthPackageId`获取。该参数仅在RunInstances接口中作为入参使用。",
|
8154
8172
|
"example": "bwp-h1ro",
|
8155
8173
|
"member": "string",
|
8156
8174
|
"name": "BandwidthPackageId",
|
@@ -8203,7 +8221,7 @@
|
|
8203
8221
|
"members": [
|
8204
8222
|
{
|
8205
8223
|
"disabled": false,
|
8206
|
-
"document": "
|
8224
|
+
"document": "网络计费类型。取值范围:<br><li>BANDWIDTH_PREPAID:预付费按带宽结算</li><li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li><li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费</li><li>BANDWIDTH_PACKAGE:带宽包用户</li>默认取值:非带宽包用户默认与子机付费类型保持一致,比如子机付费类型为预付费,网络计费类型默认为预付费;子机付费类型为后付费,网络计费类型默认为后付费。",
|
8207
8225
|
"example": "TRAFFIC_POSTPAID_BY_HOUR",
|
8208
8226
|
"member": "string",
|
8209
8227
|
"name": "InternetChargeType",
|
@@ -8447,7 +8465,7 @@
|
|
8447
8465
|
},
|
8448
8466
|
{
|
8449
8467
|
"disabled": false,
|
8450
|
-
"document": "
|
8468
|
+
"document": "密钥对所属的项目 `ID`,ProjectId 为 0 时表示默认项目。",
|
8451
8469
|
"example": "0",
|
8452
8470
|
"member": "int64",
|
8453
8471
|
"name": "ProjectId",
|
@@ -8468,7 +8486,7 @@
|
|
8468
8486
|
{
|
8469
8487
|
"disabled": false,
|
8470
8488
|
"document": "密钥对的纯文本公钥。",
|
8471
|
-
"example": "
|
8489
|
+
"example": "ssh-rsa AAAAB3N......59LPzXah+r+d skey-0mjpcb19",
|
8472
8490
|
"member": "string",
|
8473
8491
|
"name": "PublicKey",
|
8474
8492
|
"output_required": false,
|
@@ -8478,7 +8496,7 @@
|
|
8478
8496
|
{
|
8479
8497
|
"disabled": false,
|
8480
8498
|
"document": "密钥对的纯文本私钥。腾讯云不会保管私钥,请用户自行妥善保存。",
|
8481
|
-
"example": "
|
8499
|
+
"example": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAzDC......WCvOBGeKHg==\\n-----END RSA PRIVATE KEY-----",
|
8482
8500
|
"member": "string",
|
8483
8501
|
"name": "PrivateKey",
|
8484
8502
|
"output_required": false,
|
@@ -8488,7 +8506,7 @@
|
|
8488
8506
|
{
|
8489
8507
|
"disabled": false,
|
8490
8508
|
"document": "密钥关联的实例`ID`列表。",
|
8491
|
-
"example": "[\"ins-
|
8509
|
+
"example": "[\"ins-syht65r4\"]",
|
8492
8510
|
"member": "string",
|
8493
8511
|
"name": "AssociatedInstanceIds",
|
8494
8512
|
"output_required": false,
|
@@ -8931,7 +8949,7 @@
|
|
8931
8949
|
},
|
8932
8950
|
{
|
8933
8951
|
"disabled": false,
|
8934
|
-
"document": "
|
8952
|
+
"document": "创建者的AppId。",
|
8935
8953
|
"example": "251001234",
|
8936
8954
|
"member": "string",
|
8937
8955
|
"name": "CreatedBy",
|
@@ -9357,7 +9375,7 @@
|
|
9357
9375
|
"members": [
|
9358
9376
|
{
|
9359
9377
|
"disabled": false,
|
9360
|
-
"document": "待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/
|
9378
|
+
"document": "待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。",
|
9361
9379
|
"example": "ins-r8hr2upy",
|
9362
9380
|
"member": "string",
|
9363
9381
|
"name": "InstanceId",
|
@@ -9411,7 +9429,7 @@
|
|
9411
9429
|
},
|
9412
9430
|
{
|
9413
9431
|
"disabled": false,
|
9414
|
-
"document": "修改后实例名称。可任意命名,但不得超过60
|
9432
|
+
"document": "修改后实例名称。可任意命名,但不得超过60个字符。",
|
9415
9433
|
"example": "MyInsName",
|
9416
9434
|
"member": "string",
|
9417
9435
|
"name": "InstanceName",
|
@@ -9429,7 +9447,7 @@
|
|
9429
9447
|
},
|
9430
9448
|
{
|
9431
9449
|
"disabled": false,
|
9432
|
-
"document": "指定实例的修改后的安全组Id
|
9450
|
+
"document": "指定实例的修改后的安全组Id列表,子机将重新关联指定列表的安全组,原本关联的安全组会被解绑。",
|
9433
9451
|
"example": "[\"sg-rf6ogz49\"]",
|
9434
9452
|
"member": "string",
|
9435
9453
|
"name": "SecurityGroups",
|
@@ -9510,7 +9528,7 @@
|
|
9510
9528
|
},
|
9511
9529
|
{
|
9512
9530
|
"disabled": false,
|
9513
|
-
"document": "修改后实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。<
|
9531
|
+
"document": "修改后实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。<li> PREPAID:预付费,即包年包月。</li><li> POSTPAID_BY_HOUR:后付费,即按量付费。</li>",
|
9514
9532
|
"example": "PREPAID",
|
9515
9533
|
"member": "string",
|
9516
9534
|
"name": "InstanceChargeType",
|
@@ -9528,7 +9546,7 @@
|
|
9528
9546
|
},
|
9529
9547
|
{
|
9530
9548
|
"disabled": false,
|
9531
|
-
"document": "是否同时切换弹性数据云盘计费模式。取值范围:<
|
9549
|
+
"document": "是否同时切换弹性数据云盘计费模式。取值范围:<li> true:表示切换弹性数据云盘计费模式</li><li> false:表示不切换弹性数据云盘计费模式</li>默认取值:false。",
|
9532
9550
|
"example": "false",
|
9533
9551
|
"member": "bool",
|
9534
9552
|
"name": "ModifyPortableDataDisk",
|
@@ -9609,7 +9627,7 @@
|
|
9609
9627
|
},
|
9610
9628
|
{
|
9611
9629
|
"disabled": false,
|
9612
|
-
"document": "项目ID。项目可以使用[AddProject](https://cloud.tencent.com/document/api/651/81952)接口创建。可通过[
|
9630
|
+
"document": "项目ID。项目可以使用[ AddProject ](https://cloud.tencent.com/document/api/651/81952)接口创建。可通过[ DescribeProject ](https://cloud.tencent.com/document/api/651/78725) 接口返回值中的`projectId`获取。后续使用[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)接口查询实例时,项目ID可用于过滤结果。",
|
9613
9631
|
"example": "1045",
|
9614
9632
|
"member": "int64",
|
9615
9633
|
"name": "ProjectId",
|
@@ -9726,7 +9744,7 @@
|
|
9726
9744
|
"members": [
|
9727
9745
|
{
|
9728
9746
|
"disabled": false,
|
9729
|
-
"document": "密钥对ID
|
9747
|
+
"document": "密钥对ID。可以通过以下方式获取可用的密钥 ID:\n<li>通过登录[控制台](https://console.cloud.tencent.com/cvm/sshkey)查询密钥 ID。</li>\n<li>通过调用接口 [DescribeKeyPairs](https://cloud.tencent.com/document/api/213/9403) ,取返回信息中的 `KeyId` 获取密钥对 ID。</li>",
|
9730
9748
|
"example": "skey-mv9yzyjj",
|
9731
9749
|
"member": "string",
|
9732
9750
|
"name": "KeyId",
|
@@ -9771,7 +9789,7 @@
|
|
9771
9789
|
"members": [
|
9772
9790
|
{
|
9773
9791
|
"disabled": false,
|
9774
|
-
"document": "启动模板ID
|
9792
|
+
"document": "启动模板ID。可通过 [DescribeLaunchTemplates](https://cloud.tencent.com/document/api/213/66322) 接口返回值中的`LaunchTemplateId `获取。",
|
9775
9793
|
"example": "lt-irmer45l",
|
9776
9794
|
"member": "string",
|
9777
9795
|
"name": "LaunchTemplateId",
|
@@ -9780,7 +9798,7 @@
|
|
9780
9798
|
},
|
9781
9799
|
{
|
9782
9800
|
"disabled": false,
|
9783
|
-
"document": "
|
9801
|
+
"document": "待设置的默认版本号。可通过 [DescribeLaunchTemplateVersions](https://cloud.tencent.com/document/api/213/66323) 接口返回值中的`LaunchTemplateVersion`获取。",
|
9784
9802
|
"example": "2",
|
9785
9803
|
"member": "int64",
|
9786
9804
|
"name": "DefaultVersion",
|
@@ -9940,7 +9958,7 @@
|
|
9940
9958
|
{
|
9941
9959
|
"disabled": false,
|
9942
9960
|
"document": "累计已使用配额",
|
9943
|
-
"example": "
|
9961
|
+
"example": "10",
|
9944
9962
|
"member": "uint64",
|
9945
9963
|
"name": "UsedQuota",
|
9946
9964
|
"output_required": true,
|
@@ -9950,7 +9968,7 @@
|
|
9950
9968
|
{
|
9951
9969
|
"disabled": false,
|
9952
9970
|
"document": "剩余配额",
|
9953
|
-
"example": "
|
9971
|
+
"example": "90",
|
9954
9972
|
"member": "uint64",
|
9955
9973
|
"name": "RemainingQuota",
|
9956
9974
|
"output_required": true,
|
@@ -9986,7 +10004,7 @@
|
|
9986
10004
|
{
|
9987
10005
|
"disabled": false,
|
9988
10006
|
"document": "当月已使用配额",
|
9989
|
-
"example": "
|
10007
|
+
"example": "10",
|
9990
10008
|
"member": "uint64",
|
9991
10009
|
"name": "UsedQuota",
|
9992
10010
|
"output_required": true,
|
@@ -10006,7 +10024,7 @@
|
|
10006
10024
|
{
|
10007
10025
|
"disabled": false,
|
10008
10026
|
"document": "剩余配额",
|
10009
|
-
"example": "
|
10027
|
+
"example": "90",
|
10010
10028
|
"member": "uint64",
|
10011
10029
|
"name": "RemainingQuota",
|
10012
10030
|
"output_required": true,
|
@@ -10016,7 +10034,7 @@
|
|
10016
10034
|
{
|
10017
10035
|
"disabled": false,
|
10018
10036
|
"document": "总配额",
|
10019
|
-
"example": "
|
10037
|
+
"example": "100",
|
10020
10038
|
"member": "uint64",
|
10021
10039
|
"name": "TotalQuota",
|
10022
10040
|
"output_required": true,
|
@@ -10067,7 +10085,7 @@
|
|
10067
10085
|
"members": [
|
10068
10086
|
{
|
10069
10087
|
"disabled": false,
|
10070
|
-
"document": "实例的ID
|
10088
|
+
"document": "实例的ID信息。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。",
|
10071
10089
|
"example": "ins-kdjnfkda",
|
10072
10090
|
"member": "string",
|
10073
10091
|
"name": "InstanceId",
|
@@ -11368,7 +11386,7 @@
|
|
11368
11386
|
},
|
11369
11387
|
{
|
11370
11388
|
"disabled": false,
|
11371
|
-
"document": "
|
11389
|
+
"document": "重置后的实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:Linux 实例密码必须8-30位,推荐使用12位以上密码,不能以“/”开头,至少包含以下字符中的三种不同字符,字符种类:<br><li>小写字母:[a-z]</li><li>大写字母:[A-Z]</li><li>数字:0-9</li><li>特殊字符: ()\\`\\~!@#$%^&\\*-+=\\_|{}[]:;'<>,.?/Windows 实例密码必须12\\~30位,不能以“/”开头且不包括用户名,至少包含以下字符中的三种不同字符</li><li>小写字母:[a-z]</li><li>大写字母:[A-Z]</li><li>数字: 0-9</li><li>特殊字符:()\\`\\~!@#$%^&\\*-+=\\_|{}[]:;' <>,.?/</li><li>如果实例即包含 `Linux` 实例又包含 `Windows` 实例,则密码复杂度限制按照 `Windows` 实例的限制。</li>",
|
11372
11390
|
"example": "abc123ABC!@#",
|
11373
11391
|
"member": "string",
|
11374
11392
|
"name": "Password",
|
@@ -11386,7 +11404,7 @@
|
|
11386
11404
|
},
|
11387
11405
|
{
|
11388
11406
|
"disabled": false,
|
11389
|
-
"document": "是否对运行中的实例选择强制关机。建议对运行中的实例先手动关机,然后再重置用户密码。取值范围:<br><li>true
|
11407
|
+
"document": "是否对运行中的实例选择强制关机。建议对运行中的实例先手动关机,然后再重置用户密码。取值范围:<br><li>true:表示在正常关机失败后进行强制关机</li><li>false:表示在正常关机失败后不进行强制关机</li>默认取值:false。<br><br>强制关机的效果等同于关闭物理计算机的电源开关。强制关机可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常关机时使用。",
|
11390
11408
|
"example": "true",
|
11391
11409
|
"member": "bool",
|
11392
11410
|
"name": "ForceStop",
|
@@ -11422,7 +11440,7 @@
|
|
11422
11440
|
},
|
11423
11441
|
{
|
11424
11442
|
"disabled": false,
|
11425
|
-
"document": "调整后的实例机型。不同实例机型指定了不同的资源规格,具体取值可通过调用接口[
|
11443
|
+
"document": "调整后的实例机型。不同实例机型指定了不同的资源规格,具体取值可通过调用接口[ DescribeInstanceTypeConfigs ](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例类型](https://cloud.tencent.com/document/product/213/11518)描述。",
|
11426
11444
|
"example": "S5.16XLARGE256",
|
11427
11445
|
"member": "string",
|
11428
11446
|
"name": "InstanceType",
|
@@ -11458,7 +11476,7 @@
|
|
11458
11476
|
"members": [
|
11459
11477
|
{
|
11460
11478
|
"disabled": false,
|
11461
|
-
"document": "待操作的实例ID。可通过[
|
11479
|
+
"document": "待操作的实例ID。可通过[ DescribeInstances ](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。",
|
11462
11480
|
"example": "ins-r8hr2upy",
|
11463
11481
|
"member": "string",
|
11464
11482
|
"name": "InstanceId",
|
@@ -11467,7 +11485,7 @@
|
|
11467
11485
|
},
|
11468
11486
|
{
|
11469
11487
|
"disabled": false,
|
11470
|
-
"document": "
|
11488
|
+
"document": "待扩容的数据盘配置信息,仅支持指定待扩容盘的目的容量。只支持扩容非弹性数据盘([ DescribeDisks ](https://cloud.tencent.com/document/api/362/16315)接口返回值中的`Portable`为`false`表示非弹性)。数据盘容量单位:GiB。最小扩容步长:10GiB。关于数据盘类型的选择请参考[硬盘产品简介](https://cloud.tencent.com/document/product/362/2353)。可选数据盘类型受到实例类型`InstanceType`限制。另外允许扩容的最大容量也因数据盘类型的不同而有所差异。\n<dx-alert infotype=\"explain\" title=\"\">您必须指定参数DataDisks与SystemDisk的其中一个,但不能同时指定。</dx-alert>",
|
11471
11489
|
"example": "无",
|
11472
11490
|
"member": "DataDisk",
|
11473
11491
|
"name": "DataDisks",
|
@@ -11476,7 +11494,7 @@
|
|
11476
11494
|
},
|
11477
11495
|
{
|
11478
11496
|
"disabled": false,
|
11479
|
-
"document": "
|
11497
|
+
"document": "是否对运行中的实例选择强制关机。建议对运行中的实例先手动关机,然后再扩容实例磁盘。取值范围:<br><li>true:表示在正常关机失败后进行强制关机</li><br><li>false:表示在正常关机失败后不进行强制关机</li><br><br>默认取值:false。<br><br>强制关机的效果等同于关闭物理计算机的电源开关。强制关机可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常关机时使用。",
|
11480
11498
|
"example": "true",
|
11481
11499
|
"member": "bool",
|
11482
11500
|
"name": "ForceStop",
|
@@ -11485,7 +11503,7 @@
|
|
11485
11503
|
},
|
11486
11504
|
{
|
11487
11505
|
"disabled": false,
|
11488
|
-
"document": "
|
11506
|
+
"document": "待扩容的系统盘配置信息,仅支持指定待扩容盘的目的容量。只支持扩容云盘。\n<dx-alert infotype=\"explain\" title=\"\">您必须指定参数DataDisks与SystemDisk的其中一个,但不能同时指定。</dx-alert>",
|
11489
11507
|
"example": "无",
|
11490
11508
|
"member": "SystemDisk",
|
11491
11509
|
"name": "SystemDisk",
|
@@ -11646,7 +11664,7 @@
|
|
11646
11664
|
},
|
11647
11665
|
{
|
11648
11666
|
"disabled": false,
|
11649
|
-
"document": "实例所属安全组。该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的sgId
|
11667
|
+
"document": "实例所属安全组。该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的 sgId 字段来获取。若不指定该参数,则绑定指定项目下的默认安全组,如默认安全组不存在则将自动创建。\n",
|
11650
11668
|
"example": "[\"sg-ajhn9qtq\"]",
|
11651
11669
|
"member": "string",
|
11652
11670
|
"name": "SecurityGroupIds",
|
@@ -11952,7 +11970,7 @@
|
|
11952
11970
|
{
|
11953
11971
|
"disabled": false,
|
11954
11972
|
"document": "已使用配额,单位:vCPU核心数",
|
11955
|
-
"example": "
|
11973
|
+
"example": "10",
|
11956
11974
|
"member": "uint64",
|
11957
11975
|
"name": "UsedQuota",
|
11958
11976
|
"output_required": true,
|
@@ -11962,7 +11980,7 @@
|
|
11962
11980
|
{
|
11963
11981
|
"disabled": false,
|
11964
11982
|
"document": "剩余配额,单位:vCPU核心数",
|
11965
|
-
"example": "
|
11983
|
+
"example": "90",
|
11966
11984
|
"member": "uint64",
|
11967
11985
|
"name": "RemainingQuota",
|
11968
11986
|
"output_required": true,
|
@@ -11972,7 +11990,7 @@
|
|
11972
11990
|
{
|
11973
11991
|
"disabled": false,
|
11974
11992
|
"document": "总配额,单位:vCPU核心数",
|
11975
|
-
"example": "
|
11993
|
+
"example": "100",
|
11976
11994
|
"member": "uint64",
|
11977
11995
|
"name": "TotalQuota",
|
11978
11996
|
"output_required": true,
|
@@ -12033,7 +12051,7 @@
|
|
12033
12051
|
},
|
12034
12052
|
{
|
12035
12053
|
"disabled": false,
|
12036
|
-
"document": "本参数已弃用,推荐使用StopType,不可以与参数StopType同时使用。表示是否在正常关闭失败后选择强制关闭实例。取值范围:<br><li>true
|
12054
|
+
"document": "本参数已弃用,推荐使用StopType,不可以与参数StopType同时使用。表示是否在正常关闭失败后选择强制关闭实例。取值范围:<br><li>true:表示在正常关闭失败后进行强制关闭</li><li>false:表示在正常关闭失败后不进行强制关闭</li><br>默认取值:false。",
|
12037
12055
|
"example": "false",
|
12038
12056
|
"member": "bool",
|
12039
12057
|
"name": "ForceStop",
|
@@ -12042,7 +12060,7 @@
|
|
12042
12060
|
},
|
12043
12061
|
{
|
12044
12062
|
"disabled": false,
|
12045
|
-
"document": "实例的关闭模式。取值范围:<br><li>SOFT_FIRST
|
12063
|
+
"document": "实例的关闭模式。取值范围:<br><li>SOFT_FIRST:表示在正常关闭失败后进行强制关闭</li><li>HARD:直接强制关闭</li><li>SOFT:仅软关机</li>默认取值:SOFT。",
|
12046
12064
|
"example": "SOFT",
|
12047
12065
|
"member": "string",
|
12048
12066
|
"name": "StopType",
|
@@ -12051,7 +12069,7 @@
|
|
12051
12069
|
},
|
12052
12070
|
{
|
12053
12071
|
"disabled": false,
|
12054
|
-
"document": "按量计费实例关机收费模式。\n取值范围:<br><li>KEEP_CHARGING
|
12072
|
+
"document": "按量计费实例关机收费模式。\n取值范围:<br><li>KEEP_CHARGING:关机继续收费</li><li>STOP_CHARGING:关机停止收费</li><br>默认取值:KEEP_CHARGING。\n该参数只针对部分按量计费实例生效,详情参考[按量计费实例关机不收费说明](https://cloud.tencent.com/document/product/213/19918)",
|
12055
12073
|
"example": "KEEP_CHARGING",
|
12056
12074
|
"member": "string",
|
12057
12075
|
"name": "StoppedMode",
|
@@ -12089,7 +12107,7 @@
|
|
12089
12107
|
},
|
12090
12108
|
{
|
12091
12109
|
"disabled": false,
|
12092
|
-
"document": "HDD
|
12110
|
+
"document": "HDD本地存储的最小容量。单位:GiB。",
|
12093
12111
|
"example": "100",
|
12094
12112
|
"member": "int64",
|
12095
12113
|
"name": "MinSize",
|
@@ -12100,7 +12118,7 @@
|
|
12100
12118
|
},
|
12101
12119
|
{
|
12102
12120
|
"disabled": false,
|
12103
|
-
"document": "HDD
|
12121
|
+
"document": "HDD本地存储的最大容量。单位:GiB。",
|
12104
12122
|
"example": "200",
|
12105
12123
|
"member": "int64",
|
12106
12124
|
"name": "MaxSize",
|
@@ -12143,7 +12161,7 @@
|
|
12143
12161
|
"members": [
|
12144
12162
|
{
|
12145
12163
|
"disabled": false,
|
12146
|
-
"document": "镜像ID列表 ,镜像ID可以通过如下方式获取:<br><li>通过[DescribeImages](https://cloud.tencent.com/document/api/213/15715)接口返回的`ImageId
|
12164
|
+
"document": "镜像ID列表 ,镜像ID可以通过如下方式获取:<br><li>通过[DescribeImages](https://cloud.tencent.com/document/api/213/15715)接口返回的`ImageId`获取,镜像ID对应的镜像状态必须为`NORMAL`。</li><li>通过[镜像控制台](https://console.cloud.tencent.com/cvm/image)获取。</li>",
|
12147
12165
|
"example": "[\"img-o3ycss2p\"]",
|
12148
12166
|
"member": "string",
|
12149
12167
|
"name": "ImageIds",
|
@@ -12152,7 +12170,7 @@
|
|
12152
12170
|
},
|
12153
12171
|
{
|
12154
12172
|
"disabled": false,
|
12155
|
-
"document": "目的同步地域列表,必须满足如下限制:<br><li>必须是一个合法的Region。</li><li>如果是自定义镜像,则目标同步地域不能为源地域。</li><li>如果是共享镜像,则目的同步地域仅支持源地域,表示将共享镜像复制为源地域的自定义镜像。</li><li>暂不支持部分地域同步,请参考[复制镜像](https://cloud.tencent.com/document/product/213/4943#.E5.A4.8D.E5.88.B6.E8.AF.B4.E6.98.8E)。</li>具体地域参数请参考[Region](https://cloud.tencent.com/document/product/213/6091)。",
|
12173
|
+
"document": "目的同步地域列表,必须满足如下限制:<br><li>必须是一个合法的Region。</li><li>如果是自定义镜像,则目标同步地域不能为源地域。</li><li>如果是共享镜像,则目的同步地域仅支持源地域,表示将共享镜像复制为源地域的自定义镜像。</li><li>如果是自定义镜像复制为加密自定义镜像,则目的同步地域仅支持源地域,表示将自定义镜像复制为源地域的加密自定义镜像。</li><li>暂不支持部分地域同步,请参考[复制镜像](https://cloud.tencent.com/document/product/213/4943#.E5.A4.8D.E5.88.B6.E8.AF.B4.E6.98.8E)。</li>具体地域参数请参考[Region](https://cloud.tencent.com/document/product/213/6091)。",
|
12156
12174
|
"example": "[\"ap-guangzhou\"]",
|
12157
12175
|
"member": "string",
|
12158
12176
|
"name": "DestinationRegions",
|
@@ -12170,7 +12188,7 @@
|
|
12170
12188
|
},
|
12171
12189
|
{
|
12172
12190
|
"disabled": false,
|
12173
|
-
"document": "
|
12191
|
+
"document": "目标镜像名称。默认使用源镜像名称。\n最多支持 60 个字符。",
|
12174
12192
|
"example": "“test_image”",
|
12175
12193
|
"member": "string",
|
12176
12194
|
"name": "ImageName",
|
@@ -12188,7 +12206,7 @@
|
|
12188
12206
|
},
|
12189
12207
|
{
|
12190
12208
|
"disabled": false,
|
12191
|
-
"document": "是否复制为加密自定义镜像。\n默认值为 false。\n
|
12209
|
+
"document": "是否复制为加密自定义镜像。\n默认值为 false。\n复制加密自定义镜像仅支持同地域, 即 DestinationRegions 仅支持填写指定镜像所在地域。",
|
12192
12210
|
"example": "false",
|
12193
12211
|
"member": "bool",
|
12194
12212
|
"name": "Encrypt",
|
@@ -12197,7 +12215,7 @@
|
|
12197
12215
|
},
|
12198
12216
|
{
|
12199
12217
|
"disabled": false,
|
12200
|
-
"document": "加密自定义镜像使用的 KMS 密钥 ID。\n仅当复制加密镜像时,即 Encrypt 为 true 时,此参数有效;\n不指定 KmsKeyId,默认使用 CBS 云产品 KMS
|
12218
|
+
"document": "加密自定义镜像使用的 KMS 密钥 ID。\n仅当复制加密镜像时,即 Encrypt 为 true 时,此参数有效;\n不指定 KmsKeyId,默认使用 CBS 云产品 KMS 密钥。\nKMS 密钥 ID 通过[KMS 控制台](https://console.cloud.tencent.com/kms2)获取。",
|
12201
12219
|
"example": "2bb53791-c2e9-4c42-8772-ecf135a1d92x",
|
12202
12220
|
"member": "string",
|
12203
12221
|
"name": "KmsKeyId",
|
@@ -12256,7 +12274,7 @@
|
|
12256
12274
|
},
|
12257
12275
|
{
|
12258
12276
|
"disabled": false,
|
12259
|
-
"document": "系统盘大小,单位:
|
12277
|
+
"document": "系统盘大小,单位:GiB。默认值为 50",
|
12260
12278
|
"example": "50",
|
12261
12279
|
"member": "int64",
|
12262
12280
|
"name": "DiskSize",
|
@@ -12278,7 +12296,7 @@
|
|
12278
12296
|
},
|
12279
12297
|
{
|
12280
12298
|
"disabled": false,
|
12281
|
-
"document": "磁盘名称,长度不超过128
|
12299
|
+
"document": "磁盘名称,长度不超过128 个字符。",
|
12282
12300
|
"example": "name",
|
12283
12301
|
"member": "string",
|
12284
12302
|
"name": "DiskName",
|
@@ -12424,7 +12442,7 @@
|
|
12424
12442
|
},
|
12425
12443
|
{
|
12426
12444
|
"disabled": false,
|
12427
|
-
"document": "私有网络子网ID,形如`subnet-xxx`。有效的私有网络子网ID可通过登录[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1)查询;也可以调用接口 [DescribeSubnets](/document/
|
12445
|
+
"document": "私有网络子网ID,形如`subnet-xxx`。有效的私有网络子网ID可通过登录[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1)查询;也可以调用接口 [DescribeSubnets](https://cloud.tencent.com/document/product/215/15784) ,从接口返回中的`SubnetId `字段获取。若在创建子机时SubnetId与VpcId同时传入`DEFAULT`,则强制使用默认vpc网络。",
|
12428
12446
|
"example": "subnet-2ks",
|
12429
12447
|
"member": "string",
|
12430
12448
|
"name": "SubnetId",
|