4.10.1
This commit is contained in:
61
docs/data-sources/storage_policy.md
Normal file
61
docs/data-sources/storage_policy.md
Normal file
@@ -0,0 +1,61 @@
|
||||
---
|
||||
# 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)
|
||||
|
||||
|
||||
<a id="nestedatt--usage"></a>
|
||||
### Nested Schema for `usage`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `accounts` (List of Number)
|
||||
- `resgroups` (List of Number)
|
||||
Reference in New Issue
Block a user