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: "Indicate whether to delete CBS instance directly or not. Default is false. If set true, the instance will be deleted instead of staying recycle bin.",
134
133
},
135
-
134
+
"throughput_performance": {
135
+
Type: schema.TypeInt,
136
+
Optional: true,
137
+
Default: 0,
138
+
Description: "Add extra performance to the data disk. Only works when disk type is `CLOUD_TSSD` or `CLOUD_HSSD`.",
139
+
},
136
140
// computed
137
141
"storage_status": {
138
142
Type: schema.TypeString,
@@ -173,7 +177,13 @@ func resourceTencentCloudCbsStorageCreate(d *schema.ResourceData, meta interface
Description: "Maximum concurrency of the GAAP proxy, unit is 10k. Valid value: `2`, `5`, `10`, `20`, `30`, `40`, `50`, `60`, `70`, `80`, `90` and `100`.",
74
+
Type: schema.TypeInt,
75
+
Required: true,
76
+
Description: "Maximum concurrency of the GAAP proxy, unit is 10k. Valid value: `2`, `5`, `10`, `20`, `30`, `40`, `50`, `60`, `70`, `80`, `90` and `100`.",
Copy file name to clipboardExpand all lines: website/docs/r/cbs_storage.html.markdown
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The following arguments are supported:
35
35
*`availability_zone` - (Required, ForceNew) The available zone that the CBS instance locates at.
36
36
*`storage_name` - (Required) Name of CBS. The maximum length can not exceed 60 bytes.
37
37
*`storage_size` - (Required) Volume of CBS, and unit is GB. If storage type is `CLOUD_SSD`, the size range is [100, 16000], and the others are [10-16000].
38
-
*`storage_type` - (Required, ForceNew) Type of CBS medium. Valid values: CLOUD_BASIC, CLOUD_PREMIUMand CLOUD_SSD.
38
+
*`storage_type` - (Required, ForceNew) Type of CBS medium. Valid values: CLOUD_BASIC, CLOUD_PREMIUM, CLOUD_SSD, CLOUD_TSSD and CLOUD_HSSD.
39
39
*`charge_type` - (Optional) The charge type of CBS instance. Valid values are `PREPAID` and `POSTPAID_BY_HOUR`. The default is `POSTPAID_BY_HOUR`.
40
40
*`encrypt` - (Optional, ForceNew) Indicates whether CBS is encrypted.
41
41
*`force_delete` - (Optional) Indicate whether to delete CBS instance directly or not. Default is false. If set true, the instance will be deleted instead of staying recycle bin.
@@ -45,6 +45,7 @@ The following arguments are supported:
45
45
*`project_id` - (Optional) ID of the project to which the instance belongs.
46
46
*`snapshot_id` - (Optional) ID of the snapshot. If specified, created the CBS by this snapshot.
47
47
*`tags` - (Optional) The available tags within this CBS.
48
+
*`throughput_performance` - (Optional) Add extra performance to the data disk. Only works when disk type is `CLOUD_TSSD` or `CLOUD_HSSD`.
0 commit comments