Skip to content

Commit 56c8e69

Browse files
committed
update tiat-resources.json
1 parent 32fcc2c commit 56c8e69

File tree

1 file changed

+53
-7
lines changed

1 file changed

+53
-7
lines changed

config/tips/tiat-resources.json

Lines changed: 53 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16420,7 +16420,12 @@
1642016420
},
1642116421
{
1642216422
"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."
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,
16425+
"options": [
16426+
true,
16427+
false
16428+
]
1642416429
},
1642516430
{
1642616431
"name": "bandwidth_package_id",
@@ -16444,7 +16449,12 @@
1644416449
},
1644516450
{
1644616451
"name": "disable_api_termination",
16447-
"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."
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+
]
1644816458
},
1644916459
{
1645016460
"name": "disable_monitor_service",
@@ -16468,11 +16478,24 @@
1646816478
},
1646916479
{
1647016480
"name": "instance_charge_type_prepaid_renew_flag",
16471-
"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."
16481+
"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+
"options": [
16484+
"NOTIFY_AND_AUTO_RENEW",
16485+
"NOTIFY_AND_MANUAL_RENEW",
16486+
"DISABLE_NOTIFY_AND_MANUAL_RENEW"
16487+
]
1647216488
},
1647316489
{
1647416490
"name": "instance_charge_type",
16475-
"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."
16491+
"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+
"options": [
16494+
"PREPAID",
16495+
"POSTPAID_BY_HOUR",
16496+
"SPOTPAID",
16497+
"CDHPAID"
16498+
]
1647616499
},
1647716500
{
1647816501
"name": "instance_count",
@@ -16488,7 +16511,14 @@
1648816511
},
1648916512
{
1649016513
"name": "internet_charge_type",
16491-
"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."
16514+
"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+
"options": [
16517+
"BANDWIDTH_PREPAID",
16518+
"TRAFFIC_POSTPAID_BY_HOUR",
16519+
"BANDWIDTH_POSTPAID_BY_HOUR",
16520+
"BANDWIDTH_PACKAGE"
16521+
]
1649216522
},
1649316523
{
1649416524
"name": "internet_max_bandwidth_out",
@@ -16544,7 +16574,12 @@
1654416574
},
1654516575
{
1654616576
"name": "stopped_mode",
16547-
"description": "- (Optional, String) Billing method of a pay-as-you-go instance after shutdown. Available values: KEEP_CHARGING,STOP_CHARGING. Default KEEP_CHARGING."
16577+
"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+
"options": [
16580+
"KEEP_CHARGING",
16581+
"STOP_CHARGING"
16582+
]
1654816583
},
1654916584
{
1655016585
"name": "subnet_id",
@@ -16560,7 +16595,18 @@
1656016595
},
1656116596
{
1656216597
"name": "system_disk_type",
16563-
"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."
16598+
"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+
"options": [
16601+
"LOCAL_BASIC",
16602+
"LOCAL_SSD",
16603+
"CLOUD_BASIC",
16604+
"CLOUD_SSD",
16605+
"CLOUD_PREMIUM",
16606+
"CLOUD_BSSD",
16607+
"CLOUD_HSSD",
16608+
"CLOUD_TSSD"
16609+
]
1656416610
},
1656516611
{
1656616612
"name": "tags",

0 commit comments

Comments
 (0)