Skip to content

Commit 32fcc2c

Browse files
committed
feat: update json
1 parent deb1185 commit 32fcc2c

File tree

1 file changed

+7
-53
lines changed

1 file changed

+7
-53
lines changed

config/tips/tiat-resources.json

Lines changed: 7 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -16420,12 +16420,7 @@
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.",
16424-
"default": false,
16425-
"options": [
16426-
true,
16427-
false
16428-
]
16423+
"description": "- (Optional, Bool, ForceNew) Associate a public IP address with an instance in a VPC or Classic. Boolean value, Default is false."
1642916424
},
1643016425
{
1643116426
"name": "bandwidth_package_id",
@@ -16449,12 +16444,7 @@
1644916444
},
1645016445
{
1645116446
"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-
]
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."
1645816448
},
1645916449
{
1646016450
"name": "disable_monitor_service",
@@ -16478,24 +16468,11 @@
1647816468
},
1647916469
{
1648016470
"name": "instance_charge_type_prepaid_renew_flag",
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-
]
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."
1648816472
},
1648916473
{
1649016474
"name": "instance_charge_type",
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-
]
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."
1649916476
},
1650016477
{
1650116478
"name": "instance_count",
@@ -16511,14 +16488,7 @@
1651116488
},
1651216489
{
1651316490
"name": "internet_charge_type",
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-
]
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."
1652216492
},
1652316493
{
1652416494
"name": "internet_max_bandwidth_out",
@@ -16574,12 +16544,7 @@
1657416544
},
1657516545
{
1657616546
"name": "stopped_mode",
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-
]
16547+
"description": "- (Optional, String) Billing method of a pay-as-you-go instance after shutdown. Available values: KEEP_CHARGING,STOP_CHARGING. Default KEEP_CHARGING."
1658316548
},
1658416549
{
1658516550
"name": "subnet_id",
@@ -16595,18 +16560,7 @@
1659516560
},
1659616561
{
1659716562
"name": "system_disk_type",
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-
]
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."
1661016564
},
1661116565
{
1661216566
"name": "tags",

0 commit comments

Comments
 (0)