Skip to content

Commit 80abc26

Browse files
author
mikatong
committed
update doc
1 parent 146d527 commit 80abc26

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

tencentcloud/services/cvm/data_source_tc_instance_types.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func DataSourceTencentCloudInstanceTypes() *schema.Resource {
181181
"instance_family": {
182182
Type: schema.TypeString,
183183
Computed: true,
184-
Description: "Example model series.",
184+
Description: "Instance family.",
185185
},
186186
"disk_type": {
187187
Type: schema.TypeString,
@@ -201,17 +201,17 @@ func DataSourceTencentCloudInstanceTypes() *schema.Resource {
201201
Computed: true,
202202
Type: schema.TypeList,
203203
Elem: &schema.Schema{Type: schema.TypeInt},
204-
Description: "Additional performance ranges.",
204+
Description: "Extra performance range.",
205205
},
206206
"device_class": {
207207
Type: schema.TypeString,
208208
Computed: true,
209-
Description: "Example model.",
209+
Description: "Device class.",
210210
},
211211
"disk_usage": {
212212
Type: schema.TypeString,
213213
Computed: true,
214-
Description: "System disk or data disk. Value range:\n" +
214+
Description: "Cloud disk type. Value range:\n" +
215215
" - SYSTEM_DISK: Represents the system disk;\n" +
216216
" - DATA_DISK: Represents the data disk.",
217217
},

website/docs/d/instance_types.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ In addition to all arguments above, the following attributes are exported:
8181
* `availability_zone` - The available zone that the CVM instance locates at.
8282
* `cbs_configs` - CBS config. The cbs_configs is populated when the cbs_filter is added.
8383
* `available` - Whether the configuration is available.
84-
* `device_class` - Example model.
84+
* `device_class` - Device class.
8585
* `disk_charge_type` - Payment model. Value range:
8686
- PREPAID: Prepaid;
8787
- POSTPAID_BY_HOUR: Post-payment.
@@ -90,11 +90,11 @@ In addition to all arguments above, the following attributes are exported:
9090
- CLOUD_PREMIUM: Represents high-performance Cloud Block Storage;
9191
- CLOUD_SSD: Represents SSD Cloud Block Storage;
9292
- CLOUD_HSSD: Represents enhanced SSD Cloud Block Storage.
93-
* `disk_usage` - System disk or data disk. Value range:
93+
* `disk_usage` - Cloud disk type. Value range:
9494
- SYSTEM_DISK: Represents the system disk;
9595
- DATA_DISK: Represents the data disk.
96-
* `extra_performance_range` - Additional performance ranges.
97-
* `instance_family` - Example model series.
96+
* `extra_performance_range` - Extra performance range.
97+
* `instance_family` - Instance family.
9898
* `max_disk_size` - The maximum configurable cloud disk size, in GB.
9999
* `min_disk_size` - The minimum configurable cloud disk size, in GB.
100100
* `step_size` - Minimum step size change in cloud disk size, in GB.

0 commit comments

Comments
 (0)