-`read_bytes_sec` (Number) Number of bytes to read per second
-`read_bytes_sec_max` (Number) Maximum number of bytes to read
-`read_iops_sec` (Number) Number of io read operations per second
-`read_iops_sec_max` (Number) Maximum number of io read operations
-`size_iops_sec` (Number) Size of io operations
-`total_bytes_sec` (Number) Total size bytes per second
-`total_bytes_sec_max` (Number) Maximum total size of bytes per second
-`total_iops_sec` (Number) Total number of io operations per second
-`total_iops_sec_max` (Number) Maximum total number of io operations per second
-`write_bytes_sec` (Number) Number of bytes to write per second
-`write_bytes_sec_max` (Number) Maximum number of bytes to write per second
-`write_iops_sec` (Number) Number of write operations per second
-`write_iops_sec_max` (Number) Maximum number of write operations per second
<aid="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
-`create` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
-`delete` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
-`read` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
-`update` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).