Files
terraform-provider-decort/docs/data-sources/cb_sep_consumption.md

68 lines
1.3 KiB
Markdown
Raw Normal View History

2022-06-09 11:17:30 +03:00
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
2024-08-26 18:22:06 +03:00
page_title: "decort_cb_sep_consumption Data Source - terraform-provider-decort"
2022-06-09 11:17:30 +03:00
subcategory: ""
description: |-
---
2024-08-26 18:22:06 +03:00
# decort_cb_sep_consumption (Data Source)
2022-06-09 11:17:30 +03:00
<!-- schema generated by tfplugindocs -->
## Schema
### Required
2022-07-27 13:50:03 +03:00
- `sep_id` (Number) sep id
2022-06-09 11:17:30 +03:00
### Optional
2022-07-27 13:50:03 +03:00
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
2022-06-09 11:17:30 +03:00
### Read-Only
2022-07-27 13:50:03 +03:00
- `by_pool` (List of Object) consumption divided by pool (see [below for nested schema](#nestedatt--by_pool))
- `id` (String) The ID of this resource.
- `total` (List of Object) total consumption (see [below for nested schema](#nestedatt--total))
- `type` (String) sep type
2022-06-09 11:17:30 +03:00
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
2022-07-27 13:50:03 +03:00
- `default` (String)
- `read` (String)
2022-06-09 11:17:30 +03:00
<a id="nestedatt--by_pool"></a>
### Nested Schema for `by_pool`
Read-Only:
2022-07-27 13:50:03 +03:00
- `disk_count` (Number)
- `disk_usage` (Number)
- `name` (String)
- `snapshot_count` (Number)
- `snapshot_usage` (Number)
- `usage` (Number)
- `usage_limit` (Number)
2022-06-09 11:17:30 +03:00
<a id="nestedatt--total"></a>
### Nested Schema for `total`
Read-Only:
2022-07-27 13:50:03 +03:00
- `capacity_limit` (Number)
- `disk_count` (Number)
- `disk_usage` (Number)
- `snapshot_count` (Number)
- `snapshot_usage` (Number)
- `usage` (Number)
- `usage_limit` (Number)