2025-11-18 16:20:26 +03:00
|
|
|
---
|
|
|
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
|
|
|
page_title: "decort_storage_policy Data Source - terraform-provider-decort"
|
|
|
|
|
subcategory: ""
|
|
|
|
|
description: |-
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# decort_storage_policy (Data Source)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
|
|
|
## Schema
|
|
|
|
|
|
|
|
|
|
### Required
|
|
|
|
|
|
|
|
|
|
- `storage_policy_id` (Number)
|
|
|
|
|
|
|
|
|
|
### Optional
|
|
|
|
|
|
|
|
|
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
|
|
|
|
|
|
|
|
### Read-Only
|
|
|
|
|
|
|
|
|
|
- `access_seps_pools` (List of Object) (see [below for nested schema](#nestedatt--access_seps_pools))
|
|
|
|
|
- `description` (String)
|
|
|
|
|
- `guid` (Number)
|
|
|
|
|
- `id` (String) The ID of this resource.
|
|
|
|
|
- `limit_iops` (Number)
|
|
|
|
|
- `name` (String)
|
|
|
|
|
- `status` (String)
|
|
|
|
|
- `usage` (List of Object) (see [below for nested schema](#nestedatt--usage))
|
|
|
|
|
|
|
|
|
|
<a id="nestedblock--timeouts"></a>
|
|
|
|
|
### Nested Schema for `timeouts`
|
|
|
|
|
|
|
|
|
|
Optional:
|
|
|
|
|
|
|
|
|
|
- `default` (String)
|
|
|
|
|
- `read` (String)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="nestedatt--access_seps_pools"></a>
|
|
|
|
|
### Nested Schema for `access_seps_pools`
|
|
|
|
|
|
|
|
|
|
Read-Only:
|
|
|
|
|
|
|
|
|
|
- `pool_names` (List of String)
|
|
|
|
|
- `sep_id` (Number)
|
2026-02-11 13:02:14 +03:00
|
|
|
- `sep_name` (String)
|
2025-11-18 16:20:26 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="nestedatt--usage"></a>
|
|
|
|
|
### Nested Schema for `usage`
|
|
|
|
|
|
|
|
|
|
Read-Only:
|
|
|
|
|
|
|
|
|
|
- `accounts` (List of Number)
|
|
|
|
|
- `resgroups` (List of Number)
|