tccli-intl-en 3.0.1241.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/services/__init__.py +29 -1
- 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 +290 -116
- tccli/services/autoscaling/v20180419/api.json +78 -28
- tccli/services/batch/batch_client.py +140 -56
- tccli/services/bi/bi_client.py +1244 -6
- tccli/services/bi/v20220105/api.json +5340 -107
- tccli/services/bi/v20220105/examples.json +196 -1
- tccli/services/billing/billing_client.py +210 -84
- tccli/services/cam/cam_client.py +405 -162
- tccli/services/captcha/captcha_client.py +5 -2
- tccli/services/car/car_client.py +165 -66
- tccli/services/cbs/cbs_client.py +190 -76
- tccli/services/ccc/ccc_client.py +794 -160
- tccli/services/ccc/v20200210/api.json +1748 -217
- tccli/services/ccc/v20200210/examples.json +64 -0
- tccli/services/cdb/cdb_client.py +665 -266
- tccli/services/cdb/v20170320/api.json +334 -134
- tccli/services/cdb/v20170320/examples.json +3 -3
- 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/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 +2273 -1020
- tccli/services/clb/v20180317/examples.json +184 -124
- 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 +170 -68
- tccli/services/ctsdb/ctsdb_client.py +10 -4
- tccli/services/cvm/cvm_client.py +706 -189
- tccli/services/cvm/v20170312/api.json +851 -382
- tccli/services/cvm/v20170312/examples.json +173 -127
- tccli/services/cwp/cwp_client.py +2325 -930
- tccli/services/cynosdb/cynosdb_client.py +1887 -577
- tccli/services/cynosdb/v20190107/api.json +11763 -7697
- tccli/services/cynosdb/v20190107/examples.json +132 -4
- 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 +302 -76
- tccli/services/dnspod/v20210323/api.json +153 -0
- tccli/services/dnspod/v20210323/examples.json +16 -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 +2815 -146
- tccli/services/emr/v20190103/api.json +14527 -4841
- tccli/services/emr/v20190103/examples.json +404 -36
- 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 +107 -14
- 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/iap/iap_client.py +30 -12
- tccli/services/ims/ims_client.py +5 -2
- tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +210 -84
- tccli/services/intlpartnersmgt/v20220928/api.json +11 -11
- tccli/services/iotcloud/iotcloud_client.py +100 -40
- tccli/services/ip/ip_client.py +30 -12
- tccli/services/kms/kms_client.py +340 -136
- tccli/services/kms/v20190118/api.json +80 -3
- tccli/services/kms/v20190118/examples.json +3 -3
- 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 +600 -240
- tccli/services/lke/lke_client.py +450 -180
- tccli/services/lke/v20231130/api.json +182 -39
- 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 +357 -90
- tccli/services/mdl/v20200326/api.json +791 -24
- tccli/services/mdl/v20200326/examples.json +40 -16
- tccli/services/mdp/mdp_client.py +734 -124
- tccli/services/mdp/v20200527/api.json +748 -23
- tccli/services/mdp/v20200527/examples.json +143 -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 +1404 -141
- tccli/services/mongodb/v20190725/api.json +2919 -677
- tccli/services/mongodb/v20190725/examples.json +190 -22
- 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 +1489 -429
- tccli/services/mps/v20190612/api.json +4750 -1077
- tccli/services/mps/v20190612/examples.json +182 -70
- tccli/services/msp/msp_client.py +35 -14
- tccli/services/ocr/ocr_client.py +417 -82
- tccli/services/ocr/v20181119/api.json +1486 -103
- tccli/services/ocr/v20181119/examples.json +42 -4
- 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/privatedns/privatedns_client.py +155 -62
- 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 +545 -218
- tccli/services/redis/v20180412/api.json +225 -113
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/region/region_client.py +15 -6
- tccli/services/rum/rum_client.py +300 -120
- tccli/services/scf/scf_client.py +210 -84
- tccli/services/ses/ses_client.py +145 -58
- 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 +9725 -3356
- tccli/services/sqlserver/v20180328/examples.json +470 -10
- tccli/services/ssl/ssl_client.py +190 -76
- 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/tbaas_client.py +20 -8
- 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 +1590 -540
- tccli/services/teo/v20220901/api.json +703 -71
- tccli/services/teo/v20220901/examples.json +88 -22
- 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 +690 -276
- tccli/services/tms/tms_client.py +5 -2
- tccli/services/tmt/tmt_client.py +5 -2
- tccli/services/trabbit/trabbit_client.py +145 -58
- 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 +255 -102
- tccli/services/trtc/v20190722/api.json +135 -31
- tccli/services/trtc/v20190722/examples.json +7 -7
- tccli/services/tts/tts_client.py +5 -2
- tccli/services/vclm/vclm_client.py +10 -4
- tccli/services/vm/vm_client.py +20 -8
- tccli/services/vod/vod_client.py +895 -358
- tccli/services/vpc/v20170312/api.json +1032 -134
- tccli/services/vpc/v20170312/examples.json +119 -23
- tccli/services/vpc/vpc_client.py +2159 -644
- 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/v20250806/api.json +13644 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +6067 -1263
- tccli/services/yunjing/yunjing_client.py +355 -142
- {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/METADATA +4 -7
- {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/RECORD +239 -201
- {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/entry_points.txt +0 -1
- {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1241.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",
|
|
@@ -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",
|
|
@@ -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,
|
|
@@ -1746,7 +1844,7 @@
|
|
|
1746
1844
|
{
|
|
1747
1845
|
"disabled": false,
|
|
1748
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.",
|
|
1749
|
-
"example": "a521b4e4-c903-4d37-9de6-
|
|
1847
|
+
"example": "a521b4e4-c903-4d37-9de6-8096e3ad8eb7",
|
|
1750
1848
|
"member": "string",
|
|
1751
1849
|
"name": "ClientToken",
|
|
1752
1850
|
"required": false,
|
|
@@ -1860,6 +1958,15 @@
|
|
|
1860
1958
|
"required": false,
|
|
1861
1959
|
"type": "bool"
|
|
1862
1960
|
},
|
|
1961
|
+
{
|
|
1962
|
+
"disabled": false,
|
|
1963
|
+
"document": "",
|
|
1964
|
+
"example": "false",
|
|
1965
|
+
"member": "bool",
|
|
1966
|
+
"name": "EnableJumboFrame",
|
|
1967
|
+
"required": false,
|
|
1968
|
+
"type": "bool"
|
|
1969
|
+
},
|
|
1863
1970
|
{
|
|
1864
1971
|
"disabled": false,
|
|
1865
1972
|
"document": "Description list of tags. by specifying this parameter, tags can be bound to the instance launch template.",
|
|
@@ -1896,7 +2003,7 @@
|
|
|
1896
2003
|
{
|
|
1897
2004
|
"disabled": false,
|
|
1898
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.",
|
|
1899
|
-
"example": "lt-
|
|
2006
|
+
"example": "lt-a5n1305lo",
|
|
1900
2007
|
"member": "string",
|
|
1901
2008
|
"name": "LaunchTemplateId",
|
|
1902
2009
|
"output_required": true,
|
|
@@ -1918,7 +2025,7 @@
|
|
|
1918
2025
|
{
|
|
1919
2026
|
"disabled": false,
|
|
1920
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)",
|
|
1921
|
-
"example": "
|
|
2028
|
+
"example": "无",
|
|
1922
2029
|
"member": "Placement",
|
|
1923
2030
|
"name": "Placement",
|
|
1924
2031
|
"required": true,
|
|
@@ -1972,7 +2079,7 @@
|
|
|
1972
2079
|
{
|
|
1973
2080
|
"disabled": false,
|
|
1974
2081
|
"document": "System disk configuration of the instance. If this parameter is not specified, the default value will be used.",
|
|
1975
|
-
"example": "
|
|
2082
|
+
"example": "无",
|
|
1976
2083
|
"member": "SystemDisk",
|
|
1977
2084
|
"name": "SystemDisk",
|
|
1978
2085
|
"required": false,
|
|
@@ -1981,7 +2088,7 @@
|
|
|
1981
2088
|
{
|
|
1982
2089
|
"disabled": false,
|
|
1983
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.",
|
|
1984
|
-
"example": "
|
|
2091
|
+
"example": "无",
|
|
1985
2092
|
"member": "DataDisk",
|
|
1986
2093
|
"name": "DataDisks",
|
|
1987
2094
|
"required": false,
|
|
@@ -1990,7 +2097,7 @@
|
|
|
1990
2097
|
{
|
|
1991
2098
|
"disabled": false,
|
|
1992
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.",
|
|
1993
|
-
"example": "
|
|
2100
|
+
"example": "无",
|
|
1994
2101
|
"member": "VirtualPrivateCloud",
|
|
1995
2102
|
"name": "VirtualPrivateCloud",
|
|
1996
2103
|
"required": false,
|
|
@@ -1999,7 +2106,7 @@
|
|
|
1999
2106
|
{
|
|
2000
2107
|
"disabled": false,
|
|
2001
2108
|
"document": "Configuration of public network bandwidth. If this parameter is not specified, 0 Mbps will be used by default.",
|
|
2002
|
-
"example": "
|
|
2109
|
+
"example": "无",
|
|
2003
2110
|
"member": "InternetAccessible",
|
|
2004
2111
|
"name": "InternetAccessible",
|
|
2005
2112
|
"required": false,
|
|
@@ -2026,7 +2133,7 @@
|
|
|
2026
2133
|
{
|
|
2027
2134
|
"disabled": false,
|
|
2028
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.",
|
|
2029
|
-
"example": "
|
|
2136
|
+
"example": "无",
|
|
2030
2137
|
"member": "LoginSettings",
|
|
2031
2138
|
"name": "LoginSettings",
|
|
2032
2139
|
"required": false,
|
|
@@ -2044,7 +2151,7 @@
|
|
|
2044
2151
|
{
|
|
2045
2152
|
"disabled": false,
|
|
2046
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.",
|
|
2047
|
-
"example": "
|
|
2154
|
+
"example": "无",
|
|
2048
2155
|
"member": "EnhancedService",
|
|
2049
2156
|
"name": "EnhancedService",
|
|
2050
2157
|
"required": false,
|
|
@@ -2053,7 +2160,7 @@
|
|
|
2053
2160
|
{
|
|
2054
2161
|
"disabled": false,
|
|
2055
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.",
|
|
2056
|
-
"example": "a521b4e4-c903-4d37-9de6-
|
|
2163
|
+
"example": "a521b4e4-c903-4d37-9de6-8096e3ad8eb7",
|
|
2057
2164
|
"member": "string",
|
|
2058
2165
|
"name": "ClientToken",
|
|
2059
2166
|
"required": false,
|
|
@@ -2071,7 +2178,7 @@
|
|
|
2071
2178
|
{
|
|
2072
2179
|
"disabled": false,
|
|
2073
2180
|
"document": "Scheduled tasks. You can use this parameter to specify scheduled tasks for the instance. Only scheduled termination is supported.",
|
|
2074
|
-
"example": "
|
|
2181
|
+
"example": "无",
|
|
2075
2182
|
"member": "ActionTimer",
|
|
2076
2183
|
"name": "ActionTimer",
|
|
2077
2184
|
"required": false,
|
|
@@ -2089,7 +2196,7 @@
|
|
|
2089
2196
|
{
|
|
2090
2197
|
"disabled": false,
|
|
2091
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.",
|
|
2092
|
-
"example": "
|
|
2199
|
+
"example": "无",
|
|
2093
2200
|
"member": "TagSpecification",
|
|
2094
2201
|
"name": "TagSpecification",
|
|
2095
2202
|
"required": false,
|
|
@@ -2098,7 +2205,7 @@
|
|
|
2098
2205
|
{
|
|
2099
2206
|
"disabled": false,
|
|
2100
2207
|
"document": "Market options of the instance, such as parameters related to spot instances. This parameter is required for spot instances.",
|
|
2101
|
-
"example": "
|
|
2208
|
+
"example": "无",
|
|
2102
2209
|
"member": "InstanceMarketOptionsRequest",
|
|
2103
2210
|
"name": "InstanceMarketOptions",
|
|
2104
2211
|
"required": false,
|
|
@@ -2152,7 +2259,7 @@
|
|
|
2152
2259
|
{
|
|
2153
2260
|
"disabled": false,
|
|
2154
2261
|
"document": "Details of the monthly subscription, including the purchase period, auto-renewal. It is required if the `InstanceChargeType` is `PREPAID`.",
|
|
2155
|
-
"example": "
|
|
2262
|
+
"example": "无",
|
|
2156
2263
|
"member": "InstanceChargePrepaid",
|
|
2157
2264
|
"name": "InstanceChargePrepaid",
|
|
2158
2265
|
"required": false,
|
|
@@ -2167,6 +2274,15 @@
|
|
|
2167
2274
|
"required": false,
|
|
2168
2275
|
"type": "bool"
|
|
2169
2276
|
},
|
|
2277
|
+
{
|
|
2278
|
+
"disabled": false,
|
|
2279
|
+
"document": "",
|
|
2280
|
+
"example": "false",
|
|
2281
|
+
"member": "bool",
|
|
2282
|
+
"name": "EnableJumboFrame",
|
|
2283
|
+
"required": false,
|
|
2284
|
+
"type": "bool"
|
|
2285
|
+
},
|
|
2170
2286
|
{
|
|
2171
2287
|
"disabled": false,
|
|
2172
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.",
|
|
@@ -2226,7 +2342,7 @@
|
|
|
2226
2342
|
},
|
|
2227
2343
|
{
|
|
2228
2344
|
"disabled": false,
|
|
2229
|
-
"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.",
|
|
2230
2346
|
"example": "CLOUD_SSD",
|
|
2231
2347
|
"member": "string",
|
|
2232
2348
|
"name": "DiskType",
|
|
@@ -2281,7 +2397,7 @@
|
|
|
2281
2397
|
},
|
|
2282
2398
|
{
|
|
2283
2399
|
"disabled": false,
|
|
2284
|
-
"document": "Custom CMK
|
|
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.",
|
|
2285
2401
|
"example": "kms-abcd1234",
|
|
2286
2402
|
"member": "string",
|
|
2287
2403
|
"name": "KmsKeyId",
|
|
@@ -2292,7 +2408,7 @@
|
|
|
2292
2408
|
},
|
|
2293
2409
|
{
|
|
2294
2410
|
"disabled": false,
|
|
2295
|
-
"document": "
|
|
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.",
|
|
2296
2412
|
"example": "20",
|
|
2297
2413
|
"member": "int64",
|
|
2298
2414
|
"name": "ThroughputPerformance",
|
|
@@ -2303,7 +2419,7 @@
|
|
|
2303
2419
|
},
|
|
2304
2420
|
{
|
|
2305
2421
|
"disabled": false,
|
|
2306
|
-
"document": "Specifies the
|
|
2422
|
+
"document": "Specifies the dedicated cluster ID belonging to.\nNote: This field may return null, indicating that no valid value is found.",
|
|
2307
2423
|
"example": "cdc-1648zauv",
|
|
2308
2424
|
"member": "string",
|
|
2309
2425
|
"name": "CdcId",
|
|
@@ -2314,7 +2430,7 @@
|
|
|
2314
2430
|
},
|
|
2315
2431
|
{
|
|
2316
2432
|
"disabled": false,
|
|
2317
|
-
"document": "
|
|
2433
|
+
"document": "Burstable performance.\n\n<B>Note: this field is in beta test.</b>.",
|
|
2318
2434
|
"example": "false",
|
|
2319
2435
|
"member": "bool",
|
|
2320
2436
|
"name": "BurstPerformance",
|
|
@@ -2542,7 +2658,7 @@
|
|
|
2542
2658
|
{
|
|
2543
2659
|
"disabled": false,
|
|
2544
2660
|
"document": "CHC host ID. Up to 100 instances per request is allowed. `ChcIds` and `Filters` cannot be specified at the same time.",
|
|
2545
|
-
"example": "[
|
|
2661
|
+
"example": "[\"chc-1a2b3c4d\"]",
|
|
2546
2662
|
"member": "string",
|
|
2547
2663
|
"name": "ChcIds",
|
|
2548
2664
|
"required": false,
|
|
@@ -2550,8 +2666,8 @@
|
|
|
2550
2666
|
},
|
|
2551
2667
|
{
|
|
2552
2668
|
"disabled": false,
|
|
2553
|
-
"document": "<li><strong>zone</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>availability zone</strong>, such as `ap-guangzhou-
|
|
2554
|
-
"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": "无",
|
|
2555
2671
|
"member": "Filter",
|
|
2556
2672
|
"name": "Filters",
|
|
2557
2673
|
"required": false,
|
|
@@ -2587,15 +2703,17 @@
|
|
|
2587
2703
|
"example": "5",
|
|
2588
2704
|
"member": "int64",
|
|
2589
2705
|
"name": "TotalCount",
|
|
2706
|
+
"output_required": true,
|
|
2590
2707
|
"type": "int",
|
|
2591
2708
|
"value_allowed_null": false
|
|
2592
2709
|
},
|
|
2593
2710
|
{
|
|
2594
2711
|
"disabled": false,
|
|
2595
2712
|
"document": "List of returned instances",
|
|
2596
|
-
"example": "
|
|
2713
|
+
"example": "无",
|
|
2597
2714
|
"member": "ChcHost",
|
|
2598
2715
|
"name": "ChcHostSet",
|
|
2716
|
+
"output_required": true,
|
|
2599
2717
|
"type": "list",
|
|
2600
2718
|
"value_allowed_null": false
|
|
2601
2719
|
},
|
|
@@ -2622,6 +2740,7 @@
|
|
|
2622
2740
|
"example": "10",
|
|
2623
2741
|
"member": "int64",
|
|
2624
2742
|
"name": "GroupQuota",
|
|
2743
|
+
"output_required": true,
|
|
2625
2744
|
"type": "int",
|
|
2626
2745
|
"value_allowed_null": false
|
|
2627
2746
|
},
|
|
@@ -2631,6 +2750,7 @@
|
|
|
2631
2750
|
"example": "25",
|
|
2632
2751
|
"member": "int64",
|
|
2633
2752
|
"name": "CurrentNum",
|
|
2753
|
+
"output_required": true,
|
|
2634
2754
|
"type": "int",
|
|
2635
2755
|
"value_allowed_null": false
|
|
2636
2756
|
},
|
|
@@ -2640,15 +2760,17 @@
|
|
|
2640
2760
|
"example": "50",
|
|
2641
2761
|
"member": "int64",
|
|
2642
2762
|
"name": "CvmInHostGroupQuota",
|
|
2763
|
+
"output_required": true,
|
|
2643
2764
|
"type": "int",
|
|
2644
2765
|
"value_allowed_null": false
|
|
2645
2766
|
},
|
|
2646
2767
|
{
|
|
2647
|
-
"disabled":
|
|
2768
|
+
"disabled": true,
|
|
2648
2769
|
"document": "Quota on instances in a switch-type disaster recovery group.",
|
|
2649
2770
|
"example": "20",
|
|
2650
2771
|
"member": "int64",
|
|
2651
2772
|
"name": "CvmInSwGroupQuota",
|
|
2773
|
+
"output_required": true,
|
|
2652
2774
|
"type": "int",
|
|
2653
2775
|
"value_allowed_null": false
|
|
2654
2776
|
},
|
|
@@ -2658,6 +2780,17 @@
|
|
|
2658
2780
|
"example": "30",
|
|
2659
2781
|
"member": "int64",
|
|
2660
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,
|
|
2661
2794
|
"type": "int",
|
|
2662
2795
|
"value_allowed_null": false
|
|
2663
2796
|
},
|
|
@@ -2676,7 +2809,7 @@
|
|
|
2676
2809
|
{
|
|
2677
2810
|
"disabled": false,
|
|
2678
2811
|
"document": "ID list of spread placement groups. You can operate up to 10 spread placement groups in each request.",
|
|
2679
|
-
"example": "ps-21q9ibvr",
|
|
2812
|
+
"example": "[\"ps-21q9ibvr\"]",
|
|
2680
2813
|
"member": "string",
|
|
2681
2814
|
"name": "DisasterRecoverGroupIds",
|
|
2682
2815
|
"required": false,
|
|
@@ -2712,7 +2845,7 @@
|
|
|
2712
2845
|
{
|
|
2713
2846
|
"disabled": false,
|
|
2714
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`.",
|
|
2715
|
-
"example": "
|
|
2848
|
+
"example": "无",
|
|
2716
2849
|
"member": "Filter",
|
|
2717
2850
|
"name": "Filters",
|
|
2718
2851
|
"required": false,
|
|
@@ -2727,7 +2860,7 @@
|
|
|
2727
2860
|
{
|
|
2728
2861
|
"disabled": false,
|
|
2729
2862
|
"document": "Information on spread placement groups.",
|
|
2730
|
-
"example": "
|
|
2863
|
+
"example": "无",
|
|
2731
2864
|
"member": "DisasterRecoverGroup",
|
|
2732
2865
|
"name": "DisasterRecoverGroupSet",
|
|
2733
2866
|
"output_required": true,
|
|
@@ -2758,7 +2891,7 @@
|
|
|
2758
2891
|
"members": [
|
|
2759
2892
|
{
|
|
2760
2893
|
"disabled": false,
|
|
2761
|
-
"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`.",
|
|
2762
2895
|
"example": "[ { \"Name\": \"tag-key\", \"Values\": [ \"myTag\" ] } ]",
|
|
2763
2896
|
"member": "Filter",
|
|
2764
2897
|
"name": "Filters",
|
|
@@ -2933,7 +3066,7 @@
|
|
|
2933
3066
|
},
|
|
2934
3067
|
{
|
|
2935
3068
|
"disabled": false,
|
|
2936
|
-
"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>",
|
|
2937
3070
|
"example": "无",
|
|
2938
3071
|
"member": "Filter",
|
|
2939
3072
|
"name": "Filters",
|
|
@@ -2960,8 +3093,8 @@
|
|
|
2960
3093
|
},
|
|
2961
3094
|
{
|
|
2962
3095
|
"disabled": false,
|
|
2963
|
-
"document": "Instance type, e.g. `
|
|
2964
|
-
"example": "
|
|
3096
|
+
"document": "Instance type, e.g. `SA5.MEDIUM2`",
|
|
3097
|
+
"example": "SA5.MEDIUM2",
|
|
2965
3098
|
"member": "string",
|
|
2966
3099
|
"name": "InstanceType",
|
|
2967
3100
|
"required": false,
|
|
@@ -2979,7 +3112,7 @@
|
|
|
2979
3112
|
"example": "无",
|
|
2980
3113
|
"member": "Image",
|
|
2981
3114
|
"name": "ImageSet",
|
|
2982
|
-
"
|
|
3115
|
+
"output_required": true,
|
|
2983
3116
|
"type": "list",
|
|
2984
3117
|
"value_allowed_null": false
|
|
2985
3118
|
},
|
|
@@ -2989,7 +3122,7 @@
|
|
|
2989
3122
|
"example": "1",
|
|
2990
3123
|
"member": "int64",
|
|
2991
3124
|
"name": "TotalCount",
|
|
2992
|
-
"
|
|
3125
|
+
"output_required": true,
|
|
2993
3126
|
"type": "int",
|
|
2994
3127
|
"value_allowed_null": false
|
|
2995
3128
|
},
|
|
@@ -3016,6 +3149,7 @@
|
|
|
3016
3149
|
"example": "无",
|
|
3017
3150
|
"member": "ImageOsList",
|
|
3018
3151
|
"name": "ImportImageOsListSupported",
|
|
3152
|
+
"output_required": true,
|
|
3019
3153
|
"type": "object",
|
|
3020
3154
|
"value_allowed_null": false
|
|
3021
3155
|
},
|
|
@@ -3025,6 +3159,7 @@
|
|
|
3025
3159
|
"example": "无",
|
|
3026
3160
|
"member": "OsVersion",
|
|
3027
3161
|
"name": "ImportImageOsVersionSet",
|
|
3162
|
+
"output_required": true,
|
|
3028
3163
|
"type": "list",
|
|
3029
3164
|
"value_allowed_null": false
|
|
3030
3165
|
},
|
|
@@ -3048,9 +3183,10 @@
|
|
|
3048
3183
|
{
|
|
3049
3184
|
"disabled": false,
|
|
3050
3185
|
"document": "List of instance model families",
|
|
3051
|
-
"example": "",
|
|
3186
|
+
"example": "无",
|
|
3052
3187
|
"member": "InstanceFamilyConfig",
|
|
3053
3188
|
"name": "InstanceFamilyConfigSet",
|
|
3189
|
+
"output_required": true,
|
|
3054
3190
|
"type": "list",
|
|
3055
3191
|
"value_allowed_null": false
|
|
3056
3192
|
},
|
|
@@ -3139,7 +3275,7 @@
|
|
|
3139
3275
|
{
|
|
3140
3276
|
"disabled": false,
|
|
3141
3277
|
"document": "The maximum number of times you can modify the instance configurations (degrading the configurations)",
|
|
3142
|
-
"example": "
|
|
3278
|
+
"example": "无",
|
|
3143
3279
|
"member": "OperationCountLimit",
|
|
3144
3280
|
"name": "InstanceOperationLimitSet",
|
|
3145
3281
|
"output_required": true,
|
|
@@ -3161,7 +3297,7 @@
|
|
|
3161
3297
|
{
|
|
3162
3298
|
"disabled": false,
|
|
3163
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.",
|
|
3164
|
-
"example": "[
|
|
3300
|
+
"example": "[\"ins-rf6ogz49\"]",
|
|
3165
3301
|
"member": "string",
|
|
3166
3302
|
"name": "InstanceIds",
|
|
3167
3303
|
"required": false,
|
|
@@ -3305,9 +3441,10 @@
|
|
|
3305
3441
|
{
|
|
3306
3442
|
"disabled": false,
|
|
3307
3443
|
"document": "List of network billing methods.",
|
|
3308
|
-
"example": "",
|
|
3444
|
+
"example": "无",
|
|
3309
3445
|
"member": "InternetChargeTypeConfig",
|
|
3310
3446
|
"name": "InternetChargeTypeConfigSet",
|
|
3447
|
+
"output_required": true,
|
|
3311
3448
|
"type": "list",
|
|
3312
3449
|
"value_allowed_null": false
|
|
3313
3450
|
},
|
|
@@ -3326,7 +3463,7 @@
|
|
|
3326
3463
|
{
|
|
3327
3464
|
"disabled": false,
|
|
3328
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.",
|
|
3329
|
-
"example": "skey-11112222",
|
|
3466
|
+
"example": "[\"skey-11112222\"]",
|
|
3330
3467
|
"member": "string",
|
|
3331
3468
|
"name": "KeyIds",
|
|
3332
3469
|
"required": false,
|
|
@@ -3472,17 +3609,17 @@
|
|
|
3472
3609
|
"example": "1",
|
|
3473
3610
|
"member": "uint64",
|
|
3474
3611
|
"name": "TotalCount",
|
|
3475
|
-
"
|
|
3612
|
+
"output_required": true,
|
|
3476
3613
|
"type": "int",
|
|
3477
3614
|
"value_allowed_null": false
|
|
3478
3615
|
},
|
|
3479
3616
|
{
|
|
3480
3617
|
"disabled": false,
|
|
3481
3618
|
"document": "Set of instance launch template versions.",
|
|
3482
|
-
"example": "
|
|
3619
|
+
"example": "无",
|
|
3483
3620
|
"member": "LaunchTemplateVersionInfo",
|
|
3484
3621
|
"name": "LaunchTemplateVersionSet",
|
|
3485
|
-
"
|
|
3622
|
+
"output_required": true,
|
|
3486
3623
|
"type": "list",
|
|
3487
3624
|
"value_allowed_null": false
|
|
3488
3625
|
},
|
|
@@ -3548,7 +3685,7 @@
|
|
|
3548
3685
|
"name": "TotalCount",
|
|
3549
3686
|
"output_required": true,
|
|
3550
3687
|
"type": "int",
|
|
3551
|
-
"value_allowed_null":
|
|
3688
|
+
"value_allowed_null": false
|
|
3552
3689
|
},
|
|
3553
3690
|
{
|
|
3554
3691
|
"disabled": false,
|
|
@@ -3558,7 +3695,7 @@
|
|
|
3558
3695
|
"name": "LaunchTemplateSet",
|
|
3559
3696
|
"output_required": true,
|
|
3560
3697
|
"type": "list",
|
|
3561
|
-
"value_allowed_null":
|
|
3698
|
+
"value_allowed_null": false
|
|
3562
3699
|
},
|
|
3563
3700
|
{
|
|
3564
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.",
|
|
@@ -3907,7 +4044,7 @@
|
|
|
3907
4044
|
{
|
|
3908
4045
|
"disabled": false,
|
|
3909
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.",
|
|
3910
|
-
"example": "
|
|
4047
|
+
"example": "false",
|
|
3911
4048
|
"member": "bool",
|
|
3912
4049
|
"name": "ForceStop",
|
|
3913
4050
|
"required": false,
|
|
@@ -4037,6 +4174,16 @@
|
|
|
4037
4174
|
"type": "string",
|
|
4038
4175
|
"value_allowed_null": false
|
|
4039
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
|
+
},
|
|
4040
4187
|
{
|
|
4041
4188
|
"disabled": false,
|
|
4042
4189
|
"document": "List of tags associated with the placement group.",
|
|
@@ -4095,7 +4242,7 @@
|
|
|
4095
4242
|
{
|
|
4096
4243
|
"disabled": false,
|
|
4097
4244
|
"document": "Instance ID Needs to Enter Rescue Mode",
|
|
4098
|
-
"example": "
|
|
4245
|
+
"example": "ins-abcdefg",
|
|
4099
4246
|
"member": "string",
|
|
4100
4247
|
"name": "InstanceId",
|
|
4101
4248
|
"required": true,
|
|
@@ -4104,7 +4251,7 @@
|
|
|
4104
4251
|
{
|
|
4105
4252
|
"disabled": false,
|
|
4106
4253
|
"document": "System Password in Rescue Mode",
|
|
4107
|
-
"example": "
|
|
4254
|
+
"example": "hello123456789",
|
|
4108
4255
|
"member": "string",
|
|
4109
4256
|
"name": "Password",
|
|
4110
4257
|
"required": true,
|
|
@@ -4113,20 +4260,29 @@
|
|
|
4113
4260
|
{
|
|
4114
4261
|
"disabled": false,
|
|
4115
4262
|
"document": "System Username in Rescue Mode",
|
|
4116
|
-
"example": "
|
|
4263
|
+
"example": "root",
|
|
4117
4264
|
"member": "string",
|
|
4118
4265
|
"name": "Username",
|
|
4119
4266
|
"required": false,
|
|
4120
4267
|
"type": "string"
|
|
4121
4268
|
},
|
|
4122
4269
|
{
|
|
4123
|
-
"disabled":
|
|
4270
|
+
"disabled": true,
|
|
4124
4271
|
"document": "Whether to perform forced shutdown.",
|
|
4125
|
-
"example": "
|
|
4272
|
+
"example": "false",
|
|
4126
4273
|
"member": "bool",
|
|
4127
4274
|
"name": "ForceStop",
|
|
4128
4275
|
"required": false,
|
|
4129
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"
|
|
4130
4286
|
}
|
|
4131
4287
|
],
|
|
4132
4288
|
"type": "object"
|
|
@@ -4149,7 +4305,7 @@
|
|
|
4149
4305
|
{
|
|
4150
4306
|
"disabled": false,
|
|
4151
4307
|
"document": "Instance ID Exiting Rescue Mode",
|
|
4152
|
-
"example": "
|
|
4308
|
+
"example": "ins-axzc12s",
|
|
4153
4309
|
"member": "string",
|
|
4154
4310
|
"name": "InstanceId",
|
|
4155
4311
|
"required": true,
|
|
@@ -4325,7 +4481,7 @@
|
|
|
4325
4481
|
{
|
|
4326
4482
|
"disabled": false,
|
|
4327
4483
|
"document": "Filter values.",
|
|
4328
|
-
"example": "[\"ap-guangzhou-
|
|
4484
|
+
"example": "[\"ap-guangzhou-6\"]",
|
|
4329
4485
|
"member": "string",
|
|
4330
4486
|
"name": "Values",
|
|
4331
4487
|
"required": true,
|
|
@@ -4339,7 +4495,7 @@
|
|
|
4339
4495
|
"members": [
|
|
4340
4496
|
{
|
|
4341
4497
|
"disabled": false,
|
|
4342
|
-
"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.",
|
|
4343
4499
|
"example": "1",
|
|
4344
4500
|
"member": "float",
|
|
4345
4501
|
"name": "GPUCount",
|
|
@@ -4349,7 +4505,7 @@
|
|
|
4349
4505
|
},
|
|
4350
4506
|
{
|
|
4351
4507
|
"disabled": false,
|
|
4352
|
-
"document": "GPU address
|
|
4508
|
+
"document": "Specifies the GPU address of the instance.",
|
|
4353
4509
|
"example": "['0000:18:00.0','0000:18:00.1']",
|
|
4354
4510
|
"member": "string",
|
|
4355
4511
|
"name": "GPUId",
|
|
@@ -4359,7 +4515,7 @@
|
|
|
4359
4515
|
},
|
|
4360
4516
|
{
|
|
4361
4517
|
"disabled": false,
|
|
4362
|
-
"document": "GPU type of the instance
|
|
4518
|
+
"document": "Specifies the GPU type of the instance.",
|
|
4363
4519
|
"example": "NVIDIA T4",
|
|
4364
4520
|
"member": "string",
|
|
4365
4521
|
"name": "GPUType",
|
|
@@ -4501,7 +4657,7 @@
|
|
|
4501
4657
|
"name": "CageId",
|
|
4502
4658
|
"output_required": true,
|
|
4503
4659
|
"type": "string",
|
|
4504
|
-
"value_allowed_null":
|
|
4660
|
+
"value_allowed_null": false
|
|
4505
4661
|
}
|
|
4506
4662
|
],
|
|
4507
4663
|
"usage": "out"
|
|
@@ -4648,7 +4804,7 @@
|
|
|
4648
4804
|
{
|
|
4649
4805
|
"disabled": false,
|
|
4650
4806
|
"document": "Image name",
|
|
4651
|
-
"example": "
|
|
4807
|
+
"example": "myImg",
|
|
4652
4808
|
"member": "string",
|
|
4653
4809
|
"name": "ImageName",
|
|
4654
4810
|
"output_required": true,
|
|
@@ -4658,7 +4814,7 @@
|
|
|
4658
4814
|
{
|
|
4659
4815
|
"disabled": false,
|
|
4660
4816
|
"document": "Image description",
|
|
4661
|
-
"example": "
|
|
4817
|
+
"example": "tencentcloud",
|
|
4662
4818
|
"member": "string",
|
|
4663
4819
|
"name": "ImageDescription",
|
|
4664
4820
|
"output_required": true,
|
|
@@ -4708,7 +4864,7 @@
|
|
|
4708
4864
|
{
|
|
4709
4865
|
"disabled": false,
|
|
4710
4866
|
"document": "Image creator",
|
|
4711
|
-
"example": "
|
|
4867
|
+
"example": "tencentcloud",
|
|
4712
4868
|
"member": "string",
|
|
4713
4869
|
"name": "ImageCreator",
|
|
4714
4870
|
"output_required": true,
|
|
@@ -4728,7 +4884,7 @@
|
|
|
4728
4884
|
{
|
|
4729
4885
|
"disabled": false,
|
|
4730
4886
|
"document": "Synchronization percentage\nNote: This field may return null, indicating that no valid value is found.",
|
|
4731
|
-
"example": "
|
|
4887
|
+
"example": "60",
|
|
4732
4888
|
"member": "int64",
|
|
4733
4889
|
"name": "SyncPercent",
|
|
4734
4890
|
"output_required": true,
|
|
@@ -4743,27 +4899,27 @@
|
|
|
4743
4899
|
"name": "IsSupportCloudinit",
|
|
4744
4900
|
"output_required": true,
|
|
4745
4901
|
"type": "bool",
|
|
4746
|
-
"value_allowed_null":
|
|
4902
|
+
"value_allowed_null": false
|
|
4747
4903
|
},
|
|
4748
4904
|
{
|
|
4749
4905
|
"disabled": false,
|
|
4750
4906
|
"document": "Information on the snapshots associated with the image\nNote: This field may return null, indicating that no valid value is found.",
|
|
4751
|
-
"example": "
|
|
4907
|
+
"example": "无",
|
|
4752
4908
|
"member": "Snapshot",
|
|
4753
4909
|
"name": "SnapshotSet",
|
|
4754
4910
|
"output_required": true,
|
|
4755
4911
|
"type": "list",
|
|
4756
|
-
"value_allowed_null":
|
|
4912
|
+
"value_allowed_null": false
|
|
4757
4913
|
},
|
|
4758
4914
|
{
|
|
4759
4915
|
"disabled": false,
|
|
4760
4916
|
"document": "The list of tags bound to the image.\nNote: This field may return `null`, indicating that no valid value was found.",
|
|
4761
|
-
"example": "
|
|
4917
|
+
"example": "无",
|
|
4762
4918
|
"member": "Tag",
|
|
4763
4919
|
"name": "Tags",
|
|
4764
4920
|
"output_required": true,
|
|
4765
4921
|
"type": "list",
|
|
4766
|
-
"value_allowed_null":
|
|
4922
|
+
"value_allowed_null": false
|
|
4767
4923
|
},
|
|
4768
4924
|
{
|
|
4769
4925
|
"disabled": false,
|
|
@@ -4783,7 +4939,7 @@
|
|
|
4783
4939
|
"name": "ImageFamily",
|
|
4784
4940
|
"output_required": false,
|
|
4785
4941
|
"type": "string",
|
|
4786
|
-
"value_allowed_null":
|
|
4942
|
+
"value_allowed_null": false
|
|
4787
4943
|
},
|
|
4788
4944
|
{
|
|
4789
4945
|
"disabled": false,
|
|
@@ -4804,22 +4960,22 @@
|
|
|
4804
4960
|
{
|
|
4805
4961
|
"disabled": false,
|
|
4806
4962
|
"document": "Supported Windows OS\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
4807
|
-
"example": "
|
|
4963
|
+
"example": "Windows Server 2019",
|
|
4808
4964
|
"member": "string",
|
|
4809
4965
|
"name": "Windows",
|
|
4810
|
-
"
|
|
4966
|
+
"output_required": true,
|
|
4811
4967
|
"type": "list",
|
|
4812
|
-
"value_allowed_null":
|
|
4968
|
+
"value_allowed_null": false
|
|
4813
4969
|
},
|
|
4814
4970
|
{
|
|
4815
4971
|
"disabled": false,
|
|
4816
4972
|
"document": "Supported Linux OS\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
4817
|
-
"example": "
|
|
4973
|
+
"example": "CentOS",
|
|
4818
4974
|
"member": "string",
|
|
4819
4975
|
"name": "Linux",
|
|
4820
|
-
"
|
|
4976
|
+
"output_required": true,
|
|
4821
4977
|
"type": "list",
|
|
4822
|
-
"value_allowed_null":
|
|
4978
|
+
"value_allowed_null": false
|
|
4823
4979
|
}
|
|
4824
4980
|
],
|
|
4825
4981
|
"usage": "out"
|
|
@@ -5055,7 +5211,7 @@
|
|
|
5055
5211
|
},
|
|
5056
5212
|
{
|
|
5057
5213
|
"disabled": false,
|
|
5058
|
-
"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>",
|
|
5059
5215
|
"example": "myReservedInstance",
|
|
5060
5216
|
"member": "string",
|
|
5061
5217
|
"name": "ReservedInstanceName",
|
|
@@ -5087,6 +5243,134 @@
|
|
|
5087
5243
|
],
|
|
5088
5244
|
"type": "object"
|
|
5089
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
|
+
},
|
|
5090
5374
|
"InquiryPriceResetInstanceRequest": {
|
|
5091
5375
|
"document": "InquiryPriceResetInstance request structure.",
|
|
5092
5376
|
"members": [
|
|
@@ -5134,6 +5418,15 @@
|
|
|
5134
5418
|
"name": "EnhancedService",
|
|
5135
5419
|
"required": false,
|
|
5136
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"
|
|
5137
5430
|
}
|
|
5138
5431
|
],
|
|
5139
5432
|
"type": "object"
|
|
@@ -5366,7 +5659,7 @@
|
|
|
5366
5659
|
},
|
|
5367
5660
|
{
|
|
5368
5661
|
"disabled": false,
|
|
5369
|
-
"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>.",
|
|
5370
5663
|
"example": "S5.MEDIUM2",
|
|
5371
5664
|
"member": "string",
|
|
5372
5665
|
"name": "InstanceType",
|
|
@@ -5420,7 +5713,7 @@
|
|
|
5420
5713
|
},
|
|
5421
5714
|
{
|
|
5422
5715
|
"disabled": false,
|
|
5423
|
-
"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>.",
|
|
5424
5717
|
"example": "myInstance",
|
|
5425
5718
|
"member": "string",
|
|
5426
5719
|
"name": "InstanceName",
|
|
@@ -5438,7 +5731,7 @@
|
|
|
5438
5731
|
},
|
|
5439
5732
|
{
|
|
5440
5733
|
"disabled": false,
|
|
5441
|
-
"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",
|
|
5442
5735
|
"example": "[\"sg-efil73jd\"]",
|
|
5443
5736
|
"member": "string",
|
|
5444
5737
|
"name": "SecurityGroupIds",
|
|
@@ -5457,7 +5750,7 @@
|
|
|
5457
5750
|
{
|
|
5458
5751
|
"disabled": false,
|
|
5459
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.",
|
|
5460
|
-
"example": "
|
|
5753
|
+
"example": "a521b4e4-c903-4d37-9de6-8096e3ad8eb7",
|
|
5461
5754
|
"member": "string",
|
|
5462
5755
|
"name": "ClientToken",
|
|
5463
5756
|
"required": false,
|
|
@@ -5490,6 +5783,15 @@
|
|
|
5490
5783
|
"required": false,
|
|
5491
5784
|
"type": "object"
|
|
5492
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
|
+
},
|
|
5493
5795
|
{
|
|
5494
5796
|
"disabled": false,
|
|
5495
5797
|
"document": "HPC cluster ID.",
|
|
@@ -5587,7 +5889,7 @@
|
|
|
5587
5889
|
},
|
|
5588
5890
|
{
|
|
5589
5891
|
"disabled": false,
|
|
5590
|
-
"document": "
|
|
5892
|
+
"document": "Instance memory capacity. unit: GiB.",
|
|
5591
5893
|
"example": "1",
|
|
5592
5894
|
"member": "int64",
|
|
5593
5895
|
"name": "Memory",
|
|
@@ -5597,7 +5899,7 @@
|
|
|
5597
5899
|
},
|
|
5598
5900
|
{
|
|
5599
5901
|
"disabled": false,
|
|
5600
|
-
"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>.",
|
|
5601
5903
|
"example": "NORMAL",
|
|
5602
5904
|
"member": "string",
|
|
5603
5905
|
"name": "RestrictState",
|
|
@@ -5658,7 +5960,7 @@
|
|
|
5658
5960
|
{
|
|
5659
5961
|
"disabled": false,
|
|
5660
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.",
|
|
5661
|
-
"example": "[\"
|
|
5963
|
+
"example": "[\"110.207.11.190\"]",
|
|
5662
5964
|
"member": "string",
|
|
5663
5965
|
"name": "PublicIpAddresses",
|
|
5664
5966
|
"output_required": true,
|
|
@@ -5697,7 +5999,7 @@
|
|
|
5697
5999
|
},
|
|
5698
6000
|
{
|
|
5699
6001
|
"disabled": false,
|
|
5700
|
-
"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.",
|
|
5701
6003
|
"example": "NOTIFY_AND_MANUAL_RENEW",
|
|
5702
6004
|
"member": "string",
|
|
5703
6005
|
"name": "RenewFlag",
|
|
@@ -5757,7 +6059,7 @@
|
|
|
5757
6059
|
},
|
|
5758
6060
|
{
|
|
5759
6061
|
"disabled": false,
|
|
5760
|
-
"document": "Instance
|
|
6062
|
+
"document": "Instance status. for specific status types, see the [instance status table](https://www.tencentcloud.com/document/product/213/15753#instancestatus)",
|
|
5761
6063
|
"example": "RUNNING",
|
|
5762
6064
|
"member": "string",
|
|
5763
6065
|
"name": "InstanceState",
|
|
@@ -5777,7 +6079,7 @@
|
|
|
5777
6079
|
},
|
|
5778
6080
|
{
|
|
5779
6081
|
"disabled": false,
|
|
5780
|
-
"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>.",
|
|
5781
6083
|
"example": "NOT_APPLICABLE",
|
|
5782
6084
|
"member": "string",
|
|
5783
6085
|
"name": "StopChargingMode",
|
|
@@ -5807,7 +6109,7 @@
|
|
|
5807
6109
|
},
|
|
5808
6110
|
{
|
|
5809
6111
|
"disabled": false,
|
|
5810
|
-
"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.",
|
|
5811
6113
|
"example": "SUCCESS",
|
|
5812
6114
|
"member": "string",
|
|
5813
6115
|
"name": "LatestOperationState",
|
|
@@ -5827,7 +6129,7 @@
|
|
|
5827
6129
|
},
|
|
5828
6130
|
{
|
|
5829
6131
|
"disabled": false,
|
|
5830
|
-
"document": "
|
|
6132
|
+
"document": "Spread placement group ID.",
|
|
5831
6133
|
"example": "ps-l7sdunxx",
|
|
5832
6134
|
"member": "string",
|
|
5833
6135
|
"name": "DisasterRecoverGroupId",
|
|
@@ -5857,7 +6159,7 @@
|
|
|
5857
6159
|
},
|
|
5858
6160
|
{
|
|
5859
6161
|
"disabled": false,
|
|
5860
|
-
"document": "
|
|
6162
|
+
"document": "High-performance computing cluster ID.",
|
|
5861
6163
|
"example": "hpc-4dxxetpt",
|
|
5862
6164
|
"member": "string",
|
|
5863
6165
|
"name": "HpcClusterId",
|
|
@@ -5877,7 +6179,7 @@
|
|
|
5877
6179
|
},
|
|
5878
6180
|
{
|
|
5879
6181
|
"disabled": false,
|
|
5880
|
-
"document": "",
|
|
6182
|
+
"document": "Dedicated cluster ID where the instance is located.",
|
|
5881
6183
|
"example": "cluster-du3jken",
|
|
5882
6184
|
"member": "string",
|
|
5883
6185
|
"name": "DedicatedClusterId",
|
|
@@ -5887,7 +6189,7 @@
|
|
|
5887
6189
|
},
|
|
5888
6190
|
{
|
|
5889
6191
|
"disabled": false,
|
|
5890
|
-
"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>.",
|
|
5891
6193
|
"example": "NOTISOLATED",
|
|
5892
6194
|
"member": "string",
|
|
5893
6195
|
"name": "IsolatedSource",
|
|
@@ -5897,7 +6199,7 @@
|
|
|
5897
6199
|
},
|
|
5898
6200
|
{
|
|
5899
6201
|
"disabled": false,
|
|
5900
|
-
"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.",
|
|
5901
6203
|
"example": "无",
|
|
5902
6204
|
"member": "GPUInfo",
|
|
5903
6205
|
"name": "GPUInfo",
|
|
@@ -5917,7 +6219,7 @@
|
|
|
5917
6219
|
},
|
|
5918
6220
|
{
|
|
5919
6221
|
"disabled": false,
|
|
5920
|
-
"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.",
|
|
5921
6223
|
"example": "false",
|
|
5922
6224
|
"member": "bool",
|
|
5923
6225
|
"name": "DisableApiTermination",
|
|
@@ -5957,7 +6259,17 @@
|
|
|
5957
6259
|
},
|
|
5958
6260
|
{
|
|
5959
6261
|
"disabled": false,
|
|
5960
|
-
"document": "
|
|
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.",
|
|
5961
6273
|
"example": "[\"240d:c000:f000:ac00:5460:6340:16aa:6\"]",
|
|
5962
6274
|
"member": "string",
|
|
5963
6275
|
"name": "PublicIPv6Addresses",
|
|
@@ -6028,20 +6340,20 @@
|
|
|
6028
6340
|
{
|
|
6029
6341
|
"disabled": false,
|
|
6030
6342
|
"document": "Full name of the model family.",
|
|
6031
|
-
"example": "",
|
|
6343
|
+
"example": "高IO型I1",
|
|
6032
6344
|
"member": "string",
|
|
6033
6345
|
"name": "InstanceFamilyName",
|
|
6034
|
-
"
|
|
6346
|
+
"output_required": true,
|
|
6035
6347
|
"type": "string",
|
|
6036
6348
|
"value_allowed_null": false
|
|
6037
6349
|
},
|
|
6038
6350
|
{
|
|
6039
6351
|
"disabled": false,
|
|
6040
6352
|
"document": "Acronym of the model family.",
|
|
6041
|
-
"example": "",
|
|
6353
|
+
"example": "I1",
|
|
6042
6354
|
"member": "string",
|
|
6043
6355
|
"name": "InstanceFamily",
|
|
6044
|
-
"
|
|
6356
|
+
"output_required": true,
|
|
6045
6357
|
"type": "string",
|
|
6046
6358
|
"value_allowed_null": false
|
|
6047
6359
|
}
|
|
@@ -6082,7 +6394,7 @@
|
|
|
6082
6394
|
{
|
|
6083
6395
|
"disabled": false,
|
|
6084
6396
|
"document": "Instance `ID`.",
|
|
6085
|
-
"example": "
|
|
6397
|
+
"example": "ins-g4c6xxxx",
|
|
6086
6398
|
"member": "string",
|
|
6087
6399
|
"name": "InstanceId",
|
|
6088
6400
|
"output_required": true,
|
|
@@ -6092,7 +6404,7 @@
|
|
|
6092
6404
|
{
|
|
6093
6405
|
"disabled": false,
|
|
6094
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>",
|
|
6095
|
-
"example": "
|
|
6407
|
+
"example": "RUNNING",
|
|
6096
6408
|
"member": "string",
|
|
6097
6409
|
"name": "InstanceState",
|
|
6098
6410
|
"output_required": true,
|
|
@@ -6108,7 +6420,7 @@
|
|
|
6108
6420
|
{
|
|
6109
6421
|
"disabled": false,
|
|
6110
6422
|
"document": "Availability zone.",
|
|
6111
|
-
"example": "
|
|
6423
|
+
"example": "ap-guangzhou-6",
|
|
6112
6424
|
"member": "string",
|
|
6113
6425
|
"name": "Zone",
|
|
6114
6426
|
"output_required": true,
|
|
@@ -6118,7 +6430,7 @@
|
|
|
6118
6430
|
{
|
|
6119
6431
|
"disabled": false,
|
|
6120
6432
|
"document": "Instance model.",
|
|
6121
|
-
"example": "
|
|
6433
|
+
"example": "S5.LARGE4",
|
|
6122
6434
|
"member": "string",
|
|
6123
6435
|
"name": "InstanceType",
|
|
6124
6436
|
"output_required": true,
|
|
@@ -6128,7 +6440,7 @@
|
|
|
6128
6440
|
{
|
|
6129
6441
|
"disabled": false,
|
|
6130
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.",
|
|
6131
|
-
"example": "
|
|
6443
|
+
"example": "PREPAID",
|
|
6132
6444
|
"member": "string",
|
|
6133
6445
|
"name": "InstanceChargeType",
|
|
6134
6446
|
"output_required": true,
|
|
@@ -6138,7 +6450,7 @@
|
|
|
6138
6450
|
{
|
|
6139
6451
|
"disabled": false,
|
|
6140
6452
|
"document": "ENI type. For example, 25 represents an ENI of 25 GB.",
|
|
6141
|
-
"example": "
|
|
6453
|
+
"example": "25",
|
|
6142
6454
|
"member": "int64",
|
|
6143
6455
|
"name": "NetworkCard",
|
|
6144
6456
|
"output_required": true,
|
|
@@ -6153,12 +6465,12 @@
|
|
|
6153
6465
|
"name": "Externals",
|
|
6154
6466
|
"output_required": true,
|
|
6155
6467
|
"type": "object",
|
|
6156
|
-
"value_allowed_null":
|
|
6468
|
+
"value_allowed_null": false
|
|
6157
6469
|
},
|
|
6158
6470
|
{
|
|
6159
6471
|
"disabled": false,
|
|
6160
6472
|
"document": "Number of CPU cores of an instance model.",
|
|
6161
|
-
"example": "
|
|
6473
|
+
"example": "4",
|
|
6162
6474
|
"member": "int64",
|
|
6163
6475
|
"name": "Cpu",
|
|
6164
6476
|
"output_required": true,
|
|
@@ -6168,7 +6480,7 @@
|
|
|
6168
6480
|
{
|
|
6169
6481
|
"disabled": false,
|
|
6170
6482
|
"document": "Instance memory capacity; unit: `GB`.",
|
|
6171
|
-
"example": "
|
|
6483
|
+
"example": "4",
|
|
6172
6484
|
"member": "int64",
|
|
6173
6485
|
"name": "Memory",
|
|
6174
6486
|
"output_required": true,
|
|
@@ -6178,7 +6490,7 @@
|
|
|
6178
6490
|
{
|
|
6179
6491
|
"disabled": false,
|
|
6180
6492
|
"document": "Instance model family.",
|
|
6181
|
-
"example": "
|
|
6493
|
+
"example": "S5",
|
|
6182
6494
|
"member": "string",
|
|
6183
6495
|
"name": "InstanceFamily",
|
|
6184
6496
|
"output_required": true,
|
|
@@ -6188,7 +6500,7 @@
|
|
|
6188
6500
|
{
|
|
6189
6501
|
"disabled": false,
|
|
6190
6502
|
"document": "Model name.",
|
|
6191
|
-
"example": "
|
|
6503
|
+
"example": "标准型S5",
|
|
6192
6504
|
"member": "string",
|
|
6193
6505
|
"name": "TypeName",
|
|
6194
6506
|
"output_required": true,
|
|
@@ -6208,7 +6520,7 @@
|
|
|
6208
6520
|
{
|
|
6209
6521
|
"disabled": false,
|
|
6210
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.",
|
|
6211
|
-
"example": "
|
|
6523
|
+
"example": "SELL",
|
|
6212
6524
|
"member": "string",
|
|
6213
6525
|
"name": "Status",
|
|
6214
6526
|
"output_required": true,
|
|
@@ -6228,17 +6540,17 @@
|
|
|
6228
6540
|
{
|
|
6229
6541
|
"disabled": false,
|
|
6230
6542
|
"document": "Details of out-of-stock items\nNote: this field may return null, indicating that no valid value is obtained.",
|
|
6231
|
-
"example": "
|
|
6543
|
+
"example": "ResourcesSoldOut.SpecifiedInstanceType",
|
|
6232
6544
|
"member": "string",
|
|
6233
6545
|
"name": "SoldOutReason",
|
|
6234
6546
|
"output_required": true,
|
|
6235
6547
|
"type": "string",
|
|
6236
|
-
"value_allowed_null":
|
|
6548
|
+
"value_allowed_null": false
|
|
6237
6549
|
},
|
|
6238
6550
|
{
|
|
6239
6551
|
"disabled": false,
|
|
6240
6552
|
"document": "Private network bandwidth, in Gbps.",
|
|
6241
|
-
"example": "
|
|
6553
|
+
"example": "10.0",
|
|
6242
6554
|
"member": "float",
|
|
6243
6555
|
"name": "InstanceBandwidth",
|
|
6244
6556
|
"output_required": true,
|
|
@@ -6248,7 +6560,7 @@
|
|
|
6248
6560
|
{
|
|
6249
6561
|
"disabled": false,
|
|
6250
6562
|
"document": "The max packet sending and receiving capability (in 10k PPS).",
|
|
6251
|
-
"example": "
|
|
6563
|
+
"example": "80",
|
|
6252
6564
|
"member": "int64",
|
|
6253
6565
|
"name": "InstancePps",
|
|
6254
6566
|
"output_required": true,
|
|
@@ -6258,7 +6570,7 @@
|
|
|
6258
6570
|
{
|
|
6259
6571
|
"disabled": false,
|
|
6260
6572
|
"document": "Number of local storage blocks.",
|
|
6261
|
-
"example": "
|
|
6573
|
+
"example": "10",
|
|
6262
6574
|
"member": "int64",
|
|
6263
6575
|
"name": "StorageBlockAmount",
|
|
6264
6576
|
"output_required": true,
|
|
@@ -6268,7 +6580,7 @@
|
|
|
6268
6580
|
{
|
|
6269
6581
|
"disabled": false,
|
|
6270
6582
|
"document": "CPU type.",
|
|
6271
|
-
"example": "
|
|
6583
|
+
"example": "Intel Xeon Cascade Lake 8255C",
|
|
6272
6584
|
"member": "string",
|
|
6273
6585
|
"name": "CpuType",
|
|
6274
6586
|
"output_required": true,
|
|
@@ -6278,7 +6590,7 @@
|
|
|
6278
6590
|
{
|
|
6279
6591
|
"disabled": false,
|
|
6280
6592
|
"document": "Number of GPUs of the instance.",
|
|
6281
|
-
"example": "
|
|
6593
|
+
"example": "1",
|
|
6282
6594
|
"member": "int64",
|
|
6283
6595
|
"name": "Gpu",
|
|
6284
6596
|
"output_required": true,
|
|
@@ -6288,7 +6600,7 @@
|
|
|
6288
6600
|
{
|
|
6289
6601
|
"disabled": false,
|
|
6290
6602
|
"document": "Number of FPGAs of the instance.",
|
|
6291
|
-
"example": "
|
|
6603
|
+
"example": "1",
|
|
6292
6604
|
"member": "int64",
|
|
6293
6605
|
"name": "Fpga",
|
|
6294
6606
|
"output_required": true,
|
|
@@ -6298,7 +6610,7 @@
|
|
|
6298
6610
|
{
|
|
6299
6611
|
"disabled": false,
|
|
6300
6612
|
"document": "Descriptive information of the instance.",
|
|
6301
|
-
"example": "
|
|
6613
|
+
"example": "搭载1 块 11176 GB SATA HDD 本地硬盘",
|
|
6302
6614
|
"member": "string",
|
|
6303
6615
|
"name": "Remark",
|
|
6304
6616
|
"output_required": true,
|
|
@@ -6308,7 +6620,7 @@
|
|
|
6308
6620
|
{
|
|
6309
6621
|
"disabled": false,
|
|
6310
6622
|
"document": "",
|
|
6311
|
-
"example": "
|
|
6623
|
+
"example": "1.0",
|
|
6312
6624
|
"member": "float",
|
|
6313
6625
|
"name": "GpuCount",
|
|
6314
6626
|
"output_required": true,
|
|
@@ -6318,7 +6630,7 @@
|
|
|
6318
6630
|
{
|
|
6319
6631
|
"disabled": false,
|
|
6320
6632
|
"document": "CPU clock rate of the instance",
|
|
6321
|
-
"example": "
|
|
6633
|
+
"example": "-/3.1GHz",
|
|
6322
6634
|
"member": "string",
|
|
6323
6635
|
"name": "Frequency",
|
|
6324
6636
|
"output_required": true,
|
|
@@ -6328,12 +6640,12 @@
|
|
|
6328
6640
|
{
|
|
6329
6641
|
"disabled": false,
|
|
6330
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.",
|
|
6331
|
-
"example": "
|
|
6643
|
+
"example": "EnoughStock",
|
|
6332
6644
|
"member": "string",
|
|
6333
6645
|
"name": "StatusCategory",
|
|
6334
6646
|
"output_required": true,
|
|
6335
6647
|
"type": "string",
|
|
6336
|
-
"value_allowed_null":
|
|
6648
|
+
"value_allowed_null": false
|
|
6337
6649
|
}
|
|
6338
6650
|
],
|
|
6339
6651
|
"usage": "out"
|
|
@@ -6387,8 +6699,8 @@
|
|
|
6387
6699
|
},
|
|
6388
6700
|
{
|
|
6389
6701
|
"disabled": false,
|
|
6390
|
-
"document": "
|
|
6391
|
-
"example": "
|
|
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",
|
|
6392
6704
|
"member": "string",
|
|
6393
6705
|
"name": "InternetServiceProvider",
|
|
6394
6706
|
"output_required": false,
|
|
@@ -6398,7 +6710,7 @@
|
|
|
6398
6710
|
},
|
|
6399
6711
|
{
|
|
6400
6712
|
"disabled": false,
|
|
6401
|
-
"document": "
|
|
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.",
|
|
6402
6714
|
"example": "WanIP",
|
|
6403
6715
|
"member": "string",
|
|
6404
6716
|
"name": "IPv4AddressType",
|
|
@@ -6409,7 +6721,7 @@
|
|
|
6409
6721
|
},
|
|
6410
6722
|
{
|
|
6411
6723
|
"disabled": false,
|
|
6412
|
-
"document": "Indicates the type of
|
|
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.",
|
|
6413
6725
|
"example": "EIPv6",
|
|
6414
6726
|
"member": "string",
|
|
6415
6727
|
"name": "IPv6AddressType",
|
|
@@ -6420,8 +6732,8 @@
|
|
|
6420
6732
|
},
|
|
6421
6733
|
{
|
|
6422
6734
|
"disabled": false,
|
|
6423
|
-
"document": "
|
|
6424
|
-
"example": "bgp-
|
|
6735
|
+
"document": "DDoS protection package unique ID. this field is required when applying for a ddos protection IP.\n",
|
|
6736
|
+
"example": "bgp-00000000",
|
|
6425
6737
|
"member": "string",
|
|
6426
6738
|
"name": "AntiDDoSPackageId",
|
|
6427
6739
|
"output_required": false,
|
|
@@ -6438,20 +6750,24 @@
|
|
|
6438
6750
|
{
|
|
6439
6751
|
"disabled": false,
|
|
6440
6752
|
"document": "Network billing method.",
|
|
6441
|
-
"example": "",
|
|
6753
|
+
"example": "TRAFFIC_POSTPAID_BY_HOUR",
|
|
6442
6754
|
"member": "string",
|
|
6443
6755
|
"name": "InternetChargeType",
|
|
6756
|
+
"output_required": true,
|
|
6444
6757
|
"required": false,
|
|
6445
|
-
"type": "string"
|
|
6758
|
+
"type": "string",
|
|
6759
|
+
"value_allowed_null": false
|
|
6446
6760
|
},
|
|
6447
6761
|
{
|
|
6448
6762
|
"disabled": false,
|
|
6449
6763
|
"document": "Description of the network billing method.",
|
|
6450
|
-
"example": "",
|
|
6764
|
+
"example": "postpaid monthly",
|
|
6451
6765
|
"member": "string",
|
|
6452
6766
|
"name": "Description",
|
|
6767
|
+
"output_required": true,
|
|
6453
6768
|
"required": false,
|
|
6454
|
-
"type": "string"
|
|
6769
|
+
"type": "string",
|
|
6770
|
+
"value_allowed_null": false
|
|
6455
6771
|
}
|
|
6456
6772
|
],
|
|
6457
6773
|
"usage": "both"
|
|
@@ -6461,193 +6777,193 @@
|
|
|
6461
6777
|
"members": [
|
|
6462
6778
|
{
|
|
6463
6779
|
"disabled": false,
|
|
6464
|
-
"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.",
|
|
6465
6781
|
"example": "35.5",
|
|
6466
6782
|
"member": "float",
|
|
6467
6783
|
"name": "UnitPrice",
|
|
6468
6784
|
"output_required": false,
|
|
6469
6785
|
"type": "float",
|
|
6470
|
-
"value_allowed_null":
|
|
6786
|
+
"value_allowed_null": false
|
|
6471
6787
|
},
|
|
6472
6788
|
{
|
|
6473
6789
|
"disabled": false,
|
|
6474
|
-
"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`).",
|
|
6475
6791
|
"example": "HOUR",
|
|
6476
6792
|
"member": "string",
|
|
6477
6793
|
"name": "ChargeUnit",
|
|
6478
6794
|
"output_required": false,
|
|
6479
6795
|
"type": "string",
|
|
6480
|
-
"value_allowed_null":
|
|
6796
|
+
"value_allowed_null": false
|
|
6481
6797
|
},
|
|
6482
6798
|
{
|
|
6483
6799
|
"disabled": false,
|
|
6484
|
-
"document": "
|
|
6800
|
+
"document": "Original price of total prepaid costs. measurement unit: usd.",
|
|
6485
6801
|
"example": "35.5",
|
|
6486
6802
|
"member": "float",
|
|
6487
6803
|
"name": "OriginalPrice",
|
|
6488
6804
|
"output_required": false,
|
|
6489
6805
|
"type": "float",
|
|
6490
|
-
"value_allowed_null":
|
|
6806
|
+
"value_allowed_null": false
|
|
6491
6807
|
},
|
|
6492
6808
|
{
|
|
6493
6809
|
"disabled": false,
|
|
6494
|
-
"document": "Discount price of
|
|
6810
|
+
"document": "Discount price of total prepaid costs. unit: usd.",
|
|
6495
6811
|
"example": "35.5",
|
|
6496
6812
|
"member": "float",
|
|
6497
6813
|
"name": "DiscountPrice",
|
|
6498
6814
|
"output_required": false,
|
|
6499
6815
|
"type": "float",
|
|
6500
|
-
"value_allowed_null":
|
|
6816
|
+
"value_allowed_null": false
|
|
6501
6817
|
},
|
|
6502
6818
|
{
|
|
6503
6819
|
"disabled": false,
|
|
6504
|
-
"document": "
|
|
6820
|
+
"document": "Discount, such as 20.0 representing 80% off.",
|
|
6505
6821
|
"example": "20.0",
|
|
6506
6822
|
"member": "float",
|
|
6507
6823
|
"name": "Discount",
|
|
6508
6824
|
"output_required": false,
|
|
6509
6825
|
"type": "float",
|
|
6510
|
-
"value_allowed_null":
|
|
6826
|
+
"value_allowed_null": false
|
|
6511
6827
|
},
|
|
6512
6828
|
{
|
|
6513
6829
|
"disabled": false,
|
|
6514
|
-
"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.",
|
|
6515
6831
|
"example": "35.5",
|
|
6516
6832
|
"member": "float",
|
|
6517
6833
|
"name": "UnitPriceDiscount",
|
|
6518
6834
|
"output_required": false,
|
|
6519
6835
|
"type": "float",
|
|
6520
|
-
"value_allowed_null":
|
|
6836
|
+
"value_allowed_null": false
|
|
6521
6837
|
},
|
|
6522
6838
|
{
|
|
6523
6839
|
"disabled": false,
|
|
6524
|
-
"document": "Original
|
|
6840
|
+
"document": "Original price of subsequent total costs for usage time range (96, 360) hr in postpaid billing mode. unit: usd.",
|
|
6525
6841
|
"example": "35.5",
|
|
6526
6842
|
"member": "float",
|
|
6527
6843
|
"name": "UnitPriceSecondStep",
|
|
6528
6844
|
"output_required": false,
|
|
6529
6845
|
"type": "float",
|
|
6530
|
-
"value_allowed_null":
|
|
6846
|
+
"value_allowed_null": false
|
|
6531
6847
|
},
|
|
6532
6848
|
{
|
|
6533
6849
|
"disabled": false,
|
|
6534
|
-
"document": "Discounted
|
|
6850
|
+
"document": "Discounted price of subsequent total cost for usage time interval (96, 360) hr in postpaid billing mode. unit: usd.",
|
|
6535
6851
|
"example": "35.5",
|
|
6536
6852
|
"member": "float",
|
|
6537
6853
|
"name": "UnitPriceDiscountSecondStep",
|
|
6538
6854
|
"output_required": false,
|
|
6539
6855
|
"type": "float",
|
|
6540
|
-
"value_allowed_null":
|
|
6856
|
+
"value_allowed_null": false
|
|
6541
6857
|
},
|
|
6542
6858
|
{
|
|
6543
6859
|
"disabled": false,
|
|
6544
|
-
"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.",
|
|
6545
6861
|
"example": "35.5",
|
|
6546
6862
|
"member": "float",
|
|
6547
6863
|
"name": "UnitPriceThirdStep",
|
|
6548
6864
|
"output_required": false,
|
|
6549
6865
|
"type": "float",
|
|
6550
|
-
"value_allowed_null":
|
|
6866
|
+
"value_allowed_null": false
|
|
6551
6867
|
},
|
|
6552
6868
|
{
|
|
6553
6869
|
"disabled": false,
|
|
6554
|
-
"document": "Discounted
|
|
6870
|
+
"document": "Discounted price of subsequent total cost for usage time interval exceeding 360 hr in postpaid billing mode. measurement unit: usd.",
|
|
6555
6871
|
"example": "35.5",
|
|
6556
6872
|
"member": "float",
|
|
6557
6873
|
"name": "UnitPriceDiscountThirdStep",
|
|
6558
6874
|
"output_required": false,
|
|
6559
6875
|
"type": "float",
|
|
6560
|
-
"value_allowed_null":
|
|
6876
|
+
"value_allowed_null": false
|
|
6561
6877
|
},
|
|
6562
6878
|
{
|
|
6563
6879
|
"disabled": false,
|
|
6564
|
-
"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.",
|
|
6565
6881
|
"example": "35.5",
|
|
6566
6882
|
"member": "float",
|
|
6567
6883
|
"name": "OriginalPriceThreeYear",
|
|
6568
6884
|
"output_required": false,
|
|
6569
6885
|
"type": "float",
|
|
6570
|
-
"value_allowed_null":
|
|
6886
|
+
"value_allowed_null": false
|
|
6571
6887
|
},
|
|
6572
6888
|
{
|
|
6573
6889
|
"disabled": false,
|
|
6574
|
-
"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.",
|
|
6575
6891
|
"example": "35.5",
|
|
6576
6892
|
"member": "float",
|
|
6577
6893
|
"name": "DiscountPriceThreeYear",
|
|
6578
6894
|
"output_required": false,
|
|
6579
6895
|
"type": "float",
|
|
6580
|
-
"value_allowed_null":
|
|
6896
|
+
"value_allowed_null": false
|
|
6581
6897
|
},
|
|
6582
6898
|
{
|
|
6583
6899
|
"disabled": false,
|
|
6584
|
-
"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.",
|
|
6585
6901
|
"example": "35.5",
|
|
6586
6902
|
"member": "float",
|
|
6587
6903
|
"name": "DiscountThreeYear",
|
|
6588
6904
|
"output_required": false,
|
|
6589
6905
|
"type": "float",
|
|
6590
|
-
"value_allowed_null":
|
|
6906
|
+
"value_allowed_null": false
|
|
6591
6907
|
},
|
|
6592
6908
|
{
|
|
6593
6909
|
"disabled": false,
|
|
6594
|
-
"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.",
|
|
6595
6911
|
"example": "35.5",
|
|
6596
6912
|
"member": "float",
|
|
6597
6913
|
"name": "OriginalPriceFiveYear",
|
|
6598
6914
|
"output_required": false,
|
|
6599
6915
|
"type": "float",
|
|
6600
|
-
"value_allowed_null":
|
|
6916
|
+
"value_allowed_null": false
|
|
6601
6917
|
},
|
|
6602
6918
|
{
|
|
6603
6919
|
"disabled": false,
|
|
6604
|
-
"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.",
|
|
6605
6921
|
"example": "35.5",
|
|
6606
6922
|
"member": "float",
|
|
6607
6923
|
"name": "DiscountPriceFiveYear",
|
|
6608
6924
|
"output_required": false,
|
|
6609
6925
|
"type": "float",
|
|
6610
|
-
"value_allowed_null":
|
|
6926
|
+
"value_allowed_null": false
|
|
6611
6927
|
},
|
|
6612
6928
|
{
|
|
6613
6929
|
"disabled": false,
|
|
6614
|
-
"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.",
|
|
6615
6931
|
"example": "35.5",
|
|
6616
6932
|
"member": "float",
|
|
6617
6933
|
"name": "DiscountFiveYear",
|
|
6618
6934
|
"output_required": false,
|
|
6619
6935
|
"type": "float",
|
|
6620
|
-
"value_allowed_null":
|
|
6936
|
+
"value_allowed_null": false
|
|
6621
6937
|
},
|
|
6622
6938
|
{
|
|
6623
6939
|
"disabled": false,
|
|
6624
|
-
"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.",
|
|
6625
6941
|
"example": "35.5",
|
|
6626
6942
|
"member": "float",
|
|
6627
6943
|
"name": "OriginalPriceOneYear",
|
|
6628
6944
|
"output_required": false,
|
|
6629
6945
|
"type": "float",
|
|
6630
|
-
"value_allowed_null":
|
|
6946
|
+
"value_allowed_null": false
|
|
6631
6947
|
},
|
|
6632
6948
|
{
|
|
6633
6949
|
"disabled": false,
|
|
6634
|
-
"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.",
|
|
6635
6951
|
"example": "35.5",
|
|
6636
6952
|
"member": "float",
|
|
6637
6953
|
"name": "DiscountPriceOneYear",
|
|
6638
6954
|
"output_required": false,
|
|
6639
6955
|
"type": "float",
|
|
6640
|
-
"value_allowed_null":
|
|
6956
|
+
"value_allowed_null": false
|
|
6641
6957
|
},
|
|
6642
6958
|
{
|
|
6643
6959
|
"disabled": false,
|
|
6644
|
-
"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.",
|
|
6645
6961
|
"example": "20.0",
|
|
6646
6962
|
"member": "float",
|
|
6647
6963
|
"name": "DiscountOneYear",
|
|
6648
6964
|
"output_required": false,
|
|
6649
6965
|
"type": "float",
|
|
6650
|
-
"value_allowed_null":
|
|
6966
|
+
"value_allowed_null": false
|
|
6651
6967
|
}
|
|
6652
6968
|
],
|
|
6653
6969
|
"usage": "out"
|
|
@@ -6668,7 +6984,7 @@
|
|
|
6668
6984
|
{
|
|
6669
6985
|
"disabled": false,
|
|
6670
6986
|
"document": "Key pair name.",
|
|
6671
|
-
"example": "
|
|
6987
|
+
"example": "mySkey",
|
|
6672
6988
|
"member": "string",
|
|
6673
6989
|
"name": "KeyName",
|
|
6674
6990
|
"output_required": true,
|
|
@@ -6688,7 +7004,7 @@
|
|
|
6688
7004
|
{
|
|
6689
7005
|
"disabled": false,
|
|
6690
7006
|
"document": "Key pair description.",
|
|
6691
|
-
"example": "
|
|
7007
|
+
"example": "mySkey",
|
|
6692
7008
|
"member": "string",
|
|
6693
7009
|
"name": "Description",
|
|
6694
7010
|
"output_required": false,
|
|
@@ -6698,7 +7014,7 @@
|
|
|
6698
7014
|
{
|
|
6699
7015
|
"disabled": false,
|
|
6700
7016
|
"document": "Content of public key in a key pair.",
|
|
6701
|
-
"example": "
|
|
7017
|
+
"example": "ssh-rsa AAAAB3N......59LPzXah+r+d skey-0mjpcb19",
|
|
6702
7018
|
"member": "string",
|
|
6703
7019
|
"name": "PublicKey",
|
|
6704
7020
|
"output_required": false,
|
|
@@ -6708,7 +7024,7 @@
|
|
|
6708
7024
|
{
|
|
6709
7025
|
"disabled": false,
|
|
6710
7026
|
"document": "Content of private key in a key pair. Tencent Cloud do not keep private keys. Please keep it properly.",
|
|
6711
|
-
"example": "
|
|
7027
|
+
"example": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAzDC......WCvOBGeKHg==\\n-----END RSA PRIVATE KEY-----",
|
|
6712
7028
|
"member": "string",
|
|
6713
7029
|
"name": "PrivateKey",
|
|
6714
7030
|
"output_required": false,
|
|
@@ -6718,7 +7034,7 @@
|
|
|
6718
7034
|
{
|
|
6719
7035
|
"disabled": false,
|
|
6720
7036
|
"document": "`ID` list of instances associated with a key.",
|
|
6721
|
-
"example": "[]",
|
|
7037
|
+
"example": "[\"ins-syht65r4\"]",
|
|
6722
7038
|
"member": "string",
|
|
6723
7039
|
"name": "AssociatedInstanceIds",
|
|
6724
7040
|
"output_required": false,
|
|
@@ -6738,12 +7054,12 @@
|
|
|
6738
7054
|
{
|
|
6739
7055
|
"disabled": false,
|
|
6740
7056
|
"document": "The list of tags bound to the key.\nNote: This field may return `null`, indicating that no valid value can be obtained.",
|
|
6741
|
-
"example": "
|
|
7057
|
+
"example": "无",
|
|
6742
7058
|
"member": "Tag",
|
|
6743
7059
|
"name": "Tags",
|
|
6744
7060
|
"output_required": false,
|
|
6745
7061
|
"type": "list",
|
|
6746
|
-
"value_allowed_null":
|
|
7062
|
+
"value_allowed_null": false
|
|
6747
7063
|
}
|
|
6748
7064
|
],
|
|
6749
7065
|
"usage": "out"
|
|
@@ -6785,7 +7101,7 @@
|
|
|
6785
7101
|
"name": "LatestVersionNumber",
|
|
6786
7102
|
"output_required": true,
|
|
6787
7103
|
"type": "int",
|
|
6788
|
-
"value_allowed_null":
|
|
7104
|
+
"value_allowed_null": false
|
|
6789
7105
|
},
|
|
6790
7106
|
{
|
|
6791
7107
|
"disabled": false,
|
|
@@ -6795,7 +7111,7 @@
|
|
|
6795
7111
|
"name": "LaunchTemplateId",
|
|
6796
7112
|
"output_required": true,
|
|
6797
7113
|
"type": "string",
|
|
6798
|
-
"value_allowed_null":
|
|
7114
|
+
"value_allowed_null": false
|
|
6799
7115
|
},
|
|
6800
7116
|
{
|
|
6801
7117
|
"disabled": false,
|
|
@@ -6805,7 +7121,7 @@
|
|
|
6805
7121
|
"name": "LaunchTemplateName",
|
|
6806
7122
|
"output_required": true,
|
|
6807
7123
|
"type": "string",
|
|
6808
|
-
"value_allowed_null":
|
|
7124
|
+
"value_allowed_null": false
|
|
6809
7125
|
},
|
|
6810
7126
|
{
|
|
6811
7127
|
"disabled": false,
|
|
@@ -6815,7 +7131,7 @@
|
|
|
6815
7131
|
"name": "DefaultVersionNumber",
|
|
6816
7132
|
"output_required": true,
|
|
6817
7133
|
"type": "int",
|
|
6818
|
-
"value_allowed_null":
|
|
7134
|
+
"value_allowed_null": false
|
|
6819
7135
|
},
|
|
6820
7136
|
{
|
|
6821
7137
|
"disabled": false,
|
|
@@ -6825,17 +7141,17 @@
|
|
|
6825
7141
|
"name": "LaunchTemplateVersionCount",
|
|
6826
7142
|
"output_required": true,
|
|
6827
7143
|
"type": "int",
|
|
6828
|
-
"value_allowed_null":
|
|
7144
|
+
"value_allowed_null": false
|
|
6829
7145
|
},
|
|
6830
7146
|
{
|
|
6831
7147
|
"disabled": false,
|
|
6832
7148
|
"document": "UIN of the user who created the template.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6833
|
-
"example": "
|
|
7149
|
+
"example": "1230000",
|
|
6834
7150
|
"member": "string",
|
|
6835
7151
|
"name": "CreatedBy",
|
|
6836
7152
|
"output_required": true,
|
|
6837
7153
|
"type": "string",
|
|
6838
|
-
"value_allowed_null":
|
|
7154
|
+
"value_allowed_null": false
|
|
6839
7155
|
},
|
|
6840
7156
|
{
|
|
6841
7157
|
"disabled": false,
|
|
@@ -6845,7 +7161,7 @@
|
|
|
6845
7161
|
"name": "CreationTime",
|
|
6846
7162
|
"output_required": true,
|
|
6847
7163
|
"type": "string",
|
|
6848
|
-
"value_allowed_null":
|
|
7164
|
+
"value_allowed_null": false
|
|
6849
7165
|
}
|
|
6850
7166
|
],
|
|
6851
7167
|
"usage": "out"
|
|
@@ -6856,12 +7172,12 @@
|
|
|
6856
7172
|
{
|
|
6857
7173
|
"disabled": false,
|
|
6858
7174
|
"document": "Location of the instance.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6859
|
-
"example": "
|
|
7175
|
+
"example": "无",
|
|
6860
7176
|
"member": "Placement",
|
|
6861
7177
|
"name": "Placement",
|
|
6862
|
-
"
|
|
7178
|
+
"output_required": true,
|
|
6863
7179
|
"type": "object",
|
|
6864
|
-
"value_allowed_null":
|
|
7180
|
+
"value_allowed_null": false
|
|
6865
7181
|
},
|
|
6866
7182
|
{
|
|
6867
7183
|
"disabled": false,
|
|
@@ -6869,9 +7185,9 @@
|
|
|
6869
7185
|
"example": "S1.SMALL2",
|
|
6870
7186
|
"member": "string",
|
|
6871
7187
|
"name": "InstanceType",
|
|
6872
|
-
"
|
|
7188
|
+
"output_required": true,
|
|
6873
7189
|
"type": "string",
|
|
6874
|
-
"value_allowed_null":
|
|
7190
|
+
"value_allowed_null": false
|
|
6875
7191
|
},
|
|
6876
7192
|
{
|
|
6877
7193
|
"disabled": false,
|
|
@@ -6879,9 +7195,9 @@
|
|
|
6879
7195
|
"example": "MyInstance",
|
|
6880
7196
|
"member": "string",
|
|
6881
7197
|
"name": "InstanceName",
|
|
6882
|
-
"
|
|
7198
|
+
"output_required": true,
|
|
6883
7199
|
"type": "string",
|
|
6884
|
-
"value_allowed_null":
|
|
7200
|
+
"value_allowed_null": false
|
|
6885
7201
|
},
|
|
6886
7202
|
{
|
|
6887
7203
|
"disabled": false,
|
|
@@ -6889,49 +7205,49 @@
|
|
|
6889
7205
|
"example": "PREPAID",
|
|
6890
7206
|
"member": "string",
|
|
6891
7207
|
"name": "InstanceChargeType",
|
|
6892
|
-
"
|
|
7208
|
+
"output_required": true,
|
|
6893
7209
|
"type": "string",
|
|
6894
|
-
"value_allowed_null":
|
|
7210
|
+
"value_allowed_null": false
|
|
6895
7211
|
},
|
|
6896
7212
|
{
|
|
6897
7213
|
"disabled": false,
|
|
6898
7214
|
"document": "Instance system disk information.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6899
|
-
"example": "
|
|
7215
|
+
"example": "无",
|
|
6900
7216
|
"member": "SystemDisk",
|
|
6901
7217
|
"name": "SystemDisk",
|
|
6902
|
-
"
|
|
7218
|
+
"output_required": true,
|
|
6903
7219
|
"type": "object",
|
|
6904
|
-
"value_allowed_null":
|
|
7220
|
+
"value_allowed_null": false
|
|
6905
7221
|
},
|
|
6906
7222
|
{
|
|
6907
7223
|
"disabled": false,
|
|
6908
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.",
|
|
6909
|
-
"example": "
|
|
7225
|
+
"example": "无",
|
|
6910
7226
|
"member": "DataDisk",
|
|
6911
7227
|
"name": "DataDisks",
|
|
6912
|
-
"
|
|
7228
|
+
"output_required": false,
|
|
6913
7229
|
"type": "list",
|
|
6914
|
-
"value_allowed_null":
|
|
7230
|
+
"value_allowed_null": false
|
|
6915
7231
|
},
|
|
6916
7232
|
{
|
|
6917
7233
|
"disabled": false,
|
|
6918
7234
|
"document": "Instance bandwidth information.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6919
|
-
"example": "
|
|
7235
|
+
"example": "无",
|
|
6920
7236
|
"member": "InternetAccessible",
|
|
6921
7237
|
"name": "InternetAccessible",
|
|
6922
|
-
"
|
|
7238
|
+
"output_required": true,
|
|
6923
7239
|
"type": "object",
|
|
6924
|
-
"value_allowed_null":
|
|
7240
|
+
"value_allowed_null": false
|
|
6925
7241
|
},
|
|
6926
7242
|
{
|
|
6927
7243
|
"disabled": false,
|
|
6928
7244
|
"document": "Information of the VPC where the instance resides.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6929
|
-
"example": "
|
|
7245
|
+
"example": "无",
|
|
6930
7246
|
"member": "VirtualPrivateCloud",
|
|
6931
7247
|
"name": "VirtualPrivateCloud",
|
|
6932
|
-
"
|
|
7248
|
+
"output_required": true,
|
|
6933
7249
|
"type": "object",
|
|
6934
|
-
"value_allowed_null":
|
|
7250
|
+
"value_allowed_null": false
|
|
6935
7251
|
},
|
|
6936
7252
|
{
|
|
6937
7253
|
"disabled": false,
|
|
@@ -6939,29 +7255,29 @@
|
|
|
6939
7255
|
"example": "img-pi0aa46r",
|
|
6940
7256
|
"member": "string",
|
|
6941
7257
|
"name": "ImageId",
|
|
6942
|
-
"
|
|
7258
|
+
"output_required": true,
|
|
6943
7259
|
"type": "string",
|
|
6944
|
-
"value_allowed_null":
|
|
7260
|
+
"value_allowed_null": false
|
|
6945
7261
|
},
|
|
6946
7262
|
{
|
|
6947
7263
|
"disabled": false,
|
|
6948
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.",
|
|
6949
|
-
"example": "[
|
|
7265
|
+
"example": "[\"sg-rf6ogz49\"]",
|
|
6950
7266
|
"member": "string",
|
|
6951
7267
|
"name": "SecurityGroupIds",
|
|
6952
|
-
"
|
|
7268
|
+
"output_required": true,
|
|
6953
7269
|
"type": "list",
|
|
6954
|
-
"value_allowed_null":
|
|
7270
|
+
"value_allowed_null": false
|
|
6955
7271
|
},
|
|
6956
7272
|
{
|
|
6957
7273
|
"disabled": false,
|
|
6958
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.",
|
|
6959
|
-
"example": "
|
|
7275
|
+
"example": "无",
|
|
6960
7276
|
"member": "LoginSettings",
|
|
6961
7277
|
"name": "LoginSettings",
|
|
6962
|
-
"
|
|
7278
|
+
"output_required": false,
|
|
6963
7279
|
"type": "object",
|
|
6964
|
-
"value_allowed_null":
|
|
7280
|
+
"value_allowed_null": false
|
|
6965
7281
|
},
|
|
6966
7282
|
{
|
|
6967
7283
|
"disabled": false,
|
|
@@ -6969,9 +7285,9 @@
|
|
|
6969
7285
|
"example": "testroleName001",
|
|
6970
7286
|
"member": "string",
|
|
6971
7287
|
"name": "CamRoleName",
|
|
6972
|
-
"
|
|
7288
|
+
"output_required": false,
|
|
6973
7289
|
"type": "string",
|
|
6974
|
-
"value_allowed_null":
|
|
7290
|
+
"value_allowed_null": false
|
|
6975
7291
|
},
|
|
6976
7292
|
{
|
|
6977
7293
|
"disabled": false,
|
|
@@ -6979,9 +7295,9 @@
|
|
|
6979
7295
|
"example": "hpc-a5n666lo",
|
|
6980
7296
|
"member": "string",
|
|
6981
7297
|
"name": "HpcClusterId",
|
|
6982
|
-
"
|
|
7298
|
+
"output_required": false,
|
|
6983
7299
|
"type": "string",
|
|
6984
|
-
"value_allowed_null":
|
|
7300
|
+
"value_allowed_null": false
|
|
6985
7301
|
},
|
|
6986
7302
|
{
|
|
6987
7303
|
"disabled": false,
|
|
@@ -6989,19 +7305,19 @@
|
|
|
6989
7305
|
"example": "1",
|
|
6990
7306
|
"member": "uint64",
|
|
6991
7307
|
"name": "InstanceCount",
|
|
6992
|
-
"
|
|
7308
|
+
"output_required": true,
|
|
6993
7309
|
"type": "int",
|
|
6994
|
-
"value_allowed_null":
|
|
7310
|
+
"value_allowed_null": false
|
|
6995
7311
|
},
|
|
6996
7312
|
{
|
|
6997
7313
|
"disabled": false,
|
|
6998
7314
|
"document": "Enhanced service.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6999
|
-
"example": "
|
|
7315
|
+
"example": "无",
|
|
7000
7316
|
"member": "EnhancedService",
|
|
7001
7317
|
"name": "EnhancedService",
|
|
7002
|
-
"
|
|
7318
|
+
"output_required": true,
|
|
7003
7319
|
"type": "object",
|
|
7004
|
-
"value_allowed_null":
|
|
7320
|
+
"value_allowed_null": false
|
|
7005
7321
|
},
|
|
7006
7322
|
{
|
|
7007
7323
|
"disabled": false,
|
|
@@ -7009,39 +7325,39 @@
|
|
|
7009
7325
|
"example": "TXlVc2VyRGF0YQo=",
|
|
7010
7326
|
"member": "string",
|
|
7011
7327
|
"name": "UserData",
|
|
7012
|
-
"
|
|
7328
|
+
"output_required": false,
|
|
7013
7329
|
"type": "string",
|
|
7014
|
-
"value_allowed_null":
|
|
7330
|
+
"value_allowed_null": false
|
|
7015
7331
|
},
|
|
7016
7332
|
{
|
|
7017
7333
|
"disabled": false,
|
|
7018
7334
|
"document": "Placement group ID. You can only specify one.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
7019
|
-
"example": "[
|
|
7335
|
+
"example": "[\"ps-3p88qhfo\"]",
|
|
7020
7336
|
"member": "string",
|
|
7021
7337
|
"name": "DisasterRecoverGroupIds",
|
|
7022
|
-
"
|
|
7338
|
+
"output_required": false,
|
|
7023
7339
|
"type": "list",
|
|
7024
|
-
"value_allowed_null":
|
|
7340
|
+
"value_allowed_null": false
|
|
7025
7341
|
},
|
|
7026
7342
|
{
|
|
7027
7343
|
"disabled": false,
|
|
7028
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.",
|
|
7029
|
-
"example": "
|
|
7345
|
+
"example": "无",
|
|
7030
7346
|
"member": "ActionTimer",
|
|
7031
7347
|
"name": "ActionTimer",
|
|
7032
|
-
"
|
|
7348
|
+
"output_required": false,
|
|
7033
7349
|
"type": "object",
|
|
7034
|
-
"value_allowed_null":
|
|
7350
|
+
"value_allowed_null": false
|
|
7035
7351
|
},
|
|
7036
7352
|
{
|
|
7037
7353
|
"disabled": false,
|
|
7038
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.",
|
|
7039
|
-
"example": "
|
|
7355
|
+
"example": "无",
|
|
7040
7356
|
"member": "InstanceMarketOptionsRequest",
|
|
7041
7357
|
"name": "InstanceMarketOptions",
|
|
7042
|
-
"
|
|
7358
|
+
"output_required": false,
|
|
7043
7359
|
"type": "object",
|
|
7044
|
-
"value_allowed_null":
|
|
7360
|
+
"value_allowed_null": false
|
|
7045
7361
|
},
|
|
7046
7362
|
{
|
|
7047
7363
|
"disabled": false,
|
|
@@ -7049,9 +7365,9 @@
|
|
|
7049
7365
|
"example": "MyHostName",
|
|
7050
7366
|
"member": "string",
|
|
7051
7367
|
"name": "HostName",
|
|
7052
|
-
"
|
|
7368
|
+
"output_required": false,
|
|
7053
7369
|
"type": "string",
|
|
7054
|
-
"value_allowed_null":
|
|
7370
|
+
"value_allowed_null": false
|
|
7055
7371
|
},
|
|
7056
7372
|
{
|
|
7057
7373
|
"disabled": false,
|
|
@@ -7059,29 +7375,29 @@
|
|
|
7059
7375
|
"example": "system-f3827db9-c58a-49cc-bf10-33fc1923a34a",
|
|
7060
7376
|
"member": "string",
|
|
7061
7377
|
"name": "ClientToken",
|
|
7062
|
-
"
|
|
7378
|
+
"output_required": false,
|
|
7063
7379
|
"type": "string",
|
|
7064
|
-
"value_allowed_null":
|
|
7380
|
+
"value_allowed_null": false
|
|
7065
7381
|
},
|
|
7066
7382
|
{
|
|
7067
7383
|
"disabled": false,
|
|
7068
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.",
|
|
7069
|
-
"example": "
|
|
7385
|
+
"example": "无",
|
|
7070
7386
|
"member": "InstanceChargePrepaid",
|
|
7071
7387
|
"name": "InstanceChargePrepaid",
|
|
7072
|
-
"
|
|
7388
|
+
"output_required": false,
|
|
7073
7389
|
"type": "object",
|
|
7074
|
-
"value_allowed_null":
|
|
7390
|
+
"value_allowed_null": false
|
|
7075
7391
|
},
|
|
7076
7392
|
{
|
|
7077
7393
|
"disabled": false,
|
|
7078
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.",
|
|
7079
|
-
"example": "
|
|
7395
|
+
"example": "无",
|
|
7080
7396
|
"member": "TagSpecification",
|
|
7081
7397
|
"name": "TagSpecification",
|
|
7082
|
-
"
|
|
7398
|
+
"output_required": false,
|
|
7083
7399
|
"type": "list",
|
|
7084
|
-
"value_allowed_null":
|
|
7400
|
+
"value_allowed_null": false
|
|
7085
7401
|
},
|
|
7086
7402
|
{
|
|
7087
7403
|
"disabled": false,
|
|
@@ -7089,9 +7405,9 @@
|
|
|
7089
7405
|
"example": "false",
|
|
7090
7406
|
"member": "bool",
|
|
7091
7407
|
"name": "DisableApiTermination",
|
|
7092
|
-
"
|
|
7408
|
+
"output_required": true,
|
|
7093
7409
|
"type": "bool",
|
|
7094
|
-
"value_allowed_null":
|
|
7410
|
+
"value_allowed_null": false
|
|
7095
7411
|
}
|
|
7096
7412
|
],
|
|
7097
7413
|
"usage": "out"
|
|
@@ -7105,17 +7421,17 @@
|
|
|
7105
7421
|
"example": "1",
|
|
7106
7422
|
"member": "uint64",
|
|
7107
7423
|
"name": "LaunchTemplateVersion",
|
|
7108
|
-
"
|
|
7424
|
+
"output_required": true,
|
|
7109
7425
|
"type": "int",
|
|
7110
|
-
"value_allowed_null":
|
|
7426
|
+
"value_allowed_null": false
|
|
7111
7427
|
},
|
|
7112
7428
|
{
|
|
7113
7429
|
"disabled": false,
|
|
7114
7430
|
"document": "Details of instance launch template versions.",
|
|
7115
|
-
"example": "
|
|
7431
|
+
"example": "无",
|
|
7116
7432
|
"member": "LaunchTemplateVersionData",
|
|
7117
7433
|
"name": "LaunchTemplateVersionData",
|
|
7118
|
-
"
|
|
7434
|
+
"output_required": true,
|
|
7119
7435
|
"type": "object",
|
|
7120
7436
|
"value_allowed_null": false
|
|
7121
7437
|
},
|
|
@@ -7125,7 +7441,7 @@
|
|
|
7125
7441
|
"example": "2020-12-17T01:54:31Z",
|
|
7126
7442
|
"member": "datetime_iso",
|
|
7127
7443
|
"name": "CreationTime",
|
|
7128
|
-
"
|
|
7444
|
+
"output_required": true,
|
|
7129
7445
|
"type": "string",
|
|
7130
7446
|
"value_allowed_null": false
|
|
7131
7447
|
},
|
|
@@ -7135,7 +7451,7 @@
|
|
|
7135
7451
|
"example": "lt-b8v1kcyq",
|
|
7136
7452
|
"member": "string",
|
|
7137
7453
|
"name": "LaunchTemplateId",
|
|
7138
|
-
"
|
|
7454
|
+
"output_required": true,
|
|
7139
7455
|
"type": "string",
|
|
7140
7456
|
"value_allowed_null": false
|
|
7141
7457
|
},
|
|
@@ -7145,7 +7461,7 @@
|
|
|
7145
7461
|
"example": "true",
|
|
7146
7462
|
"member": "bool",
|
|
7147
7463
|
"name": "IsDefaultVersion",
|
|
7148
|
-
"
|
|
7464
|
+
"output_required": true,
|
|
7149
7465
|
"type": "bool",
|
|
7150
7466
|
"value_allowed_null": false
|
|
7151
7467
|
},
|
|
@@ -7155,9 +7471,9 @@
|
|
|
7155
7471
|
"example": "MyVersion",
|
|
7156
7472
|
"member": "string",
|
|
7157
7473
|
"name": "LaunchTemplateVersionDescription",
|
|
7158
|
-
"
|
|
7474
|
+
"output_required": true,
|
|
7159
7475
|
"type": "string",
|
|
7160
|
-
"value_allowed_null":
|
|
7476
|
+
"value_allowed_null": false
|
|
7161
7477
|
},
|
|
7162
7478
|
{
|
|
7163
7479
|
"disabled": false,
|
|
@@ -7165,7 +7481,7 @@
|
|
|
7165
7481
|
"example": "251001234",
|
|
7166
7482
|
"member": "string",
|
|
7167
7483
|
"name": "CreatedBy",
|
|
7168
|
-
"
|
|
7484
|
+
"output_required": true,
|
|
7169
7485
|
"type": "string",
|
|
7170
7486
|
"value_allowed_null": false
|
|
7171
7487
|
}
|
|
@@ -7178,50 +7494,50 @@
|
|
|
7178
7494
|
{
|
|
7179
7495
|
"disabled": false,
|
|
7180
7496
|
"document": "Type of a local disk.",
|
|
7181
|
-
"example": "",
|
|
7497
|
+
"example": "LOCAL_BASIC",
|
|
7182
7498
|
"member": "string",
|
|
7183
7499
|
"name": "Type",
|
|
7184
|
-
"
|
|
7500
|
+
"output_required": true,
|
|
7185
7501
|
"type": "string",
|
|
7186
7502
|
"value_allowed_null": false
|
|
7187
7503
|
},
|
|
7188
7504
|
{
|
|
7189
7505
|
"disabled": false,
|
|
7190
7506
|
"document": "Attributes of a local disk.",
|
|
7191
|
-
"example": "",
|
|
7507
|
+
"example": "ROOT",
|
|
7192
7508
|
"member": "string",
|
|
7193
7509
|
"name": "PartitionType",
|
|
7194
|
-
"
|
|
7510
|
+
"output_required": true,
|
|
7195
7511
|
"type": "string",
|
|
7196
7512
|
"value_allowed_null": false
|
|
7197
7513
|
},
|
|
7198
7514
|
{
|
|
7199
7515
|
"disabled": false,
|
|
7200
7516
|
"document": "Minimum size of a local disk.",
|
|
7201
|
-
"example": "",
|
|
7517
|
+
"example": "10",
|
|
7202
7518
|
"member": "int64",
|
|
7203
7519
|
"name": "MinSize",
|
|
7204
|
-
"
|
|
7520
|
+
"output_required": true,
|
|
7205
7521
|
"type": "int",
|
|
7206
7522
|
"value_allowed_null": false
|
|
7207
7523
|
},
|
|
7208
7524
|
{
|
|
7209
7525
|
"disabled": false,
|
|
7210
7526
|
"document": "Maximum size of a local disk.",
|
|
7211
|
-
"example": "",
|
|
7527
|
+
"example": "20",
|
|
7212
7528
|
"member": "int64",
|
|
7213
7529
|
"name": "MaxSize",
|
|
7214
|
-
"
|
|
7530
|
+
"output_required": true,
|
|
7215
7531
|
"type": "int",
|
|
7216
7532
|
"value_allowed_null": false
|
|
7217
7533
|
},
|
|
7218
7534
|
{
|
|
7219
7535
|
"disabled": false,
|
|
7220
7536
|
"document": "Whether a local disk is required during purchase. Valid values:<br><li>REQUIRED: required<br><li>OPTIONAL: optional",
|
|
7221
|
-
"example": "",
|
|
7537
|
+
"example": "REQUIRED",
|
|
7222
7538
|
"member": "string",
|
|
7223
7539
|
"name": "Required",
|
|
7224
|
-
"
|
|
7540
|
+
"output_required": true,
|
|
7225
7541
|
"type": "string",
|
|
7226
7542
|
"value_allowed_null": false
|
|
7227
7543
|
}
|
|
@@ -7289,7 +7605,7 @@
|
|
|
7289
7605
|
"members": [
|
|
7290
7606
|
{
|
|
7291
7607
|
"disabled": false,
|
|
7292
|
-
"document": "Custom metadata key
|
|
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.",
|
|
7293
7609
|
"example": "\"key\"",
|
|
7294
7610
|
"member": "string",
|
|
7295
7611
|
"name": "Key",
|
|
@@ -7300,7 +7616,7 @@
|
|
|
7300
7616
|
},
|
|
7301
7617
|
{
|
|
7302
7618
|
"disabled": false,
|
|
7303
|
-
"document": "
|
|
7619
|
+
"document": "Custom metadata value. The upper limit of message size is 256 KB.",
|
|
7304
7620
|
"example": "\"value\"",
|
|
7305
7621
|
"member": "string",
|
|
7306
7622
|
"name": "Value",
|
|
@@ -7426,7 +7742,7 @@
|
|
|
7426
7742
|
{
|
|
7427
7743
|
"disabled": false,
|
|
7428
7744
|
"document": "CDH instance ID(s).",
|
|
7429
|
-
"example": "[\"host-ey16rkyg
|
|
7745
|
+
"example": "[\"host-ey16rkyg\"]",
|
|
7430
7746
|
"member": "string",
|
|
7431
7747
|
"name": "HostIds",
|
|
7432
7748
|
"required": true,
|
|
@@ -7596,7 +7912,7 @@
|
|
|
7596
7912
|
},
|
|
7597
7913
|
{
|
|
7598
7914
|
"disabled": false,
|
|
7599
|
-
"document": "
|
|
7915
|
+
"document": "Modified instance name. can be named as required but should not exceed 128 characters.",
|
|
7600
7916
|
"example": "MyInsName",
|
|
7601
7917
|
"member": "string",
|
|
7602
7918
|
"name": "InstanceName",
|
|
@@ -7614,7 +7930,7 @@
|
|
|
7614
7930
|
},
|
|
7615
7931
|
{
|
|
7616
7932
|
"disabled": false,
|
|
7617
|
-
"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.",
|
|
7618
7934
|
"example": "[\"sg-rf6ogz49\"]",
|
|
7619
7935
|
"member": "string",
|
|
7620
7936
|
"name": "SecurityGroups",
|
|
@@ -7650,7 +7966,7 @@
|
|
|
7650
7966
|
},
|
|
7651
7967
|
{
|
|
7652
7968
|
"disabled": false,
|
|
7653
|
-
"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.",
|
|
7654
7970
|
"example": "user",
|
|
7655
7971
|
"member": "string",
|
|
7656
7972
|
"name": "CamRoleType",
|
|
@@ -7681,6 +7997,105 @@
|
|
|
7681
7997
|
],
|
|
7682
7998
|
"type": "object"
|
|
7683
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
|
+
},
|
|
7684
8099
|
"ModifyInstancesProjectRequest": {
|
|
7685
8100
|
"document": "ModifyInstancesProject request structure.",
|
|
7686
8101
|
"members": [
|
|
@@ -7777,7 +8192,7 @@
|
|
|
7777
8192
|
{
|
|
7778
8193
|
"disabled": false,
|
|
7779
8194
|
"document": "Whether to force shut down a running instances. Default value: TRUE.",
|
|
7780
|
-
"example": "
|
|
8195
|
+
"example": "false",
|
|
7781
8196
|
"member": "bool",
|
|
7782
8197
|
"name": "ForceStop",
|
|
7783
8198
|
"required": false,
|
|
@@ -7786,7 +8201,7 @@
|
|
|
7786
8201
|
{
|
|
7787
8202
|
"disabled": false,
|
|
7788
8203
|
"document": "Whether to keep the host name. Default value: FALSE.",
|
|
7789
|
-
"example": "
|
|
8204
|
+
"example": "false",
|
|
7790
8205
|
"member": "bool",
|
|
7791
8206
|
"name": "ReserveHostName",
|
|
7792
8207
|
"required": false,
|
|
@@ -7894,40 +8309,40 @@
|
|
|
7894
8309
|
{
|
|
7895
8310
|
"disabled": false,
|
|
7896
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",
|
|
7897
|
-
"example": "",
|
|
8312
|
+
"example": "INSTANCE_DEGRADE",
|
|
7898
8313
|
"member": "string",
|
|
7899
8314
|
"name": "Operation",
|
|
7900
|
-
"
|
|
8315
|
+
"output_required": true,
|
|
7901
8316
|
"type": "string",
|
|
7902
8317
|
"value_allowed_null": false
|
|
7903
8318
|
},
|
|
7904
8319
|
{
|
|
7905
8320
|
"disabled": false,
|
|
7906
8321
|
"document": "Instance ID.",
|
|
7907
|
-
"example": "",
|
|
8322
|
+
"example": "ins-xxxxx",
|
|
7908
8323
|
"member": "string",
|
|
7909
8324
|
"name": "InstanceId",
|
|
7910
|
-
"
|
|
8325
|
+
"output_required": true,
|
|
7911
8326
|
"type": "string",
|
|
7912
8327
|
"value_allowed_null": false
|
|
7913
8328
|
},
|
|
7914
8329
|
{
|
|
7915
8330
|
"disabled": false,
|
|
7916
8331
|
"document": "Number of operations already performed. If it returns `-1`, it means there is no limit on the times of the operation.",
|
|
7917
|
-
"example": "",
|
|
8332
|
+
"example": "1",
|
|
7918
8333
|
"member": "int64",
|
|
7919
8334
|
"name": "CurrentCount",
|
|
7920
|
-
"
|
|
8335
|
+
"output_required": true,
|
|
7921
8336
|
"type": "int",
|
|
7922
8337
|
"value_allowed_null": false
|
|
7923
8338
|
},
|
|
7924
8339
|
{
|
|
7925
8340
|
"disabled": false,
|
|
7926
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.",
|
|
7927
|
-
"example": "",
|
|
8342
|
+
"example": "5",
|
|
7928
8343
|
"member": "int64",
|
|
7929
8344
|
"name": "LimitCount",
|
|
7930
|
-
"
|
|
8345
|
+
"output_required": true,
|
|
7931
8346
|
"type": "int",
|
|
7932
8347
|
"value_allowed_null": false
|
|
7933
8348
|
}
|
|
@@ -7940,30 +8355,30 @@
|
|
|
7940
8355
|
{
|
|
7941
8356
|
"disabled": false,
|
|
7942
8357
|
"document": "Operating system type",
|
|
7943
|
-
"example": "",
|
|
8358
|
+
"example": "CentOS",
|
|
7944
8359
|
"member": "string",
|
|
7945
8360
|
"name": "OsName",
|
|
7946
|
-
"
|
|
8361
|
+
"output_required": true,
|
|
7947
8362
|
"type": "string",
|
|
7948
8363
|
"value_allowed_null": false
|
|
7949
8364
|
},
|
|
7950
8365
|
{
|
|
7951
8366
|
"disabled": false,
|
|
7952
8367
|
"document": "Supported operating system versions",
|
|
7953
|
-
"example": "",
|
|
8368
|
+
"example": "[\"9\"]",
|
|
7954
8369
|
"member": "string",
|
|
7955
8370
|
"name": "OsVersions",
|
|
7956
|
-
"
|
|
8371
|
+
"output_required": true,
|
|
7957
8372
|
"type": "list",
|
|
7958
8373
|
"value_allowed_null": false
|
|
7959
8374
|
},
|
|
7960
8375
|
{
|
|
7961
8376
|
"disabled": false,
|
|
7962
8377
|
"document": "Supported operating system architecture",
|
|
7963
|
-
"example": "",
|
|
8378
|
+
"example": "x86_64",
|
|
7964
8379
|
"member": "string",
|
|
7965
8380
|
"name": "Architecture",
|
|
7966
|
-
"
|
|
8381
|
+
"output_required": true,
|
|
7967
8382
|
"type": "list",
|
|
7968
8383
|
"value_allowed_null": false
|
|
7969
8384
|
}
|
|
@@ -7986,7 +8401,7 @@
|
|
|
7986
8401
|
},
|
|
7987
8402
|
{
|
|
7988
8403
|
"disabled": false,
|
|
7989
|
-
"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.",
|
|
7990
8405
|
"example": "0",
|
|
7991
8406
|
"member": "int64",
|
|
7992
8407
|
"name": "ProjectId",
|
|
@@ -7997,7 +8412,7 @@
|
|
|
7997
8412
|
},
|
|
7998
8413
|
{
|
|
7999
8414
|
"disabled": false,
|
|
8000
|
-
"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).",
|
|
8001
8416
|
"example": "[\"host-o5i742go\"]",
|
|
8002
8417
|
"member": "string",
|
|
8003
8418
|
"name": "HostIds",
|
|
@@ -8087,7 +8502,7 @@
|
|
|
8087
8502
|
},
|
|
8088
8503
|
{
|
|
8089
8504
|
"disabled": false,
|
|
8090
|
-
"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>",
|
|
8091
8506
|
"example": "myReservedInstance",
|
|
8092
8507
|
"member": "string",
|
|
8093
8508
|
"name": "ReservedInstanceName",
|
|
@@ -8251,6 +8666,51 @@
|
|
|
8251
8666
|
],
|
|
8252
8667
|
"type": "object"
|
|
8253
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
|
+
},
|
|
8254
8714
|
"ReservedInstanceConfigInfoItem": {
|
|
8255
8715
|
"document": "Static configurations of the reserved instance.",
|
|
8256
8716
|
"members": [
|
|
@@ -8384,7 +8844,7 @@
|
|
|
8384
8844
|
"name": "FixedPriceDiscount",
|
|
8385
8845
|
"output_required": false,
|
|
8386
8846
|
"type": "float",
|
|
8387
|
-
"value_allowed_null":
|
|
8847
|
+
"value_allowed_null": false
|
|
8388
8848
|
},
|
|
8389
8849
|
{
|
|
8390
8850
|
"disabled": false,
|
|
@@ -8394,7 +8854,7 @@
|
|
|
8394
8854
|
"name": "UsagePriceDiscount",
|
|
8395
8855
|
"output_required": false,
|
|
8396
8856
|
"type": "float",
|
|
8397
|
-
"value_allowed_null":
|
|
8857
|
+
"value_allowed_null": false
|
|
8398
8858
|
}
|
|
8399
8859
|
],
|
|
8400
8860
|
"usage": "out"
|
|
@@ -9122,7 +9582,7 @@
|
|
|
9122
9582
|
"members": [
|
|
9123
9583
|
{
|
|
9124
9584
|
"disabled": false,
|
|
9125
|
-
"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).",
|
|
9126
9586
|
"example": "ins-r8hr2upy",
|
|
9127
9587
|
"member": "string",
|
|
9128
9588
|
"name": "InstanceId",
|
|
@@ -9131,7 +9591,7 @@
|
|
|
9131
9591
|
},
|
|
9132
9592
|
{
|
|
9133
9593
|
"disabled": false,
|
|
9134
|
-
"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>",
|
|
9135
9595
|
"example": "无",
|
|
9136
9596
|
"member": "DataDisk",
|
|
9137
9597
|
"name": "DataDisks",
|
|
@@ -9140,7 +9600,7 @@
|
|
|
9140
9600
|
},
|
|
9141
9601
|
{
|
|
9142
9602
|
"disabled": false,
|
|
9143
|
-
"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.",
|
|
9144
9604
|
"example": "true",
|
|
9145
9605
|
"member": "bool",
|
|
9146
9606
|
"name": "ForceStop",
|
|
@@ -9149,7 +9609,7 @@
|
|
|
9149
9609
|
},
|
|
9150
9610
|
{
|
|
9151
9611
|
"disabled": false,
|
|
9152
|
-
"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>",
|
|
9153
9613
|
"example": "无",
|
|
9154
9614
|
"member": "SystemDisk",
|
|
9155
9615
|
"name": "SystemDisk",
|
|
@@ -9292,7 +9752,16 @@
|
|
|
9292
9752
|
},
|
|
9293
9753
|
{
|
|
9294
9754
|
"disabled": false,
|
|
9295
|
-
"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>.",
|
|
9296
9765
|
"example": "server_{R:3}",
|
|
9297
9766
|
"member": "string",
|
|
9298
9767
|
"name": "InstanceName",
|
|
@@ -9310,7 +9779,7 @@
|
|
|
9310
9779
|
},
|
|
9311
9780
|
{
|
|
9312
9781
|
"disabled": false,
|
|
9313
|
-
"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.",
|
|
9314
9783
|
"example": "[\"sg-ajhn9qtq\"]",
|
|
9315
9784
|
"member": "string",
|
|
9316
9785
|
"name": "SecurityGroupIds",
|
|
@@ -9356,7 +9825,7 @@
|
|
|
9356
9825
|
{
|
|
9357
9826
|
"disabled": false,
|
|
9358
9827
|
"document": "Placement group ID. You can only specify one.",
|
|
9359
|
-
"example": "[
|
|
9828
|
+
"example": "[\"sg-efil73jd\"]",
|
|
9360
9829
|
"member": "string",
|
|
9361
9830
|
"name": "DisasterRecoverGroupIds",
|
|
9362
9831
|
"required": false,
|
|
@@ -9391,7 +9860,7 @@
|
|
|
9391
9860
|
},
|
|
9392
9861
|
{
|
|
9393
9862
|
"disabled": false,
|
|
9394
|
-
"document": "",
|
|
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.**.",
|
|
9395
9864
|
"example": "无",
|
|
9396
9865
|
"member": "Metadata",
|
|
9397
9866
|
"name": "Metadata",
|
|
@@ -9472,7 +9941,7 @@
|
|
|
9472
9941
|
},
|
|
9473
9942
|
{
|
|
9474
9943
|
"disabled": false,
|
|
9475
|
-
"document": "",
|
|
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=).",
|
|
9476
9945
|
"example": "false",
|
|
9477
9946
|
"member": "bool",
|
|
9478
9947
|
"name": "EnableJumboFrame",
|
|
@@ -9488,7 +9957,7 @@
|
|
|
9488
9957
|
{
|
|
9489
9958
|
"disabled": false,
|
|
9490
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.",
|
|
9491
|
-
"example": "[
|
|
9960
|
+
"example": "[\"ins-rn79mzt1\"]",
|
|
9492
9961
|
"member": "string",
|
|
9493
9962
|
"name": "InstanceIdSet",
|
|
9494
9963
|
"output_required": true,
|
|
@@ -9544,20 +10013,20 @@
|
|
|
9544
10013
|
{
|
|
9545
10014
|
"disabled": false,
|
|
9546
10015
|
"document": "Time when an image was shared.",
|
|
9547
|
-
"example": "
|
|
10016
|
+
"example": "2023-10-05T14:30:00Z",
|
|
9548
10017
|
"member": "datetime_iso",
|
|
9549
10018
|
"name": "CreatedTime",
|
|
9550
|
-
"
|
|
10019
|
+
"output_required": true,
|
|
9551
10020
|
"type": "string",
|
|
9552
10021
|
"value_allowed_null": false
|
|
9553
10022
|
},
|
|
9554
10023
|
{
|
|
9555
10024
|
"disabled": false,
|
|
9556
10025
|
"document": "ID of the account with which the image is shared.",
|
|
9557
|
-
"example": "
|
|
10026
|
+
"example": "2700036",
|
|
9558
10027
|
"member": "string",
|
|
9559
10028
|
"name": "AccountId",
|
|
9560
|
-
"
|
|
10029
|
+
"output_required": true,
|
|
9561
10030
|
"type": "string",
|
|
9562
10031
|
"value_allowed_null": false
|
|
9563
10032
|
}
|
|
@@ -9570,30 +10039,30 @@
|
|
|
9570
10039
|
{
|
|
9571
10040
|
"disabled": false,
|
|
9572
10041
|
"document": "Snapshot ID.",
|
|
9573
|
-
"example": "",
|
|
10042
|
+
"example": "snap-2y1v",
|
|
9574
10043
|
"member": "string",
|
|
9575
10044
|
"name": "SnapshotId",
|
|
9576
|
-
"
|
|
10045
|
+
"output_required": true,
|
|
9577
10046
|
"type": "string",
|
|
9578
10047
|
"value_allowed_null": false
|
|
9579
10048
|
},
|
|
9580
10049
|
{
|
|
9581
10050
|
"disabled": false,
|
|
9582
10051
|
"document": "Type of the cloud disk used to create the snapshot. Valid values:\nSYSTEM_DISK: system disk\nDATA_DISK: data disk",
|
|
9583
|
-
"example": "",
|
|
10052
|
+
"example": "SYSTEM_DISK",
|
|
9584
10053
|
"member": "string",
|
|
9585
10054
|
"name": "DiskUsage",
|
|
9586
|
-
"
|
|
10055
|
+
"output_required": true,
|
|
9587
10056
|
"type": "string",
|
|
9588
10057
|
"value_allowed_null": false
|
|
9589
10058
|
},
|
|
9590
10059
|
{
|
|
9591
10060
|
"disabled": false,
|
|
9592
10061
|
"document": "Size of the cloud disk used to create the snapshot; unit: GB.",
|
|
9593
|
-
"example": "",
|
|
10062
|
+
"example": "50",
|
|
9594
10063
|
"member": "int64",
|
|
9595
10064
|
"name": "DiskSize",
|
|
9596
|
-
"
|
|
10065
|
+
"output_required": true,
|
|
9597
10066
|
"type": "int",
|
|
9598
10067
|
"value_allowed_null": false
|
|
9599
10068
|
}
|
|
@@ -9668,7 +10137,7 @@
|
|
|
9668
10137
|
"type": "list"
|
|
9669
10138
|
},
|
|
9670
10139
|
{
|
|
9671
|
-
"disabled":
|
|
10140
|
+
"disabled": true,
|
|
9672
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`. ",
|
|
9673
10142
|
"example": "false",
|
|
9674
10143
|
"member": "bool",
|
|
@@ -9870,7 +10339,7 @@
|
|
|
9870
10339
|
"members": [
|
|
9871
10340
|
{
|
|
9872
10341
|
"disabled": false,
|
|
9873
|
-
"document": "Specifies the system disk type. for the restrictions on the system disk type, refer to [storage overview](https://
|
|
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.",
|
|
9874
10343
|
"example": "CLOUD_HSSD",
|
|
9875
10344
|
"member": "string",
|
|
9876
10345
|
"name": "DiskType",
|
|
@@ -9881,8 +10350,8 @@
|
|
|
9881
10350
|
},
|
|
9882
10351
|
{
|
|
9883
10352
|
"disabled": false,
|
|
9884
|
-
"document": "
|
|
9885
|
-
"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",
|
|
9886
10355
|
"member": "string",
|
|
9887
10356
|
"name": "DiskId",
|
|
9888
10357
|
"output_required": false,
|
|
@@ -9903,7 +10372,7 @@
|
|
|
9903
10372
|
},
|
|
9904
10373
|
{
|
|
9905
10374
|
"disabled": false,
|
|
9906
|
-
"document": "Specifies the
|
|
10375
|
+
"document": "Specifies the dedicated cluster ID belonging to.\nNote: This field may return null, indicating that no valid value is found.",
|
|
9907
10376
|
"example": "cdc-xxxxxx",
|
|
9908
10377
|
"member": "string",
|
|
9909
10378
|
"name": "CdcId",
|
|
@@ -9959,7 +10428,7 @@
|
|
|
9959
10428
|
"members": [
|
|
9960
10429
|
{
|
|
9961
10430
|
"disabled": false,
|
|
9962
|
-
"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).",
|
|
9963
10432
|
"example": "instance",
|
|
9964
10433
|
"member": "string",
|
|
9965
10434
|
"name": "ResourceType",
|
|
@@ -10058,7 +10527,7 @@
|
|
|
10058
10527
|
"members": [
|
|
10059
10528
|
{
|
|
10060
10529
|
"disabled": false,
|
|
10061
|
-
"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.",
|
|
10062
10531
|
"example": "vpc-2ij",
|
|
10063
10532
|
"member": "string",
|
|
10064
10533
|
"name": "VpcId",
|
|
@@ -10069,7 +10538,7 @@
|
|
|
10069
10538
|
},
|
|
10070
10539
|
{
|
|
10071
10540
|
"disabled": false,
|
|
10072
|
-
"document": "vpc subnet ID, in the form of `subnet-xxx`. valid vpc subnet ids can be queried by logging in to the console
|
|
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.",
|
|
10073
10542
|
"example": "subnet-2ks",
|
|
10074
10543
|
"member": "string",
|
|
10075
10544
|
"name": "SubnetId",
|