tccli-intl-en 3.0.1168.1__py2.py3-none-any.whl → 3.1.16.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/argument.py +1 -1
- tccli/plugins/sso/__init__.py +14 -0
- tccli/plugins/sso/login.py +23 -6
- tccli/plugins/sso/texts.py +4 -0
- tccli/services/__init__.py +49 -2
- tccli/services/advisor/advisor_client.py +10 -4
- tccli/services/ai3d/__init__.py +4 -0
- tccli/services/ai3d/ai3d_client.py +266 -0
- tccli/services/ai3d/v20250513/api.json +264 -0
- tccli/services/ai3d/v20250513/examples.json +20 -0
- tccli/services/aiart/aiart_client.py +5 -2
- tccli/services/ams/ams_client.py +20 -8
- tccli/services/antiddos/antiddos_client.py +350 -140
- tccli/services/apigateway/apigateway_client.py +465 -186
- tccli/services/apm/apm_client.py +835 -68
- tccli/services/apm/v20210622/api.json +3936 -1145
- tccli/services/apm/v20210622/examples.json +133 -23
- tccli/services/asr/asr_client.py +10 -4
- tccli/services/autoscaling/autoscaling_client.py +341 -114
- tccli/services/autoscaling/v20180419/api.json +514 -333
- tccli/services/autoscaling/v20180419/examples.json +46 -38
- tccli/services/batch/batch_client.py +140 -56
- tccli/services/bi/__init__.py +4 -0
- tccli/services/bi/bi_client.py +1498 -0
- tccli/services/bi/v20220105/api.json +5769 -0
- tccli/services/bi/v20220105/examples.json +215 -0
- tccli/services/billing/billing_client.py +1055 -134
- tccli/services/billing/v20180709/api.json +1654 -243
- tccli/services/billing/v20180709/examples.json +169 -25
- tccli/services/cam/cam_client.py +405 -162
- tccli/services/captcha/captcha_client.py +5 -2
- tccli/services/captcha/v20190722/api.json +16 -6
- tccli/services/captcha/v20190722/examples.json +3 -3
- tccli/services/car/car_client.py +165 -66
- tccli/services/cbs/cbs_client.py +190 -76
- tccli/services/ccc/ccc_client.py +1167 -268
- tccli/services/ccc/v20200210/api.json +2263 -202
- tccli/services/ccc/v20200210/examples.json +116 -12
- tccli/services/cdb/cdb_client.py +665 -266
- tccli/services/cdb/v20170320/api.json +426 -173
- tccli/services/cdb/v20170320/examples.json +6 -6
- tccli/services/cdc/cdc_client.py +100 -40
- tccli/services/cdc/v20201214/api.json +2 -2
- tccli/services/cdc/v20201214/examples.json +4 -4
- tccli/services/cdn/cdn_client.py +220 -88
- tccli/services/cdwdoris/cdwdoris_client.py +385 -154
- tccli/services/cdwpg/cdwpg_client.py +120 -48
- tccli/services/cdz/__init__.py +4 -0
- tccli/services/cdz/cdz_client.py +210 -0
- tccli/services/cdz/v20221123/api.json +233 -0
- tccli/services/cdz/v20221123/examples.json +12 -0
- tccli/services/cfg/cfg_client.py +80 -32
- tccli/services/cfg/v20210820/api.json +30 -10
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/cfs/cfs_client.py +195 -78
- tccli/services/cfw/cfw_client.py +330 -132
- tccli/services/chdfs/chdfs_client.py +145 -58
- tccli/services/ciam/ciam_client.py +80 -32
- tccli/services/ckafka/ckafka_client.py +1033 -255
- tccli/services/ckafka/v20190819/api.json +3378 -1681
- tccli/services/ckafka/v20190819/examples.json +254 -160
- tccli/services/clb/clb_client.py +1054 -469
- tccli/services/clb/v20180317/api.json +2307 -1024
- tccli/services/clb/v20180317/examples.json +186 -126
- tccli/services/cloudaudit/cloudaudit_client.py +90 -36
- tccli/services/cls/cls_client.py +434 -173
- tccli/services/cmq/cmq_client.py +14 -803
- tccli/services/cmq/v20190304/api.json +173 -1367
- tccli/services/cmq/v20190304/examples.json +0 -120
- tccli/services/config/config_client.py +30 -12
- tccli/services/controlcenter/controlcenter_client.py +229 -2
- tccli/services/controlcenter/v20230110/api.json +528 -5
- tccli/services/controlcenter/v20230110/examples.json +32 -0
- tccli/services/csip/csip_client.py +339 -78
- tccli/services/csip/v20221121/api.json +1011 -38
- tccli/services/csip/v20221121/examples.json +24 -0
- tccli/services/ctsdb/__init__.py +4 -0
- tccli/services/ctsdb/ctsdb_client.py +266 -0
- tccli/services/ctsdb/v20230202/api.json +677 -0
- tccli/services/ctsdb/v20230202/examples.json +20 -0
- tccli/services/cvm/cvm_client.py +706 -189
- tccli/services/cvm/v20170312/api.json +1141 -510
- tccli/services/cvm/v20170312/examples.json +174 -128
- tccli/services/cwp/cwp_client.py +2325 -930
- tccli/services/cynosdb/cynosdb_client.py +3051 -575
- tccli/services/cynosdb/v20190107/api.json +14074 -7139
- tccli/services/cynosdb/v20190107/examples.json +597 -287
- tccli/services/dataintegration/dataintegration_client.py +5 -2
- tccli/services/dayu/dayu_client.py +515 -206
- tccli/services/dbbrain/dbbrain_client.py +210 -84
- tccli/services/dc/dc_client.py +90 -36
- tccli/services/dcdb/dcdb_client.py +310 -124
- tccli/services/dlc/dlc_client.py +859 -214
- tccli/services/dlc/v20210125/api.json +637 -13
- tccli/services/dlc/v20210125/examples.json +48 -0
- tccli/services/dms/dms_client.py +10 -4
- tccli/services/dnspod/dnspod_client.py +390 -111
- tccli/services/dnspod/v20210323/api.json +196 -0
- tccli/services/dnspod/v20210323/examples.json +24 -0
- tccli/services/domain/domain_client.py +120 -48
- tccli/services/dts/dts_client.py +415 -166
- tccli/services/eb/eb_client.py +130 -52
- tccli/services/ecdn/ecdn_client.py +75 -30
- tccli/services/ecm/ecm_client.py +620 -248
- tccli/services/eiam/eiam_client.py +200 -80
- tccli/services/emr/emr_client.py +3104 -117
- tccli/services/emr/v20190103/api.json +15311 -4361
- tccli/services/emr/v20190103/examples.json +452 -42
- tccli/services/es/es_client.py +105 -42
- tccli/services/facefusion/facefusion_client.py +15 -6
- tccli/services/faceid/faceid_client.py +95 -38
- tccli/services/faceid/v20180301/api.json +172 -45
- tccli/services/faceid/v20180301/examples.json +3 -3
- tccli/services/gaap/gaap_client.py +440 -176
- tccli/services/gme/gme_client.py +50 -20
- tccli/services/gpm/gpm_client.py +90 -36
- tccli/services/gse/gse_client.py +110 -44
- tccli/services/gwlb/gwlb_client.py +90 -36
- tccli/services/hunyuan/__init__.py +4 -0
- tccli/services/hunyuan/hunyuan_client.py +266 -0
- tccli/services/hunyuan/v20230901/api.json +270 -0
- tccli/services/hunyuan/v20230901/examples.json +20 -0
- tccli/services/iai/iai_client.py +145 -58
- tccli/services/iai/v20200303/api.json +187 -51
- tccli/services/iai/v20200303/examples.json +30 -12
- tccli/services/iap/iap_client.py +30 -12
- tccli/services/ims/ims_client.py +5 -2
- tccli/services/ims/v20201229/api.json +133 -141
- tccli/services/ims/v20201229/examples.json +3 -3
- tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +516 -72
- tccli/services/intlpartnersmgt/v20220928/api.json +976 -60
- tccli/services/intlpartnersmgt/v20220928/examples.json +50 -2
- tccli/services/iotcloud/iotcloud_client.py +100 -40
- tccli/services/iotcloud/v20210408/api.json +216 -107
- tccli/services/iotcloud/v20210408/examples.json +9 -9
- tccli/services/ip/ip_client.py +30 -12
- tccli/services/kms/kms_client.py +1226 -227
- tccli/services/kms/v20190118/api.json +1562 -144
- tccli/services/kms/v20190118/examples.json +204 -78
- tccli/services/lcic/lcic_client.py +265 -106
- tccli/services/lighthouse/lighthouse_client.py +370 -148
- tccli/services/lighthouse/v20200324/api.json +14 -14
- tccli/services/lighthouse/v20200324/examples.json +5 -5
- tccli/services/live/live_client.py +804 -232
- tccli/services/live/v20180801/api.json +272 -0
- tccli/services/live/v20180801/examples.json +32 -0
- tccli/services/lke/__init__.py +4 -0
- tccli/services/lke/lke_client.py +5194 -0
- tccli/services/lke/v20231130/api.json +14803 -0
- tccli/services/lke/v20231130/examples.json +736 -0
- tccli/services/lkeap/__init__.py +4 -0
- tccli/services/lkeap/lkeap_client.py +602 -0
- tccli/services/lkeap/v20240522/api.json +953 -0
- tccli/services/lkeap/v20240522/examples.json +92 -0
- tccli/services/mariadb/mariadb_client.py +250 -100
- tccli/services/mdc/mdc_client.py +90 -36
- tccli/services/mdl/mdl_client.py +402 -82
- tccli/services/mdl/v20200326/api.json +1144 -58
- tccli/services/mdl/v20200326/examples.json +48 -16
- tccli/services/mdp/mdp_client.py +785 -122
- tccli/services/mdp/v20200527/api.json +1168 -44
- tccli/services/mdp/v20200527/examples.json +151 -79
- tccli/services/message/__init__.py +4 -0
- tccli/services/message/message_client.py +210 -0
- tccli/services/message/v20181225/api.json +72 -0
- tccli/services/message/v20181225/examples.json +13 -0
- tccli/services/mongodb/mongodb_client.py +1452 -136
- tccli/services/mongodb/v20190725/api.json +4393 -1462
- tccli/services/mongodb/v20190725/examples.json +265 -71
- tccli/services/monitor/monitor_client.py +1008 -296
- tccli/services/monitor/v20180724/api.json +660 -11
- tccli/services/monitor/v20180724/examples.json +152 -4
- tccli/services/mps/mps_client.py +1573 -354
- tccli/services/mps/v20190612/api.json +12394 -7243
- tccli/services/mps/v20190612/examples.json +244 -84
- tccli/services/msp/msp_client.py +35 -14
- tccli/services/ocr/ocr_client.py +596 -102
- tccli/services/ocr/v20181119/api.json +2271 -181
- tccli/services/ocr/v20181119/examples.json +70 -8
- tccli/services/omics/omics_client.py +100 -40
- tccli/services/organization/organization_client.py +580 -232
- tccli/services/postgres/postgres_client.py +455 -182
- tccli/services/postgres/v20170312/api.json +134 -109
- tccli/services/postgres/v20170312/examples.json +14 -14
- tccli/services/privatedns/privatedns_client.py +206 -60
- tccli/services/privatedns/v20201028/api.json +179 -0
- tccli/services/privatedns/v20201028/examples.json +8 -0
- tccli/services/pts/pts_client.py +240 -96
- tccli/services/quota/__init__.py +4 -0
- tccli/services/quota/quota_client.py +434 -0
- tccli/services/quota/v20241204/api.json +548 -0
- tccli/services/quota/v20241204/examples.json +51 -0
- tccli/services/rce/rce_client.py +5 -2
- tccli/services/redis/redis_client.py +698 -212
- tccli/services/redis/v20180412/api.json +968 -563
- tccli/services/redis/v20180412/examples.json +98 -56
- tccli/services/region/__init__.py +4 -0
- tccli/services/region/region_client.py +322 -0
- tccli/services/region/v20220627/api.json +399 -0
- tccli/services/region/v20220627/examples.json +29 -0
- tccli/services/rum/rum_client.py +300 -120
- tccli/services/scf/scf_client.py +210 -84
- tccli/services/ses/ses_client.py +368 -69
- tccli/services/ses/v20201002/api.json +240 -0
- tccli/services/ses/v20201002/examples.json +32 -0
- tccli/services/smh/__init__.py +4 -0
- tccli/services/smh/smh_client.py +714 -0
- tccli/services/smh/v20210712/api.json +1287 -0
- tccli/services/smh/v20210712/examples.json +85 -0
- tccli/services/sms/sms_client.py +90 -36
- tccli/services/sqlserver/sqlserver_client.py +3855 -470
- tccli/services/sqlserver/v20180328/api.json +9757 -3347
- tccli/services/sqlserver/v20180328/examples.json +480 -20
- tccli/services/ssl/ssl_client.py +504 -72
- tccli/services/ssl/v20191205/api.json +789 -21
- tccli/services/ssl/v20191205/examples.json +54 -0
- tccli/services/ssm/ssm_client.py +120 -48
- tccli/services/sts/sts_client.py +25 -10
- tccli/services/tag/tag_client.py +150 -60
- tccli/services/tat/tat_client.py +95 -38
- tccli/services/tbaas/__init__.py +4 -0
- tccli/services/tbaas/tbaas_client.py +378 -0
- tccli/services/tbaas/v20180416/api.json +551 -0
- tccli/services/tbaas/v20180416/examples.json +37 -0
- tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
- tccli/services/tcaplusdb/v20190823/api.json +836 -760
- tccli/services/tcaplusdb/v20190823/examples.json +3 -3
- tccli/services/tchd/tchd_client.py +5 -2
- tccli/services/tcmpp/tcmpp_client.py +520 -208
- tccli/services/tcr/tcr_client.py +380 -152
- tccli/services/tcsas/tcsas_client.py +295 -118
- tccli/services/tcsas/v20250106/api.json +155 -79
- tccli/services/tcsas/v20250106/examples.json +3 -3
- tccli/services/tcss/tcss_client.py +1650 -660
- tccli/services/tdid/tdid_client.py +240 -96
- tccli/services/tdmq/tdmq_client.py +2876 -466
- tccli/services/tdmq/v20200217/api.json +11607 -3958
- tccli/services/tdmq/v20200217/examples.json +562 -264
- tccli/services/tem/tem_client.py +280 -112
- tccli/services/teo/teo_client.py +4507 -966
- tccli/services/teo/v20220901/api.json +7341 -1405
- tccli/services/teo/v20220901/examples.json +679 -99
- tccli/services/tione/__init__.py +4 -0
- tccli/services/tione/tione_client.py +210 -0
- tccli/services/tione/v20211111/api.json +3074 -0
- tccli/services/tione/v20211111/examples.json +12 -0
- tccli/services/tiw/tiw_client.py +255 -102
- tccli/services/tke/tke_client.py +741 -274
- tccli/services/tke/v20180525/api.json +132 -7
- tccli/services/tke/v20180525/examples.json +42 -16
- tccli/services/tms/tms_client.py +5 -2
- tccli/services/tms/v20201229/api.json +91 -100
- tccli/services/tmt/tmt_client.py +5 -2
- tccli/services/trabbit/__init__.py +4 -0
- tccli/services/trabbit/trabbit_client.py +1778 -0
- tccli/services/trabbit/v20230418/api.json +4772 -0
- tccli/services/trabbit/v20230418/examples.json +237 -0
- tccli/services/trocket/__init__.py +4 -0
- tccli/services/trocket/trocket_client.py +2450 -0
- tccli/services/trocket/v20230308/api.json +6062 -0
- tccli/services/trocket/v20230308/examples.json +339 -0
- tccli/services/trro/trro_client.py +95 -38
- tccli/services/trtc/trtc_client.py +928 -192
- tccli/services/trtc/v20190722/api.json +1810 -256
- tccli/services/trtc/v20190722/examples.json +100 -6
- tccli/services/tts/tts_client.py +5 -2
- tccli/services/vclm/vclm_client.py +10 -4
- tccli/services/vm/v20210922/api.json +61 -30
- tccli/services/vm/v20210922/examples.json +0 -12
- tccli/services/vm/vm_client.py +20 -8
- tccli/services/vod/v20180717/api.json +332 -52
- tccli/services/vod/v20180717/examples.json +9 -1
- tccli/services/vod/v20240718/api.json +1105 -0
- tccli/services/vod/v20240718/examples.json +97 -0
- tccli/services/vod/vod_client.py +1316 -350
- tccli/services/vpc/v20170312/api.json +1166 -106
- tccli/services/vpc/v20170312/examples.json +197 -23
- tccli/services/vpc/vpc_client.py +2413 -739
- tccli/services/waf/v20180125/api.json +1372 -194
- tccli/services/waf/v20180125/examples.json +89 -1
- tccli/services/waf/waf_client.py +1149 -245
- tccli/services/wedata/v20210820/api.json +1577 -231
- tccli/services/wedata/v20210820/examples.json +74 -12
- tccli/services/wedata/v20250806/api.json +13644 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +6366 -1191
- tccli/services/yunjing/yunjing_client.py +355 -142
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/METADATA +4 -7
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/RECORD +294 -230
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/entry_points.txt +0 -1
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"actions": {
|
|
3
3
|
"AllocateHosts": {
|
|
4
|
-
"document": "This API is used to create CDH instances with specified configuration
|
|
4
|
+
"document": "This API is used to create CDH instances with specified configuration.",
|
|
5
5
|
"input": "AllocateHostsRequest",
|
|
6
6
|
"name": "Creates CDH instances",
|
|
7
7
|
"output": "AllocateHostsResponse",
|
|
@@ -64,9 +64,9 @@
|
|
|
64
64
|
"status": "online"
|
|
65
65
|
},
|
|
66
66
|
"CreateLaunchTemplate": {
|
|
67
|
-
"document": "This
|
|
67
|
+
"document": "This interface (CreateLaunchTemplate) is used for instance launch template creation.\n\nAn instance launch template is a configuration data and can be used to create instances. Its content includes configurations required to create instances, such as instance type, types and sizes of data disk and system disk, and security group and other information.\n\nThis API is used to create an instance launch template. After the initial creation of the instance template, its template version is the default version 1. A new version can be created using CreateLaunchTemplateVersion (https://intl.cloud.tencent.com/document/product/213/66326?from_cn_redirect=1), and the version number will increment. By default, when specifying an instance launch template in RunInstances (https://intl.cloud.tencent.com/document/product/213/15730?from_cn_redirect=1), if the template version number is not specified, the default version will be used.",
|
|
68
68
|
"input": "CreateLaunchTemplateRequest",
|
|
69
|
-
"name": "
|
|
69
|
+
"name": "Create an instance launch template",
|
|
70
70
|
"output": "CreateLaunchTemplateResponse",
|
|
71
71
|
"status": "online"
|
|
72
72
|
},
|
|
@@ -343,6 +343,20 @@
|
|
|
343
343
|
"output": "InquirePricePurchaseReservedInstancesOfferingResponse",
|
|
344
344
|
"status": "online"
|
|
345
345
|
},
|
|
346
|
+
"InquiryPriceModifyInstancesChargeType": {
|
|
347
|
+
"document": "This API is used to inquire about the price for switching billing modes of instance.\n\n\nThis API is used to indicate that instances with no charge when shut down, instances of the model families Batch Computing BC1 and Batch Computing BS1, instances of scheduled termination, and spot instances do not support this operation.",
|
|
348
|
+
"input": "InquiryPriceModifyInstancesChargeTypeRequest",
|
|
349
|
+
"name": "Modify the instance billing mode price inquiry",
|
|
350
|
+
"output": "InquiryPriceModifyInstancesChargeTypeResponse",
|
|
351
|
+
"status": "online"
|
|
352
|
+
},
|
|
353
|
+
"InquiryPriceRenewInstances": {
|
|
354
|
+
"document": "This API is used to inquire about the price for renewing a monthly subscription instance.\n\nThis API is used to query the renewal price of monthly subscription instances.",
|
|
355
|
+
"input": "InquiryPriceRenewInstancesRequest",
|
|
356
|
+
"name": "Renewal instance inquiry",
|
|
357
|
+
"output": "InquiryPriceRenewInstancesResponse",
|
|
358
|
+
"status": "online"
|
|
359
|
+
},
|
|
346
360
|
"InquiryPriceResetInstance": {
|
|
347
361
|
"document": "This API is used to inquire about the price for reinstalling an instance.\n\n* If you have specified the parameter `ImageId`, inquire about the price for reinstallation by using the specified image. Otherwise, inquire about the price for reinstallation based on the image currently used by the instance.\n* Currently, only instances with a [system disk type](https://intl.cloud.tencent.com/document/api/213/15753?from_cn_redirect=1#SystemDisk) of `CLOUD_BSSD`, `CLOUD_PREMIUM`, or `CLOUD_SSD` are supported for inquiring about the price for reinstallation caused by switching between `Linux` and `Windows` operating systems through this API.\n* Currently, instances in regions outside the Chinese mainland are not supported for inquiring about the price for reinstallation caused by switching between `Linux` and `Windows` operating systems through this API.",
|
|
348
362
|
"input": "InquiryPriceResetInstanceRequest",
|
|
@@ -414,12 +428,26 @@
|
|
|
414
428
|
"status": "online"
|
|
415
429
|
},
|
|
416
430
|
"ModifyInstancesAttribute": {
|
|
417
|
-
"document": "
|
|
431
|
+
"document": "This API is used to modify instance attributes.\n\nThis API is used to modify one attribute of the instance per request. The attribute must be specified.\nThe instance name is only for user convenience in management. Tencent Cloud does not use this name as the basis for online support or to perform instance management operations.\nThis API is used to support batch operations. The maximum of 100 batch instances per request is supported.\nThis API is used to modify the security group association. The originally associated security group of the instance will be unbound.\n* You can query the result of the instance operation by calling the API [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5). If the latest operation status (LatestOperationState) of the instance is **SUCCESS**, the operation is successful.\nThis API is used to modify the hostname. The instance restarts immediately after hostname modification, and the new hostname takes effect after restart.",
|
|
418
432
|
"input": "ModifyInstancesAttributeRequest",
|
|
419
433
|
"name": "Modifies instance attributes",
|
|
420
434
|
"output": "ModifyInstancesAttributeResponse",
|
|
421
435
|
"status": "online"
|
|
422
436
|
},
|
|
437
|
+
"ModifyInstancesChargeType": {
|
|
438
|
+
"document": "This API is used to switch the billing mode of an instance.\n\nThis API is used to perform operations that do not support instances with no charge when shut down, instances of the model families Batch Compute BC1 and Batch Compute BS1, or instances of scheduled termination.\n* You can query the result of the instance operation by calling the API [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5). If the latest operation status (LatestOperationState) of the instance is **SUCCESS**, the operation is successful.",
|
|
439
|
+
"input": "ModifyInstancesChargeTypeRequest",
|
|
440
|
+
"name": "Modify the instance billing mode",
|
|
441
|
+
"output": "ModifyInstancesChargeTypeResponse",
|
|
442
|
+
"status": "online"
|
|
443
|
+
},
|
|
444
|
+
"ModifyInstancesDisasterRecoverGroup": {
|
|
445
|
+
"document": "This API is used to adjust the placement group of an instance.\n* Currently only basic networks or Virtual Private Cloud (VPC) instances are supported.",
|
|
446
|
+
"input": "ModifyInstancesDisasterRecoverGroupRequest",
|
|
447
|
+
"name": "Adjust the distributed placement group of an instance",
|
|
448
|
+
"output": "ModifyInstancesDisasterRecoverGroupResponse",
|
|
449
|
+
"status": "online"
|
|
450
|
+
},
|
|
423
451
|
"ModifyInstancesProject": {
|
|
424
452
|
"document": "This API is used to change the project to which an instance is assigned.\n\n* Project is a virtual concept. You can create multiple projects under one account, manage different resources in each project, and assign different instances to different projects. You may use the [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) API to query instances and use the project ID to filter the results.\n* You cannot modify the project of an instance that is bound to a load balancer. You need to unbind the load balancer from the instance by using the [DeregisterInstancesFromLoadBalancer](https://intl.cloud.tencent.com/document/api/214/1258?from_cn_redirect=1) API before using this API.\n* Batch operations are supported. Up to 100 instances per request is allowed.\n* You can use the API [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) to query the operation result. If the `LatestOperationState` in the response is `SUCCESS`, the operation is successful.",
|
|
425
453
|
"input": "ModifyInstancesProjectRequest",
|
|
@@ -483,6 +511,13 @@
|
|
|
483
511
|
"output": "RemoveChcDeployVpcResponse",
|
|
484
512
|
"status": "online"
|
|
485
513
|
},
|
|
514
|
+
"RenewInstances": {
|
|
515
|
+
"document": "This API is used to renew annual and monthly subscription instances.\n\nThis API is used to operate on monthly subscription instances only.\nThis API is used to ensure your account balance is sufficient for renewal. You can check the balance via the DescribeAccountBalance API (https://www.tencentcloud.comom/document/product/555/20253?from_cn_redirect=1).\n* You can query the result of the instance operation by calling the API [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5). If the latest operation status (LatestOperationState) of the instance is **SUCCESS**, the operation is successful.",
|
|
516
|
+
"input": "RenewInstancesRequest",
|
|
517
|
+
"name": "Renew an instance",
|
|
518
|
+
"output": "RenewInstancesResponse",
|
|
519
|
+
"status": "online"
|
|
520
|
+
},
|
|
486
521
|
"ResetInstance": {
|
|
487
522
|
"document": "This API (ResetInstance) is used to reinstall the operating system on a specified instance.\n\n\n\n* If you have specified the parameter `ImageId`, use the specified image for reinstallation. Otherwise, perform reinstallation based on the image currently used by the instance.\n* The system disk will be formatted and reset. Ensure that there are no important files in the system disk.\n* If you do not specify a password, a random password will be sent via Message Center.\n* Currently, only instances with a [system disk type](https://intl.cloud.tencent.com/document/api/213/9452?from_cn_redirect=1#SystemDisk) of `CLOUD_BASIC`, `CLOUD_PREMIUM`, `CLOUD_SSD`, or `CLOUD_BSSD` are supported for implementing operating system switching through this API.\n* You can query the result of the instance operation by calling the API [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5). If the latest operation status (LatestOperationState) of the instance is **SUCCESS**, the operation is successful.",
|
|
488
523
|
"input": "ResetInstanceRequest",
|
|
@@ -519,7 +554,7 @@
|
|
|
519
554
|
"status": "online"
|
|
520
555
|
},
|
|
521
556
|
"RunInstances": {
|
|
522
|
-
"document": "This API is used to create one or more instances with a specified configuration.\n\n* After an instance is created successfully, it will start up automatically, and the [instance status](https://
|
|
557
|
+
"document": "This API is used to create one or more instances with a specified configuration.\n\n* After an instance is created successfully, it will start up automatically, and the [instance status](https://www.tencentcloud.com/document/product/213/15753?has_map=1#instancestatus) will become \"Running\".\n* If you create a pay-as-you-go instance billed on an hourly basis, an amount equivalent to the hourly rate will be frozen. Make sure your account balance is sufficient before calling this API.\n* The number of instances you can purchase through this API is subject to the [Quota for CVM Instances](https://intl.cloud.tencent.com/document/product/213/2664?from_cn_redirect=1). Instances created through this API and in the CVM console are counted toward the quota.\n* This API is an async API. An instance ID list is returned after the creation request is sent. However, it does not mean the creation has been completed. The status of the instance will be `Creating` during the creation. You can use [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) to query the status of the instance. If the status changes from `Creating` to `Running`, it means that the instance has been created successfully.",
|
|
523
558
|
"input": "RunInstancesRequest",
|
|
524
559
|
"name": "Creates instances",
|
|
525
560
|
"output": "RunInstancesResponse",
|
|
@@ -565,7 +600,7 @@
|
|
|
565
600
|
"members": [
|
|
566
601
|
{
|
|
567
602
|
"disabled": false,
|
|
568
|
-
"document": "Timer action
|
|
603
|
+
"document": "Timer action currently only supports terminating one value: TerminateInstances.",
|
|
569
604
|
"example": "TerminateInstances",
|
|
570
605
|
"member": "string",
|
|
571
606
|
"name": "TimerAction",
|
|
@@ -576,7 +611,7 @@
|
|
|
576
611
|
},
|
|
577
612
|
{
|
|
578
613
|
"disabled": false,
|
|
579
|
-
"document": "
|
|
614
|
+
"document": "Execution time, in standard ISO8601 representation and using UTC time. format: YYYY-MM-DDThh:MM:ssZ. for example, 2018-05-29T11:26:40Z. the execution time must be later than the current time by 5 minutes.",
|
|
580
615
|
"example": "2024-05-29T11:26:40Z",
|
|
581
616
|
"member": "string",
|
|
582
617
|
"name": "ActionTime",
|
|
@@ -587,7 +622,7 @@
|
|
|
587
622
|
},
|
|
588
623
|
{
|
|
589
624
|
"disabled": false,
|
|
590
|
-
"document": "
|
|
625
|
+
"document": "Extension data. only used as output usage.",
|
|
591
626
|
"example": "无",
|
|
592
627
|
"member": "Externals",
|
|
593
628
|
"name": "Externals",
|
|
@@ -598,7 +633,7 @@
|
|
|
598
633
|
},
|
|
599
634
|
{
|
|
600
635
|
"disabled": false,
|
|
601
|
-
"document": "Timer ID.",
|
|
636
|
+
"document": "Timer ID. only used as output usage.",
|
|
602
637
|
"example": "57z0f8ef-8112-460f-8203-fab753580f68",
|
|
603
638
|
"member": "string",
|
|
604
639
|
"name": "ActionTimerId",
|
|
@@ -609,7 +644,7 @@
|
|
|
609
644
|
},
|
|
610
645
|
{
|
|
611
646
|
"disabled": false,
|
|
612
|
-
"document": "Timer status.
|
|
647
|
+
"document": "Timer status, for output usage only. value ranges from: <li>UNDO: unexecuted</li> <li>DOING: executing</li> <li>DONE: execution completed.</li>.",
|
|
613
648
|
"example": "UNDO",
|
|
614
649
|
"member": "string",
|
|
615
650
|
"name": "Status",
|
|
@@ -620,7 +655,7 @@
|
|
|
620
655
|
},
|
|
621
656
|
{
|
|
622
657
|
"disabled": false,
|
|
623
|
-
"document": "Instance ID corresponding to a timer.",
|
|
658
|
+
"document": "Instance ID corresponding to a timer. used only for output.",
|
|
624
659
|
"example": "ins-dpa3e3at",
|
|
625
660
|
"member": "string",
|
|
626
661
|
"name": "InstanceId",
|
|
@@ -638,7 +673,7 @@
|
|
|
638
673
|
{
|
|
639
674
|
"disabled": false,
|
|
640
675
|
"document": "Instance location. This parameter is used to specify the attributes of an instance, such as its availability zone and project.",
|
|
641
|
-
"example": "
|
|
676
|
+
"example": "无",
|
|
642
677
|
"member": "Placement",
|
|
643
678
|
"name": "Placement",
|
|
644
679
|
"required": true,
|
|
@@ -647,7 +682,7 @@
|
|
|
647
682
|
{
|
|
648
683
|
"disabled": false,
|
|
649
684
|
"document": "A string used to ensure the idempotency of the request.",
|
|
650
|
-
"example": "a521b4e4-c903-4d37-9de6-
|
|
685
|
+
"example": "a521b4e4-c903-4d37-9de6-8606e3ad8eb7",
|
|
651
686
|
"member": "string",
|
|
652
687
|
"name": "ClientToken",
|
|
653
688
|
"required": false,
|
|
@@ -655,8 +690,8 @@
|
|
|
655
690
|
},
|
|
656
691
|
{
|
|
657
692
|
"disabled": false,
|
|
658
|
-
"document": "Configuration of prepaid instances. You can use the parameter to specify the attributes of prepaid instances, such as the subscription period and the auto-renewal plan. This parameter is required for prepaid instances.",
|
|
659
|
-
"example": "
|
|
693
|
+
"document": "Not supported. Configuration of prepaid instances. You can use the parameter to specify the attributes of prepaid instances, such as the subscription period and the auto-renewal plan. This parameter is required for prepaid instances.",
|
|
694
|
+
"example": "无",
|
|
660
695
|
"member": "ChargePrepaid",
|
|
661
696
|
"name": "HostChargePrepaid",
|
|
662
697
|
"required": false,
|
|
@@ -664,7 +699,7 @@
|
|
|
664
699
|
},
|
|
665
700
|
{
|
|
666
701
|
"disabled": false,
|
|
667
|
-
"document": "Instance billing
|
|
702
|
+
"document": "Instance [billing type](https://intl.cloud.tencent.com/document/product/213/2180?from_cn_redirect=1). <br><li>`POSTPAID_BY_HOUR`: Hourly-based pay-as-you-go <br>",
|
|
668
703
|
"example": "PREPAID",
|
|
669
704
|
"member": "string",
|
|
670
705
|
"name": "HostChargeType",
|
|
@@ -692,7 +727,7 @@
|
|
|
692
727
|
{
|
|
693
728
|
"disabled": false,
|
|
694
729
|
"document": "Tag description. You can specify the parameter to associate a tag with an instance.",
|
|
695
|
-
"example": "
|
|
730
|
+
"example": "无",
|
|
696
731
|
"member": "TagSpecification",
|
|
697
732
|
"name": "TagSpecification",
|
|
698
733
|
"required": false,
|
|
@@ -747,7 +782,7 @@
|
|
|
747
782
|
{
|
|
748
783
|
"disabled": false,
|
|
749
784
|
"document": "Whether to force shut down a running instances. It is recommended to manually shut down a running instance before associating a key pair with it. Valid values: <br><li>TRUE: force shut down an instance after a normal shutdown fails. <br><li>FALSE: do not force shut down an instance after a normal shutdown fails. <br><br>Default value: FALSE.",
|
|
750
|
-
"example": "
|
|
785
|
+
"example": "false",
|
|
751
786
|
"member": "bool",
|
|
752
787
|
"name": "ForceStop",
|
|
753
788
|
"required": false,
|
|
@@ -847,7 +882,52 @@
|
|
|
847
882
|
},
|
|
848
883
|
"ChcDeployExtraConfig": {
|
|
849
884
|
"document": "Configuration options for MiniOS of the CHC deployment network",
|
|
850
|
-
"members": [
|
|
885
|
+
"members": [
|
|
886
|
+
{
|
|
887
|
+
"disabled": false,
|
|
888
|
+
"document": "",
|
|
889
|
+
"example": "public",
|
|
890
|
+
"member": "string",
|
|
891
|
+
"name": "MiniOsType",
|
|
892
|
+
"output_required": true,
|
|
893
|
+
"required": true,
|
|
894
|
+
"type": "string",
|
|
895
|
+
"value_allowed_null": false
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"disabled": false,
|
|
899
|
+
"document": "",
|
|
900
|
+
"example": "x86_legacy",
|
|
901
|
+
"member": "string",
|
|
902
|
+
"name": "BootType",
|
|
903
|
+
"output_required": true,
|
|
904
|
+
"required": true,
|
|
905
|
+
"type": "string",
|
|
906
|
+
"value_allowed_null": false
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"disabled": false,
|
|
910
|
+
"document": "",
|
|
911
|
+
"example": "pxelinux.0",
|
|
912
|
+
"member": "string",
|
|
913
|
+
"name": "BootFile",
|
|
914
|
+
"output_required": true,
|
|
915
|
+
"required": false,
|
|
916
|
+
"type": "string",
|
|
917
|
+
"value_allowed_null": false
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"disabled": false,
|
|
921
|
+
"document": "",
|
|
922
|
+
"example": "169.254.68.10",
|
|
923
|
+
"member": "string",
|
|
924
|
+
"name": "NextServerAddress",
|
|
925
|
+
"output_required": true,
|
|
926
|
+
"required": false,
|
|
927
|
+
"type": "string",
|
|
928
|
+
"value_allowed_null": false
|
|
929
|
+
}
|
|
930
|
+
],
|
|
851
931
|
"usage": "both"
|
|
852
932
|
},
|
|
853
933
|
"ChcHost": {
|
|
@@ -859,7 +939,7 @@
|
|
|
859
939
|
"example": "chc-1a2b3c4d",
|
|
860
940
|
"member": "string",
|
|
861
941
|
"name": "ChcId",
|
|
862
|
-
"
|
|
942
|
+
"output_required": true,
|
|
863
943
|
"type": "string",
|
|
864
944
|
"value_allowed_null": false
|
|
865
945
|
},
|
|
@@ -869,7 +949,7 @@
|
|
|
869
949
|
"example": "托管服务器1",
|
|
870
950
|
"member": "string",
|
|
871
951
|
"name": "InstanceName",
|
|
872
|
-
"
|
|
952
|
+
"output_required": true,
|
|
873
953
|
"type": "string",
|
|
874
954
|
"value_allowed_null": false
|
|
875
955
|
},
|
|
@@ -879,7 +959,7 @@
|
|
|
879
959
|
"example": "sn34asdfabd",
|
|
880
960
|
"member": "string",
|
|
881
961
|
"name": "SerialNumber",
|
|
882
|
-
"
|
|
962
|
+
"output_required": true,
|
|
883
963
|
"type": "string",
|
|
884
964
|
"value_allowed_null": false
|
|
885
965
|
},
|
|
@@ -889,7 +969,7 @@
|
|
|
889
969
|
"example": "ONLINE",
|
|
890
970
|
"member": "string",
|
|
891
971
|
"name": "InstanceState",
|
|
892
|
-
"
|
|
972
|
+
"output_required": true,
|
|
893
973
|
"type": "string",
|
|
894
974
|
"value_allowed_null": false
|
|
895
975
|
},
|
|
@@ -899,29 +979,29 @@
|
|
|
899
979
|
"example": "CHC_HS1",
|
|
900
980
|
"member": "string",
|
|
901
981
|
"name": "DeviceType",
|
|
902
|
-
"
|
|
982
|
+
"output_required": true,
|
|
903
983
|
"type": "string",
|
|
904
|
-
"value_allowed_null":
|
|
984
|
+
"value_allowed_null": false
|
|
905
985
|
},
|
|
906
986
|
{
|
|
907
987
|
"disabled": false,
|
|
908
988
|
"document": "Availability zone",
|
|
909
|
-
"example": "
|
|
989
|
+
"example": "无",
|
|
910
990
|
"member": "Placement",
|
|
911
991
|
"name": "Placement",
|
|
912
|
-
"
|
|
992
|
+
"output_required": true,
|
|
913
993
|
"type": "object",
|
|
914
994
|
"value_allowed_null": false
|
|
915
995
|
},
|
|
916
996
|
{
|
|
917
997
|
"disabled": false,
|
|
918
998
|
"document": "Out-of-band network\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
919
|
-
"example": "
|
|
999
|
+
"example": "无",
|
|
920
1000
|
"member": "VirtualPrivateCloud",
|
|
921
1001
|
"name": "BmcVirtualPrivateCloud",
|
|
922
|
-
"
|
|
1002
|
+
"output_required": true,
|
|
923
1003
|
"type": "object",
|
|
924
|
-
"value_allowed_null":
|
|
1004
|
+
"value_allowed_null": false
|
|
925
1005
|
},
|
|
926
1006
|
{
|
|
927
1007
|
"disabled": false,
|
|
@@ -929,9 +1009,9 @@
|
|
|
929
1009
|
"example": "10.12.10.34",
|
|
930
1010
|
"member": "string",
|
|
931
1011
|
"name": "BmcIp",
|
|
932
|
-
"
|
|
1012
|
+
"output_required": true,
|
|
933
1013
|
"type": "string",
|
|
934
|
-
"value_allowed_null":
|
|
1014
|
+
"value_allowed_null": false
|
|
935
1015
|
},
|
|
936
1016
|
{
|
|
937
1017
|
"disabled": false,
|
|
@@ -939,19 +1019,19 @@
|
|
|
939
1019
|
"example": "[\"sg-1a2b34af\"]",
|
|
940
1020
|
"member": "string",
|
|
941
1021
|
"name": "BmcSecurityGroupIds",
|
|
942
|
-
"
|
|
1022
|
+
"output_required": true,
|
|
943
1023
|
"type": "list",
|
|
944
|
-
"value_allowed_null":
|
|
1024
|
+
"value_allowed_null": false
|
|
945
1025
|
},
|
|
946
1026
|
{
|
|
947
1027
|
"disabled": false,
|
|
948
1028
|
"document": "Deployment network\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
949
|
-
"example": "
|
|
1029
|
+
"example": "无",
|
|
950
1030
|
"member": "VirtualPrivateCloud",
|
|
951
1031
|
"name": "DeployVirtualPrivateCloud",
|
|
952
|
-
"
|
|
1032
|
+
"output_required": true,
|
|
953
1033
|
"type": "object",
|
|
954
|
-
"value_allowed_null":
|
|
1034
|
+
"value_allowed_null": false
|
|
955
1035
|
},
|
|
956
1036
|
{
|
|
957
1037
|
"disabled": false,
|
|
@@ -959,9 +1039,9 @@
|
|
|
959
1039
|
"example": "10.12.10.34",
|
|
960
1040
|
"member": "string",
|
|
961
1041
|
"name": "DeployIp",
|
|
962
|
-
"
|
|
1042
|
+
"output_required": true,
|
|
963
1043
|
"type": "string",
|
|
964
|
-
"value_allowed_null":
|
|
1044
|
+
"value_allowed_null": false
|
|
965
1045
|
},
|
|
966
1046
|
{
|
|
967
1047
|
"disabled": false,
|
|
@@ -969,9 +1049,9 @@
|
|
|
969
1049
|
"example": "[\"sg-1a2b34af\"]",
|
|
970
1050
|
"member": "string",
|
|
971
1051
|
"name": "DeploySecurityGroupIds",
|
|
972
|
-
"
|
|
1052
|
+
"output_required": true,
|
|
973
1053
|
"type": "list",
|
|
974
|
-
"value_allowed_null":
|
|
1054
|
+
"value_allowed_null": false
|
|
975
1055
|
},
|
|
976
1056
|
{
|
|
977
1057
|
"disabled": false,
|
|
@@ -979,9 +1059,9 @@
|
|
|
979
1059
|
"example": "ins-34as43at",
|
|
980
1060
|
"member": "string",
|
|
981
1061
|
"name": "CvmInstanceId",
|
|
982
|
-
"
|
|
1062
|
+
"output_required": true,
|
|
983
1063
|
"type": "string",
|
|
984
|
-
"value_allowed_null":
|
|
1064
|
+
"value_allowed_null": false
|
|
985
1065
|
},
|
|
986
1066
|
{
|
|
987
1067
|
"disabled": false,
|
|
@@ -989,7 +1069,7 @@
|
|
|
989
1069
|
"example": "2020-03-10T02:43:51Z",
|
|
990
1070
|
"member": "string",
|
|
991
1071
|
"name": "CreatedTime",
|
|
992
|
-
"
|
|
1072
|
+
"output_required": true,
|
|
993
1073
|
"type": "string",
|
|
994
1074
|
"value_allowed_null": false
|
|
995
1075
|
},
|
|
@@ -999,9 +1079,9 @@
|
|
|
999
1079
|
"example": "128C 22GB 2424GB",
|
|
1000
1080
|
"member": "string",
|
|
1001
1081
|
"name": "HardwareDescription",
|
|
1002
|
-
"
|
|
1082
|
+
"output_required": true,
|
|
1003
1083
|
"type": "string",
|
|
1004
|
-
"value_allowed_null":
|
|
1084
|
+
"value_allowed_null": false
|
|
1005
1085
|
},
|
|
1006
1086
|
{
|
|
1007
1087
|
"disabled": false,
|
|
@@ -1009,9 +1089,9 @@
|
|
|
1009
1089
|
"example": "128",
|
|
1010
1090
|
"member": "int64",
|
|
1011
1091
|
"name": "CPU",
|
|
1012
|
-
"
|
|
1092
|
+
"output_required": true,
|
|
1013
1093
|
"type": "int",
|
|
1014
|
-
"value_allowed_null":
|
|
1094
|
+
"value_allowed_null": false
|
|
1015
1095
|
},
|
|
1016
1096
|
{
|
|
1017
1097
|
"disabled": false,
|
|
@@ -1019,19 +1099,19 @@
|
|
|
1019
1099
|
"example": "22",
|
|
1020
1100
|
"member": "int64",
|
|
1021
1101
|
"name": "Memory",
|
|
1022
|
-
"
|
|
1102
|
+
"output_required": true,
|
|
1023
1103
|
"type": "int",
|
|
1024
|
-
"value_allowed_null":
|
|
1104
|
+
"value_allowed_null": false
|
|
1025
1105
|
},
|
|
1026
1106
|
{
|
|
1027
1107
|
"disabled": false,
|
|
1028
1108
|
"document": "Disk capacity of the CHC host\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
1029
|
-
"example": "
|
|
1109
|
+
"example": "10T",
|
|
1030
1110
|
"member": "string",
|
|
1031
1111
|
"name": "Disk",
|
|
1032
|
-
"
|
|
1112
|
+
"output_required": true,
|
|
1033
1113
|
"type": "string",
|
|
1034
|
-
"value_allowed_null":
|
|
1114
|
+
"value_allowed_null": false
|
|
1035
1115
|
},
|
|
1036
1116
|
{
|
|
1037
1117
|
"disabled": false,
|
|
@@ -1039,9 +1119,9 @@
|
|
|
1039
1119
|
"example": "51:94:20:9C:B1:CB",
|
|
1040
1120
|
"member": "string",
|
|
1041
1121
|
"name": "BmcMAC",
|
|
1042
|
-
"
|
|
1122
|
+
"output_required": true,
|
|
1043
1123
|
"type": "string",
|
|
1044
|
-
"value_allowed_null":
|
|
1124
|
+
"value_allowed_null": false
|
|
1045
1125
|
},
|
|
1046
1126
|
{
|
|
1047
1127
|
"disabled": false,
|
|
@@ -1049,9 +1129,9 @@
|
|
|
1049
1129
|
"example": "51:94:20:9C:B1:CB",
|
|
1050
1130
|
"member": "string",
|
|
1051
1131
|
"name": "DeployMAC",
|
|
1052
|
-
"
|
|
1132
|
+
"output_required": true,
|
|
1053
1133
|
"type": "string",
|
|
1054
|
-
"value_allowed_null":
|
|
1134
|
+
"value_allowed_null": false
|
|
1055
1135
|
},
|
|
1056
1136
|
{
|
|
1057
1137
|
"disabled": false,
|
|
@@ -1059,9 +1139,9 @@
|
|
|
1059
1139
|
"example": "HOSTING",
|
|
1060
1140
|
"member": "string",
|
|
1061
1141
|
"name": "TenantType",
|
|
1062
|
-
"
|
|
1142
|
+
"output_required": true,
|
|
1063
1143
|
"type": "string",
|
|
1064
|
-
"value_allowed_null":
|
|
1144
|
+
"value_allowed_null": false
|
|
1065
1145
|
},
|
|
1066
1146
|
{
|
|
1067
1147
|
"disabled": false,
|
|
@@ -1069,9 +1149,9 @@
|
|
|
1069
1149
|
"example": "无",
|
|
1070
1150
|
"member": "ChcDeployExtraConfig",
|
|
1071
1151
|
"name": "DeployExtraConfig",
|
|
1072
|
-
"
|
|
1152
|
+
"output_required": true,
|
|
1073
1153
|
"type": "object",
|
|
1074
|
-
"value_allowed_null":
|
|
1154
|
+
"value_allowed_null": false
|
|
1075
1155
|
}
|
|
1076
1156
|
],
|
|
1077
1157
|
"usage": "out"
|
|
@@ -1127,7 +1207,7 @@
|
|
|
1127
1207
|
{
|
|
1128
1208
|
"disabled": false,
|
|
1129
1209
|
"document": "Out-of-band network information",
|
|
1130
|
-
"example": "
|
|
1210
|
+
"example": "无",
|
|
1131
1211
|
"member": "VirtualPrivateCloud",
|
|
1132
1212
|
"name": "BmcVirtualPrivateCloud",
|
|
1133
1213
|
"required": true,
|
|
@@ -1145,7 +1225,7 @@
|
|
|
1145
1225
|
{
|
|
1146
1226
|
"disabled": false,
|
|
1147
1227
|
"document": "Deployment network information",
|
|
1148
|
-
"example": "
|
|
1228
|
+
"example": "无",
|
|
1149
1229
|
"member": "VirtualPrivateCloud",
|
|
1150
1230
|
"name": "DeployVirtualPrivateCloud",
|
|
1151
1231
|
"required": false,
|
|
@@ -1159,6 +1239,15 @@
|
|
|
1159
1239
|
"name": "DeploySecurityGroupIds",
|
|
1160
1240
|
"required": false,
|
|
1161
1241
|
"type": "list"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"disabled": false,
|
|
1245
|
+
"document": "",
|
|
1246
|
+
"example": "无",
|
|
1247
|
+
"member": "ChcDeployExtraConfig",
|
|
1248
|
+
"name": "ChcDeployExtraConfig",
|
|
1249
|
+
"required": false,
|
|
1250
|
+
"type": "object"
|
|
1162
1251
|
}
|
|
1163
1252
|
],
|
|
1164
1253
|
"type": "object"
|
|
@@ -1190,7 +1279,7 @@
|
|
|
1190
1279
|
{
|
|
1191
1280
|
"disabled": false,
|
|
1192
1281
|
"document": "Deployment network information",
|
|
1193
|
-
"example": "
|
|
1282
|
+
"example": "无",
|
|
1194
1283
|
"member": "VirtualPrivateCloud",
|
|
1195
1284
|
"name": "DeployVirtualPrivateCloud",
|
|
1196
1285
|
"required": true,
|
|
@@ -1204,6 +1293,15 @@
|
|
|
1204
1293
|
"name": "DeploySecurityGroupIds",
|
|
1205
1294
|
"required": false,
|
|
1206
1295
|
"type": "list"
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"disabled": false,
|
|
1299
|
+
"document": "",
|
|
1300
|
+
"example": "无",
|
|
1301
|
+
"member": "ChcDeployExtraConfig",
|
|
1302
|
+
"name": "ChcDeployExtraConfig",
|
|
1303
|
+
"required": false,
|
|
1304
|
+
"type": "object"
|
|
1207
1305
|
}
|
|
1208
1306
|
],
|
|
1209
1307
|
"type": "object"
|
|
@@ -1226,7 +1324,7 @@
|
|
|
1226
1324
|
{
|
|
1227
1325
|
"disabled": false,
|
|
1228
1326
|
"document": "ID of an instance to execute operating system switching.",
|
|
1229
|
-
"example": "[\"ins-
|
|
1327
|
+
"example": "[\"ins-duqhvpt6\"]",
|
|
1230
1328
|
"member": "string",
|
|
1231
1329
|
"name": "InstanceIds",
|
|
1232
1330
|
"required": true,
|
|
@@ -1235,7 +1333,7 @@
|
|
|
1235
1333
|
{
|
|
1236
1334
|
"disabled": false,
|
|
1237
1335
|
"document": "Whether it is a minimum scale switching.",
|
|
1238
|
-
"example": "
|
|
1336
|
+
"example": "false",
|
|
1239
1337
|
"member": "bool",
|
|
1240
1338
|
"name": "MinimalConversion",
|
|
1241
1339
|
"required": false,
|
|
@@ -1244,7 +1342,7 @@
|
|
|
1244
1342
|
{
|
|
1245
1343
|
"disabled": false,
|
|
1246
1344
|
"document": "Whether it is pre-check only.",
|
|
1247
|
-
"example": "
|
|
1345
|
+
"example": "false",
|
|
1248
1346
|
"member": "bool",
|
|
1249
1347
|
"name": "DryRun",
|
|
1250
1348
|
"required": false,
|
|
@@ -1268,22 +1366,22 @@
|
|
|
1268
1366
|
{
|
|
1269
1367
|
"disabled": false,
|
|
1270
1368
|
"document": "Information about the target operating system, which is returned only when the input parameter DryRun is true.\nNote: This field may return null, indicating that no valid value is found.",
|
|
1271
|
-
"example": "
|
|
1369
|
+
"example": "无",
|
|
1272
1370
|
"member": "TargetOS",
|
|
1273
1371
|
"name": "SupportTargetOSList",
|
|
1274
1372
|
"output_required": false,
|
|
1275
1373
|
"type": "list",
|
|
1276
|
-
"value_allowed_null":
|
|
1374
|
+
"value_allowed_null": false
|
|
1277
1375
|
},
|
|
1278
1376
|
{
|
|
1279
1377
|
"disabled": false,
|
|
1280
1378
|
"document": "Task ID for operating system switching.\nNote: This field may return null, indicating that no valid value is found.",
|
|
1281
|
-
"example": "
|
|
1379
|
+
"example": "5413165",
|
|
1282
1380
|
"member": "string",
|
|
1283
1381
|
"name": "TaskId",
|
|
1284
1382
|
"output_required": false,
|
|
1285
1383
|
"type": "string",
|
|
1286
|
-
"value_allowed_null":
|
|
1384
|
+
"value_allowed_null": false
|
|
1287
1385
|
},
|
|
1288
1386
|
{
|
|
1289
1387
|
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
@@ -1598,7 +1696,7 @@
|
|
|
1598
1696
|
{
|
|
1599
1697
|
"disabled": false,
|
|
1600
1698
|
"document": "Key pair information.",
|
|
1601
|
-
"example": "
|
|
1699
|
+
"example": "无",
|
|
1602
1700
|
"member": "KeyPair",
|
|
1603
1701
|
"name": "KeyPair",
|
|
1604
1702
|
"output_required": true,
|
|
@@ -1619,7 +1717,7 @@
|
|
|
1619
1717
|
"members": [
|
|
1620
1718
|
{
|
|
1621
1719
|
"disabled": false,
|
|
1622
|
-
"document": "
|
|
1720
|
+
"document": "Name of an instance launch template. It contains 2 to 128 English or Chinese characters.",
|
|
1623
1721
|
"example": "MyLaunchTemplate",
|
|
1624
1722
|
"member": "string",
|
|
1625
1723
|
"name": "LaunchTemplateName",
|
|
@@ -1628,7 +1726,7 @@
|
|
|
1628
1726
|
},
|
|
1629
1727
|
{
|
|
1630
1728
|
"disabled": false,
|
|
1631
|
-
"document": "Location of the instance. You can
|
|
1729
|
+
"document": "Location of the instance. You can specify attributes such as availability zone, project, and host (specified when creating a instance on the CDH) to which the instance belongs through this parameter.",
|
|
1632
1730
|
"example": "无",
|
|
1633
1731
|
"member": "Placement",
|
|
1634
1732
|
"name": "Placement",
|
|
@@ -1637,7 +1735,7 @@
|
|
|
1637
1735
|
},
|
|
1638
1736
|
{
|
|
1639
1737
|
"disabled": false,
|
|
1640
|
-
"document": "
|
|
1738
|
+
"document": "Specify an effective [mirror](https://intl.cloud.tencent.com/document/product/213/4940?from_cn_redirect=1) ID in the format of `img-xxx`. there are four image types: <li>PUBLIC image</li> <li>custom image</li> <li>shared image</li> <li>service market image</li> you can obtain available mirror ids in the following ways: <li>the mirror ids of `PUBLIC image`, `custom image` and `shared image` can be queried by logging in to the [console](https://console.cloud.tencent.com/cvm/image?rid=1&imageType=PUBLIC_image); the mirror ids of `service market image` can be queried through the [cloud market](https://market.cloud.tencent.com/list).</li> <li>call the api [DescribeImages](https://intl.cloud.tencent.com/document/api/213/15715?from_cn_redirect=1), input InstanceType to obtain the list of images supported by the current model, and take the `ImageId` field from the return information.</li>.",
|
|
1641
1739
|
"example": "img-dkwyg6sr",
|
|
1642
1740
|
"member": "string",
|
|
1643
1741
|
"name": "ImageId",
|
|
@@ -1646,7 +1744,7 @@
|
|
|
1646
1744
|
},
|
|
1647
1745
|
{
|
|
1648
1746
|
"disabled": false,
|
|
1649
|
-
"document": "
|
|
1747
|
+
"document": "Version description of an instance launch template. It contains 2 to 256 English or Chinese characters.",
|
|
1650
1748
|
"example": "MyLaunchTemplateVersionDesc",
|
|
1651
1749
|
"member": "string",
|
|
1652
1750
|
"name": "LaunchTemplateVersionDescription",
|
|
@@ -1655,7 +1753,7 @@
|
|
|
1655
1753
|
},
|
|
1656
1754
|
{
|
|
1657
1755
|
"disabled": false,
|
|
1658
|
-
"document": "
|
|
1756
|
+
"document": "Instance model. Different instance models specify different resource specifications.\n\n<br><li>For instances created with the payment modes PREPAID or POSTPAID_BY_HOUR, the specific values can be obtained BY calling the [DescribeInstanceTypeConfigs](https://intl.cloud.tencent.com/document/api/213/15749?from_cn_redirect=1) api to get the latest specification table or referring to the [instance specifications](https://intl.cloud.tencent.com/document/product/213/11518?from_cn_redirect=1) description. if this parameter is not specified, the system will dynamically assign a default model based on the current resource sales situation in a region.</li><li>for instances created with the payment mode CDHPAID, this parameter has the prefix \"CDH_\" and is generated based on the CPU and memory configuration. the specific format is: CDH_XCXG. for example, for creating a CDH instance with 1 CPU core and 1 gb memory, this parameter should be CDH_1C1G.</li>.",
|
|
1659
1757
|
"example": "S5.16XLARGE256",
|
|
1660
1758
|
"member": "string",
|
|
1661
1759
|
"name": "InstanceType",
|
|
@@ -1664,7 +1762,7 @@
|
|
|
1664
1762
|
},
|
|
1665
1763
|
{
|
|
1666
1764
|
"disabled": false,
|
|
1667
|
-
"document": "
|
|
1765
|
+
"document": "Instance system disk configuration information. If this parameter is not specified, it will be assigned based on the system default values.",
|
|
1668
1766
|
"example": "无",
|
|
1669
1767
|
"member": "SystemDisk",
|
|
1670
1768
|
"name": "SystemDisk",
|
|
@@ -1673,7 +1771,7 @@
|
|
|
1673
1771
|
},
|
|
1674
1772
|
{
|
|
1675
1773
|
"disabled": false,
|
|
1676
|
-
"document": "
|
|
1774
|
+
"document": "Instance data disk configuration information. if not specified, no data disks are purchased by default. support specifying 21 data disks at the time of purchase, among which a maximum of 1 LOCAL_BASIC data disk or LOCAL_SSD data disk can be included, and a maximum of 20 CLOUD_BASIC data disks, CLOUD_PREMIUM data disks or CLOUD_SSD data disks can be included.",
|
|
1677
1775
|
"example": "无",
|
|
1678
1776
|
"member": "DataDisk",
|
|
1679
1777
|
"name": "DataDisks",
|
|
@@ -1682,7 +1780,7 @@
|
|
|
1682
1780
|
},
|
|
1683
1781
|
{
|
|
1684
1782
|
"disabled": false,
|
|
1685
|
-
"document": "
|
|
1783
|
+
"document": "VPC-related information configuration. You can specify information such as VPC ID and subnet ID through this parameter. If this parameter is not specified, use the basic network by default. If a VPC IP is specified in this parameter, it indicates the primary network interface card IP of each instance. In addition, the number of the InstanceCount parameter should be consistent with the number of the VPC IP and should not exceed 20.",
|
|
1686
1784
|
"example": "无",
|
|
1687
1785
|
"member": "VirtualPrivateCloud",
|
|
1688
1786
|
"name": "VirtualPrivateCloud",
|
|
@@ -1691,7 +1789,7 @@
|
|
|
1691
1789
|
},
|
|
1692
1790
|
{
|
|
1693
1791
|
"disabled": false,
|
|
1694
|
-
"document": "
|
|
1792
|
+
"document": "Public bandwidth-related settings. If this parameter is not specified, the public bandwidth is 0 Mbps by default.",
|
|
1695
1793
|
"example": "无",
|
|
1696
1794
|
"member": "InternetAccessible",
|
|
1697
1795
|
"name": "InternetAccessible",
|
|
@@ -1700,7 +1798,7 @@
|
|
|
1700
1798
|
},
|
|
1701
1799
|
{
|
|
1702
1800
|
"disabled": false,
|
|
1703
|
-
"document": "Number of instances to
|
|
1801
|
+
"document": "Number of instances to purchase. value range for monthly subscription instances: [1, 300]. value range for pay-as-you-go instances: [1, 100]. default value: 1. the number of instances to purchase must not exceed the remaining user quota. for specific quota limitations, see [CVM instance purchase limitations](https://intl.cloud.tencent.com/document/product/213/2664?from_cn_redirect=1).",
|
|
1704
1802
|
"example": "1",
|
|
1705
1803
|
"member": "int64",
|
|
1706
1804
|
"name": "InstanceCount",
|
|
@@ -1709,7 +1807,7 @@
|
|
|
1709
1807
|
},
|
|
1710
1808
|
{
|
|
1711
1809
|
"disabled": false,
|
|
1712
|
-
"document": "Instance name
|
|
1810
|
+
"document": "Instance display name. <li>if the instance display name is not specified, it will display by default as 'unnamed'.</li> <li>when purchasing multiple instances, if the pattern string `{R:x}` is specified, it indicates generating numbers `[x, x+n-1]`, where `n` represents the number of purchased instances. for example, `server_{R:3}` will result in instance display names as `server_3` when purchasing 1 instance; when purchasing 2 instances, the instance display names will be `server_3` and `server_4` respectively. it supports specifying multiple pattern strings `{R:x}`.</li> <li>when purchasing multiple instances, if no pattern string is specified, a suffix `1, 2...n` will be added to the instance display name, where `n` represents the number of purchased instances. for example, for `server_`, when purchasing 2 instances, the instance display names will be `server_1` and `server_2` respectively.</li> <li>it supports up to 128 characters (including pattern strings).</li>.",
|
|
1713
1811
|
"example": "MyInstance",
|
|
1714
1812
|
"member": "string",
|
|
1715
1813
|
"name": "InstanceName",
|
|
@@ -1718,7 +1816,7 @@
|
|
|
1718
1816
|
},
|
|
1719
1817
|
{
|
|
1720
1818
|
"disabled": false,
|
|
1721
|
-
"document": "
|
|
1819
|
+
"document": "Instance login settings. this parameter allows you to set the instance login method to key or maintain the original login settings of the image.",
|
|
1722
1820
|
"example": "无",
|
|
1723
1821
|
"member": "LoginSettings",
|
|
1724
1822
|
"name": "LoginSettings",
|
|
@@ -1727,7 +1825,7 @@
|
|
|
1727
1825
|
},
|
|
1728
1826
|
{
|
|
1729
1827
|
"disabled": false,
|
|
1730
|
-
"document": "Security
|
|
1828
|
+
"document": "Security group to which an instance belongs. this parameter can be obtained by calling the sgId field in the returned value of [DescribeSecurityGroups](https://intl.cloud.tencent.com/document/api/215/15808?from_cn_redirect=1). if not specified, the default security group is bound.",
|
|
1731
1829
|
"example": "[\"sg-rf6ogz49\"]",
|
|
1732
1830
|
"member": "string",
|
|
1733
1831
|
"name": "SecurityGroupIds",
|
|
@@ -1736,7 +1834,7 @@
|
|
|
1736
1834
|
},
|
|
1737
1835
|
{
|
|
1738
1836
|
"disabled": false,
|
|
1739
|
-
"document": "Enhanced
|
|
1837
|
+
"document": "Enhanced services. You can specify whether to enable services such as Cloud Security and Cloud Monitor through this parameter. If this parameter is not specified, Cloud Monitor and Cloud Security are enabled for public images by default, but not enabled for custom images and marketplace images by default. Instead, they use services retained in the images.",
|
|
1740
1838
|
"example": "无",
|
|
1741
1839
|
"member": "EnhancedService",
|
|
1742
1840
|
"name": "EnhancedService",
|
|
@@ -1745,8 +1843,8 @@
|
|
|
1745
1843
|
},
|
|
1746
1844
|
{
|
|
1747
1845
|
"disabled": false,
|
|
1748
|
-
"document": "A
|
|
1749
|
-
"example": "a521b4e4-c903-4d37-9de6-
|
|
1846
|
+
"document": "A string used to ensure the idempotence of the request. This string is generated by the customer and should be unique across different requests, with a maximum length of 64 ASCII characters. If this parameter is not specified, the idempotence of the request cannot be guaranteed.",
|
|
1847
|
+
"example": "a521b4e4-c903-4d37-9de6-8096e3ad8eb7",
|
|
1750
1848
|
"member": "string",
|
|
1751
1849
|
"name": "ClientToken",
|
|
1752
1850
|
"required": false,
|
|
@@ -1754,7 +1852,7 @@
|
|
|
1754
1852
|
},
|
|
1755
1853
|
{
|
|
1756
1854
|
"disabled": false,
|
|
1757
|
-
"document": "
|
|
1855
|
+
"document": "Specifies the HostName of the cloud virtual machine.<br><li>the dot (.) and hyphen (-) cannot be used at the beginning or end of the HostName, and cannot be used consecutively.</li><li>for Windows instances: the character length is 2 to 15. it consists of letters (case insensitive), digits, and hyphens (-). dots (.) are not supported, and it cannot be all digits.</li><li>for other types (such as Linux) instances: the character length is 2 to 60. multiple dots are allowed. each segment between dots can include letters (case insensitive), digits, and hyphens (-).</li>.",
|
|
1758
1856
|
"example": "myHost",
|
|
1759
1857
|
"member": "string",
|
|
1760
1858
|
"name": "HostName",
|
|
@@ -1763,7 +1861,7 @@
|
|
|
1763
1861
|
},
|
|
1764
1862
|
{
|
|
1765
1863
|
"disabled": false,
|
|
1766
|
-
"document": "Scheduled
|
|
1864
|
+
"document": "Scheduled task. You can specify a scheduled task for the instance through this parameter. Currently, only scheduled termination is supported.",
|
|
1767
1865
|
"example": "无",
|
|
1768
1866
|
"member": "ActionTimer",
|
|
1769
1867
|
"name": "ActionTimer",
|
|
@@ -1772,7 +1870,7 @@
|
|
|
1772
1870
|
},
|
|
1773
1871
|
{
|
|
1774
1872
|
"disabled": false,
|
|
1775
|
-
"document": "Placement group ID.
|
|
1873
|
+
"document": "Placement group ID. Only one can be specified.",
|
|
1776
1874
|
"example": "[\"ps-3p88qhfo\"]",
|
|
1777
1875
|
"member": "string",
|
|
1778
1876
|
"name": "DisasterRecoverGroupIds",
|
|
@@ -1781,7 +1879,7 @@
|
|
|
1781
1879
|
},
|
|
1782
1880
|
{
|
|
1783
1881
|
"disabled": false,
|
|
1784
|
-
"document": "
|
|
1882
|
+
"document": "List of tag descriptions. You can bind tags to corresponding resource instances at the same time by specifying this parameter. Currently, only binding tags to the CVM is supported.",
|
|
1785
1883
|
"example": "无",
|
|
1786
1884
|
"member": "TagSpecification",
|
|
1787
1885
|
"name": "TagSpecification",
|
|
@@ -1790,7 +1888,7 @@
|
|
|
1790
1888
|
},
|
|
1791
1889
|
{
|
|
1792
1890
|
"disabled": false,
|
|
1793
|
-
"document": "Market options of the instance, such as parameters
|
|
1891
|
+
"document": "Market-Related options of the instance, such as relevant parameters of the bidding instance. this parameter is required if the payment mode of the specified instance is spot payment.",
|
|
1794
1892
|
"example": "无",
|
|
1795
1893
|
"member": "InstanceMarketOptionsRequest",
|
|
1796
1894
|
"name": "InstanceMarketOptions",
|
|
@@ -1799,7 +1897,7 @@
|
|
|
1799
1897
|
},
|
|
1800
1898
|
{
|
|
1801
1899
|
"disabled": false,
|
|
1802
|
-
"document": "User data provided
|
|
1900
|
+
"document": "User data provided for an instance must be encoded in base64. valid values for maximum data size are up to 16 KB. for details on obtaining this parameter, see running commands at startup for Windows (https://intl.cloud.tencent.com/document/product/213/17526?from_cn_redirect=1) and Linux (https://intl.cloud.tencent.com/document/product/213/17525?from_cn_redirect=1).",
|
|
1803
1901
|
"example": "YmFzZTY0Cg==",
|
|
1804
1902
|
"member": "string",
|
|
1805
1903
|
"name": "UserData",
|
|
@@ -1808,7 +1906,7 @@
|
|
|
1808
1906
|
},
|
|
1809
1907
|
{
|
|
1810
1908
|
"disabled": false,
|
|
1811
|
-
"document": "Whether
|
|
1909
|
+
"document": "Whether it is a pre-check for this request only.\ntrue: sends a check request without creating an instance. check items include whether required parameters are filled in, request format, service limits, and cvm inventory.\nIf the check fails, return the corresponding error code.\nIf the check passed, return RequestId.\nfalse (default): sends a normal request. after passing the check, creates an instance directly.",
|
|
1812
1910
|
"example": "false",
|
|
1813
1911
|
"member": "bool",
|
|
1814
1912
|
"name": "DryRun",
|
|
@@ -1817,7 +1915,7 @@
|
|
|
1817
1915
|
},
|
|
1818
1916
|
{
|
|
1819
1917
|
"disabled": false,
|
|
1820
|
-
"document": "CAM role name
|
|
1918
|
+
"document": "CAM role name. it can be obtained through the roleName in the return value from the API DescribeRoleList.",
|
|
1821
1919
|
"example": "testroleName001",
|
|
1822
1920
|
"member": "string",
|
|
1823
1921
|
"name": "CamRoleName",
|
|
@@ -1826,7 +1924,7 @@
|
|
|
1826
1924
|
},
|
|
1827
1925
|
{
|
|
1828
1926
|
"disabled": false,
|
|
1829
|
-
"document": "
|
|
1927
|
+
"document": "High-performance computing cluster ID. If the created instance is a high-performance computing instance, the cluster where the instance is placed should be specified. Otherwise, it cannot be specified.",
|
|
1830
1928
|
"example": "hpc-a5n666lo",
|
|
1831
1929
|
"member": "string",
|
|
1832
1930
|
"name": "HpcClusterId",
|
|
@@ -1835,7 +1933,7 @@
|
|
|
1835
1933
|
},
|
|
1836
1934
|
{
|
|
1837
1935
|
"disabled": false,
|
|
1838
|
-
"document": "Instance [
|
|
1936
|
+
"document": "Instance [billing mode](https://intl.cloud.tencent.com/document/product/213/2180?from_cn_redirect=1).<br><li>PREPAID: prepaid, that is, monthly subscription.</li><li>POSTPAID_BY_HOUR: pay-as-you-go by hour.</li><li>CDHPAID: CDH instance (created based on CDH; the resources of the host are free of charge).</li><li>SPOTPAID: spot payment.</li>Default value: POSTPAID_BY_HOUR.",
|
|
1839
1937
|
"example": "PREPAID",
|
|
1840
1938
|
"member": "string",
|
|
1841
1939
|
"name": "InstanceChargeType",
|
|
@@ -1844,7 +1942,7 @@
|
|
|
1844
1942
|
},
|
|
1845
1943
|
{
|
|
1846
1944
|
"disabled": false,
|
|
1847
|
-
"document": "
|
|
1945
|
+
"document": "Prepaid mode, that is, annual and monthly subscription related parameter settings. Through this parameter, you can specify the purchase duration of annual and monthly subscription instances, whether to set auto-renewal, etc. If the specified instance's billing mode is the prepaid mode, this parameter must be passed.",
|
|
1848
1946
|
"example": "无",
|
|
1849
1947
|
"member": "InstanceChargePrepaid",
|
|
1850
1948
|
"name": "InstanceChargePrepaid",
|
|
@@ -1853,7 +1951,7 @@
|
|
|
1853
1951
|
},
|
|
1854
1952
|
{
|
|
1855
1953
|
"disabled": false,
|
|
1856
|
-
"document": "Instance
|
|
1954
|
+
"document": "Instance destruction protection flag: indicates whether an instance is allowed to be deleted through an api. value ranges from: - **TRUE**: indicates that instance protection is enabled, deletion through apis is not allowed. - **FALSE**: indicates that instance protection is disabled, deletion through apis is allowed. default value: FALSE.",
|
|
1857
1955
|
"example": "false",
|
|
1858
1956
|
"member": "bool",
|
|
1859
1957
|
"name": "DisableApiTermination",
|
|
@@ -1862,12 +1960,39 @@
|
|
|
1862
1960
|
},
|
|
1863
1961
|
{
|
|
1864
1962
|
"disabled": false,
|
|
1865
|
-
"document": "
|
|
1963
|
+
"document": "",
|
|
1964
|
+
"example": "false",
|
|
1965
|
+
"member": "bool",
|
|
1966
|
+
"name": "EnableJumboFrame",
|
|
1967
|
+
"required": false,
|
|
1968
|
+
"type": "bool"
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"disabled": false,
|
|
1972
|
+
"document": "Description list of tags. by specifying this parameter, tags can be bound to the instance launch template.",
|
|
1866
1973
|
"example": "无",
|
|
1867
1974
|
"member": "TagSpecification",
|
|
1868
1975
|
"name": "LaunchTemplateTagSpecification",
|
|
1869
1976
|
"required": false,
|
|
1870
1977
|
"type": "list"
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
"disabled": false,
|
|
1981
|
+
"document": "Custom metadata. specifies that custom metadata key-value pairs can be added when creating a CVM.\nNote: this field is in beta test.",
|
|
1982
|
+
"example": "无",
|
|
1983
|
+
"member": "Metadata",
|
|
1984
|
+
"name": "Metadata",
|
|
1985
|
+
"required": false,
|
|
1986
|
+
"type": "object"
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"disabled": false,
|
|
1990
|
+
"document": "Specifies that only the Update and Replace parameters are allowed. this parameter is valid only when custom Metadata is used in the template and Metadata is also transmitted in RunInstances. defaults to Replace.\n\n-Update: if template t contains this parameter with a value of Update and metadata=[k1:v1, k2:v2], then RunInstances (with metadata=[k2:v3]) + t creates a cvm using metadata=[k1:v1, k2:v3]. \n-Replace: if the template t contains this parameter with a value of Replace and metadata=[k1:v1, k2:v2], then when creating a cvm using RunInstances (with metadata=[k2:v3]) + t, the created cvm will use metadata=[k2:v3]. \nNote: this field is in beta test.",
|
|
1991
|
+
"example": "Update",
|
|
1992
|
+
"member": "string",
|
|
1993
|
+
"name": "TemplateDataModifyAction",
|
|
1994
|
+
"required": false,
|
|
1995
|
+
"type": "string"
|
|
1871
1996
|
}
|
|
1872
1997
|
],
|
|
1873
1998
|
"type": "object"
|
|
@@ -1877,8 +2002,8 @@
|
|
|
1877
2002
|
"members": [
|
|
1878
2003
|
{
|
|
1879
2004
|
"disabled": false,
|
|
1880
|
-
"document": "
|
|
1881
|
-
"example": "lt-
|
|
2005
|
+
"document": "Specifies the ID of the successfully created instance launch template when this parameter is returned by creating an instance launch template through this interface.",
|
|
2006
|
+
"example": "lt-a5n1305lo",
|
|
1882
2007
|
"member": "string",
|
|
1883
2008
|
"name": "LaunchTemplateId",
|
|
1884
2009
|
"output_required": true,
|
|
@@ -1900,7 +2025,7 @@
|
|
|
1900
2025
|
{
|
|
1901
2026
|
"disabled": false,
|
|
1902
2027
|
"document": "Location of the instance. You can use this parameter to specify the attributes of the instance, such as its availability zone, project, and CDH (for dedicated CVMs)",
|
|
1903
|
-
"example": "
|
|
2028
|
+
"example": "无",
|
|
1904
2029
|
"member": "Placement",
|
|
1905
2030
|
"name": "Placement",
|
|
1906
2031
|
"required": true,
|
|
@@ -1944,7 +2069,7 @@
|
|
|
1944
2069
|
},
|
|
1945
2070
|
{
|
|
1946
2071
|
"disabled": false,
|
|
1947
|
-
"document": "
|
|
2072
|
+
"document": "Assign an effective [mirror](https://intl.cloud.tencent.com/document/product/213/4940?from_cn_redirect=1) ID in the format like `img-xxx`. there are four image types: <br/><li>PUBLIC image</li><li>custom image</li><li>shared image</li><li>cloud image market</li><br/>you can obtain available mirror ids in the following ways: <br/><li>the mirror ids of `PUBLIC image`, `custom image` and `shared image` can be queried by logging in to the [console](https://console.cloud.tencent.com/cvm/image?rid=1&imageType=PUBLIC_image); the mirror ID of `cloud image market` can be queried through the [cloud market](https://market.cloud.tencent.com/list).</li><li>call the api [DescribeImages](https://intl.cloud.tencent.com/document/api/213/15715?from_cn_redirect=1), input InstanceType to obtain the list of images supported by the current model, and take the `ImageId` field from the return information.</li>.",
|
|
1948
2073
|
"example": "img-irmer45l",
|
|
1949
2074
|
"member": "string",
|
|
1950
2075
|
"name": "ImageId",
|
|
@@ -1954,7 +2079,7 @@
|
|
|
1954
2079
|
{
|
|
1955
2080
|
"disabled": false,
|
|
1956
2081
|
"document": "System disk configuration of the instance. If this parameter is not specified, the default value will be used.",
|
|
1957
|
-
"example": "
|
|
2082
|
+
"example": "无",
|
|
1958
2083
|
"member": "SystemDisk",
|
|
1959
2084
|
"name": "SystemDisk",
|
|
1960
2085
|
"required": false,
|
|
@@ -1963,7 +2088,7 @@
|
|
|
1963
2088
|
{
|
|
1964
2089
|
"disabled": false,
|
|
1965
2090
|
"document": "The configuration information of instance data disks. If this parameter is not specified, no data disk will be purchased by default. When purchasing, you can specify 21 data disks, which can contain at most 1 LOCAL_BASIC or LOCAL_SSD data disk, and at most 20 CLOUD_BASIC, CLOUD_PREMIUM, or CLOUD_SSD data disks.",
|
|
1966
|
-
"example": "
|
|
2091
|
+
"example": "无",
|
|
1967
2092
|
"member": "DataDisk",
|
|
1968
2093
|
"name": "DataDisks",
|
|
1969
2094
|
"required": false,
|
|
@@ -1972,7 +2097,7 @@
|
|
|
1972
2097
|
{
|
|
1973
2098
|
"disabled": false,
|
|
1974
2099
|
"document": "Configuration information of VPC. This parameter is used to specify VPC ID and subnet ID, etc. If this parameter is not specified, the classic network is used by default. If a VPC IP is specified in this parameter, it indicates the primary ENI IP of each instance. The value of parameter InstanceCount must be same as the number of VPC IPs, which cannot be greater than 20.",
|
|
1975
|
-
"example": "
|
|
2100
|
+
"example": "无",
|
|
1976
2101
|
"member": "VirtualPrivateCloud",
|
|
1977
2102
|
"name": "VirtualPrivateCloud",
|
|
1978
2103
|
"required": false,
|
|
@@ -1981,7 +2106,7 @@
|
|
|
1981
2106
|
{
|
|
1982
2107
|
"disabled": false,
|
|
1983
2108
|
"document": "Configuration of public network bandwidth. If this parameter is not specified, 0 Mbps will be used by default.",
|
|
1984
|
-
"example": "
|
|
2109
|
+
"example": "无",
|
|
1985
2110
|
"member": "InternetAccessible",
|
|
1986
2111
|
"name": "InternetAccessible",
|
|
1987
2112
|
"required": false,
|
|
@@ -1998,7 +2123,7 @@
|
|
|
1998
2123
|
},
|
|
1999
2124
|
{
|
|
2000
2125
|
"disabled": false,
|
|
2001
|
-
"document": "Instance name
|
|
2126
|
+
"document": "Instance display name. <li>if the instance display name is not specified, it will display by default as 'unnamed'.</li> <li>when purchasing multiple instances, if the pattern string `{R:x}` is specified, it indicates generating numbers `[x, x+n-1]`, where `n` represents the number of purchased instances. for example, `server_{R:3}` will result in instance display names as `server_3` when purchasing 1 instance; when purchasing 2 instances, the instance display names will be `server_3` and `server_4` respectively. it supports specifying multiple pattern strings `{R:x}`.</li> <li>when purchasing multiple instances, if no pattern string is specified, a suffix `1, 2...n` will be added to the instance display name, where `n` represents the number of purchased instances. for example, for `server_`, when purchasing 2 instances, the instance display names will be `server_1` and `server_2` respectively.</li> <li>it supports up to 128 characters (including pattern strings).</li>.",
|
|
2002
2127
|
"example": "my_instance",
|
|
2003
2128
|
"member": "string",
|
|
2004
2129
|
"name": "InstanceName",
|
|
@@ -2007,8 +2132,8 @@
|
|
|
2007
2132
|
},
|
|
2008
2133
|
{
|
|
2009
2134
|
"disabled": false,
|
|
2010
|
-
"document": "
|
|
2011
|
-
"example": "
|
|
2135
|
+
"document": "Instance login settings. you can use this parameter to set the instance's login method to key or keep the original login settings of the image.",
|
|
2136
|
+
"example": "无",
|
|
2012
2137
|
"member": "LoginSettings",
|
|
2013
2138
|
"name": "LoginSettings",
|
|
2014
2139
|
"required": false,
|
|
@@ -2025,8 +2150,8 @@
|
|
|
2025
2150
|
},
|
|
2026
2151
|
{
|
|
2027
2152
|
"disabled": false,
|
|
2028
|
-
"document": "Enhanced service.
|
|
2029
|
-
"example": "
|
|
2153
|
+
"document": "Enhanced service. this parameter can be used to specify whether to enable services such as cloud security and cloud monitoring. if this parameter is not specified, cloud monitor and cloud security services are enabled for public images by default; for custom images and marketplace images, cloud monitor and cloud security services are not enabled by default, and the services retained in the image will be used.",
|
|
2154
|
+
"example": "无",
|
|
2030
2155
|
"member": "EnhancedService",
|
|
2031
2156
|
"name": "EnhancedService",
|
|
2032
2157
|
"required": false,
|
|
@@ -2035,7 +2160,7 @@
|
|
|
2035
2160
|
{
|
|
2036
2161
|
"disabled": false,
|
|
2037
2162
|
"document": "A unique string supplied by the client to ensure that the request is idempotent. Its maximum length is 64 ASCII characters. If this parameter is not specified, the idempotency of the request cannot be guaranteed.",
|
|
2038
|
-
"example": "a521b4e4-c903-4d37-9de6-
|
|
2163
|
+
"example": "a521b4e4-c903-4d37-9de6-8096e3ad8eb7",
|
|
2039
2164
|
"member": "string",
|
|
2040
2165
|
"name": "ClientToken",
|
|
2041
2166
|
"required": false,
|
|
@@ -2053,7 +2178,7 @@
|
|
|
2053
2178
|
{
|
|
2054
2179
|
"disabled": false,
|
|
2055
2180
|
"document": "Scheduled tasks. You can use this parameter to specify scheduled tasks for the instance. Only scheduled termination is supported.",
|
|
2056
|
-
"example": "
|
|
2181
|
+
"example": "无",
|
|
2057
2182
|
"member": "ActionTimer",
|
|
2058
2183
|
"name": "ActionTimer",
|
|
2059
2184
|
"required": false,
|
|
@@ -2071,7 +2196,7 @@
|
|
|
2071
2196
|
{
|
|
2072
2197
|
"disabled": false,
|
|
2073
2198
|
"document": "The tag description list. This parameter is used to bind a tag to a resource instance. A tag can only be bound to CVM instances.",
|
|
2074
|
-
"example": "
|
|
2199
|
+
"example": "无",
|
|
2075
2200
|
"member": "TagSpecification",
|
|
2076
2201
|
"name": "TagSpecification",
|
|
2077
2202
|
"required": false,
|
|
@@ -2080,7 +2205,7 @@
|
|
|
2080
2205
|
{
|
|
2081
2206
|
"disabled": false,
|
|
2082
2207
|
"document": "Market options of the instance, such as parameters related to spot instances. This parameter is required for spot instances.",
|
|
2083
|
-
"example": "
|
|
2208
|
+
"example": "无",
|
|
2084
2209
|
"member": "InstanceMarketOptionsRequest",
|
|
2085
2210
|
"name": "InstanceMarketOptions",
|
|
2086
2211
|
"required": false,
|
|
@@ -2134,7 +2259,7 @@
|
|
|
2134
2259
|
{
|
|
2135
2260
|
"disabled": false,
|
|
2136
2261
|
"document": "Details of the monthly subscription, including the purchase period, auto-renewal. It is required if the `InstanceChargeType` is `PREPAID`.",
|
|
2137
|
-
"example": "
|
|
2262
|
+
"example": "无",
|
|
2138
2263
|
"member": "InstanceChargePrepaid",
|
|
2139
2264
|
"name": "InstanceChargePrepaid",
|
|
2140
2265
|
"required": false,
|
|
@@ -2148,6 +2273,33 @@
|
|
|
2148
2273
|
"name": "DisableApiTermination",
|
|
2149
2274
|
"required": false,
|
|
2150
2275
|
"type": "bool"
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
"disabled": false,
|
|
2279
|
+
"document": "",
|
|
2280
|
+
"example": "false",
|
|
2281
|
+
"member": "bool",
|
|
2282
|
+
"name": "EnableJumboFrame",
|
|
2283
|
+
"required": false,
|
|
2284
|
+
"type": "bool"
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
"disabled": false,
|
|
2288
|
+
"document": "Custom metadata. specifies that custom metadata key-value pairs can be added when creating a CVM.\nNote: this field is in beta test.",
|
|
2289
|
+
"example": "无",
|
|
2290
|
+
"member": "Metadata",
|
|
2291
|
+
"name": "Metadata",
|
|
2292
|
+
"required": false,
|
|
2293
|
+
"type": "object"
|
|
2294
|
+
},
|
|
2295
|
+
{
|
|
2296
|
+
"disabled": false,
|
|
2297
|
+
"document": "Specifies that only the Update and Replace parameters are allowed. this parameter is valid only when custom Metadata is used in the template and Metadata is also transmitted in RunInstances. defaults to Replace.\n\n-Update: if template t contains this parameter with a value of Update and metadata=[k1:v1, k2:v2], then RunInstances (with metadata=[k2:v3]) + t creates a cvm using metadata=[k1:v1, k2:v3]. \n-Replace: if the template t contains this parameter with a value of Replace and metadata=[k1:v1, k2:v2], then when creating a cvm using RunInstances (with metadata=[k2:v3]) + t, the created cvm will use metadata=[k2:v3]. \nNote: this field is in beta test.",
|
|
2298
|
+
"example": "Update",
|
|
2299
|
+
"member": "string",
|
|
2300
|
+
"name": "TemplateDataModifyAction",
|
|
2301
|
+
"required": false,
|
|
2302
|
+
"type": "string"
|
|
2151
2303
|
}
|
|
2152
2304
|
],
|
|
2153
2305
|
"type": "object"
|
|
@@ -2179,7 +2331,7 @@
|
|
|
2179
2331
|
"members": [
|
|
2180
2332
|
{
|
|
2181
2333
|
"disabled": false,
|
|
2182
|
-
"document": "Data disk size
|
|
2334
|
+
"document": "Data disk size, unit: GiB. the minimum adjustment step size is 10 GiB. the value ranges of different data disk types vary. for specific limitations, see the storage overview (https://intl.cloud.tencent.com/document/product/213/4952?from_cn_redirect=1). the default value is 0, which means no data disk purchase. for more restrictions, see the product document.",
|
|
2183
2335
|
"example": "50",
|
|
2184
2336
|
"member": "int64",
|
|
2185
2337
|
"name": "DiskSize",
|
|
@@ -2190,7 +2342,7 @@
|
|
|
2190
2342
|
},
|
|
2191
2343
|
{
|
|
2192
2344
|
"disabled": false,
|
|
2193
|
-
"document": "
|
|
2345
|
+
"document": "Specifies the data disk type. for restrictions on data disk types, refer to [storage overview](https://www.tencentcloud.com/document/product/213/4952?from_cn_redirect=1). valid values: <br /><li>LOCAL_BASIC: LOCAL disk</li> <li>LOCAL_SSD: LOCAL SSD</li><li>LOCAL_NVME: LOCAL NVME disk, which is closely related to InstanceType and cannot be specified</li><li>LOCAL_PRO: LOCAL HDD, which is closely related to InstanceType and cannot be specified</li><li>cloud_BASIC: BASIC cloud disk</li><li>cloud_PREMIUM: high-performance cloud block storage</li><li>cloud_SSD: SSD cloud disk</li><li>cloud_HSSD: enhanced SSD cloud disk</li> <li>cloud_TSSD: ultra-fast SSD cbs</li><li>cloud_BSSD: universal SSD cloud disk</li><br />default: LOCAL_BASIC.<br/><br />this parameter is invalid for the `ResizeInstanceDisk` api.",
|
|
2194
2346
|
"example": "CLOUD_SSD",
|
|
2195
2347
|
"member": "string",
|
|
2196
2348
|
"name": "DiskType",
|
|
@@ -2201,18 +2353,18 @@
|
|
|
2201
2353
|
},
|
|
2202
2354
|
{
|
|
2203
2355
|
"disabled": false,
|
|
2204
|
-
"document": "
|
|
2356
|
+
"document": "Specifies the data disk ID.\nThis parameter currently only serves as a response parameter for query apis such as `DescribeInstances`, and cannot be used as an input parameter for write apis such as `RunInstances`.",
|
|
2205
2357
|
"example": "disk-ciezoimt",
|
|
2206
2358
|
"member": "string",
|
|
2207
2359
|
"name": "DiskId",
|
|
2208
|
-
"output_required":
|
|
2360
|
+
"output_required": false,
|
|
2209
2361
|
"required": false,
|
|
2210
2362
|
"type": "string",
|
|
2211
2363
|
"value_allowed_null": false
|
|
2212
2364
|
},
|
|
2213
2365
|
{
|
|
2214
2366
|
"disabled": false,
|
|
2215
|
-
"document": "Whether the data disk is terminated with the
|
|
2367
|
+
"document": "Whether the data disk is terminated with the instance. value range: <li>true: when the instance is terminated, the data disk is also terminated. only hourly postpaid cloud disks are supported. <li>false: when the instance is terminated, the data disk is retained. <br>default value: true <br>currently, this parameter is only used for the API `RunInstances`.",
|
|
2216
2368
|
"example": "true",
|
|
2217
2369
|
"member": "bool",
|
|
2218
2370
|
"name": "DeleteWithInstance",
|
|
@@ -2223,18 +2375,18 @@
|
|
|
2223
2375
|
},
|
|
2224
2376
|
{
|
|
2225
2377
|
"disabled": false,
|
|
2226
|
-
"document": "Data disk snapshot ID.
|
|
2378
|
+
"document": "Data disk snapshot ID. the size of the selected data disk snapshot must be less than the data disk size.",
|
|
2227
2379
|
"example": "snap-6yczrj8x",
|
|
2228
2380
|
"member": "string",
|
|
2229
2381
|
"name": "SnapshotId",
|
|
2230
|
-
"output_required":
|
|
2382
|
+
"output_required": false,
|
|
2231
2383
|
"required": false,
|
|
2232
2384
|
"type": "string",
|
|
2233
2385
|
"value_allowed_null": false
|
|
2234
2386
|
},
|
|
2235
2387
|
{
|
|
2236
2388
|
"disabled": false,
|
|
2237
|
-
"document": "
|
|
2389
|
+
"document": "Specifies whether the data disk is encrypted. value range: <li>true: encrypted</li> <li>false: unencrypted</li><br/> default value: false<br/> this parameter is currently only used for the `RunInstances` api.",
|
|
2238
2390
|
"example": "false",
|
|
2239
2391
|
"member": "bool",
|
|
2240
2392
|
"name": "Encrypt",
|
|
@@ -2245,40 +2397,40 @@
|
|
|
2245
2397
|
},
|
|
2246
2398
|
{
|
|
2247
2399
|
"disabled": false,
|
|
2248
|
-
"document": "
|
|
2400
|
+
"document": "Custom CMK ID, value is UUID or similar to kms-abcd1234. used for encrypted cloud disk.\n\nThis parameter is currently only used for the `RunInstances` api.\nNote: This field may return null, indicating that no valid value is found.",
|
|
2249
2401
|
"example": "kms-abcd1234",
|
|
2250
2402
|
"member": "string",
|
|
2251
2403
|
"name": "KmsKeyId",
|
|
2252
2404
|
"output_required": true,
|
|
2253
2405
|
"required": false,
|
|
2254
2406
|
"type": "string",
|
|
2255
|
-
"value_allowed_null":
|
|
2407
|
+
"value_allowed_null": true
|
|
2256
2408
|
},
|
|
2257
2409
|
{
|
|
2258
2410
|
"disabled": false,
|
|
2259
|
-
"document": "Cloud disk performance
|
|
2411
|
+
"document": "Cloud disk performance (unit: MiB/s). specifies additional performance for cloud disks.\nCurrently only supports extreme cbs (CLOUD_TSSD) and enhanced SSD CLOUD disk (CLOUD_HSSD).\nNote: This field may return null, indicating that no valid value is found.",
|
|
2260
2412
|
"example": "20",
|
|
2261
2413
|
"member": "int64",
|
|
2262
2414
|
"name": "ThroughputPerformance",
|
|
2263
|
-
"output_required":
|
|
2415
|
+
"output_required": false,
|
|
2264
2416
|
"required": false,
|
|
2265
2417
|
"type": "int",
|
|
2266
|
-
"value_allowed_null":
|
|
2418
|
+
"value_allowed_null": true
|
|
2267
2419
|
},
|
|
2268
2420
|
{
|
|
2269
2421
|
"disabled": false,
|
|
2270
|
-
"document": "
|
|
2422
|
+
"document": "Specifies the dedicated cluster ID belonging to.\nNote: This field may return null, indicating that no valid value is found.",
|
|
2271
2423
|
"example": "cdc-1648zauv",
|
|
2272
2424
|
"member": "string",
|
|
2273
2425
|
"name": "CdcId",
|
|
2274
|
-
"output_required":
|
|
2426
|
+
"output_required": false,
|
|
2275
2427
|
"required": false,
|
|
2276
2428
|
"type": "string",
|
|
2277
|
-
"value_allowed_null":
|
|
2429
|
+
"value_allowed_null": true
|
|
2278
2430
|
},
|
|
2279
2431
|
{
|
|
2280
2432
|
"disabled": false,
|
|
2281
|
-
"document": "
|
|
2433
|
+
"document": "Burstable performance.\n\n<B>Note: this field is in beta test.</b>.",
|
|
2282
2434
|
"example": "false",
|
|
2283
2435
|
"member": "bool",
|
|
2284
2436
|
"name": "BurstPerformance",
|
|
@@ -2289,7 +2441,7 @@
|
|
|
2289
2441
|
},
|
|
2290
2442
|
{
|
|
2291
2443
|
"disabled": false,
|
|
2292
|
-
"document": "Disk name, with a length
|
|
2444
|
+
"document": "Disk name, with a length not exceeding 128 characters.",
|
|
2293
2445
|
"example": "MyDiskName",
|
|
2294
2446
|
"member": "string",
|
|
2295
2447
|
"name": "DiskName",
|
|
@@ -2506,7 +2658,7 @@
|
|
|
2506
2658
|
{
|
|
2507
2659
|
"disabled": false,
|
|
2508
2660
|
"document": "CHC host ID. Up to 100 instances per request is allowed. `ChcIds` and `Filters` cannot be specified at the same time.",
|
|
2509
|
-
"example": "[
|
|
2661
|
+
"example": "[\"chc-1a2b3c4d\"]",
|
|
2510
2662
|
"member": "string",
|
|
2511
2663
|
"name": "ChcIds",
|
|
2512
2664
|
"required": false,
|
|
@@ -2514,8 +2666,8 @@
|
|
|
2514
2666
|
},
|
|
2515
2667
|
{
|
|
2516
2668
|
"disabled": false,
|
|
2517
|
-
"document": "<li><strong>zone</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>availability zone</strong>, such as `ap-guangzhou-
|
|
2518
|
-
"example": "
|
|
2669
|
+
"document": "<li><strong>zone</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>availability zone</strong>, such as `ap-guangzhou-6`.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p><p style=\"padding-left: 30px;\">Valid values: See <a href=\"https://intl.cloud.tencent.com/document/product/213/6091?from_cn_redirect=1\">Regions and Availability Zones</a></p>\n<li><strong>instance-name</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>instance name</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>instance-state</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>instance status</strong>. For status details, see [InstanceStatus](https://intl.cloud.tencent.com/document/api/213/15753?from_cn_redirect=1#InstanceStatus).</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>device-type</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>device type</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>vpc-id</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>unique VPC ID</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>subnet-id</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>unique VPC subnet ID</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>",
|
|
2670
|
+
"example": "无",
|
|
2519
2671
|
"member": "Filter",
|
|
2520
2672
|
"name": "Filters",
|
|
2521
2673
|
"required": false,
|
|
@@ -2551,15 +2703,17 @@
|
|
|
2551
2703
|
"example": "5",
|
|
2552
2704
|
"member": "int64",
|
|
2553
2705
|
"name": "TotalCount",
|
|
2706
|
+
"output_required": true,
|
|
2554
2707
|
"type": "int",
|
|
2555
2708
|
"value_allowed_null": false
|
|
2556
2709
|
},
|
|
2557
2710
|
{
|
|
2558
2711
|
"disabled": false,
|
|
2559
2712
|
"document": "List of returned instances",
|
|
2560
|
-
"example": "
|
|
2713
|
+
"example": "无",
|
|
2561
2714
|
"member": "ChcHost",
|
|
2562
2715
|
"name": "ChcHostSet",
|
|
2716
|
+
"output_required": true,
|
|
2563
2717
|
"type": "list",
|
|
2564
2718
|
"value_allowed_null": false
|
|
2565
2719
|
},
|
|
@@ -2586,6 +2740,7 @@
|
|
|
2586
2740
|
"example": "10",
|
|
2587
2741
|
"member": "int64",
|
|
2588
2742
|
"name": "GroupQuota",
|
|
2743
|
+
"output_required": true,
|
|
2589
2744
|
"type": "int",
|
|
2590
2745
|
"value_allowed_null": false
|
|
2591
2746
|
},
|
|
@@ -2595,6 +2750,7 @@
|
|
|
2595
2750
|
"example": "25",
|
|
2596
2751
|
"member": "int64",
|
|
2597
2752
|
"name": "CurrentNum",
|
|
2753
|
+
"output_required": true,
|
|
2598
2754
|
"type": "int",
|
|
2599
2755
|
"value_allowed_null": false
|
|
2600
2756
|
},
|
|
@@ -2604,15 +2760,17 @@
|
|
|
2604
2760
|
"example": "50",
|
|
2605
2761
|
"member": "int64",
|
|
2606
2762
|
"name": "CvmInHostGroupQuota",
|
|
2763
|
+
"output_required": true,
|
|
2607
2764
|
"type": "int",
|
|
2608
2765
|
"value_allowed_null": false
|
|
2609
2766
|
},
|
|
2610
2767
|
{
|
|
2611
|
-
"disabled":
|
|
2768
|
+
"disabled": true,
|
|
2612
2769
|
"document": "Quota on instances in a switch-type disaster recovery group.",
|
|
2613
2770
|
"example": "20",
|
|
2614
2771
|
"member": "int64",
|
|
2615
2772
|
"name": "CvmInSwGroupQuota",
|
|
2773
|
+
"output_required": true,
|
|
2616
2774
|
"type": "int",
|
|
2617
2775
|
"value_allowed_null": false
|
|
2618
2776
|
},
|
|
@@ -2622,6 +2780,17 @@
|
|
|
2622
2780
|
"example": "30",
|
|
2623
2781
|
"member": "int64",
|
|
2624
2782
|
"name": "CvmInRackGroupQuota",
|
|
2783
|
+
"output_required": true,
|
|
2784
|
+
"type": "int",
|
|
2785
|
+
"value_allowed_null": false
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"disabled": false,
|
|
2789
|
+
"document": "",
|
|
2790
|
+
"example": "20",
|
|
2791
|
+
"member": "int64",
|
|
2792
|
+
"name": "CvmInSwitchGroupQuota",
|
|
2793
|
+
"output_required": false,
|
|
2625
2794
|
"type": "int",
|
|
2626
2795
|
"value_allowed_null": false
|
|
2627
2796
|
},
|
|
@@ -2640,7 +2809,7 @@
|
|
|
2640
2809
|
{
|
|
2641
2810
|
"disabled": false,
|
|
2642
2811
|
"document": "ID list of spread placement groups. You can operate up to 10 spread placement groups in each request.",
|
|
2643
|
-
"example": "ps-21q9ibvr",
|
|
2812
|
+
"example": "[\"ps-21q9ibvr\"]",
|
|
2644
2813
|
"member": "string",
|
|
2645
2814
|
"name": "DisasterRecoverGroupIds",
|
|
2646
2815
|
"required": false,
|
|
@@ -2676,7 +2845,7 @@
|
|
|
2676
2845
|
{
|
|
2677
2846
|
"disabled": false,
|
|
2678
2847
|
"document": "<li> `tag-key` - String - Optional - Filter by the tag key.</li>\n<li>`tag-value` - String - Optional - Filter by the tag value.</li>\n<li> `tag:tag-key` - String - Optional - Filter by the tag key-value pair. Replace `tag-key` with the actual tag keys.</li>\nEach request can have up to 10 `Filters` and 5 `Filters.Values`.",
|
|
2679
|
-
"example": "
|
|
2848
|
+
"example": "无",
|
|
2680
2849
|
"member": "Filter",
|
|
2681
2850
|
"name": "Filters",
|
|
2682
2851
|
"required": false,
|
|
@@ -2691,7 +2860,7 @@
|
|
|
2691
2860
|
{
|
|
2692
2861
|
"disabled": false,
|
|
2693
2862
|
"document": "Information on spread placement groups.",
|
|
2694
|
-
"example": "
|
|
2863
|
+
"example": "无",
|
|
2695
2864
|
"member": "DisasterRecoverGroup",
|
|
2696
2865
|
"name": "DisasterRecoverGroupSet",
|
|
2697
2866
|
"output_required": true,
|
|
@@ -2722,7 +2891,7 @@
|
|
|
2722
2891
|
"members": [
|
|
2723
2892
|
{
|
|
2724
2893
|
"disabled": false,
|
|
2725
|
-
"document": "<li><strong>zone</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the availability zone, such as `ap-guangzhou-
|
|
2894
|
+
"document": "<li><strong>zone</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the availability zone, such as `ap-guangzhou-6`.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p><p style=\"padding-left: 30px;\">Valid values: See <a href=\"https://intl.cloud.tencent.com/document/product/213/6091?from_cn_redirect=1\">Regions and Availability Zones</a></p>\n<li><strong>project-id</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the project ID. You can query the list of created projects by calling `DescribeProject` or logging in to the [CVM console](https://console.cloud.tencent.com/cvm/index). You can also call `AddProject` to create projects. The project ID is like 1002189. </p><p style=\"padding-left: 30px;\">Type: Integer</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>host-id</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the CDH instance ID. Format: host-xxxxxxxx. </p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>host-name</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the host name.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>host-state</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the CDH instance status. (`PENDING`: Creating | `LAUNCH_FAILURE`: Failed to create | `RUNNING`: Running | `EXPIRED`: Expired)</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\nEach request can have up to 10 `Filters` and 5 `Filter.Values`.",
|
|
2726
2895
|
"example": "[ { \"Name\": \"tag-key\", \"Values\": [ \"myTag\" ] } ]",
|
|
2727
2896
|
"member": "Filter",
|
|
2728
2897
|
"name": "Filters",
|
|
@@ -2897,7 +3066,7 @@
|
|
|
2897
3066
|
},
|
|
2898
3067
|
{
|
|
2899
3068
|
"disabled": false,
|
|
2900
|
-
"document": "Filters. Each request can have up to 10 `Filters`, and 5 `Filters.Values` for each filter. `ImageIds` and `Filters` cannot be specified at the same time. See details:\n\n<li><strong>image-id</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image ID</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>image-type</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image type</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p><p style=\"padding-left: 30px;\">Options:</p><p style=\"padding-left: 30px;\">`PRIVATE_IMAGE`: Private images (images created by this account)</p><p style=\"padding-left: 30px;\">`PUBLIC_IMAGE`: Public images (Tencent Cloud official images)</p><p style=\"padding-left: 30px;\">`SHARED_IMAGE`: Shared images (images shared by other accounts to this account)</p>\n<li><strong>image-name</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image name</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>platform</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image operating system</strong>, such as `CentOS`.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag-key</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag key</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag-value</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag value</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag:tag-key</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag key-value pair</strong>. Replace
|
|
3069
|
+
"document": "Filters. Each request can have up to 10 `Filters`, and 5 `Filters.Values` for each filter. `ImageIds` and `Filters` cannot be specified at the same time. See details:\n\n<li><strong>image-id</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image ID</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>image-type</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image type</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p><p style=\"padding-left: 30px;\">Options:</p><p style=\"padding-left: 30px;\">`PRIVATE_IMAGE`: Private images (images created by this account)</p><p style=\"padding-left: 30px;\">`PUBLIC_IMAGE`: Public images (Tencent Cloud official images)</p><p style=\"padding-left: 30px;\">`SHARED_IMAGE`: Shared images (images shared by other accounts to this account)</p>\n<li><strong>image-name</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image name</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>platform</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image operating system</strong>, such as `CentOS`.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag-key</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag key</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag-value</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag value</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag:tag-key</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag key-value pair</strong>. Replace \"tag-key\" with the actual value. </p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>",
|
|
2901
3070
|
"example": "无",
|
|
2902
3071
|
"member": "Filter",
|
|
2903
3072
|
"name": "Filters",
|
|
@@ -2924,8 +3093,8 @@
|
|
|
2924
3093
|
},
|
|
2925
3094
|
{
|
|
2926
3095
|
"disabled": false,
|
|
2927
|
-
"document": "Instance type, e.g. `
|
|
2928
|
-
"example": "
|
|
3096
|
+
"document": "Instance type, e.g. `SA5.MEDIUM2`",
|
|
3097
|
+
"example": "SA5.MEDIUM2",
|
|
2929
3098
|
"member": "string",
|
|
2930
3099
|
"name": "InstanceType",
|
|
2931
3100
|
"required": false,
|
|
@@ -2943,7 +3112,7 @@
|
|
|
2943
3112
|
"example": "无",
|
|
2944
3113
|
"member": "Image",
|
|
2945
3114
|
"name": "ImageSet",
|
|
2946
|
-
"
|
|
3115
|
+
"output_required": true,
|
|
2947
3116
|
"type": "list",
|
|
2948
3117
|
"value_allowed_null": false
|
|
2949
3118
|
},
|
|
@@ -2953,7 +3122,7 @@
|
|
|
2953
3122
|
"example": "1",
|
|
2954
3123
|
"member": "int64",
|
|
2955
3124
|
"name": "TotalCount",
|
|
2956
|
-
"
|
|
3125
|
+
"output_required": true,
|
|
2957
3126
|
"type": "int",
|
|
2958
3127
|
"value_allowed_null": false
|
|
2959
3128
|
},
|
|
@@ -2980,6 +3149,7 @@
|
|
|
2980
3149
|
"example": "无",
|
|
2981
3150
|
"member": "ImageOsList",
|
|
2982
3151
|
"name": "ImportImageOsListSupported",
|
|
3152
|
+
"output_required": true,
|
|
2983
3153
|
"type": "object",
|
|
2984
3154
|
"value_allowed_null": false
|
|
2985
3155
|
},
|
|
@@ -2989,6 +3159,7 @@
|
|
|
2989
3159
|
"example": "无",
|
|
2990
3160
|
"member": "OsVersion",
|
|
2991
3161
|
"name": "ImportImageOsVersionSet",
|
|
3162
|
+
"output_required": true,
|
|
2992
3163
|
"type": "list",
|
|
2993
3164
|
"value_allowed_null": false
|
|
2994
3165
|
},
|
|
@@ -3012,9 +3183,10 @@
|
|
|
3012
3183
|
{
|
|
3013
3184
|
"disabled": false,
|
|
3014
3185
|
"document": "List of instance model families",
|
|
3015
|
-
"example": "",
|
|
3186
|
+
"example": "无",
|
|
3016
3187
|
"member": "InstanceFamilyConfig",
|
|
3017
3188
|
"name": "InstanceFamilyConfigSet",
|
|
3189
|
+
"output_required": true,
|
|
3018
3190
|
"type": "list",
|
|
3019
3191
|
"value_allowed_null": false
|
|
3020
3192
|
},
|
|
@@ -3103,7 +3275,7 @@
|
|
|
3103
3275
|
{
|
|
3104
3276
|
"disabled": false,
|
|
3105
3277
|
"document": "The maximum number of times you can modify the instance configurations (degrading the configurations)",
|
|
3106
|
-
"example": "
|
|
3278
|
+
"example": "无",
|
|
3107
3279
|
"member": "OperationCountLimit",
|
|
3108
3280
|
"name": "InstanceOperationLimitSet",
|
|
3109
3281
|
"output_required": true,
|
|
@@ -3125,7 +3297,7 @@
|
|
|
3125
3297
|
{
|
|
3126
3298
|
"disabled": false,
|
|
3127
3299
|
"document": "Query by instance ID(s). For example, instance ID: `ins-xxxxxxxx`. For the specific format, refer to section `Ids.N` of the API [Introduction](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1). You can query up to 100 instances in each request. However, `InstanceIds` and `Filters` cannot be specified at the same time.",
|
|
3128
|
-
"example": "[
|
|
3300
|
+
"example": "[\"ins-rf6ogz49\"]",
|
|
3129
3301
|
"member": "string",
|
|
3130
3302
|
"name": "InstanceIds",
|
|
3131
3303
|
"required": false,
|
|
@@ -3134,7 +3306,7 @@
|
|
|
3134
3306
|
{
|
|
3135
3307
|
"disabled": false,
|
|
3136
3308
|
"document": "Filters\n<li> `zone` - String - Optional - Filter by the availability zone.</li>\n<li> `project-id` - Integer - Optional - Filter by the project ID. You can query the list of created projects by calling `DescribeProject` or logging in to the [CVM console](https://console.cloud.tencent.com/cvm/index). You can also call `AddProject` to create projects. </li>\n<li> `host-id` - String - Optional - Filter by the CDH instance ID. Format: `host-xxxxxxxx`.</li>\n</li>`vpc-id` - String - Optional - Filter by the VPC ID. Format: `vpc-xxxxxxxx`.</li>\n<li> `subnet-id` - String - Optional - Filter by the subnet ID. Format: `subnet-xxxxxxxx`.</li>\n</li>`instance-id` - String - Optional - Filter by the instance ID. Format: `ins-xxxxxxxx`.</li>\n</li>`security-group-id` - String - Optional - Filter by the security group ID. Format: `sg-8jlk3f3r`.</li>\n</li>`instance-name` - String - Optional - Filter by the instance name.</li>\n</li>`instance-charge-type` - String - Optional - Filter by the instance billing method. `POSTPAID_BY_HOUR`: pay-as-you-go | `CDHPAID`: You are only billed for [CDH](https://intl.cloud.tencent.com/document/product/416?from_cn_redirect=1) instances, not the CVMs running on the [CDH](https://intl.cloud.tencent.com/document/product/416?from_cn_redirect=1) instances.</li>\n</li>`private-ip-address` - String - Optional - Filter by the private IP address of the instance's primary ENI.</li>\n</li>`public-ip-address` - String - Optional - Filter by the public IP address of the instance's primary ENI, including the IP addresses automatically assigned during the instance creation and the EIPs manually associated after the instance creation.</li>\n<li> `tag-key` - String - Optional - Filter by the tag key.</li>\n</li>`tag-value` - String - Optional - Filter by the tag value.</li>\n<li> `tag:tag-key` - String - Optional - Filter by the tag key-value pair. Replace `tag-key` with the actual tag keys. See example 2.</li>\nEach request can have up to 10 `Filters` and 5 `Filters.Values`. You cannot specify `InstanceIds` and `Filters` at the same time.",
|
|
3137
|
-
"example": "
|
|
3309
|
+
"example": "无",
|
|
3138
3310
|
"member": "Filter",
|
|
3139
3311
|
"name": "Filters",
|
|
3140
3312
|
"required": false,
|
|
@@ -3177,7 +3349,7 @@
|
|
|
3177
3349
|
{
|
|
3178
3350
|
"disabled": false,
|
|
3179
3351
|
"document": "Detailed instance information.",
|
|
3180
|
-
"example": "
|
|
3352
|
+
"example": "无",
|
|
3181
3353
|
"member": "Instance",
|
|
3182
3354
|
"name": "InstanceSet",
|
|
3183
3355
|
"output_required": true,
|
|
@@ -3269,9 +3441,10 @@
|
|
|
3269
3441
|
{
|
|
3270
3442
|
"disabled": false,
|
|
3271
3443
|
"document": "List of network billing methods.",
|
|
3272
|
-
"example": "",
|
|
3444
|
+
"example": "无",
|
|
3273
3445
|
"member": "InternetChargeTypeConfig",
|
|
3274
3446
|
"name": "InternetChargeTypeConfigSet",
|
|
3447
|
+
"output_required": true,
|
|
3275
3448
|
"type": "list",
|
|
3276
3449
|
"value_allowed_null": false
|
|
3277
3450
|
},
|
|
@@ -3290,7 +3463,7 @@
|
|
|
3290
3463
|
{
|
|
3291
3464
|
"disabled": false,
|
|
3292
3465
|
"document": "Key pair ID(s) in the format of `skey-11112222`. This API supports using multiple IDs as filters at the same time. For more information on the format of this parameter, see the `id.N` section in [API Introduction](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1). You cannot specify `KeyIds` and `Filters` at the same time. You can log in to the [console](https://console.cloud.tencent.com/cvm/index) to query the key pair IDs.",
|
|
3293
|
-
"example": "skey-11112222",
|
|
3466
|
+
"example": "[\"skey-11112222\"]",
|
|
3294
3467
|
"member": "string",
|
|
3295
3468
|
"name": "KeyIds",
|
|
3296
3469
|
"required": false,
|
|
@@ -3436,17 +3609,17 @@
|
|
|
3436
3609
|
"example": "1",
|
|
3437
3610
|
"member": "uint64",
|
|
3438
3611
|
"name": "TotalCount",
|
|
3439
|
-
"
|
|
3612
|
+
"output_required": true,
|
|
3440
3613
|
"type": "int",
|
|
3441
3614
|
"value_allowed_null": false
|
|
3442
3615
|
},
|
|
3443
3616
|
{
|
|
3444
3617
|
"disabled": false,
|
|
3445
3618
|
"document": "Set of instance launch template versions.",
|
|
3446
|
-
"example": "
|
|
3619
|
+
"example": "无",
|
|
3447
3620
|
"member": "LaunchTemplateVersionInfo",
|
|
3448
3621
|
"name": "LaunchTemplateVersionSet",
|
|
3449
|
-
"
|
|
3622
|
+
"output_required": true,
|
|
3450
3623
|
"type": "list",
|
|
3451
3624
|
"value_allowed_null": false
|
|
3452
3625
|
},
|
|
@@ -3512,7 +3685,7 @@
|
|
|
3512
3685
|
"name": "TotalCount",
|
|
3513
3686
|
"output_required": true,
|
|
3514
3687
|
"type": "int",
|
|
3515
|
-
"value_allowed_null":
|
|
3688
|
+
"value_allowed_null": false
|
|
3516
3689
|
},
|
|
3517
3690
|
{
|
|
3518
3691
|
"disabled": false,
|
|
@@ -3522,7 +3695,7 @@
|
|
|
3522
3695
|
"name": "LaunchTemplateSet",
|
|
3523
3696
|
"output_required": true,
|
|
3524
3697
|
"type": "list",
|
|
3525
|
-
"value_allowed_null":
|
|
3698
|
+
"value_allowed_null": false
|
|
3526
3699
|
},
|
|
3527
3700
|
{
|
|
3528
3701
|
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
@@ -3871,7 +4044,7 @@
|
|
|
3871
4044
|
{
|
|
3872
4045
|
"disabled": false,
|
|
3873
4046
|
"document": "Whether to force shut down a running instances. It is recommended to manually shut down a running instance before disassociating a key pair from it. Valid values: <br><li>TRUE: force shut down an instance after a normal shutdown fails. <br><li>FALSE: do not force shut down an instance after a normal shutdown fails. <br><br>Default value: FALSE.",
|
|
3874
|
-
"example": "
|
|
4047
|
+
"example": "false",
|
|
3875
4048
|
"member": "bool",
|
|
3876
4049
|
"name": "ForceStop",
|
|
3877
4050
|
"required": false,
|
|
@@ -4001,6 +4174,16 @@
|
|
|
4001
4174
|
"type": "string",
|
|
4002
4175
|
"value_allowed_null": false
|
|
4003
4176
|
},
|
|
4177
|
+
{
|
|
4178
|
+
"disabled": false,
|
|
4179
|
+
"document": "",
|
|
4180
|
+
"example": "1",
|
|
4181
|
+
"member": "int64",
|
|
4182
|
+
"name": "Affinity",
|
|
4183
|
+
"output_required": true,
|
|
4184
|
+
"type": "int",
|
|
4185
|
+
"value_allowed_null": false
|
|
4186
|
+
},
|
|
4004
4187
|
{
|
|
4005
4188
|
"disabled": false,
|
|
4006
4189
|
"document": "List of tags associated with the placement group.",
|
|
@@ -4059,7 +4242,7 @@
|
|
|
4059
4242
|
{
|
|
4060
4243
|
"disabled": false,
|
|
4061
4244
|
"document": "Instance ID Needs to Enter Rescue Mode",
|
|
4062
|
-
"example": "
|
|
4245
|
+
"example": "ins-abcdefg",
|
|
4063
4246
|
"member": "string",
|
|
4064
4247
|
"name": "InstanceId",
|
|
4065
4248
|
"required": true,
|
|
@@ -4068,7 +4251,7 @@
|
|
|
4068
4251
|
{
|
|
4069
4252
|
"disabled": false,
|
|
4070
4253
|
"document": "System Password in Rescue Mode",
|
|
4071
|
-
"example": "
|
|
4254
|
+
"example": "hello123456789",
|
|
4072
4255
|
"member": "string",
|
|
4073
4256
|
"name": "Password",
|
|
4074
4257
|
"required": true,
|
|
@@ -4077,20 +4260,29 @@
|
|
|
4077
4260
|
{
|
|
4078
4261
|
"disabled": false,
|
|
4079
4262
|
"document": "System Username in Rescue Mode",
|
|
4080
|
-
"example": "
|
|
4263
|
+
"example": "root",
|
|
4081
4264
|
"member": "string",
|
|
4082
4265
|
"name": "Username",
|
|
4083
4266
|
"required": false,
|
|
4084
4267
|
"type": "string"
|
|
4085
4268
|
},
|
|
4086
4269
|
{
|
|
4087
|
-
"disabled":
|
|
4270
|
+
"disabled": true,
|
|
4088
4271
|
"document": "Whether to perform forced shutdown.",
|
|
4089
|
-
"example": "
|
|
4272
|
+
"example": "false",
|
|
4090
4273
|
"member": "bool",
|
|
4091
4274
|
"name": "ForceStop",
|
|
4092
4275
|
"required": false,
|
|
4093
4276
|
"type": "bool"
|
|
4277
|
+
},
|
|
4278
|
+
{
|
|
4279
|
+
"disabled": false,
|
|
4280
|
+
"document": "",
|
|
4281
|
+
"example": "HARD",
|
|
4282
|
+
"member": "string",
|
|
4283
|
+
"name": "StopType",
|
|
4284
|
+
"required": false,
|
|
4285
|
+
"type": "string"
|
|
4094
4286
|
}
|
|
4095
4287
|
],
|
|
4096
4288
|
"type": "object"
|
|
@@ -4113,7 +4305,7 @@
|
|
|
4113
4305
|
{
|
|
4114
4306
|
"disabled": false,
|
|
4115
4307
|
"document": "Instance ID Exiting Rescue Mode",
|
|
4116
|
-
"example": "
|
|
4308
|
+
"example": "ins-axzc12s",
|
|
4117
4309
|
"member": "string",
|
|
4118
4310
|
"name": "InstanceId",
|
|
4119
4311
|
"required": true,
|
|
@@ -4240,7 +4432,7 @@
|
|
|
4240
4432
|
"members": [
|
|
4241
4433
|
{
|
|
4242
4434
|
"disabled": false,
|
|
4243
|
-
"document": "Release
|
|
4435
|
+
"document": "Release Address",
|
|
4244
4436
|
"example": "true",
|
|
4245
4437
|
"member": "bool",
|
|
4246
4438
|
"name": "ReleaseAddress",
|
|
@@ -4251,7 +4443,7 @@
|
|
|
4251
4443
|
},
|
|
4252
4444
|
{
|
|
4253
4445
|
"disabled": false,
|
|
4254
|
-
"document": "
|
|
4446
|
+
"document": "Unsupported network type. valid values: <br><li>BASIC: BASIC network</li><li>VPC1.0: private network VPC1.0</li>.",
|
|
4255
4447
|
"example": "VPC1.0",
|
|
4256
4448
|
"member": "string",
|
|
4257
4449
|
"name": "UnsupportNetworks",
|
|
@@ -4262,7 +4454,7 @@
|
|
|
4262
4454
|
},
|
|
4263
4455
|
{
|
|
4264
4456
|
"disabled": false,
|
|
4265
|
-
"document": "
|
|
4457
|
+
"document": "Specifies the HDD local storage attributes.",
|
|
4266
4458
|
"example": "无",
|
|
4267
4459
|
"member": "StorageBlock",
|
|
4268
4460
|
"name": "StorageBlockAttr",
|
|
@@ -4289,7 +4481,7 @@
|
|
|
4289
4481
|
{
|
|
4290
4482
|
"disabled": false,
|
|
4291
4483
|
"document": "Filter values.",
|
|
4292
|
-
"example": "[\"ap-guangzhou-
|
|
4484
|
+
"example": "[\"ap-guangzhou-6\"]",
|
|
4293
4485
|
"member": "string",
|
|
4294
4486
|
"name": "Values",
|
|
4295
4487
|
"required": true,
|
|
@@ -4303,33 +4495,33 @@
|
|
|
4303
4495
|
"members": [
|
|
4304
4496
|
{
|
|
4305
4497
|
"disabled": false,
|
|
4306
|
-
"document": "
|
|
4498
|
+
"document": "Specifies the GPU count of the instance. a value less than 1 indicates VGPU type, and a value larger than 1 indicates GPU passthrough type.",
|
|
4307
4499
|
"example": "1",
|
|
4308
4500
|
"member": "float",
|
|
4309
4501
|
"name": "GPUCount",
|
|
4310
|
-
"
|
|
4502
|
+
"output_required": true,
|
|
4311
4503
|
"type": "float",
|
|
4312
|
-
"value_allowed_null":
|
|
4504
|
+
"value_allowed_null": false
|
|
4313
4505
|
},
|
|
4314
4506
|
{
|
|
4315
4507
|
"disabled": false,
|
|
4316
|
-
"document": "GPU address
|
|
4508
|
+
"document": "Specifies the GPU address of the instance.",
|
|
4317
4509
|
"example": "['0000:18:00.0','0000:18:00.1']",
|
|
4318
4510
|
"member": "string",
|
|
4319
4511
|
"name": "GPUId",
|
|
4320
|
-
"
|
|
4512
|
+
"output_required": true,
|
|
4321
4513
|
"type": "list",
|
|
4322
|
-
"value_allowed_null":
|
|
4514
|
+
"value_allowed_null": false
|
|
4323
4515
|
},
|
|
4324
4516
|
{
|
|
4325
4517
|
"disabled": false,
|
|
4326
|
-
"document": "GPU type of the instance
|
|
4518
|
+
"document": "Specifies the GPU type of the instance.",
|
|
4327
4519
|
"example": "NVIDIA T4",
|
|
4328
4520
|
"member": "string",
|
|
4329
4521
|
"name": "GPUType",
|
|
4330
|
-
"
|
|
4522
|
+
"output_required": true,
|
|
4331
4523
|
"type": "string",
|
|
4332
|
-
"value_allowed_null":
|
|
4524
|
+
"value_allowed_null": false
|
|
4333
4525
|
}
|
|
4334
4526
|
],
|
|
4335
4527
|
"usage": "out"
|
|
@@ -4465,7 +4657,7 @@
|
|
|
4465
4657
|
"name": "CageId",
|
|
4466
4658
|
"output_required": true,
|
|
4467
4659
|
"type": "string",
|
|
4468
|
-
"value_allowed_null":
|
|
4660
|
+
"value_allowed_null": false
|
|
4469
4661
|
}
|
|
4470
4662
|
],
|
|
4471
4663
|
"usage": "out"
|
|
@@ -4612,7 +4804,7 @@
|
|
|
4612
4804
|
{
|
|
4613
4805
|
"disabled": false,
|
|
4614
4806
|
"document": "Image name",
|
|
4615
|
-
"example": "
|
|
4807
|
+
"example": "myImg",
|
|
4616
4808
|
"member": "string",
|
|
4617
4809
|
"name": "ImageName",
|
|
4618
4810
|
"output_required": true,
|
|
@@ -4622,7 +4814,7 @@
|
|
|
4622
4814
|
{
|
|
4623
4815
|
"disabled": false,
|
|
4624
4816
|
"document": "Image description",
|
|
4625
|
-
"example": "
|
|
4817
|
+
"example": "tencentcloud",
|
|
4626
4818
|
"member": "string",
|
|
4627
4819
|
"name": "ImageDescription",
|
|
4628
4820
|
"output_required": true,
|
|
@@ -4672,7 +4864,7 @@
|
|
|
4672
4864
|
{
|
|
4673
4865
|
"disabled": false,
|
|
4674
4866
|
"document": "Image creator",
|
|
4675
|
-
"example": "
|
|
4867
|
+
"example": "tencentcloud",
|
|
4676
4868
|
"member": "string",
|
|
4677
4869
|
"name": "ImageCreator",
|
|
4678
4870
|
"output_required": true,
|
|
@@ -4692,7 +4884,7 @@
|
|
|
4692
4884
|
{
|
|
4693
4885
|
"disabled": false,
|
|
4694
4886
|
"document": "Synchronization percentage\nNote: This field may return null, indicating that no valid value is found.",
|
|
4695
|
-
"example": "
|
|
4887
|
+
"example": "60",
|
|
4696
4888
|
"member": "int64",
|
|
4697
4889
|
"name": "SyncPercent",
|
|
4698
4890
|
"output_required": true,
|
|
@@ -4707,27 +4899,27 @@
|
|
|
4707
4899
|
"name": "IsSupportCloudinit",
|
|
4708
4900
|
"output_required": true,
|
|
4709
4901
|
"type": "bool",
|
|
4710
|
-
"value_allowed_null":
|
|
4902
|
+
"value_allowed_null": false
|
|
4711
4903
|
},
|
|
4712
4904
|
{
|
|
4713
4905
|
"disabled": false,
|
|
4714
4906
|
"document": "Information on the snapshots associated with the image\nNote: This field may return null, indicating that no valid value is found.",
|
|
4715
|
-
"example": "
|
|
4907
|
+
"example": "无",
|
|
4716
4908
|
"member": "Snapshot",
|
|
4717
4909
|
"name": "SnapshotSet",
|
|
4718
4910
|
"output_required": true,
|
|
4719
4911
|
"type": "list",
|
|
4720
|
-
"value_allowed_null":
|
|
4912
|
+
"value_allowed_null": false
|
|
4721
4913
|
},
|
|
4722
4914
|
{
|
|
4723
4915
|
"disabled": false,
|
|
4724
4916
|
"document": "The list of tags bound to the image.\nNote: This field may return `null`, indicating that no valid value was found.",
|
|
4725
|
-
"example": "
|
|
4917
|
+
"example": "无",
|
|
4726
4918
|
"member": "Tag",
|
|
4727
4919
|
"name": "Tags",
|
|
4728
4920
|
"output_required": true,
|
|
4729
4921
|
"type": "list",
|
|
4730
|
-
"value_allowed_null":
|
|
4922
|
+
"value_allowed_null": false
|
|
4731
4923
|
},
|
|
4732
4924
|
{
|
|
4733
4925
|
"disabled": false,
|
|
@@ -4747,7 +4939,7 @@
|
|
|
4747
4939
|
"name": "ImageFamily",
|
|
4748
4940
|
"output_required": false,
|
|
4749
4941
|
"type": "string",
|
|
4750
|
-
"value_allowed_null":
|
|
4942
|
+
"value_allowed_null": false
|
|
4751
4943
|
},
|
|
4752
4944
|
{
|
|
4753
4945
|
"disabled": false,
|
|
@@ -4768,22 +4960,22 @@
|
|
|
4768
4960
|
{
|
|
4769
4961
|
"disabled": false,
|
|
4770
4962
|
"document": "Supported Windows OS\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
4771
|
-
"example": "
|
|
4963
|
+
"example": "Windows Server 2019",
|
|
4772
4964
|
"member": "string",
|
|
4773
4965
|
"name": "Windows",
|
|
4774
|
-
"
|
|
4966
|
+
"output_required": true,
|
|
4775
4967
|
"type": "list",
|
|
4776
|
-
"value_allowed_null":
|
|
4968
|
+
"value_allowed_null": false
|
|
4777
4969
|
},
|
|
4778
4970
|
{
|
|
4779
4971
|
"disabled": false,
|
|
4780
4972
|
"document": "Supported Linux OS\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
4781
|
-
"example": "
|
|
4973
|
+
"example": "CentOS",
|
|
4782
4974
|
"member": "string",
|
|
4783
4975
|
"name": "Linux",
|
|
4784
|
-
"
|
|
4976
|
+
"output_required": true,
|
|
4785
4977
|
"type": "list",
|
|
4786
|
-
"value_allowed_null":
|
|
4978
|
+
"value_allowed_null": false
|
|
4787
4979
|
}
|
|
4788
4980
|
],
|
|
4789
4981
|
"usage": "out"
|
|
@@ -5019,7 +5211,7 @@
|
|
|
5019
5211
|
},
|
|
5020
5212
|
{
|
|
5021
5213
|
"disabled": false,
|
|
5022
|
-
"document": "Reserved instance name.<br><li>The RI name defaults to
|
|
5214
|
+
"document": "Reserved instance name.<br><li>The RI name defaults to \"unnamed\" if this parameter is left empty.</li><li>You can enter any name within 60 characters (including the pattern string).</li>",
|
|
5023
5215
|
"example": "myReservedInstance",
|
|
5024
5216
|
"member": "string",
|
|
5025
5217
|
"name": "ReservedInstanceName",
|
|
@@ -5051,6 +5243,134 @@
|
|
|
5051
5243
|
],
|
|
5052
5244
|
"type": "object"
|
|
5053
5245
|
},
|
|
5246
|
+
"InquiryPriceModifyInstancesChargeTypeRequest": {
|
|
5247
|
+
"document": "InquiryPriceModifyInstancesChargeType request structure.",
|
|
5248
|
+
"members": [
|
|
5249
|
+
{
|
|
5250
|
+
"disabled": false,
|
|
5251
|
+
"document": "One or more instance IDs to be operated. You can obtain the instance ID through the `InstanceId` in the return value from the API [DescribeInstances](https://www.tencentcloud.com/document/api/213/15728?from_cn_redirect=1). The maximum number of instances per request is 20.",
|
|
5252
|
+
"example": "[\"ins-r8hr2upy\"]",
|
|
5253
|
+
"member": "string",
|
|
5254
|
+
"name": "InstanceIds",
|
|
5255
|
+
"required": true,
|
|
5256
|
+
"type": "list"
|
|
5257
|
+
},
|
|
5258
|
+
{
|
|
5259
|
+
"disabled": false,
|
|
5260
|
+
"document": "Modified instance [billing type](https://www.tencentcloud.com/document/product/213/2180?from_cn_redirect=1). <br><li>`PREPAID`: monthly subscription.</li>\n\n**Note:** Only supports converting pay-as-you-go instances to annual and monthly subscription instances.\n\ndefault value: `PREPAID`",
|
|
5261
|
+
"example": "PREPAID",
|
|
5262
|
+
"member": "string",
|
|
5263
|
+
"name": "InstanceChargeType",
|
|
5264
|
+
"required": true,
|
|
5265
|
+
"type": "string"
|
|
5266
|
+
},
|
|
5267
|
+
{
|
|
5268
|
+
"disabled": false,
|
|
5269
|
+
"document": "Prepaid mode, parameter settings related to monthly/annual subscription. through this parameter, specify the purchase duration of annual and monthly subscription instances, whether to enable auto-renewal, and other attributes. ",
|
|
5270
|
+
"example": "无",
|
|
5271
|
+
"member": "InstanceChargePrepaid",
|
|
5272
|
+
"name": "InstanceChargePrepaid",
|
|
5273
|
+
"required": false,
|
|
5274
|
+
"type": "object"
|
|
5275
|
+
},
|
|
5276
|
+
{
|
|
5277
|
+
"disabled": false,
|
|
5278
|
+
"document": "Whether to switch the billing mode of elastic data cloud disks simultaneously. valid values: <br><li>true: means switching the billing mode of elastic data cloud disks</li><li>false: means not switching the billing mode of elastic data cloud disks</li><br>default value: false.",
|
|
5279
|
+
"example": "false",
|
|
5280
|
+
"member": "bool",
|
|
5281
|
+
"name": "ModifyPortableDataDisk",
|
|
5282
|
+
"required": false,
|
|
5283
|
+
"type": "bool"
|
|
5284
|
+
}
|
|
5285
|
+
],
|
|
5286
|
+
"type": "object"
|
|
5287
|
+
},
|
|
5288
|
+
"InquiryPriceModifyInstancesChargeTypeResponse": {
|
|
5289
|
+
"document": "InquiryPriceModifyInstancesChargeType response structure.",
|
|
5290
|
+
"members": [
|
|
5291
|
+
{
|
|
5292
|
+
"disabled": false,
|
|
5293
|
+
"document": "This parameter indicates the price for switching the billing mode of the corresponding configuration instance.",
|
|
5294
|
+
"example": "无",
|
|
5295
|
+
"member": "Price",
|
|
5296
|
+
"name": "Price",
|
|
5297
|
+
"output_required": true,
|
|
5298
|
+
"type": "object",
|
|
5299
|
+
"value_allowed_null": false
|
|
5300
|
+
},
|
|
5301
|
+
{
|
|
5302
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
5303
|
+
"member": "string",
|
|
5304
|
+
"name": "RequestId",
|
|
5305
|
+
"type": "string"
|
|
5306
|
+
}
|
|
5307
|
+
],
|
|
5308
|
+
"type": "object"
|
|
5309
|
+
},
|
|
5310
|
+
"InquiryPriceRenewInstancesRequest": {
|
|
5311
|
+
"document": "InquiryPriceRenewInstances request structure.",
|
|
5312
|
+
"members": [
|
|
5313
|
+
{
|
|
5314
|
+
"disabled": false,
|
|
5315
|
+
"document": "One or more instance IDs to be operated. You can obtain the instance ID through the `InstanceId` in the return value from the API [DescribeInstances](https://www.tencentcloud.comom/document/api/213/15728?from_cn_redirect=1). The maximum number of instances per request is 100.",
|
|
5316
|
+
"example": "[\"ins-2zvpghhc\"]",
|
|
5317
|
+
"member": "string",
|
|
5318
|
+
"name": "InstanceIds",
|
|
5319
|
+
"required": true,
|
|
5320
|
+
"type": "list"
|
|
5321
|
+
},
|
|
5322
|
+
{
|
|
5323
|
+
"disabled": false,
|
|
5324
|
+
"document": "Prepaid mode, that is, monthly subscription-related parameter settings. You can specify attributes of a monthly subscription instance, such as purchase duration and whether to set auto-renewal, through this parameter.",
|
|
5325
|
+
"example": "无",
|
|
5326
|
+
"member": "InstanceChargePrepaid",
|
|
5327
|
+
"name": "InstanceChargePrepaid",
|
|
5328
|
+
"required": true,
|
|
5329
|
+
"type": "object"
|
|
5330
|
+
},
|
|
5331
|
+
{
|
|
5332
|
+
"disabled": false,
|
|
5333
|
+
"document": "Trial run, for testing purposes, does not execute specific logic. valid values: <li>`true`: skip execution logic</li> <li>`false`: execute logic</li> default value: `false`.",
|
|
5334
|
+
"example": "false",
|
|
5335
|
+
"member": "bool",
|
|
5336
|
+
"name": "DryRun",
|
|
5337
|
+
"required": false,
|
|
5338
|
+
"type": "bool"
|
|
5339
|
+
},
|
|
5340
|
+
{
|
|
5341
|
+
"disabled": false,
|
|
5342
|
+
"document": "Whether to renew the elastic data disk. valid values:<br><li>true: indicates renewing the annual and monthly subscription instance and its mounted elastic data disk simultaneously</li><li>false: indicates renewing the annual and monthly subscription instance while no longer renewing its mounted elastic data disk</li><br>default value: true.",
|
|
5343
|
+
"example": "false",
|
|
5344
|
+
"member": "bool",
|
|
5345
|
+
"name": "RenewPortableDataDisk",
|
|
5346
|
+
"required": false,
|
|
5347
|
+
"type": "bool"
|
|
5348
|
+
}
|
|
5349
|
+
],
|
|
5350
|
+
"type": "object"
|
|
5351
|
+
},
|
|
5352
|
+
"InquiryPriceRenewInstancesResponse": {
|
|
5353
|
+
"document": "InquiryPriceRenewInstances response structure.",
|
|
5354
|
+
"members": [
|
|
5355
|
+
{
|
|
5356
|
+
"disabled": false,
|
|
5357
|
+
"document": "This parameter indicates the price for the corresponding configuration instance.",
|
|
5358
|
+
"example": "无",
|
|
5359
|
+
"member": "Price",
|
|
5360
|
+
"name": "Price",
|
|
5361
|
+
"output_required": true,
|
|
5362
|
+
"type": "object",
|
|
5363
|
+
"value_allowed_null": false
|
|
5364
|
+
},
|
|
5365
|
+
{
|
|
5366
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
5367
|
+
"member": "string",
|
|
5368
|
+
"name": "RequestId",
|
|
5369
|
+
"type": "string"
|
|
5370
|
+
}
|
|
5371
|
+
],
|
|
5372
|
+
"type": "object"
|
|
5373
|
+
},
|
|
5054
5374
|
"InquiryPriceResetInstanceRequest": {
|
|
5055
5375
|
"document": "InquiryPriceResetInstance request structure.",
|
|
5056
5376
|
"members": [
|
|
@@ -5098,6 +5418,15 @@
|
|
|
5098
5418
|
"name": "EnhancedService",
|
|
5099
5419
|
"required": false,
|
|
5100
5420
|
"type": "object"
|
|
5421
|
+
},
|
|
5422
|
+
{
|
|
5423
|
+
"disabled": false,
|
|
5424
|
+
"document": "",
|
|
5425
|
+
"example": "TXlVc2VyRGF0YQo",
|
|
5426
|
+
"member": "string",
|
|
5427
|
+
"name": "UserData",
|
|
5428
|
+
"required": false,
|
|
5429
|
+
"type": "string"
|
|
5101
5430
|
}
|
|
5102
5431
|
],
|
|
5103
5432
|
"type": "object"
|
|
@@ -5330,7 +5659,7 @@
|
|
|
5330
5659
|
},
|
|
5331
5660
|
{
|
|
5332
5661
|
"disabled": false,
|
|
5333
|
-
"document": "
|
|
5662
|
+
"document": "Instance model. Different instance models specify different resource specifications.\n<br><li>For instances created with the payment modes PREPAID or POSTPAID_BY_HOUR, specifies the specific values obtained BY calling the [DescribeInstanceTypeConfigs](https://www.tencentcloud.comom/document/api/213/15749?from_cn_redirect=1) api for the latest specification table or referring to [instance specifications](https://www.tencentcloud.comom/document/product/213/11518?from_cn_redirect=1). if not specified, the system will dynamically assign a default model based on the current resource sales situation in a region.</li><br><li>for instances created with the payment mode CDHPAID, indicates this parameter uses the prefix \"CDH_\" and is generated based on CPU and memory configuration. the specific format is: CDH_XCXG. for example, for creating a CDH instance with 1 CPU core and 1 gb memory, this parameter should be CDH_1C1G.</li>.",
|
|
5334
5663
|
"example": "S5.MEDIUM2",
|
|
5335
5664
|
"member": "string",
|
|
5336
5665
|
"name": "InstanceType",
|
|
@@ -5384,7 +5713,7 @@
|
|
|
5384
5713
|
},
|
|
5385
5714
|
{
|
|
5386
5715
|
"disabled": false,
|
|
5387
|
-
"document": "Instance name
|
|
5716
|
+
"document": "Instance display name. <li>if no instance display name is specified, it will display 'unnamed' by default.</li> <li>when purchasing multiple instances, if the pattern string `{R:x}` is specified, it means generating numbers `[x, x+n-1]`, where `n` represents the number of purchased instances. for example, `server_{R:3}`: when purchasing 1 instance, the instance display name is `server_3`; when purchasing 2 instances, the instance display names are `server_3` and `server_4` respectively. supports specifying multiple pattern strings `{R:x}`.</li> <li>when purchasing multiple instances without specifying a pattern string, suffixes `1, 2...n` will be added to the instance display name, where `n` represents the number of purchased instances. for example, `server_`: when purchasing 2 instances, the instance display names are `server_1` and `server_2` respectively.</li> <li>supports up to 128 characters (including pattern strings).</li>.",
|
|
5388
5717
|
"example": "myInstance",
|
|
5389
5718
|
"member": "string",
|
|
5390
5719
|
"name": "InstanceName",
|
|
@@ -5402,7 +5731,7 @@
|
|
|
5402
5731
|
},
|
|
5403
5732
|
{
|
|
5404
5733
|
"disabled": false,
|
|
5405
|
-
"document": "Security
|
|
5734
|
+
"document": "Security group to which an instance belongs. obtain this parameter by calling the `SecurityGroupId` field in the return value of [DescribeSecurityGroups](https://www.tencentcloud.comom/document/api/215/15808?from_cn_redirect=1). if not specified, bind the default security group under the designated project. if the default security group does not exist, automatically create it.\n",
|
|
5406
5735
|
"example": "[\"sg-efil73jd\"]",
|
|
5407
5736
|
"member": "string",
|
|
5408
5737
|
"name": "SecurityGroupIds",
|
|
@@ -5421,7 +5750,7 @@
|
|
|
5421
5750
|
{
|
|
5422
5751
|
"disabled": false,
|
|
5423
5752
|
"document": "A unique string supplied by the client to ensure that the request is idempotent. Its maximum length is 64 ASCII characters. If this parameter is not specified, the idempotency of the request cannot be guaranteed.<br>For more information, see Ensuring Idempotency.",
|
|
5424
|
-
"example": "
|
|
5753
|
+
"example": "a521b4e4-c903-4d37-9de6-8096e3ad8eb7",
|
|
5425
5754
|
"member": "string",
|
|
5426
5755
|
"name": "ClientToken",
|
|
5427
5756
|
"required": false,
|
|
@@ -5454,6 +5783,15 @@
|
|
|
5454
5783
|
"required": false,
|
|
5455
5784
|
"type": "object"
|
|
5456
5785
|
},
|
|
5786
|
+
{
|
|
5787
|
+
"disabled": false,
|
|
5788
|
+
"document": "Custom metadata, supports creating key-value pairs of custom metadata when creating a CVM.\n\n**Note: this field is in beta test.**.",
|
|
5789
|
+
"example": "无",
|
|
5790
|
+
"member": "Metadata",
|
|
5791
|
+
"name": "Metadata",
|
|
5792
|
+
"required": false,
|
|
5793
|
+
"type": "object"
|
|
5794
|
+
},
|
|
5457
5795
|
{
|
|
5458
5796
|
"disabled": false,
|
|
5459
5797
|
"document": "HPC cluster ID.",
|
|
@@ -5515,7 +5853,7 @@
|
|
|
5515
5853
|
"example": "无",
|
|
5516
5854
|
"member": "Placement",
|
|
5517
5855
|
"name": "Placement",
|
|
5518
|
-
"
|
|
5856
|
+
"output_required": true,
|
|
5519
5857
|
"type": "object",
|
|
5520
5858
|
"value_allowed_null": false
|
|
5521
5859
|
},
|
|
@@ -5525,7 +5863,7 @@
|
|
|
5525
5863
|
"example": "ins-9bxebleo",
|
|
5526
5864
|
"member": "string",
|
|
5527
5865
|
"name": "InstanceId",
|
|
5528
|
-
"
|
|
5866
|
+
"output_required": true,
|
|
5529
5867
|
"type": "string",
|
|
5530
5868
|
"value_allowed_null": false
|
|
5531
5869
|
},
|
|
@@ -5535,7 +5873,7 @@
|
|
|
5535
5873
|
"example": "S1.SMALL1",
|
|
5536
5874
|
"member": "string",
|
|
5537
5875
|
"name": "InstanceType",
|
|
5538
|
-
"
|
|
5876
|
+
"output_required": true,
|
|
5539
5877
|
"type": "string",
|
|
5540
5878
|
"value_allowed_null": false
|
|
5541
5879
|
},
|
|
@@ -5545,27 +5883,27 @@
|
|
|
5545
5883
|
"example": "1",
|
|
5546
5884
|
"member": "int64",
|
|
5547
5885
|
"name": "CPU",
|
|
5548
|
-
"
|
|
5886
|
+
"output_required": true,
|
|
5549
5887
|
"type": "int",
|
|
5550
5888
|
"value_allowed_null": false
|
|
5551
5889
|
},
|
|
5552
5890
|
{
|
|
5553
5891
|
"disabled": false,
|
|
5554
|
-
"document": "
|
|
5892
|
+
"document": "Instance memory capacity. unit: GiB.",
|
|
5555
5893
|
"example": "1",
|
|
5556
5894
|
"member": "int64",
|
|
5557
5895
|
"name": "Memory",
|
|
5558
|
-
"
|
|
5896
|
+
"output_required": true,
|
|
5559
5897
|
"type": "int",
|
|
5560
5898
|
"value_allowed_null": false
|
|
5561
5899
|
},
|
|
5562
5900
|
{
|
|
5563
5901
|
"disabled": false,
|
|
5564
|
-
"document": "Instance status.
|
|
5902
|
+
"document": "Instance business status. valid values:<br><li>NORMAL: indicates an instance in the NORMAL state</li><li>EXPIRED: indicates an EXPIRED instance</li><li>PROTECTIVELY_ISOLATED: PROTECTIVELY ISOLATED instance</li>.",
|
|
5565
5903
|
"example": "NORMAL",
|
|
5566
5904
|
"member": "string",
|
|
5567
5905
|
"name": "RestrictState",
|
|
5568
|
-
"
|
|
5906
|
+
"output_required": true,
|
|
5569
5907
|
"type": "string",
|
|
5570
5908
|
"value_allowed_null": false
|
|
5571
5909
|
},
|
|
@@ -5575,7 +5913,7 @@
|
|
|
5575
5913
|
"example": "测试实例",
|
|
5576
5914
|
"member": "string",
|
|
5577
5915
|
"name": "InstanceName",
|
|
5578
|
-
"
|
|
5916
|
+
"output_required": true,
|
|
5579
5917
|
"type": "string",
|
|
5580
5918
|
"value_allowed_null": false
|
|
5581
5919
|
},
|
|
@@ -5585,7 +5923,7 @@
|
|
|
5585
5923
|
"example": "PREPAID",
|
|
5586
5924
|
"member": "string",
|
|
5587
5925
|
"name": "InstanceChargeType",
|
|
5588
|
-
"
|
|
5926
|
+
"output_required": true,
|
|
5589
5927
|
"type": "string",
|
|
5590
5928
|
"value_allowed_null": false
|
|
5591
5929
|
},
|
|
@@ -5595,7 +5933,7 @@
|
|
|
5595
5933
|
"example": "无",
|
|
5596
5934
|
"member": "SystemDisk",
|
|
5597
5935
|
"name": "SystemDisk",
|
|
5598
|
-
"
|
|
5936
|
+
"output_required": true,
|
|
5599
5937
|
"type": "object",
|
|
5600
5938
|
"value_allowed_null": false
|
|
5601
5939
|
},
|
|
@@ -5605,7 +5943,7 @@
|
|
|
5605
5943
|
"example": "无",
|
|
5606
5944
|
"member": "DataDisk",
|
|
5607
5945
|
"name": "DataDisks",
|
|
5608
|
-
"
|
|
5946
|
+
"output_required": true,
|
|
5609
5947
|
"type": "list",
|
|
5610
5948
|
"value_allowed_null": false
|
|
5611
5949
|
},
|
|
@@ -5615,17 +5953,17 @@
|
|
|
5615
5953
|
"example": "[\"172.16.32.78\"]",
|
|
5616
5954
|
"member": "string",
|
|
5617
5955
|
"name": "PrivateIpAddresses",
|
|
5618
|
-
"
|
|
5956
|
+
"output_required": true,
|
|
5619
5957
|
"type": "list",
|
|
5620
5958
|
"value_allowed_null": false
|
|
5621
5959
|
},
|
|
5622
5960
|
{
|
|
5623
5961
|
"disabled": false,
|
|
5624
5962
|
"document": "List of public IPs of the instance's primary ENI.\nNote: This field may return null, indicating that no valid value is found.",
|
|
5625
|
-
"example": "[\"
|
|
5963
|
+
"example": "[\"110.207.11.190\"]",
|
|
5626
5964
|
"member": "string",
|
|
5627
5965
|
"name": "PublicIpAddresses",
|
|
5628
|
-
"
|
|
5966
|
+
"output_required": true,
|
|
5629
5967
|
"type": "list",
|
|
5630
5968
|
"value_allowed_null": true
|
|
5631
5969
|
},
|
|
@@ -5635,7 +5973,7 @@
|
|
|
5635
5973
|
"example": "无",
|
|
5636
5974
|
"member": "InternetAccessible",
|
|
5637
5975
|
"name": "InternetAccessible",
|
|
5638
|
-
"
|
|
5976
|
+
"output_required": true,
|
|
5639
5977
|
"type": "object",
|
|
5640
5978
|
"value_allowed_null": false
|
|
5641
5979
|
},
|
|
@@ -5645,7 +5983,7 @@
|
|
|
5645
5983
|
"example": "无",
|
|
5646
5984
|
"member": "VirtualPrivateCloud",
|
|
5647
5985
|
"name": "VirtualPrivateCloud",
|
|
5648
|
-
"
|
|
5986
|
+
"output_required": true,
|
|
5649
5987
|
"type": "object",
|
|
5650
5988
|
"value_allowed_null": false
|
|
5651
5989
|
},
|
|
@@ -5655,17 +5993,17 @@
|
|
|
5655
5993
|
"example": "img-9qabwvbn",
|
|
5656
5994
|
"member": "string",
|
|
5657
5995
|
"name": "ImageId",
|
|
5658
|
-
"
|
|
5996
|
+
"output_required": true,
|
|
5659
5997
|
"type": "string",
|
|
5660
5998
|
"value_allowed_null": false
|
|
5661
5999
|
},
|
|
5662
6000
|
{
|
|
5663
6001
|
"disabled": false,
|
|
5664
|
-
"document": "
|
|
6002
|
+
"document": "AUTO-Renewal flag. valid values:<br><li>`NOTIFY_AND_MANUAL_RENEW`: indicates that a notification of impending expiration is made but AUTO-renewal is not performed</li><li>`NOTIFY_AND_AUTO_RENEW`: indicates that a notification of impending expiration is made AND AUTO-renewal is performed</li><li>`DISABLE_NOTIFY_AND_MANUAL_RENEW`: indicates that notification that it is about to expire is not made AND AUTO-renewal is not performed.\nNote: this field is null in postpaid mode.",
|
|
5665
6003
|
"example": "NOTIFY_AND_MANUAL_RENEW",
|
|
5666
6004
|
"member": "string",
|
|
5667
6005
|
"name": "RenewFlag",
|
|
5668
|
-
"
|
|
6006
|
+
"output_required": true,
|
|
5669
6007
|
"type": "string",
|
|
5670
6008
|
"value_allowed_null": false
|
|
5671
6009
|
},
|
|
@@ -5675,7 +6013,7 @@
|
|
|
5675
6013
|
"example": "2020-03-10T02:43:51Z",
|
|
5676
6014
|
"member": "datetime_iso",
|
|
5677
6015
|
"name": "CreatedTime",
|
|
5678
|
-
"
|
|
6016
|
+
"output_required": true,
|
|
5679
6017
|
"type": "string",
|
|
5680
6018
|
"value_allowed_null": false
|
|
5681
6019
|
},
|
|
@@ -5685,7 +6023,7 @@
|
|
|
5685
6023
|
"example": "2020-04-10T02:47:36Z",
|
|
5686
6024
|
"member": "datetime_iso",
|
|
5687
6025
|
"name": "ExpiredTime",
|
|
5688
|
-
"
|
|
6026
|
+
"output_required": true,
|
|
5689
6027
|
"type": "string",
|
|
5690
6028
|
"value_allowed_null": false
|
|
5691
6029
|
},
|
|
@@ -5695,7 +6033,7 @@
|
|
|
5695
6033
|
"example": "CentOS 7.6 64bit",
|
|
5696
6034
|
"member": "string",
|
|
5697
6035
|
"name": "OsName",
|
|
5698
|
-
"
|
|
6036
|
+
"output_required": true,
|
|
5699
6037
|
"type": "string",
|
|
5700
6038
|
"value_allowed_null": false
|
|
5701
6039
|
},
|
|
@@ -5705,7 +6043,7 @@
|
|
|
5705
6043
|
"example": "[\"sg-p1ezv4wz\"]",
|
|
5706
6044
|
"member": "string",
|
|
5707
6045
|
"name": "SecurityGroupIds",
|
|
5708
|
-
"
|
|
6046
|
+
"output_required": true,
|
|
5709
6047
|
"type": "list",
|
|
5710
6048
|
"value_allowed_null": false
|
|
5711
6049
|
},
|
|
@@ -5715,17 +6053,17 @@
|
|
|
5715
6053
|
"example": "无",
|
|
5716
6054
|
"member": "LoginSettings",
|
|
5717
6055
|
"name": "LoginSettings",
|
|
5718
|
-
"
|
|
6056
|
+
"output_required": true,
|
|
5719
6057
|
"type": "object",
|
|
5720
6058
|
"value_allowed_null": false
|
|
5721
6059
|
},
|
|
5722
6060
|
{
|
|
5723
6061
|
"disabled": false,
|
|
5724
|
-
"document": "Instance
|
|
6062
|
+
"document": "Instance status. for specific status types, see the [instance status table](https://www.tencentcloud.com/document/product/213/15753#instancestatus)",
|
|
5725
6063
|
"example": "RUNNING",
|
|
5726
6064
|
"member": "string",
|
|
5727
6065
|
"name": "InstanceState",
|
|
5728
|
-
"
|
|
6066
|
+
"output_required": true,
|
|
5729
6067
|
"type": "string",
|
|
5730
6068
|
"value_allowed_null": false
|
|
5731
6069
|
},
|
|
@@ -5735,17 +6073,17 @@
|
|
|
5735
6073
|
"example": "无",
|
|
5736
6074
|
"member": "Tag",
|
|
5737
6075
|
"name": "Tags",
|
|
5738
|
-
"
|
|
6076
|
+
"output_required": true,
|
|
5739
6077
|
"type": "list",
|
|
5740
6078
|
"value_allowed_null": false
|
|
5741
6079
|
},
|
|
5742
6080
|
{
|
|
5743
6081
|
"disabled": false,
|
|
5744
|
-
"document": "
|
|
6082
|
+
"document": "Shutdown billing mode of an instance.\n\nValid values: <br><li>KEEP_CHARGING: billing continues after shutdown</li><li>STOP_CHARGING: billing stops after shutdown</li><li>NOT_APPLICABLE: the instance is NOT shut down or stopping billing after shutdown is NOT APPLICABLE to the instance</li>.",
|
|
5745
6083
|
"example": "NOT_APPLICABLE",
|
|
5746
6084
|
"member": "string",
|
|
5747
6085
|
"name": "StopChargingMode",
|
|
5748
|
-
"
|
|
6086
|
+
"output_required": true,
|
|
5749
6087
|
"type": "string",
|
|
5750
6088
|
"value_allowed_null": false
|
|
5751
6089
|
},
|
|
@@ -5755,7 +6093,7 @@
|
|
|
5755
6093
|
"example": "68b510db-b4c1-4630-a62b-73d0c7c970f9",
|
|
5756
6094
|
"member": "string",
|
|
5757
6095
|
"name": "Uuid",
|
|
5758
|
-
"
|
|
6096
|
+
"output_required": true,
|
|
5759
6097
|
"type": "string",
|
|
5760
6098
|
"value_allowed_null": false
|
|
5761
6099
|
},
|
|
@@ -5765,17 +6103,17 @@
|
|
|
5765
6103
|
"example": "RenewInstances",
|
|
5766
6104
|
"member": "string",
|
|
5767
6105
|
"name": "LatestOperation",
|
|
5768
|
-
"
|
|
6106
|
+
"output_required": true,
|
|
5769
6107
|
"type": "string",
|
|
5770
6108
|
"value_allowed_null": true
|
|
5771
6109
|
},
|
|
5772
6110
|
{
|
|
5773
6111
|
"disabled": false,
|
|
5774
|
-
"document": "The latest operation status of the instance.
|
|
6112
|
+
"document": "The latest operation status of the instance. valid values:<br><li>SUCCESS: indicates that the operation succeeded</li><li>OPERATING: indicates that the operation is in progress</li><li>FAILED: indicates that the operation FAILED</li>.\nNote: This field may return null, indicating that no valid value is found.",
|
|
5775
6113
|
"example": "SUCCESS",
|
|
5776
6114
|
"member": "string",
|
|
5777
6115
|
"name": "LatestOperationState",
|
|
5778
|
-
"
|
|
6116
|
+
"output_required": true,
|
|
5779
6117
|
"type": "string",
|
|
5780
6118
|
"value_allowed_null": true
|
|
5781
6119
|
},
|
|
@@ -5785,89 +6123,89 @@
|
|
|
5785
6123
|
"example": "3554eb5b-1cfa-471a-ae76-dc436c9d43e8",
|
|
5786
6124
|
"member": "string",
|
|
5787
6125
|
"name": "LatestOperationRequestId",
|
|
5788
|
-
"
|
|
6126
|
+
"output_required": true,
|
|
5789
6127
|
"type": "string",
|
|
5790
6128
|
"value_allowed_null": true
|
|
5791
6129
|
},
|
|
5792
6130
|
{
|
|
5793
6131
|
"disabled": false,
|
|
5794
|
-
"document": "
|
|
5795
|
-
"example": "
|
|
6132
|
+
"document": "Spread placement group ID.",
|
|
6133
|
+
"example": "ps-l7sdunxx",
|
|
5796
6134
|
"member": "string",
|
|
5797
6135
|
"name": "DisasterRecoverGroupId",
|
|
5798
|
-
"
|
|
6136
|
+
"output_required": true,
|
|
5799
6137
|
"type": "string",
|
|
5800
|
-
"value_allowed_null":
|
|
6138
|
+
"value_allowed_null": false
|
|
5801
6139
|
},
|
|
5802
6140
|
{
|
|
5803
6141
|
"disabled": false,
|
|
5804
6142
|
"document": "IPv6 address of the instance.\nNote: this field may return null, indicating that no valid value is obtained.",
|
|
5805
|
-
"example": "
|
|
6143
|
+
"example": "[\"xx.xxxxx.xxx\"]",
|
|
5806
6144
|
"member": "string",
|
|
5807
6145
|
"name": "IPv6Addresses",
|
|
5808
|
-
"
|
|
6146
|
+
"output_required": true,
|
|
5809
6147
|
"type": "list",
|
|
5810
6148
|
"value_allowed_null": true
|
|
5811
6149
|
},
|
|
5812
6150
|
{
|
|
5813
6151
|
"disabled": false,
|
|
5814
6152
|
"document": "CAM role name.\nNote: this field may return null, indicating that no valid value is obtained.",
|
|
5815
|
-
"example": "
|
|
6153
|
+
"example": "admin",
|
|
5816
6154
|
"member": "string",
|
|
5817
6155
|
"name": "CamRoleName",
|
|
5818
|
-
"
|
|
6156
|
+
"output_required": true,
|
|
5819
6157
|
"type": "string",
|
|
5820
6158
|
"value_allowed_null": true
|
|
5821
6159
|
},
|
|
5822
6160
|
{
|
|
5823
6161
|
"disabled": false,
|
|
5824
|
-
"document": "
|
|
5825
|
-
"example": "
|
|
6162
|
+
"document": "High-performance computing cluster ID.",
|
|
6163
|
+
"example": "hpc-4dxxetpt",
|
|
5826
6164
|
"member": "string",
|
|
5827
6165
|
"name": "HpcClusterId",
|
|
5828
|
-
"
|
|
6166
|
+
"output_required": true,
|
|
5829
6167
|
"type": "string",
|
|
5830
|
-
"value_allowed_null":
|
|
6168
|
+
"value_allowed_null": false
|
|
5831
6169
|
},
|
|
5832
6170
|
{
|
|
5833
6171
|
"disabled": false,
|
|
5834
6172
|
"document": "IP list of HPC cluster.\nNote: this field may return null, indicating that no valid value was found.",
|
|
5835
|
-
"example": "
|
|
6173
|
+
"example": "[\"xx.xxxxx.xxx\"]",
|
|
5836
6174
|
"member": "string",
|
|
5837
6175
|
"name": "RdmaIpAddresses",
|
|
5838
|
-
"
|
|
6176
|
+
"output_required": true,
|
|
5839
6177
|
"type": "list",
|
|
5840
6178
|
"value_allowed_null": true
|
|
5841
6179
|
},
|
|
5842
6180
|
{
|
|
5843
6181
|
"disabled": false,
|
|
5844
|
-
"document": "",
|
|
6182
|
+
"document": "Dedicated cluster ID where the instance is located.",
|
|
5845
6183
|
"example": "cluster-du3jken",
|
|
5846
6184
|
"member": "string",
|
|
5847
6185
|
"name": "DedicatedClusterId",
|
|
5848
|
-
"
|
|
6186
|
+
"output_required": true,
|
|
5849
6187
|
"type": "string",
|
|
5850
|
-
"value_allowed_null":
|
|
6188
|
+
"value_allowed_null": false
|
|
5851
6189
|
},
|
|
5852
6190
|
{
|
|
5853
6191
|
"disabled": false,
|
|
5854
|
-
"document": "
|
|
6192
|
+
"document": "Instance isolation type. valid values:<br><li>ARREAR: indicates arrears isolation<br></li><li>EXPIRE: indicates isolation upon expiration<br></li><li>MANMADE: indicates voluntarily refunded isolation<br></li><li>NOTISOLATED: indicates unisolated<br></li>.",
|
|
5855
6193
|
"example": "NOTISOLATED",
|
|
5856
6194
|
"member": "string",
|
|
5857
6195
|
"name": "IsolatedSource",
|
|
5858
|
-
"
|
|
6196
|
+
"output_required": true,
|
|
5859
6197
|
"type": "string",
|
|
5860
|
-
"value_allowed_null":
|
|
6198
|
+
"value_allowed_null": false
|
|
5861
6199
|
},
|
|
5862
6200
|
{
|
|
5863
6201
|
"disabled": false,
|
|
5864
|
-
"document": "GPU information.
|
|
6202
|
+
"document": "GPU information. if it is a gpu type instance, this value will be returned. for other type instances, it does not return.",
|
|
5865
6203
|
"example": "无",
|
|
5866
6204
|
"member": "GPUInfo",
|
|
5867
6205
|
"name": "GPUInfo",
|
|
5868
|
-
"
|
|
6206
|
+
"output_required": false,
|
|
5869
6207
|
"type": "object",
|
|
5870
|
-
"value_allowed_null":
|
|
6208
|
+
"value_allowed_null": false
|
|
5871
6209
|
},
|
|
5872
6210
|
{
|
|
5873
6211
|
"disabled": false,
|
|
@@ -5875,17 +6213,17 @@
|
|
|
5875
6213
|
"example": "TencentCloud",
|
|
5876
6214
|
"member": "string",
|
|
5877
6215
|
"name": "LicenseType",
|
|
5878
|
-
"
|
|
6216
|
+
"output_required": true,
|
|
5879
6217
|
"type": "string",
|
|
5880
6218
|
"value_allowed_null": false
|
|
5881
6219
|
},
|
|
5882
6220
|
{
|
|
5883
6221
|
"disabled": false,
|
|
5884
|
-
"document": "
|
|
6222
|
+
"document": "Instance destruction protection flag indicates whether an instance is allowed to be deleted through an api. value ranges from:<br><li>true: indicates that instance protection is enabled, deletion through apis is not allowed</li><li>false: indicates that instance protection is disabled, allow passage</li><br>default value: false.",
|
|
5885
6223
|
"example": "false",
|
|
5886
6224
|
"member": "bool",
|
|
5887
6225
|
"name": "DisableApiTermination",
|
|
5888
|
-
"
|
|
6226
|
+
"output_required": true,
|
|
5889
6227
|
"type": "bool",
|
|
5890
6228
|
"value_allowed_null": false
|
|
5891
6229
|
},
|
|
@@ -5895,7 +6233,7 @@
|
|
|
5895
6233
|
"example": "root",
|
|
5896
6234
|
"member": "string",
|
|
5897
6235
|
"name": "DefaultLoginUser",
|
|
5898
|
-
"
|
|
6236
|
+
"output_required": true,
|
|
5899
6237
|
"type": "string",
|
|
5900
6238
|
"value_allowed_null": false
|
|
5901
6239
|
},
|
|
@@ -5905,7 +6243,7 @@
|
|
|
5905
6243
|
"example": "22",
|
|
5906
6244
|
"member": "int64",
|
|
5907
6245
|
"name": "DefaultLoginPort",
|
|
5908
|
-
"
|
|
6246
|
+
"output_required": true,
|
|
5909
6247
|
"type": "int",
|
|
5910
6248
|
"value_allowed_null": false
|
|
5911
6249
|
},
|
|
@@ -5915,9 +6253,29 @@
|
|
|
5915
6253
|
"example": "None",
|
|
5916
6254
|
"member": "string",
|
|
5917
6255
|
"name": "LatestOperationErrorMsg",
|
|
5918
|
-
"
|
|
6256
|
+
"output_required": true,
|
|
5919
6257
|
"type": "string",
|
|
5920
6258
|
"value_allowed_null": true
|
|
6259
|
+
},
|
|
6260
|
+
{
|
|
6261
|
+
"disabled": false,
|
|
6262
|
+
"document": "Custom metadata. this parameter corresponds to the metadata information specified when creating a CVM. **note: in beta test**.",
|
|
6263
|
+
"example": "无",
|
|
6264
|
+
"member": "Metadata",
|
|
6265
|
+
"name": "Metadata",
|
|
6266
|
+
"output_required": false,
|
|
6267
|
+
"type": "object",
|
|
6268
|
+
"value_allowed_null": false
|
|
6269
|
+
},
|
|
6270
|
+
{
|
|
6271
|
+
"disabled": false,
|
|
6272
|
+
"document": "Specifies the public IPv6 address bound to the instance.",
|
|
6273
|
+
"example": "[\"240d:c000:f000:ac00:5460:6340:16aa:6\"]",
|
|
6274
|
+
"member": "string",
|
|
6275
|
+
"name": "PublicIPv6Addresses",
|
|
6276
|
+
"output_required": false,
|
|
6277
|
+
"type": "list",
|
|
6278
|
+
"value_allowed_null": false
|
|
5921
6279
|
}
|
|
5922
6280
|
],
|
|
5923
6281
|
"usage": "out"
|
|
@@ -5953,7 +6311,7 @@
|
|
|
5953
6311
|
"members": [
|
|
5954
6312
|
{
|
|
5955
6313
|
"disabled": false,
|
|
5956
|
-
"document": "Subscription period
|
|
6314
|
+
"document": "Subscription period in months. value range: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36, 48, 60.",
|
|
5957
6315
|
"example": "1",
|
|
5958
6316
|
"member": "int64",
|
|
5959
6317
|
"name": "Period",
|
|
@@ -5964,7 +6322,7 @@
|
|
|
5964
6322
|
},
|
|
5965
6323
|
{
|
|
5966
6324
|
"disabled": false,
|
|
5967
|
-
"document": "
|
|
6325
|
+
"document": "AUTO-Renewal flag. value ranges:<br><li>NOTIFY_AND_AUTO_RENEW: NOTIFY of expiration AND automatically RENEW.</li><br><li>NOTIFY_AND_MANUAL_RENEW: NOTIFY of expiration but do not automatically RENEW.</li><br><li>DISABLE_NOTIFY_AND_MANUAL_RENEW: do not NOTIFY of expiration AND do not automatically RENEW.</li><br><br>default value: NOTIFY_AND_MANUAL_RENEW. if this parameter is set to NOTIFY_AND_AUTO_RENEW, the instance will be automatically renewed monthly after expiration, provided that the account balance is sufficient.",
|
|
5968
6326
|
"example": "DISABLE_NOTIFY_AND_MANUAL_RENEW",
|
|
5969
6327
|
"member": "string",
|
|
5970
6328
|
"name": "RenewFlag",
|
|
@@ -5982,20 +6340,20 @@
|
|
|
5982
6340
|
{
|
|
5983
6341
|
"disabled": false,
|
|
5984
6342
|
"document": "Full name of the model family.",
|
|
5985
|
-
"example": "",
|
|
6343
|
+
"example": "高IO型I1",
|
|
5986
6344
|
"member": "string",
|
|
5987
6345
|
"name": "InstanceFamilyName",
|
|
5988
|
-
"
|
|
6346
|
+
"output_required": true,
|
|
5989
6347
|
"type": "string",
|
|
5990
6348
|
"value_allowed_null": false
|
|
5991
6349
|
},
|
|
5992
6350
|
{
|
|
5993
6351
|
"disabled": false,
|
|
5994
6352
|
"document": "Acronym of the model family.",
|
|
5995
|
-
"example": "",
|
|
6353
|
+
"example": "I1",
|
|
5996
6354
|
"member": "string",
|
|
5997
6355
|
"name": "InstanceFamily",
|
|
5998
|
-
"
|
|
6356
|
+
"output_required": true,
|
|
5999
6357
|
"type": "string",
|
|
6000
6358
|
"value_allowed_null": false
|
|
6001
6359
|
}
|
|
@@ -6007,7 +6365,7 @@
|
|
|
6007
6365
|
"members": [
|
|
6008
6366
|
{
|
|
6009
6367
|
"disabled": false,
|
|
6010
|
-
"document": "
|
|
6368
|
+
"document": "Relevant options for spot instances.",
|
|
6011
6369
|
"example": "0.12",
|
|
6012
6370
|
"member": "SpotMarketOptions",
|
|
6013
6371
|
"name": "SpotOptions",
|
|
@@ -6018,7 +6376,7 @@
|
|
|
6018
6376
|
},
|
|
6019
6377
|
{
|
|
6020
6378
|
"disabled": false,
|
|
6021
|
-
"document": "Market type.
|
|
6379
|
+
"document": "Market option type. The value can only be spot currently.",
|
|
6022
6380
|
"example": "spot",
|
|
6023
6381
|
"member": "string",
|
|
6024
6382
|
"name": "MarketType",
|
|
@@ -6036,7 +6394,7 @@
|
|
|
6036
6394
|
{
|
|
6037
6395
|
"disabled": false,
|
|
6038
6396
|
"document": "Instance `ID`.",
|
|
6039
|
-
"example": "
|
|
6397
|
+
"example": "ins-g4c6xxxx",
|
|
6040
6398
|
"member": "string",
|
|
6041
6399
|
"name": "InstanceId",
|
|
6042
6400
|
"output_required": true,
|
|
@@ -6046,7 +6404,7 @@
|
|
|
6046
6404
|
{
|
|
6047
6405
|
"disabled": false,
|
|
6048
6406
|
"document": "Instance status. Valid values:<br><li>PENDING: Creating.<br></li><li>LAUNCH_FAILED: Creation failed.<br></li><li>RUNNING: Running.<br></li><li>STOPPED: Shut down.<br></li><li>STARTING: Starting up.<br></li><li>STOPPING: Shutting down.<br></li><li>REBOOTING: Restarting.<br></li><li>SHUTDOWN: Shut down and to be terminated.<br></li><li>TERMINATING: Terminating.<br></li><li>ENTER_RESCUE_MODE: Entering the rescue mode.<br></li><li>RESCUE_MODE: In the rescue mode.<br></li><li>EXIT_RESCUE_MODE: Exiting the rescue mode.<br></li><li>ENTER_SERVICE_LIVE_MIGRATE: Entering online service migration.<br></li><li>SERVICE_LIVE_MIGRATE: In online service migration.<br></li><li>EXIT_SERVICE_LIVE_MIGRATE: Exiting online service migration.<br></li>",
|
|
6049
|
-
"example": "
|
|
6407
|
+
"example": "RUNNING",
|
|
6050
6408
|
"member": "string",
|
|
6051
6409
|
"name": "InstanceState",
|
|
6052
6410
|
"output_required": true,
|
|
@@ -6062,7 +6420,7 @@
|
|
|
6062
6420
|
{
|
|
6063
6421
|
"disabled": false,
|
|
6064
6422
|
"document": "Availability zone.",
|
|
6065
|
-
"example": "
|
|
6423
|
+
"example": "ap-guangzhou-6",
|
|
6066
6424
|
"member": "string",
|
|
6067
6425
|
"name": "Zone",
|
|
6068
6426
|
"output_required": true,
|
|
@@ -6072,7 +6430,7 @@
|
|
|
6072
6430
|
{
|
|
6073
6431
|
"disabled": false,
|
|
6074
6432
|
"document": "Instance model.",
|
|
6075
|
-
"example": "
|
|
6433
|
+
"example": "S5.LARGE4",
|
|
6076
6434
|
"member": "string",
|
|
6077
6435
|
"name": "InstanceType",
|
|
6078
6436
|
"output_required": true,
|
|
@@ -6082,7 +6440,7 @@
|
|
|
6082
6440
|
{
|
|
6083
6441
|
"disabled": false,
|
|
6084
6442
|
"document": "Instance billing plan. Valid values: <br><li>POSTPAID_BY_HOUR: pay after use. You are billed for your traffic by the hour.<br><li>`CDHPAID`: [`CDH`](https://intl.cloud.tencent.com/document/product/416?from_cn_redirect=1) billing plan. Applicable to `CDH` only, not the instances on the host.",
|
|
6085
|
-
"example": "
|
|
6443
|
+
"example": "PREPAID",
|
|
6086
6444
|
"member": "string",
|
|
6087
6445
|
"name": "InstanceChargeType",
|
|
6088
6446
|
"output_required": true,
|
|
@@ -6092,7 +6450,7 @@
|
|
|
6092
6450
|
{
|
|
6093
6451
|
"disabled": false,
|
|
6094
6452
|
"document": "ENI type. For example, 25 represents an ENI of 25 GB.",
|
|
6095
|
-
"example": "
|
|
6453
|
+
"example": "25",
|
|
6096
6454
|
"member": "int64",
|
|
6097
6455
|
"name": "NetworkCard",
|
|
6098
6456
|
"output_required": true,
|
|
@@ -6107,12 +6465,12 @@
|
|
|
6107
6465
|
"name": "Externals",
|
|
6108
6466
|
"output_required": true,
|
|
6109
6467
|
"type": "object",
|
|
6110
|
-
"value_allowed_null":
|
|
6468
|
+
"value_allowed_null": false
|
|
6111
6469
|
},
|
|
6112
6470
|
{
|
|
6113
6471
|
"disabled": false,
|
|
6114
6472
|
"document": "Number of CPU cores of an instance model.",
|
|
6115
|
-
"example": "
|
|
6473
|
+
"example": "4",
|
|
6116
6474
|
"member": "int64",
|
|
6117
6475
|
"name": "Cpu",
|
|
6118
6476
|
"output_required": true,
|
|
@@ -6122,7 +6480,7 @@
|
|
|
6122
6480
|
{
|
|
6123
6481
|
"disabled": false,
|
|
6124
6482
|
"document": "Instance memory capacity; unit: `GB`.",
|
|
6125
|
-
"example": "
|
|
6483
|
+
"example": "4",
|
|
6126
6484
|
"member": "int64",
|
|
6127
6485
|
"name": "Memory",
|
|
6128
6486
|
"output_required": true,
|
|
@@ -6132,7 +6490,7 @@
|
|
|
6132
6490
|
{
|
|
6133
6491
|
"disabled": false,
|
|
6134
6492
|
"document": "Instance model family.",
|
|
6135
|
-
"example": "
|
|
6493
|
+
"example": "S5",
|
|
6136
6494
|
"member": "string",
|
|
6137
6495
|
"name": "InstanceFamily",
|
|
6138
6496
|
"output_required": true,
|
|
@@ -6142,7 +6500,7 @@
|
|
|
6142
6500
|
{
|
|
6143
6501
|
"disabled": false,
|
|
6144
6502
|
"document": "Model name.",
|
|
6145
|
-
"example": "
|
|
6503
|
+
"example": "标准型S5",
|
|
6146
6504
|
"member": "string",
|
|
6147
6505
|
"name": "TypeName",
|
|
6148
6506
|
"output_required": true,
|
|
@@ -6162,7 +6520,7 @@
|
|
|
6162
6520
|
{
|
|
6163
6521
|
"disabled": false,
|
|
6164
6522
|
"document": "Whether an instance is for sale. Valid values:<br><li>SELL: The instance is available for purchase.<br></li>SOLD_OUT: The instance has been sold out.",
|
|
6165
|
-
"example": "
|
|
6523
|
+
"example": "SELL",
|
|
6166
6524
|
"member": "string",
|
|
6167
6525
|
"name": "Status",
|
|
6168
6526
|
"output_required": true,
|
|
@@ -6182,17 +6540,17 @@
|
|
|
6182
6540
|
{
|
|
6183
6541
|
"disabled": false,
|
|
6184
6542
|
"document": "Details of out-of-stock items\nNote: this field may return null, indicating that no valid value is obtained.",
|
|
6185
|
-
"example": "
|
|
6543
|
+
"example": "ResourcesSoldOut.SpecifiedInstanceType",
|
|
6186
6544
|
"member": "string",
|
|
6187
6545
|
"name": "SoldOutReason",
|
|
6188
6546
|
"output_required": true,
|
|
6189
6547
|
"type": "string",
|
|
6190
|
-
"value_allowed_null":
|
|
6548
|
+
"value_allowed_null": false
|
|
6191
6549
|
},
|
|
6192
6550
|
{
|
|
6193
6551
|
"disabled": false,
|
|
6194
6552
|
"document": "Private network bandwidth, in Gbps.",
|
|
6195
|
-
"example": "
|
|
6553
|
+
"example": "10.0",
|
|
6196
6554
|
"member": "float",
|
|
6197
6555
|
"name": "InstanceBandwidth",
|
|
6198
6556
|
"output_required": true,
|
|
@@ -6202,7 +6560,7 @@
|
|
|
6202
6560
|
{
|
|
6203
6561
|
"disabled": false,
|
|
6204
6562
|
"document": "The max packet sending and receiving capability (in 10k PPS).",
|
|
6205
|
-
"example": "
|
|
6563
|
+
"example": "80",
|
|
6206
6564
|
"member": "int64",
|
|
6207
6565
|
"name": "InstancePps",
|
|
6208
6566
|
"output_required": true,
|
|
@@ -6212,7 +6570,7 @@
|
|
|
6212
6570
|
{
|
|
6213
6571
|
"disabled": false,
|
|
6214
6572
|
"document": "Number of local storage blocks.",
|
|
6215
|
-
"example": "
|
|
6573
|
+
"example": "10",
|
|
6216
6574
|
"member": "int64",
|
|
6217
6575
|
"name": "StorageBlockAmount",
|
|
6218
6576
|
"output_required": true,
|
|
@@ -6222,7 +6580,7 @@
|
|
|
6222
6580
|
{
|
|
6223
6581
|
"disabled": false,
|
|
6224
6582
|
"document": "CPU type.",
|
|
6225
|
-
"example": "
|
|
6583
|
+
"example": "Intel Xeon Cascade Lake 8255C",
|
|
6226
6584
|
"member": "string",
|
|
6227
6585
|
"name": "CpuType",
|
|
6228
6586
|
"output_required": true,
|
|
@@ -6232,7 +6590,7 @@
|
|
|
6232
6590
|
{
|
|
6233
6591
|
"disabled": false,
|
|
6234
6592
|
"document": "Number of GPUs of the instance.",
|
|
6235
|
-
"example": "
|
|
6593
|
+
"example": "1",
|
|
6236
6594
|
"member": "int64",
|
|
6237
6595
|
"name": "Gpu",
|
|
6238
6596
|
"output_required": true,
|
|
@@ -6242,7 +6600,7 @@
|
|
|
6242
6600
|
{
|
|
6243
6601
|
"disabled": false,
|
|
6244
6602
|
"document": "Number of FPGAs of the instance.",
|
|
6245
|
-
"example": "
|
|
6603
|
+
"example": "1",
|
|
6246
6604
|
"member": "int64",
|
|
6247
6605
|
"name": "Fpga",
|
|
6248
6606
|
"output_required": true,
|
|
@@ -6252,7 +6610,7 @@
|
|
|
6252
6610
|
{
|
|
6253
6611
|
"disabled": false,
|
|
6254
6612
|
"document": "Descriptive information of the instance.",
|
|
6255
|
-
"example": "
|
|
6613
|
+
"example": "搭载1 块 11176 GB SATA HDD 本地硬盘",
|
|
6256
6614
|
"member": "string",
|
|
6257
6615
|
"name": "Remark",
|
|
6258
6616
|
"output_required": true,
|
|
@@ -6262,7 +6620,7 @@
|
|
|
6262
6620
|
{
|
|
6263
6621
|
"disabled": false,
|
|
6264
6622
|
"document": "",
|
|
6265
|
-
"example": "
|
|
6623
|
+
"example": "1.0",
|
|
6266
6624
|
"member": "float",
|
|
6267
6625
|
"name": "GpuCount",
|
|
6268
6626
|
"output_required": true,
|
|
@@ -6272,7 +6630,7 @@
|
|
|
6272
6630
|
{
|
|
6273
6631
|
"disabled": false,
|
|
6274
6632
|
"document": "CPU clock rate of the instance",
|
|
6275
|
-
"example": "
|
|
6633
|
+
"example": "-/3.1GHz",
|
|
6276
6634
|
"member": "string",
|
|
6277
6635
|
"name": "Frequency",
|
|
6278
6636
|
"output_required": true,
|
|
@@ -6282,12 +6640,12 @@
|
|
|
6282
6640
|
{
|
|
6283
6641
|
"disabled": false,
|
|
6284
6642
|
"document": "Inventory status. Valid values:\n<li>EnoughStock: Inventory is sufficient.</li> \n<li>NormalStock: Supply is guaranteed.</li>\n<li>UnderStock: Inventory is about to sell out.</li> \n<li>WithoutStock: Inventory is already sold out.</li>\nNote: This field may return null, indicating that no valid value is found.",
|
|
6285
|
-
"example": "
|
|
6643
|
+
"example": "EnoughStock",
|
|
6286
6644
|
"member": "string",
|
|
6287
6645
|
"name": "StatusCategory",
|
|
6288
6646
|
"output_required": true,
|
|
6289
6647
|
"type": "string",
|
|
6290
|
-
"value_allowed_null":
|
|
6648
|
+
"value_allowed_null": false
|
|
6291
6649
|
}
|
|
6292
6650
|
],
|
|
6293
6651
|
"usage": "out"
|
|
@@ -6297,7 +6655,7 @@
|
|
|
6297
6655
|
"members": [
|
|
6298
6656
|
{
|
|
6299
6657
|
"disabled": false,
|
|
6300
|
-
"document": "Network connection billing plan. Valid value
|
|
6658
|
+
"document": "Network connection billing plan. Valid value:\n\n<li>TRAFFIC_POSTPAID_BY_HOUR: pay after use. You are billed for your traffic, by the hour. </li>\n<li>BANDWIDTH_PACKAGE: Bandwidth package user. </li>",
|
|
6301
6659
|
"example": "BANDWIDTH_PREPAID",
|
|
6302
6660
|
"member": "string",
|
|
6303
6661
|
"name": "InternetChargeType",
|
|
@@ -6330,7 +6688,7 @@
|
|
|
6330
6688
|
},
|
|
6331
6689
|
{
|
|
6332
6690
|
"disabled": false,
|
|
6333
|
-
"document": "Bandwidth package ID.
|
|
6691
|
+
"document": "Bandwidth package ID. it can be obtained through the `BandwidthPackageId` in the return value from the DescribeBandwidthPackages api. this parameter is used as an input parameter only in the RunInstances api.",
|
|
6334
6692
|
"example": "bwp-h1ro",
|
|
6335
6693
|
"member": "string",
|
|
6336
6694
|
"name": "BandwidthPackageId",
|
|
@@ -6338,6 +6696,50 @@
|
|
|
6338
6696
|
"required": false,
|
|
6339
6697
|
"type": "string",
|
|
6340
6698
|
"value_allowed_null": false
|
|
6699
|
+
},
|
|
6700
|
+
{
|
|
6701
|
+
"disabled": false,
|
|
6702
|
+
"document": "Line type. for details on various types of lines and supported regions, refer to [EIP IP address types](https://cloud.tencent.com/document/product/1199/41646). default value: BGP.\n<Li>BGP: specifies the general bgp line.</li>.\nFor a user with static single-line IP allowlist enabled, valid values include:.\n<Li>CMCC: china mobile.</li>.\n<Li>CTCC: china telecom</li>.\n<Li>CUCC: china unicom</li>.\nNote: The static single-line IP is only supported in some regions.\n\n",
|
|
6703
|
+
"example": "BGP",
|
|
6704
|
+
"member": "string",
|
|
6705
|
+
"name": "InternetServiceProvider",
|
|
6706
|
+
"output_required": false,
|
|
6707
|
+
"required": false,
|
|
6708
|
+
"type": "string",
|
|
6709
|
+
"value_allowed_null": false
|
|
6710
|
+
},
|
|
6711
|
+
{
|
|
6712
|
+
"disabled": false,
|
|
6713
|
+
"document": "Specifies the public IP type.\n\n<Li>WanIP: specifies the public ip address.</li>.\n<Li>HighQualityEIP: specifies a high quality ip. high quality ip is only supported in Singapore and hong kong (china).</li>.\n<li> AntiDDoSEIP: specifies the anti-ddos eip. only partial regions support anti-ddos eip. details visible in the [elastic IP product overview](https://www.tencentcloud.comom/document/product/1199/41646?from_cn_redirect=1).</li>.\nIf needed, assign a public IPv4 address to the resource by specifying the IPv4 address type.\n\nThis feature is in beta test in selected regions. submit a ticket for consultation (https://console.cloud.tencent.com/workorder/category) if needed.",
|
|
6714
|
+
"example": "WanIP",
|
|
6715
|
+
"member": "string",
|
|
6716
|
+
"name": "IPv4AddressType",
|
|
6717
|
+
"output_required": false,
|
|
6718
|
+
"required": false,
|
|
6719
|
+
"type": "string",
|
|
6720
|
+
"value_allowed_null": false
|
|
6721
|
+
},
|
|
6722
|
+
{
|
|
6723
|
+
"disabled": false,
|
|
6724
|
+
"document": "Indicates the type of elastic public IPv6.\n<Li>EIPv6: elastic ip version 6.</li>.\n<Li>HighQualityEIPv6: specifies the high quality ipv6. highqualityeipv6 is only supported in hong kong (china).</li>.\nIf needed, assign an elastic IPv6 address for resource allocation.\n\nThis feature is in beta test in selected regions. submit a ticket for consultation (https://console.cloud.tencent.com/workorder/category) if needed.",
|
|
6725
|
+
"example": "EIPv6",
|
|
6726
|
+
"member": "string",
|
|
6727
|
+
"name": "IPv6AddressType",
|
|
6728
|
+
"output_required": false,
|
|
6729
|
+
"required": false,
|
|
6730
|
+
"type": "string",
|
|
6731
|
+
"value_allowed_null": false
|
|
6732
|
+
},
|
|
6733
|
+
{
|
|
6734
|
+
"disabled": false,
|
|
6735
|
+
"document": "DDoS protection package unique ID. this field is required when applying for a ddos protection IP.\n",
|
|
6736
|
+
"example": "bgp-00000000",
|
|
6737
|
+
"member": "string",
|
|
6738
|
+
"name": "AntiDDoSPackageId",
|
|
6739
|
+
"output_required": false,
|
|
6740
|
+
"required": false,
|
|
6741
|
+
"type": "string",
|
|
6742
|
+
"value_allowed_null": false
|
|
6341
6743
|
}
|
|
6342
6744
|
],
|
|
6343
6745
|
"usage": "both"
|
|
@@ -6348,20 +6750,24 @@
|
|
|
6348
6750
|
{
|
|
6349
6751
|
"disabled": false,
|
|
6350
6752
|
"document": "Network billing method.",
|
|
6351
|
-
"example": "",
|
|
6753
|
+
"example": "TRAFFIC_POSTPAID_BY_HOUR",
|
|
6352
6754
|
"member": "string",
|
|
6353
6755
|
"name": "InternetChargeType",
|
|
6756
|
+
"output_required": true,
|
|
6354
6757
|
"required": false,
|
|
6355
|
-
"type": "string"
|
|
6758
|
+
"type": "string",
|
|
6759
|
+
"value_allowed_null": false
|
|
6356
6760
|
},
|
|
6357
6761
|
{
|
|
6358
6762
|
"disabled": false,
|
|
6359
6763
|
"document": "Description of the network billing method.",
|
|
6360
|
-
"example": "",
|
|
6764
|
+
"example": "postpaid monthly",
|
|
6361
6765
|
"member": "string",
|
|
6362
6766
|
"name": "Description",
|
|
6767
|
+
"output_required": true,
|
|
6363
6768
|
"required": false,
|
|
6364
|
-
"type": "string"
|
|
6769
|
+
"type": "string",
|
|
6770
|
+
"value_allowed_null": false
|
|
6365
6771
|
}
|
|
6366
6772
|
],
|
|
6367
6773
|
"usage": "both"
|
|
@@ -6371,193 +6777,193 @@
|
|
|
6371
6777
|
"members": [
|
|
6372
6778
|
{
|
|
6373
6779
|
"disabled": false,
|
|
6374
|
-
"document": "
|
|
6780
|
+
"document": "Original price of subsequent total costs, postpaid billing mode usage, unit: usd. <li>if other time interval items are returned, such as UnitPriceSecondStep, this item represents the time interval (0, 96) hr. if no other time interval items are returned, this item represents the full period (0, ∞) hr.",
|
|
6375
6781
|
"example": "35.5",
|
|
6376
6782
|
"member": "float",
|
|
6377
6783
|
"name": "UnitPrice",
|
|
6378
6784
|
"output_required": false,
|
|
6379
6785
|
"type": "float",
|
|
6380
|
-
"value_allowed_null":
|
|
6786
|
+
"value_allowed_null": false
|
|
6381
6787
|
},
|
|
6382
6788
|
{
|
|
6383
6789
|
"disabled": false,
|
|
6384
|
-
"document": "Billing unit for pay-as-you-go mode.
|
|
6790
|
+
"document": "Billing unit for pay-as-you-go mode. valid values: <br><li>HOUR: billed on an hourly basis. it's used for hourly POSTPAID instances (`POSTPAID_BY_HOUR`). <br><li>GB: bill BY TRAFFIC in GB. it's used for POSTPAID products that are billed BY the hourly TRAFFIC (`TRAFFIC_POSTPAID_BY_HOUR`).",
|
|
6385
6791
|
"example": "HOUR",
|
|
6386
6792
|
"member": "string",
|
|
6387
6793
|
"name": "ChargeUnit",
|
|
6388
6794
|
"output_required": false,
|
|
6389
6795
|
"type": "string",
|
|
6390
|
-
"value_allowed_null":
|
|
6796
|
+
"value_allowed_null": false
|
|
6391
6797
|
},
|
|
6392
6798
|
{
|
|
6393
6799
|
"disabled": false,
|
|
6394
|
-
"document": "
|
|
6800
|
+
"document": "Original price of total prepaid costs. measurement unit: usd.",
|
|
6395
6801
|
"example": "35.5",
|
|
6396
6802
|
"member": "float",
|
|
6397
6803
|
"name": "OriginalPrice",
|
|
6398
6804
|
"output_required": false,
|
|
6399
6805
|
"type": "float",
|
|
6400
|
-
"value_allowed_null":
|
|
6806
|
+
"value_allowed_null": false
|
|
6401
6807
|
},
|
|
6402
6808
|
{
|
|
6403
6809
|
"disabled": false,
|
|
6404
|
-
"document": "Discount price of
|
|
6810
|
+
"document": "Discount price of total prepaid costs. unit: usd.",
|
|
6405
6811
|
"example": "35.5",
|
|
6406
6812
|
"member": "float",
|
|
6407
6813
|
"name": "DiscountPrice",
|
|
6408
6814
|
"output_required": false,
|
|
6409
6815
|
"type": "float",
|
|
6410
|
-
"value_allowed_null":
|
|
6816
|
+
"value_allowed_null": false
|
|
6411
6817
|
},
|
|
6412
6818
|
{
|
|
6413
6819
|
"disabled": false,
|
|
6414
|
-
"document": "
|
|
6820
|
+
"document": "Discount, such as 20.0 representing 80% off.",
|
|
6415
6821
|
"example": "20.0",
|
|
6416
6822
|
"member": "float",
|
|
6417
6823
|
"name": "Discount",
|
|
6418
6824
|
"output_required": false,
|
|
6419
6825
|
"type": "float",
|
|
6420
|
-
"value_allowed_null":
|
|
6826
|
+
"value_allowed_null": false
|
|
6421
6827
|
},
|
|
6422
6828
|
{
|
|
6423
6829
|
"disabled": false,
|
|
6424
|
-
"document": "
|
|
6830
|
+
"document": "Discounted price of subsequent total cost, postpaid billing mode usage, unit: usd <li>if other time interval items are returned, such as UnitPriceDiscountSecondStep, this item represents the time interval (0, 96) hr; if no other time interval items are returned, this item represents the full period (0, ∞) hr.",
|
|
6425
6831
|
"example": "35.5",
|
|
6426
6832
|
"member": "float",
|
|
6427
6833
|
"name": "UnitPriceDiscount",
|
|
6428
6834
|
"output_required": false,
|
|
6429
6835
|
"type": "float",
|
|
6430
|
-
"value_allowed_null":
|
|
6836
|
+
"value_allowed_null": false
|
|
6431
6837
|
},
|
|
6432
6838
|
{
|
|
6433
6839
|
"disabled": false,
|
|
6434
|
-
"document": "Original
|
|
6840
|
+
"document": "Original price of subsequent total costs for usage time range (96, 360) hr in postpaid billing mode. unit: usd.",
|
|
6435
6841
|
"example": "35.5",
|
|
6436
6842
|
"member": "float",
|
|
6437
6843
|
"name": "UnitPriceSecondStep",
|
|
6438
6844
|
"output_required": false,
|
|
6439
6845
|
"type": "float",
|
|
6440
|
-
"value_allowed_null":
|
|
6846
|
+
"value_allowed_null": false
|
|
6441
6847
|
},
|
|
6442
6848
|
{
|
|
6443
6849
|
"disabled": false,
|
|
6444
|
-
"document": "Discounted
|
|
6850
|
+
"document": "Discounted price of subsequent total cost for usage time interval (96, 360) hr in postpaid billing mode. unit: usd.",
|
|
6445
6851
|
"example": "35.5",
|
|
6446
6852
|
"member": "float",
|
|
6447
6853
|
"name": "UnitPriceDiscountSecondStep",
|
|
6448
6854
|
"output_required": false,
|
|
6449
6855
|
"type": "float",
|
|
6450
|
-
"value_allowed_null":
|
|
6856
|
+
"value_allowed_null": false
|
|
6451
6857
|
},
|
|
6452
6858
|
{
|
|
6453
6859
|
"disabled": false,
|
|
6454
|
-
"document": "
|
|
6860
|
+
"document": "Specifies the original price of subsequent total costs with a usage time interval exceeding 360 hr in postpaid billing mode. measurement unit: usd.",
|
|
6455
6861
|
"example": "35.5",
|
|
6456
6862
|
"member": "float",
|
|
6457
6863
|
"name": "UnitPriceThirdStep",
|
|
6458
6864
|
"output_required": false,
|
|
6459
6865
|
"type": "float",
|
|
6460
|
-
"value_allowed_null":
|
|
6866
|
+
"value_allowed_null": false
|
|
6461
6867
|
},
|
|
6462
6868
|
{
|
|
6463
6869
|
"disabled": false,
|
|
6464
|
-
"document": "Discounted
|
|
6870
|
+
"document": "Discounted price of subsequent total cost for usage time interval exceeding 360 hr in postpaid billing mode. measurement unit: usd.",
|
|
6465
6871
|
"example": "35.5",
|
|
6466
6872
|
"member": "float",
|
|
6467
6873
|
"name": "UnitPriceDiscountThirdStep",
|
|
6468
6874
|
"output_required": false,
|
|
6469
6875
|
"type": "float",
|
|
6470
|
-
"value_allowed_null":
|
|
6876
|
+
"value_allowed_null": false
|
|
6471
6877
|
},
|
|
6472
6878
|
{
|
|
6473
6879
|
"disabled": false,
|
|
6474
|
-
"document": "
|
|
6880
|
+
"document": "Specifies the original price of total 3-year prepaid costs in prepaid billing mode. measurement unit: usd.\nNote: This field may return null, indicating that no valid value is found.",
|
|
6475
6881
|
"example": "35.5",
|
|
6476
6882
|
"member": "float",
|
|
6477
6883
|
"name": "OriginalPriceThreeYear",
|
|
6478
6884
|
"output_required": false,
|
|
6479
6885
|
"type": "float",
|
|
6480
|
-
"value_allowed_null":
|
|
6886
|
+
"value_allowed_null": false
|
|
6481
6887
|
},
|
|
6482
6888
|
{
|
|
6483
6889
|
"disabled": false,
|
|
6484
|
-
"document": "
|
|
6890
|
+
"document": "Specifies the discount price for an advance payment of the total fee for three years, prepaid mode usage, measurement unit: usd.\nNote: This field may return null, indicating that no valid value is found.",
|
|
6485
6891
|
"example": "35.5",
|
|
6486
6892
|
"member": "float",
|
|
6487
6893
|
"name": "DiscountPriceThreeYear",
|
|
6488
6894
|
"output_required": false,
|
|
6489
6895
|
"type": "float",
|
|
6490
|
-
"value_allowed_null":
|
|
6896
|
+
"value_allowed_null": false
|
|
6491
6897
|
},
|
|
6492
6898
|
{
|
|
6493
6899
|
"disabled": false,
|
|
6494
|
-
"document": "
|
|
6900
|
+
"document": "Specifies the discount for a 3-year advance payment, for example 20.0 represents 80% off.\nNote: This field may return null, indicating that no valid value is found.",
|
|
6495
6901
|
"example": "35.5",
|
|
6496
6902
|
"member": "float",
|
|
6497
6903
|
"name": "DiscountThreeYear",
|
|
6498
6904
|
"output_required": false,
|
|
6499
6905
|
"type": "float",
|
|
6500
|
-
"value_allowed_null":
|
|
6906
|
+
"value_allowed_null": false
|
|
6501
6907
|
},
|
|
6502
6908
|
{
|
|
6503
6909
|
"disabled": false,
|
|
6504
|
-
"document": "
|
|
6910
|
+
"document": "Specifies the original price of the 5-year total cost with advance payment, using prepaid billing mode. measurement unit: usd.\nNote: This field may return null, indicating that no valid value is found.",
|
|
6505
6911
|
"example": "35.5",
|
|
6506
6912
|
"member": "float",
|
|
6507
6913
|
"name": "OriginalPriceFiveYear",
|
|
6508
6914
|
"output_required": false,
|
|
6509
6915
|
"type": "float",
|
|
6510
|
-
"value_allowed_null":
|
|
6916
|
+
"value_allowed_null": false
|
|
6511
6917
|
},
|
|
6512
6918
|
{
|
|
6513
6919
|
"disabled": false,
|
|
6514
|
-
"document": "
|
|
6920
|
+
"document": "Prepaid 5-year total cost discount price, prepaid billing mode usage. unit: usd.\nNote: This field may return null, indicating that no valid value is found.",
|
|
6515
6921
|
"example": "35.5",
|
|
6516
6922
|
"member": "float",
|
|
6517
6923
|
"name": "DiscountPriceFiveYear",
|
|
6518
6924
|
"output_required": false,
|
|
6519
6925
|
"type": "float",
|
|
6520
|
-
"value_allowed_null":
|
|
6926
|
+
"value_allowed_null": false
|
|
6521
6927
|
},
|
|
6522
6928
|
{
|
|
6523
6929
|
"disabled": false,
|
|
6524
|
-
"document": "
|
|
6930
|
+
"document": "Specifies the discount for 5-year advance payment, such as 20.0 for 80% off.\nNote: This field may return null, indicating that no valid value is found.",
|
|
6525
6931
|
"example": "35.5",
|
|
6526
6932
|
"member": "float",
|
|
6527
6933
|
"name": "DiscountFiveYear",
|
|
6528
6934
|
"output_required": false,
|
|
6529
6935
|
"type": "float",
|
|
6530
|
-
"value_allowed_null":
|
|
6936
|
+
"value_allowed_null": false
|
|
6531
6937
|
},
|
|
6532
6938
|
{
|
|
6533
6939
|
"disabled": false,
|
|
6534
|
-
"document": "Original
|
|
6940
|
+
"document": "Original price of one-year advance payment total cost. prepaid mode usage. unit: usd.\nNote: This field may return null, indicating that no valid value is found.",
|
|
6535
6941
|
"example": "35.5",
|
|
6536
6942
|
"member": "float",
|
|
6537
6943
|
"name": "OriginalPriceOneYear",
|
|
6538
6944
|
"output_required": false,
|
|
6539
6945
|
"type": "float",
|
|
6540
|
-
"value_allowed_null":
|
|
6946
|
+
"value_allowed_null": false
|
|
6541
6947
|
},
|
|
6542
6948
|
{
|
|
6543
6949
|
"disabled": false,
|
|
6544
|
-
"document": "
|
|
6950
|
+
"document": "Discount price for total advance payment for one year. specifies prepaid mode usage. measurement unit: usd.\nNote: This field may return null, indicating that no valid value is found.",
|
|
6545
6951
|
"example": "35.5",
|
|
6546
6952
|
"member": "float",
|
|
6547
6953
|
"name": "DiscountPriceOneYear",
|
|
6548
6954
|
"output_required": false,
|
|
6549
6955
|
"type": "float",
|
|
6550
|
-
"value_allowed_null":
|
|
6956
|
+
"value_allowed_null": false
|
|
6551
6957
|
},
|
|
6552
6958
|
{
|
|
6553
6959
|
"disabled": false,
|
|
6554
|
-
"document": "
|
|
6960
|
+
"document": "Specifies the discount for a one-year advance payment, such as 20.0 for 80% off.\nNote: This field may return null, indicating that no valid value is found.",
|
|
6555
6961
|
"example": "20.0",
|
|
6556
6962
|
"member": "float",
|
|
6557
6963
|
"name": "DiscountOneYear",
|
|
6558
6964
|
"output_required": false,
|
|
6559
6965
|
"type": "float",
|
|
6560
|
-
"value_allowed_null":
|
|
6966
|
+
"value_allowed_null": false
|
|
6561
6967
|
}
|
|
6562
6968
|
],
|
|
6563
6969
|
"usage": "out"
|
|
@@ -6578,7 +6984,7 @@
|
|
|
6578
6984
|
{
|
|
6579
6985
|
"disabled": false,
|
|
6580
6986
|
"document": "Key pair name.",
|
|
6581
|
-
"example": "
|
|
6987
|
+
"example": "mySkey",
|
|
6582
6988
|
"member": "string",
|
|
6583
6989
|
"name": "KeyName",
|
|
6584
6990
|
"output_required": true,
|
|
@@ -6598,7 +7004,7 @@
|
|
|
6598
7004
|
{
|
|
6599
7005
|
"disabled": false,
|
|
6600
7006
|
"document": "Key pair description.",
|
|
6601
|
-
"example": "
|
|
7007
|
+
"example": "mySkey",
|
|
6602
7008
|
"member": "string",
|
|
6603
7009
|
"name": "Description",
|
|
6604
7010
|
"output_required": false,
|
|
@@ -6608,7 +7014,7 @@
|
|
|
6608
7014
|
{
|
|
6609
7015
|
"disabled": false,
|
|
6610
7016
|
"document": "Content of public key in a key pair.",
|
|
6611
|
-
"example": "
|
|
7017
|
+
"example": "ssh-rsa AAAAB3N......59LPzXah+r+d skey-0mjpcb19",
|
|
6612
7018
|
"member": "string",
|
|
6613
7019
|
"name": "PublicKey",
|
|
6614
7020
|
"output_required": false,
|
|
@@ -6618,7 +7024,7 @@
|
|
|
6618
7024
|
{
|
|
6619
7025
|
"disabled": false,
|
|
6620
7026
|
"document": "Content of private key in a key pair. Tencent Cloud do not keep private keys. Please keep it properly.",
|
|
6621
|
-
"example": "
|
|
7027
|
+
"example": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAzDC......WCvOBGeKHg==\\n-----END RSA PRIVATE KEY-----",
|
|
6622
7028
|
"member": "string",
|
|
6623
7029
|
"name": "PrivateKey",
|
|
6624
7030
|
"output_required": false,
|
|
@@ -6628,7 +7034,7 @@
|
|
|
6628
7034
|
{
|
|
6629
7035
|
"disabled": false,
|
|
6630
7036
|
"document": "`ID` list of instances associated with a key.",
|
|
6631
|
-
"example": "[]",
|
|
7037
|
+
"example": "[\"ins-syht65r4\"]",
|
|
6632
7038
|
"member": "string",
|
|
6633
7039
|
"name": "AssociatedInstanceIds",
|
|
6634
7040
|
"output_required": false,
|
|
@@ -6648,12 +7054,12 @@
|
|
|
6648
7054
|
{
|
|
6649
7055
|
"disabled": false,
|
|
6650
7056
|
"document": "The list of tags bound to the key.\nNote: This field may return `null`, indicating that no valid value can be obtained.",
|
|
6651
|
-
"example": "
|
|
7057
|
+
"example": "无",
|
|
6652
7058
|
"member": "Tag",
|
|
6653
7059
|
"name": "Tags",
|
|
6654
7060
|
"output_required": false,
|
|
6655
7061
|
"type": "list",
|
|
6656
|
-
"value_allowed_null":
|
|
7062
|
+
"value_allowed_null": false
|
|
6657
7063
|
}
|
|
6658
7064
|
],
|
|
6659
7065
|
"usage": "out"
|
|
@@ -6695,7 +7101,7 @@
|
|
|
6695
7101
|
"name": "LatestVersionNumber",
|
|
6696
7102
|
"output_required": true,
|
|
6697
7103
|
"type": "int",
|
|
6698
|
-
"value_allowed_null":
|
|
7104
|
+
"value_allowed_null": false
|
|
6699
7105
|
},
|
|
6700
7106
|
{
|
|
6701
7107
|
"disabled": false,
|
|
@@ -6705,7 +7111,7 @@
|
|
|
6705
7111
|
"name": "LaunchTemplateId",
|
|
6706
7112
|
"output_required": true,
|
|
6707
7113
|
"type": "string",
|
|
6708
|
-
"value_allowed_null":
|
|
7114
|
+
"value_allowed_null": false
|
|
6709
7115
|
},
|
|
6710
7116
|
{
|
|
6711
7117
|
"disabled": false,
|
|
@@ -6715,7 +7121,7 @@
|
|
|
6715
7121
|
"name": "LaunchTemplateName",
|
|
6716
7122
|
"output_required": true,
|
|
6717
7123
|
"type": "string",
|
|
6718
|
-
"value_allowed_null":
|
|
7124
|
+
"value_allowed_null": false
|
|
6719
7125
|
},
|
|
6720
7126
|
{
|
|
6721
7127
|
"disabled": false,
|
|
@@ -6725,7 +7131,7 @@
|
|
|
6725
7131
|
"name": "DefaultVersionNumber",
|
|
6726
7132
|
"output_required": true,
|
|
6727
7133
|
"type": "int",
|
|
6728
|
-
"value_allowed_null":
|
|
7134
|
+
"value_allowed_null": false
|
|
6729
7135
|
},
|
|
6730
7136
|
{
|
|
6731
7137
|
"disabled": false,
|
|
@@ -6735,17 +7141,17 @@
|
|
|
6735
7141
|
"name": "LaunchTemplateVersionCount",
|
|
6736
7142
|
"output_required": true,
|
|
6737
7143
|
"type": "int",
|
|
6738
|
-
"value_allowed_null":
|
|
7144
|
+
"value_allowed_null": false
|
|
6739
7145
|
},
|
|
6740
7146
|
{
|
|
6741
7147
|
"disabled": false,
|
|
6742
7148
|
"document": "UIN of the user who created the template.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6743
|
-
"example": "
|
|
7149
|
+
"example": "1230000",
|
|
6744
7150
|
"member": "string",
|
|
6745
7151
|
"name": "CreatedBy",
|
|
6746
7152
|
"output_required": true,
|
|
6747
7153
|
"type": "string",
|
|
6748
|
-
"value_allowed_null":
|
|
7154
|
+
"value_allowed_null": false
|
|
6749
7155
|
},
|
|
6750
7156
|
{
|
|
6751
7157
|
"disabled": false,
|
|
@@ -6755,7 +7161,7 @@
|
|
|
6755
7161
|
"name": "CreationTime",
|
|
6756
7162
|
"output_required": true,
|
|
6757
7163
|
"type": "string",
|
|
6758
|
-
"value_allowed_null":
|
|
7164
|
+
"value_allowed_null": false
|
|
6759
7165
|
}
|
|
6760
7166
|
],
|
|
6761
7167
|
"usage": "out"
|
|
@@ -6766,12 +7172,12 @@
|
|
|
6766
7172
|
{
|
|
6767
7173
|
"disabled": false,
|
|
6768
7174
|
"document": "Location of the instance.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6769
|
-
"example": "
|
|
7175
|
+
"example": "无",
|
|
6770
7176
|
"member": "Placement",
|
|
6771
7177
|
"name": "Placement",
|
|
6772
|
-
"
|
|
7178
|
+
"output_required": true,
|
|
6773
7179
|
"type": "object",
|
|
6774
|
-
"value_allowed_null":
|
|
7180
|
+
"value_allowed_null": false
|
|
6775
7181
|
},
|
|
6776
7182
|
{
|
|
6777
7183
|
"disabled": false,
|
|
@@ -6779,9 +7185,9 @@
|
|
|
6779
7185
|
"example": "S1.SMALL2",
|
|
6780
7186
|
"member": "string",
|
|
6781
7187
|
"name": "InstanceType",
|
|
6782
|
-
"
|
|
7188
|
+
"output_required": true,
|
|
6783
7189
|
"type": "string",
|
|
6784
|
-
"value_allowed_null":
|
|
7190
|
+
"value_allowed_null": false
|
|
6785
7191
|
},
|
|
6786
7192
|
{
|
|
6787
7193
|
"disabled": false,
|
|
@@ -6789,9 +7195,9 @@
|
|
|
6789
7195
|
"example": "MyInstance",
|
|
6790
7196
|
"member": "string",
|
|
6791
7197
|
"name": "InstanceName",
|
|
6792
|
-
"
|
|
7198
|
+
"output_required": true,
|
|
6793
7199
|
"type": "string",
|
|
6794
|
-
"value_allowed_null":
|
|
7200
|
+
"value_allowed_null": false
|
|
6795
7201
|
},
|
|
6796
7202
|
{
|
|
6797
7203
|
"disabled": false,
|
|
@@ -6799,49 +7205,49 @@
|
|
|
6799
7205
|
"example": "PREPAID",
|
|
6800
7206
|
"member": "string",
|
|
6801
7207
|
"name": "InstanceChargeType",
|
|
6802
|
-
"
|
|
7208
|
+
"output_required": true,
|
|
6803
7209
|
"type": "string",
|
|
6804
|
-
"value_allowed_null":
|
|
7210
|
+
"value_allowed_null": false
|
|
6805
7211
|
},
|
|
6806
7212
|
{
|
|
6807
7213
|
"disabled": false,
|
|
6808
7214
|
"document": "Instance system disk information.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6809
|
-
"example": "
|
|
7215
|
+
"example": "无",
|
|
6810
7216
|
"member": "SystemDisk",
|
|
6811
7217
|
"name": "SystemDisk",
|
|
6812
|
-
"
|
|
7218
|
+
"output_required": true,
|
|
6813
7219
|
"type": "object",
|
|
6814
|
-
"value_allowed_null":
|
|
7220
|
+
"value_allowed_null": false
|
|
6815
7221
|
},
|
|
6816
7222
|
{
|
|
6817
7223
|
"disabled": false,
|
|
6818
7224
|
"document": "Instance data disk information. This parameter only covers the data disks purchased together with the instance.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6819
|
-
"example": "
|
|
7225
|
+
"example": "无",
|
|
6820
7226
|
"member": "DataDisk",
|
|
6821
7227
|
"name": "DataDisks",
|
|
6822
|
-
"
|
|
7228
|
+
"output_required": false,
|
|
6823
7229
|
"type": "list",
|
|
6824
|
-
"value_allowed_null":
|
|
7230
|
+
"value_allowed_null": false
|
|
6825
7231
|
},
|
|
6826
7232
|
{
|
|
6827
7233
|
"disabled": false,
|
|
6828
7234
|
"document": "Instance bandwidth information.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6829
|
-
"example": "
|
|
7235
|
+
"example": "无",
|
|
6830
7236
|
"member": "InternetAccessible",
|
|
6831
7237
|
"name": "InternetAccessible",
|
|
6832
|
-
"
|
|
7238
|
+
"output_required": true,
|
|
6833
7239
|
"type": "object",
|
|
6834
|
-
"value_allowed_null":
|
|
7240
|
+
"value_allowed_null": false
|
|
6835
7241
|
},
|
|
6836
7242
|
{
|
|
6837
7243
|
"disabled": false,
|
|
6838
7244
|
"document": "Information of the VPC where the instance resides.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6839
|
-
"example": "
|
|
7245
|
+
"example": "无",
|
|
6840
7246
|
"member": "VirtualPrivateCloud",
|
|
6841
7247
|
"name": "VirtualPrivateCloud",
|
|
6842
|
-
"
|
|
7248
|
+
"output_required": true,
|
|
6843
7249
|
"type": "object",
|
|
6844
|
-
"value_allowed_null":
|
|
7250
|
+
"value_allowed_null": false
|
|
6845
7251
|
},
|
|
6846
7252
|
{
|
|
6847
7253
|
"disabled": false,
|
|
@@ -6849,29 +7255,29 @@
|
|
|
6849
7255
|
"example": "img-pi0aa46r",
|
|
6850
7256
|
"member": "string",
|
|
6851
7257
|
"name": "ImageId",
|
|
6852
|
-
"
|
|
7258
|
+
"output_required": true,
|
|
6853
7259
|
"type": "string",
|
|
6854
|
-
"value_allowed_null":
|
|
7260
|
+
"value_allowed_null": false
|
|
6855
7261
|
},
|
|
6856
7262
|
{
|
|
6857
7263
|
"disabled": false,
|
|
6858
7264
|
"document": "Security groups to which the instance belongs. To obtain the security group IDs, you can call [DescribeSecurityGroups](https://intl.cloud.tencent.com/document/api/215/15808) and look for the `sgld` fields in the response.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6859
|
-
"example": "[
|
|
7265
|
+
"example": "[\"sg-rf6ogz49\"]",
|
|
6860
7266
|
"member": "string",
|
|
6861
7267
|
"name": "SecurityGroupIds",
|
|
6862
|
-
"
|
|
7268
|
+
"output_required": true,
|
|
6863
7269
|
"type": "list",
|
|
6864
|
-
"value_allowed_null":
|
|
7270
|
+
"value_allowed_null": false
|
|
6865
7271
|
},
|
|
6866
7272
|
{
|
|
6867
7273
|
"disabled": false,
|
|
6868
7274
|
"document": "Login settings of the instance. Currently, only the key associated with the instance is returned.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6869
|
-
"example": "
|
|
7275
|
+
"example": "无",
|
|
6870
7276
|
"member": "LoginSettings",
|
|
6871
7277
|
"name": "LoginSettings",
|
|
6872
|
-
"
|
|
7278
|
+
"output_required": false,
|
|
6873
7279
|
"type": "object",
|
|
6874
|
-
"value_allowed_null":
|
|
7280
|
+
"value_allowed_null": false
|
|
6875
7281
|
},
|
|
6876
7282
|
{
|
|
6877
7283
|
"disabled": false,
|
|
@@ -6879,9 +7285,9 @@
|
|
|
6879
7285
|
"example": "testroleName001",
|
|
6880
7286
|
"member": "string",
|
|
6881
7287
|
"name": "CamRoleName",
|
|
6882
|
-
"
|
|
7288
|
+
"output_required": false,
|
|
6883
7289
|
"type": "string",
|
|
6884
|
-
"value_allowed_null":
|
|
7290
|
+
"value_allowed_null": false
|
|
6885
7291
|
},
|
|
6886
7292
|
{
|
|
6887
7293
|
"disabled": false,
|
|
@@ -6889,9 +7295,9 @@
|
|
|
6889
7295
|
"example": "hpc-a5n666lo",
|
|
6890
7296
|
"member": "string",
|
|
6891
7297
|
"name": "HpcClusterId",
|
|
6892
|
-
"
|
|
7298
|
+
"output_required": false,
|
|
6893
7299
|
"type": "string",
|
|
6894
|
-
"value_allowed_null":
|
|
7300
|
+
"value_allowed_null": false
|
|
6895
7301
|
},
|
|
6896
7302
|
{
|
|
6897
7303
|
"disabled": false,
|
|
@@ -6899,19 +7305,19 @@
|
|
|
6899
7305
|
"example": "1",
|
|
6900
7306
|
"member": "uint64",
|
|
6901
7307
|
"name": "InstanceCount",
|
|
6902
|
-
"
|
|
7308
|
+
"output_required": true,
|
|
6903
7309
|
"type": "int",
|
|
6904
|
-
"value_allowed_null":
|
|
7310
|
+
"value_allowed_null": false
|
|
6905
7311
|
},
|
|
6906
7312
|
{
|
|
6907
7313
|
"disabled": false,
|
|
6908
7314
|
"document": "Enhanced service.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6909
|
-
"example": "
|
|
7315
|
+
"example": "无",
|
|
6910
7316
|
"member": "EnhancedService",
|
|
6911
7317
|
"name": "EnhancedService",
|
|
6912
|
-
"
|
|
7318
|
+
"output_required": true,
|
|
6913
7319
|
"type": "object",
|
|
6914
|
-
"value_allowed_null":
|
|
7320
|
+
"value_allowed_null": false
|
|
6915
7321
|
},
|
|
6916
7322
|
{
|
|
6917
7323
|
"disabled": false,
|
|
@@ -6919,39 +7325,39 @@
|
|
|
6919
7325
|
"example": "TXlVc2VyRGF0YQo=",
|
|
6920
7326
|
"member": "string",
|
|
6921
7327
|
"name": "UserData",
|
|
6922
|
-
"
|
|
7328
|
+
"output_required": false,
|
|
6923
7329
|
"type": "string",
|
|
6924
|
-
"value_allowed_null":
|
|
7330
|
+
"value_allowed_null": false
|
|
6925
7331
|
},
|
|
6926
7332
|
{
|
|
6927
7333
|
"disabled": false,
|
|
6928
7334
|
"document": "Placement group ID. You can only specify one.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6929
|
-
"example": "[
|
|
7335
|
+
"example": "[\"ps-3p88qhfo\"]",
|
|
6930
7336
|
"member": "string",
|
|
6931
7337
|
"name": "DisasterRecoverGroupIds",
|
|
6932
|
-
"
|
|
7338
|
+
"output_required": false,
|
|
6933
7339
|
"type": "list",
|
|
6934
|
-
"value_allowed_null":
|
|
7340
|
+
"value_allowed_null": false
|
|
6935
7341
|
},
|
|
6936
7342
|
{
|
|
6937
7343
|
"disabled": false,
|
|
6938
7344
|
"document": "Scheduled tasks. You can use this parameter to specify scheduled tasks for the instance. Only scheduled termination is supported.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6939
|
-
"example": "
|
|
7345
|
+
"example": "无",
|
|
6940
7346
|
"member": "ActionTimer",
|
|
6941
7347
|
"name": "ActionTimer",
|
|
6942
|
-
"
|
|
7348
|
+
"output_required": false,
|
|
6943
7349
|
"type": "object",
|
|
6944
|
-
"value_allowed_null":
|
|
7350
|
+
"value_allowed_null": false
|
|
6945
7351
|
},
|
|
6946
7352
|
{
|
|
6947
7353
|
"disabled": false,
|
|
6948
7354
|
"document": "Market options of the instance, such as parameters related to spot instances. This parameter is required for spot instances.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6949
|
-
"example": "
|
|
7355
|
+
"example": "无",
|
|
6950
7356
|
"member": "InstanceMarketOptionsRequest",
|
|
6951
7357
|
"name": "InstanceMarketOptions",
|
|
6952
|
-
"
|
|
7358
|
+
"output_required": false,
|
|
6953
7359
|
"type": "object",
|
|
6954
|
-
"value_allowed_null":
|
|
7360
|
+
"value_allowed_null": false
|
|
6955
7361
|
},
|
|
6956
7362
|
{
|
|
6957
7363
|
"disabled": false,
|
|
@@ -6959,9 +7365,9 @@
|
|
|
6959
7365
|
"example": "MyHostName",
|
|
6960
7366
|
"member": "string",
|
|
6961
7367
|
"name": "HostName",
|
|
6962
|
-
"
|
|
7368
|
+
"output_required": false,
|
|
6963
7369
|
"type": "string",
|
|
6964
|
-
"value_allowed_null":
|
|
7370
|
+
"value_allowed_null": false
|
|
6965
7371
|
},
|
|
6966
7372
|
{
|
|
6967
7373
|
"disabled": false,
|
|
@@ -6969,29 +7375,29 @@
|
|
|
6969
7375
|
"example": "system-f3827db9-c58a-49cc-bf10-33fc1923a34a",
|
|
6970
7376
|
"member": "string",
|
|
6971
7377
|
"name": "ClientToken",
|
|
6972
|
-
"
|
|
7378
|
+
"output_required": false,
|
|
6973
7379
|
"type": "string",
|
|
6974
|
-
"value_allowed_null":
|
|
7380
|
+
"value_allowed_null": false
|
|
6975
7381
|
},
|
|
6976
7382
|
{
|
|
6977
7383
|
"disabled": false,
|
|
6978
7384
|
"document": "Prepaid mode. This parameter indicates relevant parameter settings for monthly-subscribed instances.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6979
|
-
"example": "
|
|
7385
|
+
"example": "无",
|
|
6980
7386
|
"member": "InstanceChargePrepaid",
|
|
6981
7387
|
"name": "InstanceChargePrepaid",
|
|
6982
|
-
"
|
|
7388
|
+
"output_required": false,
|
|
6983
7389
|
"type": "object",
|
|
6984
|
-
"value_allowed_null":
|
|
7390
|
+
"value_allowed_null": false
|
|
6985
7391
|
},
|
|
6986
7392
|
{
|
|
6987
7393
|
"disabled": false,
|
|
6988
7394
|
"document": "List of tag description. By specifying this parameter, the tag can be bound to the corresponding CVM and CBS instances at the same time.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6989
|
-
"example": "
|
|
7395
|
+
"example": "无",
|
|
6990
7396
|
"member": "TagSpecification",
|
|
6991
7397
|
"name": "TagSpecification",
|
|
6992
|
-
"
|
|
7398
|
+
"output_required": false,
|
|
6993
7399
|
"type": "list",
|
|
6994
|
-
"value_allowed_null":
|
|
7400
|
+
"value_allowed_null": false
|
|
6995
7401
|
},
|
|
6996
7402
|
{
|
|
6997
7403
|
"disabled": false,
|
|
@@ -6999,9 +7405,9 @@
|
|
|
6999
7405
|
"example": "false",
|
|
7000
7406
|
"member": "bool",
|
|
7001
7407
|
"name": "DisableApiTermination",
|
|
7002
|
-
"
|
|
7408
|
+
"output_required": true,
|
|
7003
7409
|
"type": "bool",
|
|
7004
|
-
"value_allowed_null":
|
|
7410
|
+
"value_allowed_null": false
|
|
7005
7411
|
}
|
|
7006
7412
|
],
|
|
7007
7413
|
"usage": "out"
|
|
@@ -7015,17 +7421,17 @@
|
|
|
7015
7421
|
"example": "1",
|
|
7016
7422
|
"member": "uint64",
|
|
7017
7423
|
"name": "LaunchTemplateVersion",
|
|
7018
|
-
"
|
|
7424
|
+
"output_required": true,
|
|
7019
7425
|
"type": "int",
|
|
7020
|
-
"value_allowed_null":
|
|
7426
|
+
"value_allowed_null": false
|
|
7021
7427
|
},
|
|
7022
7428
|
{
|
|
7023
7429
|
"disabled": false,
|
|
7024
7430
|
"document": "Details of instance launch template versions.",
|
|
7025
|
-
"example": "
|
|
7431
|
+
"example": "无",
|
|
7026
7432
|
"member": "LaunchTemplateVersionData",
|
|
7027
7433
|
"name": "LaunchTemplateVersionData",
|
|
7028
|
-
"
|
|
7434
|
+
"output_required": true,
|
|
7029
7435
|
"type": "object",
|
|
7030
7436
|
"value_allowed_null": false
|
|
7031
7437
|
},
|
|
@@ -7035,7 +7441,7 @@
|
|
|
7035
7441
|
"example": "2020-12-17T01:54:31Z",
|
|
7036
7442
|
"member": "datetime_iso",
|
|
7037
7443
|
"name": "CreationTime",
|
|
7038
|
-
"
|
|
7444
|
+
"output_required": true,
|
|
7039
7445
|
"type": "string",
|
|
7040
7446
|
"value_allowed_null": false
|
|
7041
7447
|
},
|
|
@@ -7045,7 +7451,7 @@
|
|
|
7045
7451
|
"example": "lt-b8v1kcyq",
|
|
7046
7452
|
"member": "string",
|
|
7047
7453
|
"name": "LaunchTemplateId",
|
|
7048
|
-
"
|
|
7454
|
+
"output_required": true,
|
|
7049
7455
|
"type": "string",
|
|
7050
7456
|
"value_allowed_null": false
|
|
7051
7457
|
},
|
|
@@ -7055,7 +7461,7 @@
|
|
|
7055
7461
|
"example": "true",
|
|
7056
7462
|
"member": "bool",
|
|
7057
7463
|
"name": "IsDefaultVersion",
|
|
7058
|
-
"
|
|
7464
|
+
"output_required": true,
|
|
7059
7465
|
"type": "bool",
|
|
7060
7466
|
"value_allowed_null": false
|
|
7061
7467
|
},
|
|
@@ -7065,9 +7471,9 @@
|
|
|
7065
7471
|
"example": "MyVersion",
|
|
7066
7472
|
"member": "string",
|
|
7067
7473
|
"name": "LaunchTemplateVersionDescription",
|
|
7068
|
-
"
|
|
7474
|
+
"output_required": true,
|
|
7069
7475
|
"type": "string",
|
|
7070
|
-
"value_allowed_null":
|
|
7476
|
+
"value_allowed_null": false
|
|
7071
7477
|
},
|
|
7072
7478
|
{
|
|
7073
7479
|
"disabled": false,
|
|
@@ -7075,7 +7481,7 @@
|
|
|
7075
7481
|
"example": "251001234",
|
|
7076
7482
|
"member": "string",
|
|
7077
7483
|
"name": "CreatedBy",
|
|
7078
|
-
"
|
|
7484
|
+
"output_required": true,
|
|
7079
7485
|
"type": "string",
|
|
7080
7486
|
"value_allowed_null": false
|
|
7081
7487
|
}
|
|
@@ -7088,50 +7494,50 @@
|
|
|
7088
7494
|
{
|
|
7089
7495
|
"disabled": false,
|
|
7090
7496
|
"document": "Type of a local disk.",
|
|
7091
|
-
"example": "",
|
|
7497
|
+
"example": "LOCAL_BASIC",
|
|
7092
7498
|
"member": "string",
|
|
7093
7499
|
"name": "Type",
|
|
7094
|
-
"
|
|
7500
|
+
"output_required": true,
|
|
7095
7501
|
"type": "string",
|
|
7096
7502
|
"value_allowed_null": false
|
|
7097
7503
|
},
|
|
7098
7504
|
{
|
|
7099
7505
|
"disabled": false,
|
|
7100
7506
|
"document": "Attributes of a local disk.",
|
|
7101
|
-
"example": "",
|
|
7507
|
+
"example": "ROOT",
|
|
7102
7508
|
"member": "string",
|
|
7103
7509
|
"name": "PartitionType",
|
|
7104
|
-
"
|
|
7510
|
+
"output_required": true,
|
|
7105
7511
|
"type": "string",
|
|
7106
7512
|
"value_allowed_null": false
|
|
7107
7513
|
},
|
|
7108
7514
|
{
|
|
7109
7515
|
"disabled": false,
|
|
7110
7516
|
"document": "Minimum size of a local disk.",
|
|
7111
|
-
"example": "",
|
|
7517
|
+
"example": "10",
|
|
7112
7518
|
"member": "int64",
|
|
7113
7519
|
"name": "MinSize",
|
|
7114
|
-
"
|
|
7520
|
+
"output_required": true,
|
|
7115
7521
|
"type": "int",
|
|
7116
7522
|
"value_allowed_null": false
|
|
7117
7523
|
},
|
|
7118
7524
|
{
|
|
7119
7525
|
"disabled": false,
|
|
7120
7526
|
"document": "Maximum size of a local disk.",
|
|
7121
|
-
"example": "",
|
|
7527
|
+
"example": "20",
|
|
7122
7528
|
"member": "int64",
|
|
7123
7529
|
"name": "MaxSize",
|
|
7124
|
-
"
|
|
7530
|
+
"output_required": true,
|
|
7125
7531
|
"type": "int",
|
|
7126
7532
|
"value_allowed_null": false
|
|
7127
7533
|
},
|
|
7128
7534
|
{
|
|
7129
7535
|
"disabled": false,
|
|
7130
7536
|
"document": "Whether a local disk is required during purchase. Valid values:<br><li>REQUIRED: required<br><li>OPTIONAL: optional",
|
|
7131
|
-
"example": "",
|
|
7537
|
+
"example": "REQUIRED",
|
|
7132
7538
|
"member": "string",
|
|
7133
7539
|
"name": "Required",
|
|
7134
|
-
"
|
|
7540
|
+
"output_required": true,
|
|
7135
7541
|
"type": "string",
|
|
7136
7542
|
"value_allowed_null": false
|
|
7137
7543
|
}
|
|
@@ -7165,7 +7571,7 @@
|
|
|
7165
7571
|
},
|
|
7166
7572
|
{
|
|
7167
7573
|
"disabled": false,
|
|
7168
|
-
"document": "
|
|
7574
|
+
"document": "Retain the original settings of the image. this parameter cannot be specified simultaneously with Password or KeyIds.N. it can be set to true only when an instance is created with a custom image, shared image, or externally imported image. value ranges from true to false: <li>true: indicates that the login settings of the image are retained</li><li>false: indicates that the login settings of the image are not retained</li>. default value: false.",
|
|
7169
7575
|
"example": "true",
|
|
7170
7576
|
"member": "string",
|
|
7171
7577
|
"name": "KeepImageLogin",
|
|
@@ -7177,6 +7583,51 @@
|
|
|
7177
7583
|
],
|
|
7178
7584
|
"usage": "both"
|
|
7179
7585
|
},
|
|
7586
|
+
"Metadata": {
|
|
7587
|
+
"document": "Custom metadata.",
|
|
7588
|
+
"members": [
|
|
7589
|
+
{
|
|
7590
|
+
"disabled": false,
|
|
7591
|
+
"document": "A list of custom metadata key-value pairs.",
|
|
7592
|
+
"example": "[{\"Key\": \"key\", \"Value\": \"value\"}]",
|
|
7593
|
+
"member": "MetadataItem",
|
|
7594
|
+
"name": "Items",
|
|
7595
|
+
"output_required": false,
|
|
7596
|
+
"required": true,
|
|
7597
|
+
"type": "list",
|
|
7598
|
+
"value_allowed_null": false
|
|
7599
|
+
}
|
|
7600
|
+
],
|
|
7601
|
+
"usage": "both"
|
|
7602
|
+
},
|
|
7603
|
+
"MetadataItem": {
|
|
7604
|
+
"document": "Custom metadata key and value.",
|
|
7605
|
+
"members": [
|
|
7606
|
+
{
|
|
7607
|
+
"disabled": false,
|
|
7608
|
+
"document": "Custom metadata key, consisting of uppercase letters (A-Z), lowercase letters (A-Z), digits (0-9), underscores (_), or hyphens (-), with a size limit of 128 bytes.",
|
|
7609
|
+
"example": "\"key\"",
|
|
7610
|
+
"member": "string",
|
|
7611
|
+
"name": "Key",
|
|
7612
|
+
"output_required": false,
|
|
7613
|
+
"required": true,
|
|
7614
|
+
"type": "string",
|
|
7615
|
+
"value_allowed_null": false
|
|
7616
|
+
},
|
|
7617
|
+
{
|
|
7618
|
+
"disabled": false,
|
|
7619
|
+
"document": "Custom metadata value. The upper limit of message size is 256 KB.",
|
|
7620
|
+
"example": "\"value\"",
|
|
7621
|
+
"member": "string",
|
|
7622
|
+
"name": "Value",
|
|
7623
|
+
"output_required": false,
|
|
7624
|
+
"required": true,
|
|
7625
|
+
"type": "string",
|
|
7626
|
+
"value_allowed_null": false
|
|
7627
|
+
}
|
|
7628
|
+
],
|
|
7629
|
+
"usage": "both"
|
|
7630
|
+
},
|
|
7180
7631
|
"ModifyChcAttributeRequest": {
|
|
7181
7632
|
"document": "ModifyChcAttribute request structure.",
|
|
7182
7633
|
"members": [
|
|
@@ -7291,7 +7742,7 @@
|
|
|
7291
7742
|
{
|
|
7292
7743
|
"disabled": false,
|
|
7293
7744
|
"document": "CDH instance ID(s).",
|
|
7294
|
-
"example": "[\"host-ey16rkyg
|
|
7745
|
+
"example": "[\"host-ey16rkyg\"]",
|
|
7295
7746
|
"member": "string",
|
|
7296
7747
|
"name": "HostIds",
|
|
7297
7748
|
"required": true,
|
|
@@ -7461,7 +7912,7 @@
|
|
|
7461
7912
|
},
|
|
7462
7913
|
{
|
|
7463
7914
|
"disabled": false,
|
|
7464
|
-
"document": "
|
|
7915
|
+
"document": "Modified instance name. can be named as required but should not exceed 128 characters.",
|
|
7465
7916
|
"example": "MyInsName",
|
|
7466
7917
|
"member": "string",
|
|
7467
7918
|
"name": "InstanceName",
|
|
@@ -7479,7 +7930,7 @@
|
|
|
7479
7930
|
},
|
|
7480
7931
|
{
|
|
7481
7932
|
"disabled": false,
|
|
7482
|
-
"document": "
|
|
7933
|
+
"document": "Specifies the security group Id list of the specified instance after modification. the instance will reassociate with the security groups in the specified list, and the associated security group will be unbound.",
|
|
7483
7934
|
"example": "[\"sg-rf6ogz49\"]",
|
|
7484
7935
|
"member": "string",
|
|
7485
7936
|
"name": "SecurityGroups",
|
|
@@ -7515,7 +7966,7 @@
|
|
|
7515
7966
|
},
|
|
7516
7967
|
{
|
|
7517
7968
|
"disabled": false,
|
|
7518
|
-
"document": "
|
|
7969
|
+
"document": "Role type, used in conjunction with CamRoleName. this value can be obtained from the RoleType field in the API response of CAM [DescribeRoleList](https://www.tencentcloud.comom/document/product/598/36223?from_cn_redirect=1) or [GetRole](https://www.tencentcloud.comom/document/product/598/36221?from_cn_redirect=1). currently, only user, system, and service_linked types are accepted.\nFor example, when CamRoleName contains \"LinkedRoleIn\" (such as TKE_QCSLinkedRoleInPrometheusService), DescribeRoleList and GetRole return RoleType as service_linked, this parameter must also transmit service_linked.\nThe parameter default value is user. this parameter can be omitted if CameRoleName is not of the service_linked kind.",
|
|
7519
7970
|
"example": "user",
|
|
7520
7971
|
"member": "string",
|
|
7521
7972
|
"name": "CamRoleType",
|
|
@@ -7546,6 +7997,105 @@
|
|
|
7546
7997
|
],
|
|
7547
7998
|
"type": "object"
|
|
7548
7999
|
},
|
|
8000
|
+
"ModifyInstancesChargeTypeRequest": {
|
|
8001
|
+
"document": "ModifyInstancesChargeType request structure.",
|
|
8002
|
+
"members": [
|
|
8003
|
+
{
|
|
8004
|
+
"disabled": false,
|
|
8005
|
+
"document": "One or more instance ids to be operated. you can obtain the instance ID through the `InstanceId` in the return value from the api [DescribeInstances](https://www.tencentcloud.com/document/api/213/15728?from_cn_redirect=1). the maximum number of instances per request is 20.",
|
|
8006
|
+
"example": "[\"ins-r8hr2upy\"]",
|
|
8007
|
+
"member": "string",
|
|
8008
|
+
"name": "InstanceIds",
|
|
8009
|
+
"required": true,
|
|
8010
|
+
"type": "list"
|
|
8011
|
+
},
|
|
8012
|
+
{
|
|
8013
|
+
"disabled": false,
|
|
8014
|
+
"document": "Modified instance [billing type](https://www.tencentcloud.com/document/product/213/2180?from_cn_redirect=1). <li>`PREPAID`: monthly subscription.</li> \n**Note:** Only supports converting pay-as-you-go instances to annual and monthly subscription instances.\n\ndefault value: `PREPAID`",
|
|
8015
|
+
"example": "PREPAID",
|
|
8016
|
+
"member": "string",
|
|
8017
|
+
"name": "InstanceChargeType",
|
|
8018
|
+
"required": true,
|
|
8019
|
+
"type": "string"
|
|
8020
|
+
},
|
|
8021
|
+
{
|
|
8022
|
+
"disabled": false,
|
|
8023
|
+
"document": "Modified prepaid mode, parameter settings related to monthly/annual subscription. by specifying this parameter, you can specify the purchase duration of annual and monthly subscription instances, whether to enable auto-renewal, and other attributes. ",
|
|
8024
|
+
"example": "无",
|
|
8025
|
+
"member": "InstanceChargePrepaid",
|
|
8026
|
+
"name": "InstanceChargePrepaid",
|
|
8027
|
+
"required": false,
|
|
8028
|
+
"type": "object"
|
|
8029
|
+
},
|
|
8030
|
+
{
|
|
8031
|
+
"disabled": false,
|
|
8032
|
+
"document": "Whether to switch the billing mode of elastic data cloud disks simultaneously. valid values: <li> true: means switching the billing mode of elastic data cloud disks</li><li> false: means not switching the billing mode of elastic data cloud disks</li>default value: false.",
|
|
8033
|
+
"example": "false",
|
|
8034
|
+
"member": "bool",
|
|
8035
|
+
"name": "ModifyPortableDataDisk",
|
|
8036
|
+
"required": false,
|
|
8037
|
+
"type": "bool"
|
|
8038
|
+
}
|
|
8039
|
+
],
|
|
8040
|
+
"type": "object"
|
|
8041
|
+
},
|
|
8042
|
+
"ModifyInstancesChargeTypeResponse": {
|
|
8043
|
+
"document": "ModifyInstancesChargeType response structure.",
|
|
8044
|
+
"members": [
|
|
8045
|
+
{
|
|
8046
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
8047
|
+
"member": "string",
|
|
8048
|
+
"name": "RequestId",
|
|
8049
|
+
"type": "string"
|
|
8050
|
+
}
|
|
8051
|
+
],
|
|
8052
|
+
"type": "object"
|
|
8053
|
+
},
|
|
8054
|
+
"ModifyInstancesDisasterRecoverGroupRequest": {
|
|
8055
|
+
"document": "ModifyInstancesDisasterRecoverGroup request structure.",
|
|
8056
|
+
"members": [
|
|
8057
|
+
{
|
|
8058
|
+
"disabled": false,
|
|
8059
|
+
"document": "One or more instance ids to be operated. you can obtain the instance ID through the `InstanceId` in the return value from the api [DescribeInstances](https://www.tencentcloud.com/zh/document/api/213/33258). the maximum number of instances per request is 100.",
|
|
8060
|
+
"example": "[\"ins-r8hr2upy\"]",
|
|
8061
|
+
"member": "string",
|
|
8062
|
+
"name": "InstanceIds",
|
|
8063
|
+
"required": true,
|
|
8064
|
+
"type": "list"
|
|
8065
|
+
},
|
|
8066
|
+
{
|
|
8067
|
+
"disabled": false,
|
|
8068
|
+
"document": "Spread placement group ID. obtain through the api [DescribeDisasterRecoverGroups](https://www.tencentcloud.com/zh/document/api/213/33261).",
|
|
8069
|
+
"example": "ps-a66w6rlb",
|
|
8070
|
+
"member": "string",
|
|
8071
|
+
"name": "DisasterRecoverGroupId",
|
|
8072
|
+
"required": false,
|
|
8073
|
+
"type": "string"
|
|
8074
|
+
},
|
|
8075
|
+
{
|
|
8076
|
+
"disabled": false,
|
|
8077
|
+
"document": "Whether to forcibly change instance hosts. value range:<br><li>true: indicates that the instance is allowed to change hosts, allowing the instance to reboot. local disk machine does not support specifying this parameter.</li><br><li>false: does not allow the instance to change hosts. instances can only be added to the placement group on the current host. this may result in a failure to change the placement group.</li><br><br>default value: false.",
|
|
8078
|
+
"example": "false",
|
|
8079
|
+
"member": "bool",
|
|
8080
|
+
"name": "Force",
|
|
8081
|
+
"required": false,
|
|
8082
|
+
"type": "bool"
|
|
8083
|
+
}
|
|
8084
|
+
],
|
|
8085
|
+
"type": "object"
|
|
8086
|
+
},
|
|
8087
|
+
"ModifyInstancesDisasterRecoverGroupResponse": {
|
|
8088
|
+
"document": "ModifyInstancesDisasterRecoverGroup response structure.",
|
|
8089
|
+
"members": [
|
|
8090
|
+
{
|
|
8091
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
8092
|
+
"member": "string",
|
|
8093
|
+
"name": "RequestId",
|
|
8094
|
+
"type": "string"
|
|
8095
|
+
}
|
|
8096
|
+
],
|
|
8097
|
+
"type": "object"
|
|
8098
|
+
},
|
|
7549
8099
|
"ModifyInstancesProjectRequest": {
|
|
7550
8100
|
"document": "ModifyInstancesProject request structure.",
|
|
7551
8101
|
"members": [
|
|
@@ -7642,7 +8192,7 @@
|
|
|
7642
8192
|
{
|
|
7643
8193
|
"disabled": false,
|
|
7644
8194
|
"document": "Whether to force shut down a running instances. Default value: TRUE.",
|
|
7645
|
-
"example": "
|
|
8195
|
+
"example": "false",
|
|
7646
8196
|
"member": "bool",
|
|
7647
8197
|
"name": "ForceStop",
|
|
7648
8198
|
"required": false,
|
|
@@ -7651,7 +8201,7 @@
|
|
|
7651
8201
|
{
|
|
7652
8202
|
"disabled": false,
|
|
7653
8203
|
"document": "Whether to keep the host name. Default value: FALSE.",
|
|
7654
|
-
"example": "
|
|
8204
|
+
"example": "false",
|
|
7655
8205
|
"member": "bool",
|
|
7656
8206
|
"name": "ReserveHostName",
|
|
7657
8207
|
"required": false,
|
|
@@ -7759,40 +8309,40 @@
|
|
|
7759
8309
|
{
|
|
7760
8310
|
"disabled": false,
|
|
7761
8311
|
"document": "Instance operation. Valid values: <br><li>`INSTANCE_DEGRADE`: downgrade an instance<br><li>`INTERNET_CHARGE_TYPE_CHANGE`: modify the billing plan of the network connection",
|
|
7762
|
-
"example": "",
|
|
8312
|
+
"example": "INSTANCE_DEGRADE",
|
|
7763
8313
|
"member": "string",
|
|
7764
8314
|
"name": "Operation",
|
|
7765
|
-
"
|
|
8315
|
+
"output_required": true,
|
|
7766
8316
|
"type": "string",
|
|
7767
8317
|
"value_allowed_null": false
|
|
7768
8318
|
},
|
|
7769
8319
|
{
|
|
7770
8320
|
"disabled": false,
|
|
7771
8321
|
"document": "Instance ID.",
|
|
7772
|
-
"example": "",
|
|
8322
|
+
"example": "ins-xxxxx",
|
|
7773
8323
|
"member": "string",
|
|
7774
8324
|
"name": "InstanceId",
|
|
7775
|
-
"
|
|
8325
|
+
"output_required": true,
|
|
7776
8326
|
"type": "string",
|
|
7777
8327
|
"value_allowed_null": false
|
|
7778
8328
|
},
|
|
7779
8329
|
{
|
|
7780
8330
|
"disabled": false,
|
|
7781
8331
|
"document": "Number of operations already performed. If it returns `-1`, it means there is no limit on the times of the operation.",
|
|
7782
|
-
"example": "",
|
|
8332
|
+
"example": "1",
|
|
7783
8333
|
"member": "int64",
|
|
7784
8334
|
"name": "CurrentCount",
|
|
7785
|
-
"
|
|
8335
|
+
"output_required": true,
|
|
7786
8336
|
"type": "int",
|
|
7787
8337
|
"value_allowed_null": false
|
|
7788
8338
|
},
|
|
7789
8339
|
{
|
|
7790
8340
|
"disabled": false,
|
|
7791
8341
|
"document": "Maximum number of times you can perform an operation. If it returns `-1`, it means there is no limit on the times of the operation. If it returns `0`, it means that configuration modification is not supported.",
|
|
7792
|
-
"example": "",
|
|
8342
|
+
"example": "5",
|
|
7793
8343
|
"member": "int64",
|
|
7794
8344
|
"name": "LimitCount",
|
|
7795
|
-
"
|
|
8345
|
+
"output_required": true,
|
|
7796
8346
|
"type": "int",
|
|
7797
8347
|
"value_allowed_null": false
|
|
7798
8348
|
}
|
|
@@ -7805,30 +8355,30 @@
|
|
|
7805
8355
|
{
|
|
7806
8356
|
"disabled": false,
|
|
7807
8357
|
"document": "Operating system type",
|
|
7808
|
-
"example": "",
|
|
8358
|
+
"example": "CentOS",
|
|
7809
8359
|
"member": "string",
|
|
7810
8360
|
"name": "OsName",
|
|
7811
|
-
"
|
|
8361
|
+
"output_required": true,
|
|
7812
8362
|
"type": "string",
|
|
7813
8363
|
"value_allowed_null": false
|
|
7814
8364
|
},
|
|
7815
8365
|
{
|
|
7816
8366
|
"disabled": false,
|
|
7817
8367
|
"document": "Supported operating system versions",
|
|
7818
|
-
"example": "",
|
|
8368
|
+
"example": "[\"9\"]",
|
|
7819
8369
|
"member": "string",
|
|
7820
8370
|
"name": "OsVersions",
|
|
7821
|
-
"
|
|
8371
|
+
"output_required": true,
|
|
7822
8372
|
"type": "list",
|
|
7823
8373
|
"value_allowed_null": false
|
|
7824
8374
|
},
|
|
7825
8375
|
{
|
|
7826
8376
|
"disabled": false,
|
|
7827
8377
|
"document": "Supported operating system architecture",
|
|
7828
|
-
"example": "",
|
|
8378
|
+
"example": "x86_64",
|
|
7829
8379
|
"member": "string",
|
|
7830
8380
|
"name": "Architecture",
|
|
7831
|
-
"
|
|
8381
|
+
"output_required": true,
|
|
7832
8382
|
"type": "list",
|
|
7833
8383
|
"value_allowed_null": false
|
|
7834
8384
|
}
|
|
@@ -7851,7 +8401,7 @@
|
|
|
7851
8401
|
},
|
|
7852
8402
|
{
|
|
7853
8403
|
"disabled": false,
|
|
7854
|
-
"document": "
|
|
8404
|
+
"document": "Instance'S project ID. obtain this parameter by calling the `ProjectId` field in the return value of [DescribeProject](https://www.tencentcloud.com/document/product/651/54679). default value 0 means default project.",
|
|
7855
8405
|
"example": "0",
|
|
7856
8406
|
"member": "int64",
|
|
7857
8407
|
"name": "ProjectId",
|
|
@@ -7862,7 +8412,7 @@
|
|
|
7862
8412
|
},
|
|
7863
8413
|
{
|
|
7864
8414
|
"disabled": false,
|
|
7865
|
-
"document": "ID list
|
|
8415
|
+
"document": "Specifies the dedicated host ID list for instance ownership, only used for input parameters. if you purchase a dedicated host and specify this parameter, instances you purchase will be randomly deployed on these dedicated hosts. obtain this parameter by calling the `HostId` field in the return value of [DescribeHosts](https://www.tencentcloud.com/document/product/213/33279?lang=en).",
|
|
7866
8416
|
"example": "[\"host-o5i742go\"]",
|
|
7867
8417
|
"member": "string",
|
|
7868
8418
|
"name": "HostIds",
|
|
@@ -7952,7 +8502,7 @@
|
|
|
7952
8502
|
},
|
|
7953
8503
|
{
|
|
7954
8504
|
"disabled": false,
|
|
7955
|
-
"document": "Reserved instance name.<br><li>The RI name defaults to
|
|
8505
|
+
"document": "Reserved instance name.<br><li>The RI name defaults to \"unnamed\" if this parameter is left empty.</li><li>You can enter any name within 60 characters (including the pattern string).</li>",
|
|
7956
8506
|
"example": "myReservedInstance",
|
|
7957
8507
|
"member": "string",
|
|
7958
8508
|
"name": "ReservedInstanceName",
|
|
@@ -8116,6 +8666,51 @@
|
|
|
8116
8666
|
],
|
|
8117
8667
|
"type": "object"
|
|
8118
8668
|
},
|
|
8669
|
+
"RenewInstancesRequest": {
|
|
8670
|
+
"document": "RenewInstances request structure.",
|
|
8671
|
+
"members": [
|
|
8672
|
+
{
|
|
8673
|
+
"disabled": false,
|
|
8674
|
+
"document": "One or more instance IDs to be operated. You can obtain the instance ID through the `InstanceId` in the return value from the API [DescribeInstances](https://www.tencentcloud.comom/document/api/213/15728?from_cn_redirect=1). The maximum number of instances per request is 100.",
|
|
8675
|
+
"example": "[\"ins-r8hr2upy\"]",
|
|
8676
|
+
"member": "string",
|
|
8677
|
+
"name": "InstanceIds",
|
|
8678
|
+
"required": true,
|
|
8679
|
+
"type": "list"
|
|
8680
|
+
},
|
|
8681
|
+
{
|
|
8682
|
+
"disabled": false,
|
|
8683
|
+
"document": "Prepaid mode, that is, parameter settings related to monthly/annual subscription. specifies attributes of a monthly subscription instance, such as renewal duration and whether to enable auto-renewal, by specifying this parameter. <dx-alert infotype=\"explain\" title=\"\">.\nAnnual and monthly subscription instances. this parameter is a required parameter.</dx-alert>.",
|
|
8684
|
+
"example": "无",
|
|
8685
|
+
"member": "InstanceChargePrepaid",
|
|
8686
|
+
"name": "InstanceChargePrepaid",
|
|
8687
|
+
"required": false,
|
|
8688
|
+
"type": "object"
|
|
8689
|
+
},
|
|
8690
|
+
{
|
|
8691
|
+
"disabled": false,
|
|
8692
|
+
"document": "Whether to renew the elastic data disk. valid values:<br><li>true: indicates renewing the annual and monthly subscription instance and its mounted elastic data disk simultaneously</li><li>false: indicates renewing the annual and monthly subscription instance while no longer renewing its mounted elastic data disk</li><br>default value: true.",
|
|
8693
|
+
"example": "false",
|
|
8694
|
+
"member": "bool",
|
|
8695
|
+
"name": "RenewPortableDataDisk",
|
|
8696
|
+
"required": false,
|
|
8697
|
+
"type": "bool"
|
|
8698
|
+
}
|
|
8699
|
+
],
|
|
8700
|
+
"type": "object"
|
|
8701
|
+
},
|
|
8702
|
+
"RenewInstancesResponse": {
|
|
8703
|
+
"document": "RenewInstances response structure.",
|
|
8704
|
+
"members": [
|
|
8705
|
+
{
|
|
8706
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
8707
|
+
"member": "string",
|
|
8708
|
+
"name": "RequestId",
|
|
8709
|
+
"type": "string"
|
|
8710
|
+
}
|
|
8711
|
+
],
|
|
8712
|
+
"type": "object"
|
|
8713
|
+
},
|
|
8119
8714
|
"ReservedInstanceConfigInfoItem": {
|
|
8120
8715
|
"document": "Static configurations of the reserved instance.",
|
|
8121
8716
|
"members": [
|
|
@@ -8249,7 +8844,7 @@
|
|
|
8249
8844
|
"name": "FixedPriceDiscount",
|
|
8250
8845
|
"output_required": false,
|
|
8251
8846
|
"type": "float",
|
|
8252
|
-
"value_allowed_null":
|
|
8847
|
+
"value_allowed_null": false
|
|
8253
8848
|
},
|
|
8254
8849
|
{
|
|
8255
8850
|
"disabled": false,
|
|
@@ -8259,7 +8854,7 @@
|
|
|
8259
8854
|
"name": "UsagePriceDiscount",
|
|
8260
8855
|
"output_required": false,
|
|
8261
8856
|
"type": "float",
|
|
8262
|
-
"value_allowed_null":
|
|
8857
|
+
"value_allowed_null": false
|
|
8263
8858
|
}
|
|
8264
8859
|
],
|
|
8265
8860
|
"usage": "out"
|
|
@@ -8987,7 +9582,7 @@
|
|
|
8987
9582
|
"members": [
|
|
8988
9583
|
{
|
|
8989
9584
|
"disabled": false,
|
|
8990
|
-
"document": "Instance ID.
|
|
9585
|
+
"document": "Instance ID to be operated. can be obtained from the `InstanceId` in the return value from the DescribeInstances api (https://www.tencentcloud.comom/document/api/213/15728?from_cn_redirect=1).",
|
|
8991
9586
|
"example": "ins-r8hr2upy",
|
|
8992
9587
|
"member": "string",
|
|
8993
9588
|
"name": "InstanceId",
|
|
@@ -8996,7 +9591,7 @@
|
|
|
8996
9591
|
},
|
|
8997
9592
|
{
|
|
8998
9593
|
"disabled": false,
|
|
8999
|
-
"document": "
|
|
9594
|
+
"document": "Specifies the configuration information of the data disk to be expanded, only supporting specifying the target capacity of the disk to be expanded. only non-elastic data disks (with `Portable` being `false` in the return values of [DescribeDisks](https://www.tencentcloud.comom/document/api/362/16315?from_cn_redirect=1)) can be expanded. the unit of data disk capacity is GiB. the minimum expansion step is 10 GiB. for data disk type selection, refer to [disk product introduction](https://www.tencentcloud.comom/document/product/362/2353?from_cn_redirect=1). the available data disk type is restricted by the instance type `InstanceType`. additionally, the maximum allowable capacity for expansion varies by data disk type.\n<dx-alert infotype=\"explain\" title=\"\">You should specify either DataDisks or SystemDisk, but you cannot specify both at the same time.</dx-alert>",
|
|
9000
9595
|
"example": "无",
|
|
9001
9596
|
"member": "DataDisk",
|
|
9002
9597
|
"name": "DataDisks",
|
|
@@ -9005,7 +9600,7 @@
|
|
|
9005
9600
|
},
|
|
9006
9601
|
{
|
|
9007
9602
|
"disabled": false,
|
|
9008
|
-
"document": "
|
|
9603
|
+
"document": "Specifies whether to forcibly shut down a running instance. it is recommended to manually shut down a running instance first and then expand the instance disk. valid values:<br><li>true: forcibly shut down an instance after a normal shutdown fails.</li><br><li>false: do not forcibly shut down an instance after a normal shutdown fails.</li><br><br>default value: false.<br><br>forced shutdown is equivalent to turning off a physical computer's power switch. forced shutdown may cause data loss or file system corruption and should only be used when a server cannot be shut down normally.",
|
|
9009
9604
|
"example": "true",
|
|
9010
9605
|
"member": "bool",
|
|
9011
9606
|
"name": "ForceStop",
|
|
@@ -9014,7 +9609,7 @@
|
|
|
9014
9609
|
},
|
|
9015
9610
|
{
|
|
9016
9611
|
"disabled": false,
|
|
9017
|
-
"document": "
|
|
9612
|
+
"document": "System disk configuration information to be expanded. only supports specifying the purpose capacity of the disk to be expanded. only supports cloud disk expansion.\n<dx-alert infotype=\"explain\" title=\"\">You should specify either DataDisks or SystemDisk, but you cannot specify both at the same time.</dx-alert>",
|
|
9018
9613
|
"example": "无",
|
|
9019
9614
|
"member": "SystemDisk",
|
|
9020
9615
|
"name": "SystemDisk",
|
|
@@ -9067,7 +9662,7 @@
|
|
|
9067
9662
|
"members": [
|
|
9068
9663
|
{
|
|
9069
9664
|
"disabled": false,
|
|
9070
|
-
"document": "Instance [billing type](https://intl.cloud.tencent.com/document/product/213/2180?from_cn_redirect=1). <br><li>`POSTPAID_BY_HOUR`: Hourly-based pay-as-you-go <br><li>`CDHPAID`: Dedicated CVM (associated with a dedicated host. Resource usage of the dedicated host is free of charge.) <br><li>`SPOTPAID`: [Spot instance](https://intl.cloud.tencent.com/document/product/213/17817)<br>Default value: `POSTPAID_BY_HOUR`.",
|
|
9665
|
+
"document": "Instance [billing type](https://intl.cloud.tencent.com/document/product/213/2180?from_cn_redirect=1). <br><li>`PREPAID`: Monthly Subscription, used for at least one month <br><li>`POSTPAID_BY_HOUR`: Hourly-based pay-as-you-go <br><li>`CDHPAID`: [Dedicated CVM](https://www.tencentcloud.com/document/product/416/5068?lang=en&pg=) (associated with a dedicated host. Resource usage of the dedicated host is free of charge.) <br><li>`SPOTPAID`: [Spot instance](https://intl.cloud.tencent.com/document/product/213/17817)<br>Default value: `POSTPAID_BY_HOUR`.",
|
|
9071
9666
|
"example": "POSTPAID_BY_HOUR",
|
|
9072
9667
|
"member": "string",
|
|
9073
9668
|
"name": "InstanceChargeType",
|
|
@@ -9094,7 +9689,7 @@
|
|
|
9094
9689
|
},
|
|
9095
9690
|
{
|
|
9096
9691
|
"disabled": false,
|
|
9097
|
-
"document": "The instance model. \n<br><li>To view specific values for `POSTPAID_BY_HOUR` instances, you can call [DescribeInstanceTypeConfigs](https://intl.cloud.tencent.com/document/api/213/15749?from_cn_redirect=1) or refer to [Instance Types](https://intl.cloud.tencent.com/document/product/213/11518?from_cn_redirect=1).
|
|
9692
|
+
"document": "The instance model. \n<br><li>To view specific values for `POSTPAID_BY_HOUR` instances, you can call [DescribeInstanceTypeConfigs](https://intl.cloud.tencent.com/document/api/213/15749?from_cn_redirect=1) or refer to [Instance Types](https://intl.cloud.tencent.com/document/product/213/11518?from_cn_redirect=1). <br><li>For `CDHPAID` instances, the value of this parameter is in the format of `CDH_XCXG` based on the number of CPU cores and memory capacity. For example, if you want to create a CDH instance with a single-core CPU and 1 GB memory, specify this parameter as `CDH_1C1G`.",
|
|
9098
9693
|
"example": "S5.LARGE4",
|
|
9099
9694
|
"member": "string",
|
|
9100
9695
|
"name": "InstanceType",
|
|
@@ -9157,7 +9752,16 @@
|
|
|
9157
9752
|
},
|
|
9158
9753
|
{
|
|
9159
9754
|
"disabled": false,
|
|
9160
|
-
"document": "
|
|
9755
|
+
"document": "Specifies the minimum number of instances to create. value range: positive integer not greater than InstanceCount.\nSpecifies the minimum purchasable quantity, guarantees to create at least MinCount instances, and creates InstanceCount instances as much as possible.\nInsufficient inventory to meet the minimum purchasable quantity will trigger an error info indicating insufficient stock.\nOnly applicable to accounts, regions, and billing modes (annual/monthly subscription, pay-as-you-go, spot instance, exclusive sales) with partial support.",
|
|
9756
|
+
"example": "1",
|
|
9757
|
+
"member": "int64",
|
|
9758
|
+
"name": "MinCount",
|
|
9759
|
+
"required": false,
|
|
9760
|
+
"type": "int"
|
|
9761
|
+
},
|
|
9762
|
+
{
|
|
9763
|
+
"disabled": false,
|
|
9764
|
+
"document": "Instance display name. <li>if no instance display name is specified, it will display 'unnamed' by default.</li> <li>when purchasing multiple instances, if the pattern string `{R:x}` is specified, it means generating numbers `[x, x+n-1]`, where `n` represents the number of purchased instances. for example, `server_{R:3}`: when purchasing 1 instance, the instance display name is `server_3`; when purchasing 2 instances, the instance display names are `server_3` and `server_4` respectively. supports specifying multiple pattern strings `{R:x}`.</li> <li>when purchasing multiple instances without specifying a pattern string, suffixes `1, 2...n` will be added to the instance display name, where `n` represents the number of purchased instances. for example, `server_`: when purchasing 2 instances, the instance display names are `server_1` and `server_2` respectively.</li> <li>supports up to 128 characters (including pattern strings).</li>.",
|
|
9161
9765
|
"example": "server_{R:3}",
|
|
9162
9766
|
"member": "string",
|
|
9163
9767
|
"name": "InstanceName",
|
|
@@ -9175,7 +9779,7 @@
|
|
|
9175
9779
|
},
|
|
9176
9780
|
{
|
|
9177
9781
|
"disabled": false,
|
|
9178
|
-
"document": "Security
|
|
9782
|
+
"document": "Security group to which an instance belongs. obtain this parameter by calling the `SecurityGroupId` field in the return value of [DescribeSecurityGroups](https://www.tencentcloud.com/document/product/215/15808?from_search=1). if not specified, bind the default security group under the designated project. if the default security group does not exist, automatically create it.",
|
|
9179
9783
|
"example": "[\"sg-ajhn9qtq\"]",
|
|
9180
9784
|
"member": "string",
|
|
9181
9785
|
"name": "SecurityGroupIds",
|
|
@@ -9221,7 +9825,7 @@
|
|
|
9221
9825
|
{
|
|
9222
9826
|
"disabled": false,
|
|
9223
9827
|
"document": "Placement group ID. You can only specify one.",
|
|
9224
|
-
"example": "[
|
|
9828
|
+
"example": "[\"sg-efil73jd\"]",
|
|
9225
9829
|
"member": "string",
|
|
9226
9830
|
"name": "DisasterRecoverGroupIds",
|
|
9227
9831
|
"required": false,
|
|
@@ -9254,6 +9858,15 @@
|
|
|
9254
9858
|
"required": false,
|
|
9255
9859
|
"type": "string"
|
|
9256
9860
|
},
|
|
9861
|
+
{
|
|
9862
|
+
"disabled": false,
|
|
9863
|
+
"document": "Custom metadata. specifies the support for creating custom metadata key-value pairs when creating a CVM.\n**Note: this field is in beta test.**.",
|
|
9864
|
+
"example": "无",
|
|
9865
|
+
"member": "Metadata",
|
|
9866
|
+
"name": "Metadata",
|
|
9867
|
+
"required": false,
|
|
9868
|
+
"type": "object"
|
|
9869
|
+
},
|
|
9257
9870
|
{
|
|
9258
9871
|
"disabled": false,
|
|
9259
9872
|
"document": "Whether the request is a dry run only.\n`true`: dry run only. The request will not create instance(s). A dry run can check whether all the required parameters are specified, whether the request format is right, whether the request exceeds service limits, and whether the specified CVMs are available.\nIf the dry run fails, the corresponding error code will be returned.\nIf the dry run succeeds, the RequestId will be returned.\n`false` (default value): Send a normal request and create instance(s) if all the requirements are met.",
|
|
@@ -9325,6 +9938,15 @@
|
|
|
9325
9938
|
"name": "DisableApiTermination",
|
|
9326
9939
|
"required": false,
|
|
9327
9940
|
"type": "bool"
|
|
9941
|
+
},
|
|
9942
|
+
{
|
|
9943
|
+
"disabled": false,
|
|
9944
|
+
"document": "Whether the instance enables jumbo frames. valid values:<br><li/> true: means the instance enables jumbo frames. only models supporting jumbo frames can be set to true.<br><li/> false: means the instance disables jumbo frames. only models supporting jumbo frames can be set to false.<br> instance specifications supporting jumbo frames: [instance specifications](https://www.tencentcloud.com/document/product/213/11518?lang=en&pg=).",
|
|
9945
|
+
"example": "false",
|
|
9946
|
+
"member": "bool",
|
|
9947
|
+
"name": "EnableJumboFrame",
|
|
9948
|
+
"required": false,
|
|
9949
|
+
"type": "bool"
|
|
9328
9950
|
}
|
|
9329
9951
|
],
|
|
9330
9952
|
"type": "object"
|
|
@@ -9335,7 +9957,7 @@
|
|
|
9335
9957
|
{
|
|
9336
9958
|
"disabled": false,
|
|
9337
9959
|
"document": "If you use this API to create instance(s), this parameter will be returned, representing one or more instance IDs. Retuning the instance ID list does not necessarily mean that the instance(s) were created successfully. To check whether the instance(s) were created successfully, you can call [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and check the status of the instances in `InstancesSet` in the response. If the status of an instance changes from \"PENDING\" to \"RUNNING\", it means that the instance has been created successfully.",
|
|
9338
|
-
"example": "[
|
|
9960
|
+
"example": "[\"ins-rn79mzt1\"]",
|
|
9339
9961
|
"member": "string",
|
|
9340
9962
|
"name": "InstanceIdSet",
|
|
9341
9963
|
"output_required": true,
|
|
@@ -9356,7 +9978,7 @@
|
|
|
9356
9978
|
"members": [
|
|
9357
9979
|
{
|
|
9358
9980
|
"disabled": false,
|
|
9359
|
-
"document": "Whether to enable
|
|
9981
|
+
"document": "Whether to enable the cloud monitor service. value ranges from: <li>true: indicates enabling the cloud monitor service</li> <li>false: indicates disabling the cloud monitor service</li> default value: true.",
|
|
9360
9982
|
"example": "true",
|
|
9361
9983
|
"member": "bool",
|
|
9362
9984
|
"name": "Enabled",
|
|
@@ -9391,20 +10013,20 @@
|
|
|
9391
10013
|
{
|
|
9392
10014
|
"disabled": false,
|
|
9393
10015
|
"document": "Time when an image was shared.",
|
|
9394
|
-
"example": "
|
|
10016
|
+
"example": "2023-10-05T14:30:00Z",
|
|
9395
10017
|
"member": "datetime_iso",
|
|
9396
10018
|
"name": "CreatedTime",
|
|
9397
|
-
"
|
|
10019
|
+
"output_required": true,
|
|
9398
10020
|
"type": "string",
|
|
9399
10021
|
"value_allowed_null": false
|
|
9400
10022
|
},
|
|
9401
10023
|
{
|
|
9402
10024
|
"disabled": false,
|
|
9403
10025
|
"document": "ID of the account with which the image is shared.",
|
|
9404
|
-
"example": "
|
|
10026
|
+
"example": "2700036",
|
|
9405
10027
|
"member": "string",
|
|
9406
10028
|
"name": "AccountId",
|
|
9407
|
-
"
|
|
10029
|
+
"output_required": true,
|
|
9408
10030
|
"type": "string",
|
|
9409
10031
|
"value_allowed_null": false
|
|
9410
10032
|
}
|
|
@@ -9417,30 +10039,30 @@
|
|
|
9417
10039
|
{
|
|
9418
10040
|
"disabled": false,
|
|
9419
10041
|
"document": "Snapshot ID.",
|
|
9420
|
-
"example": "",
|
|
10042
|
+
"example": "snap-2y1v",
|
|
9421
10043
|
"member": "string",
|
|
9422
10044
|
"name": "SnapshotId",
|
|
9423
|
-
"
|
|
10045
|
+
"output_required": true,
|
|
9424
10046
|
"type": "string",
|
|
9425
10047
|
"value_allowed_null": false
|
|
9426
10048
|
},
|
|
9427
10049
|
{
|
|
9428
10050
|
"disabled": false,
|
|
9429
10051
|
"document": "Type of the cloud disk used to create the snapshot. Valid values:\nSYSTEM_DISK: system disk\nDATA_DISK: data disk",
|
|
9430
|
-
"example": "",
|
|
10052
|
+
"example": "SYSTEM_DISK",
|
|
9431
10053
|
"member": "string",
|
|
9432
10054
|
"name": "DiskUsage",
|
|
9433
|
-
"
|
|
10055
|
+
"output_required": true,
|
|
9434
10056
|
"type": "string",
|
|
9435
10057
|
"value_allowed_null": false
|
|
9436
10058
|
},
|
|
9437
10059
|
{
|
|
9438
10060
|
"disabled": false,
|
|
9439
10061
|
"document": "Size of the cloud disk used to create the snapshot; unit: GB.",
|
|
9440
|
-
"example": "",
|
|
10062
|
+
"example": "50",
|
|
9441
10063
|
"member": "int64",
|
|
9442
10064
|
"name": "DiskSize",
|
|
9443
|
-
"
|
|
10065
|
+
"output_required": true,
|
|
9444
10066
|
"type": "int",
|
|
9445
10067
|
"value_allowed_null": false
|
|
9446
10068
|
}
|
|
@@ -9452,7 +10074,7 @@
|
|
|
9452
10074
|
"members": [
|
|
9453
10075
|
{
|
|
9454
10076
|
"disabled": false,
|
|
9455
|
-
"document": "
|
|
10077
|
+
"document": "Bid price.",
|
|
9456
10078
|
"example": "0.01",
|
|
9457
10079
|
"member": "string",
|
|
9458
10080
|
"name": "MaxPrice",
|
|
@@ -9463,7 +10085,7 @@
|
|
|
9463
10085
|
},
|
|
9464
10086
|
{
|
|
9465
10087
|
"disabled": false,
|
|
9466
|
-
"document": "
|
|
10088
|
+
"document": "Bid request type. valid values: one-time. currently, only the one-time type is supported.",
|
|
9467
10089
|
"example": "one-time",
|
|
9468
10090
|
"member": "string",
|
|
9469
10091
|
"name": "SpotInstanceType",
|
|
@@ -9515,7 +10137,7 @@
|
|
|
9515
10137
|
"type": "list"
|
|
9516
10138
|
},
|
|
9517
10139
|
{
|
|
9518
|
-
"disabled":
|
|
10140
|
+
"disabled": true,
|
|
9519
10141
|
"document": "(Disused. Please use `StopType` instead.) Whether to forcibly shut down an instance after a normal shutdown fails. Valid values: <br><li>`TRUE`: yes;<br><li>`FALSE`: no<br><br>Default value: `FALSE`. ",
|
|
9520
10142
|
"example": "false",
|
|
9521
10143
|
"member": "bool",
|
|
@@ -9561,7 +10183,7 @@
|
|
|
9561
10183
|
"members": [
|
|
9562
10184
|
{
|
|
9563
10185
|
"disabled": false,
|
|
9564
|
-
"document": "
|
|
10186
|
+
"document": "HDD LOCAL storage type specifies the value: LOCAL_PRO.",
|
|
9565
10187
|
"example": "LOCAL_PRO",
|
|
9566
10188
|
"member": "string",
|
|
9567
10189
|
"name": "Type",
|
|
@@ -9572,7 +10194,7 @@
|
|
|
9572
10194
|
},
|
|
9573
10195
|
{
|
|
9574
10196
|
"disabled": false,
|
|
9575
|
-
"document": "
|
|
10197
|
+
"document": "Specifies the minimum HDD local storage capacity. measurement unit: GiB.",
|
|
9576
10198
|
"example": "100",
|
|
9577
10199
|
"member": "int64",
|
|
9578
10200
|
"name": "MinSize",
|
|
@@ -9583,7 +10205,7 @@
|
|
|
9583
10205
|
},
|
|
9584
10206
|
{
|
|
9585
10207
|
"disabled": false,
|
|
9586
|
-
"document": "
|
|
10208
|
+
"document": "Specifies the maximum capacity of HDD local storage. measurement unit: GiB.",
|
|
9587
10209
|
"example": "200",
|
|
9588
10210
|
"member": "int64",
|
|
9589
10211
|
"name": "MaxSize",
|
|
@@ -9717,7 +10339,7 @@
|
|
|
9717
10339
|
"members": [
|
|
9718
10340
|
{
|
|
9719
10341
|
"disabled": false,
|
|
9720
|
-
"document": "
|
|
10342
|
+
"document": "Specifies the system disk type. for the restrictions on the system disk type, refer to [storage overview](https://www.tencentcloud.com/document/product/362/31636). value range:<br>\n<li>LOCAL_BASIC: Local SATA disk</li>\n<li>LOCAL_SSD: Local NVMe SSD</li>\n<li>CLOUD_BASIC: Cloud SATA disk</li>\n<li>CLOUD_SSD: Cloud SSD</li>\n<li>CLOUD_PREMIUM: Premium SSD</li>\n<li>CLOUD_BSSD: Balanced SSD</li>\n<li>CLOUD_HSSD: Enhanced SSD</li>\n<li>CLOUD_TSSD: Tremendous SSD</li>\nDefault value: Current disk types with inventory available.",
|
|
9721
10343
|
"example": "CLOUD_HSSD",
|
|
9722
10344
|
"member": "string",
|
|
9723
10345
|
"name": "DiskType",
|
|
@@ -9728,18 +10350,18 @@
|
|
|
9728
10350
|
},
|
|
9729
10351
|
{
|
|
9730
10352
|
"disabled": false,
|
|
9731
|
-
"document": "System disk ID
|
|
9732
|
-
"example": "disk-
|
|
10353
|
+
"document": "System disk ID.\nCurrently, this parameter is only used for response parameters in query apis such as [DescribeInstances](https://www.tencentcloud.com/document/api/213/33258) and is not applicable to request parameters in write apis such as [RunInstances](https://www.tencentcloud.com/document/api/213/33237).",
|
|
10354
|
+
"example": "disk-xyzw1a3x",
|
|
9733
10355
|
"member": "string",
|
|
9734
10356
|
"name": "DiskId",
|
|
9735
|
-
"output_required":
|
|
10357
|
+
"output_required": false,
|
|
9736
10358
|
"required": false,
|
|
9737
10359
|
"type": "string",
|
|
9738
10360
|
"value_allowed_null": false
|
|
9739
10361
|
},
|
|
9740
10362
|
{
|
|
9741
10363
|
"disabled": false,
|
|
9742
|
-
"document": "System disk size; unit:
|
|
10364
|
+
"document": "System disk size; unit: GiB; default value: 50 GiB.",
|
|
9743
10365
|
"example": "50",
|
|
9744
10366
|
"member": "int64",
|
|
9745
10367
|
"name": "DiskSize",
|
|
@@ -9750,18 +10372,18 @@
|
|
|
9750
10372
|
},
|
|
9751
10373
|
{
|
|
9752
10374
|
"disabled": false,
|
|
9753
|
-
"document": "
|
|
10375
|
+
"document": "Specifies the dedicated cluster ID belonging to.\nNote: This field may return null, indicating that no valid value is found.",
|
|
9754
10376
|
"example": "cdc-xxxxxx",
|
|
9755
10377
|
"member": "string",
|
|
9756
10378
|
"name": "CdcId",
|
|
9757
10379
|
"output_required": false,
|
|
9758
10380
|
"required": false,
|
|
9759
10381
|
"type": "string",
|
|
9760
|
-
"value_allowed_null":
|
|
10382
|
+
"value_allowed_null": true
|
|
9761
10383
|
},
|
|
9762
10384
|
{
|
|
9763
10385
|
"disabled": false,
|
|
9764
|
-
"document": "Disk name,
|
|
10386
|
+
"document": "Disk name, which specifies a length not exceeding 128 characters.",
|
|
9765
10387
|
"example": "name",
|
|
9766
10388
|
"member": "string",
|
|
9767
10389
|
"name": "DiskName",
|
|
@@ -9806,7 +10428,7 @@
|
|
|
9806
10428
|
"members": [
|
|
9807
10429
|
{
|
|
9808
10430
|
"disabled": false,
|
|
9809
|
-
"document": "
|
|
10431
|
+
"document": "Specifies the resource type for Tag binding. valid values: \"instance\" (cloud virtual machine), \"host\" (cdh), \"image\" (mirror), \"keypair\" (key), \"ps\" (placement group), \"hpc\" (hyper computing cluster).",
|
|
9810
10432
|
"example": "instance",
|
|
9811
10433
|
"member": "string",
|
|
9812
10434
|
"name": "ResourceType",
|
|
@@ -9817,7 +10439,7 @@
|
|
|
9817
10439
|
},
|
|
9818
10440
|
{
|
|
9819
10441
|
"disabled": false,
|
|
9820
|
-
"document": "Tag
|
|
10442
|
+
"document": "Tag pair list",
|
|
9821
10443
|
"example": "无",
|
|
9822
10444
|
"member": "Tag",
|
|
9823
10445
|
"name": "Tags",
|
|
@@ -9867,6 +10489,15 @@
|
|
|
9867
10489
|
"required": true,
|
|
9868
10490
|
"type": "list"
|
|
9869
10491
|
},
|
|
10492
|
+
{
|
|
10493
|
+
"disabled": false,
|
|
10494
|
+
"document": "Release an Elastic IP. Under EIP 2.0, only the first EIP on the primary network interface can be released, and currently supported release types are limited to HighQualityEIP, AntiDDoSEIP, EIPv6, and HighQualityEIPv6.\nDefault value: `false`.\n\nThis feature is currently in gradually released phase. To access it, please contact us.",
|
|
10495
|
+
"example": "true",
|
|
10496
|
+
"member": "bool",
|
|
10497
|
+
"name": "ReleaseAddress",
|
|
10498
|
+
"required": false,
|
|
10499
|
+
"type": "bool"
|
|
10500
|
+
},
|
|
9870
10501
|
{
|
|
9871
10502
|
"disabled": false,
|
|
9872
10503
|
"document": "Whether to release a monthly subscription data disk mounted on an instance. true: Release the data disk along with termination of the instance. false: Only terminate the instance.\nDefault value: `false`.",
|
|
@@ -9896,7 +10527,7 @@
|
|
|
9896
10527
|
"members": [
|
|
9897
10528
|
{
|
|
9898
10529
|
"disabled": false,
|
|
9899
|
-
"document": "
|
|
10530
|
+
"document": "vpc ID, such as `vpc-xxx`. valid vpc ids can be queried by logging in to the console (https://console.cloud.tencent.com/vpc/vpc?rid=1) or by calling the API [DescribeVpcs](https://www.tencentcloud.com/document/product/215/15778?lang=en) and obtaining the `VpcId` field from the API response. if both VpcId and SubnetId are input as `DEFAULT` when creating an instance, the DEFAULT vpc network will be forcibly used.",
|
|
9900
10531
|
"example": "vpc-2ij",
|
|
9901
10532
|
"member": "string",
|
|
9902
10533
|
"name": "VpcId",
|
|
@@ -9907,7 +10538,7 @@
|
|
|
9907
10538
|
},
|
|
9908
10539
|
{
|
|
9909
10540
|
"disabled": false,
|
|
9910
|
-
"document": "
|
|
10541
|
+
"document": "vpc subnet ID, in the form of `subnet-xxx`. valid vpc subnet ids can be queried by logging in to the [console](https://console.tencentcloud.com/vpc/subnet); or they can be obtained from the `SubnetId` field in the API response by calling the [DescribeSubnets](https://www.tencentcloud.com/document/product/215/15784) API . if SubnetId and VpcId are both input as `DEFAULT` when creating an instance, the DEFAULT vpc network will be forcibly used.",
|
|
9911
10542
|
"example": "subnet-2ks",
|
|
9912
10543
|
"member": "string",
|
|
9913
10544
|
"name": "SubnetId",
|
|
@@ -9933,18 +10564,18 @@
|
|
|
9933
10564
|
"example": "[\"10.0.0.1\"]",
|
|
9934
10565
|
"member": "string",
|
|
9935
10566
|
"name": "PrivateIpAddresses",
|
|
9936
|
-
"output_required":
|
|
10567
|
+
"output_required": false,
|
|
9937
10568
|
"required": false,
|
|
9938
10569
|
"type": "list",
|
|
9939
10570
|
"value_allowed_null": false
|
|
9940
10571
|
},
|
|
9941
10572
|
{
|
|
9942
10573
|
"disabled": false,
|
|
9943
|
-
"document": "Number of IPv6 addresses randomly generated for the ENI.",
|
|
10574
|
+
"document": "Number of IPv6 addresses randomly generated for the ENI.\nIf IPv6AddressType is specified under InternetAccessible, this parameter must not be set to 0.",
|
|
9944
10575
|
"example": "1",
|
|
9945
10576
|
"member": "uint64",
|
|
9946
10577
|
"name": "Ipv6AddressCount",
|
|
9947
|
-
"output_required":
|
|
10578
|
+
"output_required": false,
|
|
9948
10579
|
"required": false,
|
|
9949
10580
|
"type": "int",
|
|
9950
10581
|
"value_allowed_null": false
|