You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "- (Required, String, ForceNew) The available zone for the CVM instance."
16415
+
"description": "- (Required, String) The available zone for the CVM instance."
16416
16416
},
16417
16417
{
16418
16418
"name": "image_id",
16419
16419
"description": "- (Required, String) The image to use for the instance. Changing image_id will cause the instance reset."
16420
16420
},
16421
16421
{
16422
16422
"name": "allocate_public_ip",
16423
-
"description": "- (Optional, Bool, ForceNew) Associate a public IP address with an instance in a VPC or Classic. Boolean value, Default is false.",
16424
-
"default": false,
16423
+
"description": "- (Optional, Bool) Associate a public IP address with an instance in a VPC or Classic. Boolean value, Default is false.",
16425
16424
"options": [
16426
16425
true,
16427
16426
false
@@ -16433,28 +16432,73 @@
16433
16432
},
16434
16433
{
16435
16434
"name": "cam_role_name",
16436
-
"description": "- (Optional, String, ForceNew) CAM role name authorized to access."
16435
+
"description": "- (Optional, String) CAM role name authorized to access."
16437
16436
},
16438
16437
{
16439
16438
"name": "cdh_host_id",
16440
-
"description": "- (Optional, String, ForceNew) Id of cdh instance. Note: it only works when instance_charge_type is set to CDHPAID."
16439
+
"description": "- (Optional, String) Id of cdh instance. Note: it only works when instance_charge_type is set to CDHPAID."
16441
16440
},
16442
16441
{
16443
16442
"name": "cdh_instance_type",
16444
16443
"description": "- (Optional, String) Type of instance created on cdh, the value of this parameter is in the format of CDH_XCXG based on the number of CPU cores and memory capacity. Note: it only works when instance_charge_type is set to CDHPAID."
16445
16444
},
16446
16445
{
16447
16446
"name": "data_disks",
16448
-
"description": "- (Optional, List, ForceNew) Settings for data disks."
16447
+
"description": "- (Optional, Maplist) Settings for data disks.",
16448
+
"detail": [
16449
+
{
16450
+
"name": "data_disk_type",
16451
+
"description": "- (Required, String) Data disk type. For more information about limits on different data disk types, see [Storage Overview](https://intl.cloud.tencent.com/document/product/213/4952). Valid values: LOCAL_BASIC: local disk, LOCAL_SSD: local SSD disk, LOCAL_NVME: local NVME disk, specified in the InstanceType, LOCAL_PRO: local HDD disk, specified in the InstanceType, CLOUD_BASIC: HDD cloud disk, CLOUD_PREMIUM: Premium Cloud Storage, CLOUD_SSD: SSD, CLOUD_HSSD: Enhanced SSD, CLOUD_TSSD: Tremendous SSD, CLOUD_BSSD: Balanced SSD.",
16452
+
"options": [
16453
+
"LOCAL_BASIC",
16454
+
"LOCAL_SSD",
16455
+
"LOCAL_NVME",
16456
+
"LOCAL_PRO",
16457
+
"CLOUD_BASIC",
16458
+
"CLOUD_PREMIUM",
16459
+
"CLOUD_SSD",
16460
+
"CLOUD_HSSD",
16461
+
"CLOUD_TSSD",
16462
+
"CLOUD_BSSD"
16463
+
]
16464
+
},
16465
+
{
16466
+
"name": "data_disk_size",
16467
+
"description": "- (Required, Int) Size of the data disk, and unit is GB."
16468
+
},
16469
+
{
16470
+
"name": "data_disk_snapshot_id",
16471
+
"description": "- (Optional, String) Snapshot ID of the data disk. The selected data disk snapshot size must be smaller than the data disk size."
16472
+
},
16473
+
{
16474
+
"name": "data_disk_id",
16475
+
"description": "- (Optional, String) Data disk ID used to initialize the data disk. When data disk type is `LOCAL_BASIC` and `LOCAL_SSD`, disk id is not supported."
16476
+
},
16477
+
{
16478
+
"name": "delete_with_instance",
16479
+
"description": "- (Optional, Bool) Decides whether the disk is deleted with instance(only applied to `CLOUD_BASIC`, `CLOUD_SSD` and `CLOUD_PREMIUM` disk with `POSTPAID_BY_HOUR` instance), default is true.",
16480
+
"options": [
16481
+
true,
16482
+
false
16483
+
]
16484
+
},
16485
+
{
16486
+
"name": "encrypt",
16487
+
"description": "- (Optional, Bool) Decides whether the disk is encrypted. Default is `false`.",
16488
+
"options": [
16489
+
true,
16490
+
false
16491
+
]
16492
+
},
16493
+
{
16494
+
"name": "throughput_performance",
16495
+
"description": "- (Optional, Int) Add extra performance to the data disk. Only works when disk type is `CLOUD_TSSD` or `CLOUD_HSSD`."
16496
+
}
16497
+
]
16449
16498
},
16450
16499
{
16451
16500
"name": "disable_api_termination",
16452
-
"description": "- (Optional, Bool) Whether the termination protection is enabled. Default is false. If set true, which means that this instance can not be deleted by an API action.",
16453
-
"default": false,
16454
-
"options": [
16455
-
true,
16456
-
false
16457
-
]
16501
+
"description": "- (Optional, Bool) Whether the termination protection is enabled. Default is false. If set true, which means that this instance can not be deleted by an API action."
16458
16502
},
16459
16503
{
16460
16504
"name": "disable_monitor_service",
@@ -16466,20 +16510,39 @@
16466
16510
},
16467
16511
{
16468
16512
"name": "force_delete",
16469
-
"description": "- (Optional, Bool) Indicate whether to force delete the instance. Default is false. If set true, the instance will be permanently deleted instead of being moved into the recycle bin. Note: only works for PREPAID instance."
16513
+
"description": "- (Optional, Bool) Indicate whether to force delete the instance. Default is false. If set true, the instance will be permanently deleted instead of being moved into the recycle bin. Note: only works for PREPAID instance.",
16514
+
"options": [
16515
+
true,
16516
+
false
16517
+
]
16470
16518
},
16471
16519
{
16472
16520
"name": "hostname",
16473
-
"description": "- (Optional, String) The hostname of the instance. Windows instance: The name should be a combination of 2 to 15 characters comprised of letters (case insensitive), numbers, and hyphens (-). Period (.) is not supported, and the name cannot be a string of pure numbers. Other types (such as Linux) of instances: The name should be a combination of 2 to 60 characters, supporting multiple periods (.). The piece between two periods is composed of letters (case insensitive), numbers, and hyphens (-). Modifying will cause the instance reset."
16521
+
"description": "- (Optional, String) of instances: The name should be a combination of 2 to 60 characters, supporting multiple periods (.). The piece between two periods is composed of letters (case insensitive), numbers, and hyphens (-). Modifying will cause the instance reset."
16474
16522
},
16475
16523
{
16476
16524
"name": "instance_charge_type_prepaid_period",
16477
-
"description": "- (Optional, Int) The tenancy (time unit is month) of the prepaid instance, NOTE: it only works when instance_charge_type is set to PREPAID. Valid values are 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36."
16525
+
"description": "- (Optional, Int) of the prepaid instance, NOTE: it only works when instance_charge_type is set to PREPAID. Valid values are 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36.",
"description": "- (Optional, String) Auto renewal flag. Valid values: NOTIFY_AND_AUTO_RENEW: notify upon expiration and renew automatically, NOTIFY_AND_MANUAL_RENEW: notify upon expiration but do not renew automatically, DISABLE_NOTIFY_AND_MANUAL_RENEW: neither notify upon expiration nor renew automatically. Default value: NOTIFY_AND_MANUAL_RENEW. If this parameter is specified as NOTIFY_AND_AUTO_RENEW, the instance will be automatically renewed on a monthly basis if the account balance is sufficient. NOTE: it only works when instance_charge_type is set to PREPAID.",
16482
-
"default": "NOTIFY_AND_MANUAL_RENEW",
16483
16546
"options": [
16484
16547
"NOTIFY_AND_AUTO_RENEW",
16485
16548
"NOTIFY_AND_MANUAL_RENEW",
@@ -16489,7 +16552,6 @@
16489
16552
{
16490
16553
"name": "instance_charge_type",
16491
16554
"description": "- (Optional, String) The charge type of instance. Valid values are PREPAID, POSTPAID_BY_HOUR, SPOTPAID and CDHPAID. The default is POSTPAID_BY_HOUR. Note: TencentCloud International only supports POSTPAID_BY_HOUR and CDHPAID. PREPAID instance may not allow to delete before expired. SPOTPAID instance must set spot_instance_type and spot_max_price at the same time. CDHPAID instance must set cdh_instance_type and cdh_host_id.",
16492
-
"default": "POSTPAID_BY_HOUR",
16493
16555
"options": [
16494
16556
"PREPAID",
16495
16557
"POSTPAID_BY_HOUR",
@@ -16499,7 +16561,7 @@
16499
16561
},
16500
16562
{
16501
16563
"name": "instance_count",
16502
-
"description": "- (Optional, Int, Deprecated) It has been deprecated from version 1.59.18. Use built-in count instead. The number of instances to be purchased. Value range:[1,100]; default value: 1."
16564
+
"description": "- (Optional, Int) It has been deprecated from version 1.59.18. Use built-in count instead. The number of instances to be purchased. Value range:[1,100]; default value: 1."
16503
16565
},
16504
16566
{
16505
16567
"name": "instance_name",
@@ -16512,12 +16574,11 @@
16512
16574
{
16513
16575
"name": "internet_charge_type",
16514
16576
"description": "- (Optional, String) Internet charge type of the instance, Valid values are BANDWIDTH_PREPAID, TRAFFIC_POSTPAID_BY_HOUR, BANDWIDTH_POSTPAID_BY_HOUR and BANDWIDTH_PACKAGE. If not set, internet charge type are consistent with the cvm charge type by default. This value takes NO Effect when changing and does not need to be set when allocate_public_ip is false.",
16515
-
"default": "",
16516
16577
"options": [
16517
16578
"BANDWIDTH_PREPAID",
16518
-
"TRAFFIC_POSTPAID_BY_HOUR",
16519
16579
"BANDWIDTH_POSTPAID_BY_HOUR",
16520
-
"BANDWIDTH_PACKAGE"
16580
+
"BANDWIDTH_PACKAGE",
16581
+
"TRAFFIC_POSTPAID_BY_HOUR"
16521
16582
]
16522
16583
},
16523
16584
{
@@ -16530,23 +16591,23 @@
16530
16591
},
16531
16592
{
16532
16593
"name": "key_ids",
16533
-
"description": "- (Optional, Set: [String]) The key pair to use for the instance, it looks like skey-16jig7tx. Modifying will cause the instance reset."
16594
+
"description": "- (Optional, String) The key pair to use for the instance, it looks like skey-16jig7tx. Modifying will cause the instance reset."
16534
16595
},
16535
16596
{
16536
16597
"name": "key_name",
16537
-
"description": "- (Optional, String, Deprecated) Please use key_ids instead. The key pair to use for the instance, it looks like skey-16jig7tx. Modifying will cause the instance reset."
16598
+
"description": "- (Optional, String) Please use key_ids instead. The key pair to use for the instance, it looks like skey-16jig7tx. Modifying will cause the instance reset."
16538
16599
},
16539
16600
{
16540
16601
"name": "orderly_security_groups",
16541
-
"description": "- (Optional, List: [String]) A list of orderly security group IDs to associate with."
16602
+
"description": "- (Optional, String) A list of orderly security group IDs to associate with."
16542
16603
},
16543
16604
{
16544
16605
"name": "password",
16545
16606
"description": "- (Optional, String) Password for the instance. In order for the new password to take effect, the instance will be restarted after the password change. Modifying will cause the instance reset."
16546
16607
},
16547
16608
{
16548
16609
"name": "placement_group_id",
16549
-
"description": "- (Optional, String, ForceNew) The ID of a placement group."
16610
+
"description": "- (Optional, String) The ID of a placement group."
16550
16611
},
16551
16612
{
16552
16613
"name": "private_ip",
@@ -16558,24 +16619,26 @@
16558
16619
},
16559
16620
{
16560
16621
"name": "running_flag",
16561
-
"description": "- (Optional, Bool) Set instance to running or stop. Default value is true, the instance will shutdown when this flag is false."
16562
-
},
16563
-
{
16564
-
"name": "security_groups",
16565
-
"description": "- (Optional, Set: [String], Deprecated) It will be deprecated. Use orderly_security_groups instead. A list of security group IDs to associate with."
16622
+
"description": "- (Optional, Bool) Set instance to running or stop. Default value is true, the instance will shutdown when this flag is false.",
16623
+
"options": [
16624
+
true,
16625
+
false
16626
+
]
16566
16627
},
16567
16628
{
16568
16629
"name": "spot_instance_type",
16569
-
"description": "- (Optional, String) Type of spot instance, only support ONE-TIME now. Note: it only works when instance_charge_type is set to SPOTPAID."
16630
+
"description": "- (Optional, String) Type of spot instance, only support ONE-TIME now. Note: it only works when instance_charge_type is set to SPOTPAID.",
16631
+
"options": [
16632
+
"ONE-TIME"
16633
+
]
16570
16634
},
16571
16635
{
16572
16636
"name": "spot_max_price",
16573
-
"description": "- (Optional, String, ForceNew) Max price of a spot instance, is the format of decimal string, for example \"0.50\". Note: it only works when instance_charge_type is set to SPOTPAID."
16637
+
"description": "- (Optional, String) Max price of a spot instance, is the format of decimal string, for example \"0.50\". Note: it only works when instance_charge_type is set to SPOTPAID."
16574
16638
},
16575
16639
{
16576
16640
"name": "stopped_mode",
16577
16641
"description": "- (Optional, String) Billing method of a pay-as-you-go instance after shutdown. Available values: KEEP_CHARGING,STOP_CHARGING. Default KEEP_CHARGING.",
16578
-
"default": "KEEP_CHARGING",
16579
16642
"options": [
16580
16643
"KEEP_CHARGING",
16581
16644
"STOP_CHARGING"
@@ -16596,7 +16659,6 @@
16596
16659
{
16597
16660
"name": "system_disk_type",
16598
16661
"description": "- (Optional, String) System disk type. For more information on limits of system disk types, see Storage Overview. Valid values: LOCAL_BASIC: local disk, LOCAL_SSD: local SSD disk, CLOUD_BASIC: cloud disk, CLOUD_SSD: cloud SSD disk, CLOUD_PREMIUM: Premium Cloud Storage, CLOUD_BSSD: Basic SSD, CLOUD_HSSD: Enhanced SSD, CLOUD_TSSD: Tremendous SSD. NOTE: If modified, the instance may force stop.",
16599
-
"default": "",
16600
16662
"options": [
16601
16663
"LOCAL_BASIC",
16602
16664
"LOCAL_SSD",
@@ -16614,40 +16676,36 @@
16614
16676
},
16615
16677
{
16616
16678
"name": "user_data_raw",
16617
-
"description": "- (Optional, String, ForceNew) The user data to be injected into this instance, in plain text. Conflicts with user_data. Up to 16 KB after base64 encoded."
16679
+
"description": "- (Optional, String) The user data to be injected into this instance, in plain text. Conflicts with user_data. Up to 16 KB after base64 encoded."
16618
16680
},
16619
16681
{
16620
16682
"name": "user_data",
16621
-
"description": "- (Optional, String, ForceNew) The user data to be injected into this instance. Must be base64 encoded and up to 16 KB."
16683
+
"description": "- (Optional, String) The user data to be injected into this instance. Must be base64 encoded and up to 16 KB."
16622
16684
},
16623
16685
{
16624
16686
"name": "vpc_id",
16625
16687
"description": "- (Optional, String) The ID of a VPC network. If you want to create instances in a VPC network, this parameter must be set."
16626
16688
}
16627
16689
],
16628
16690
"attrs": [
16629
-
{
16630
-
"name": "id",
16631
-
"description": "- ID of the resource."
16632
-
},
16633
16691
{
16634
16692
"name": "create_time",
16635
-
"description": "- Create time of the instance."
16693
+
"description": "- (Readonly, String) Create time of the instance."
16636
16694
},
16637
16695
{
16638
16696
"name": "expired_time",
16639
-
"description": "- Expired time of the instance."
16697
+
"description": "- (Readonly, String) Expired time of the instance."
16640
16698
},
16641
16699
{
16642
16700
"name": "instance_status",
16643
-
"description": "- Current status of the instance."
16701
+
"description": "- (Readonly, String) Current status of the instance."
16644
16702
},
16645
16703
{
16646
16704
"name": "public_ip",
16647
-
"description": "- Public IP of the instance."
16705
+
"description": "- (Readonly, String) Public ip of the instance."
0 commit comments