You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform-provider-decort/docs/data-sources/cb_sep_pool.md

62 lines
1.2 KiB

1 year ago
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "decort_cb_sep_pool Data Source - terraform-provider-decort"
subcategory: ""
description: |-
---
# decort_cb_sep_pool (Data Source)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
- `pool_name` (String) pool name
- `sep_id` (Number) storage endpoint provider ID
### Optional
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
### Read-Only
- `id` (String) The ID of this resource.
- `pool` (List of Object) pool (see [below for nested schema](#nestedatt--pool))
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
- `default` (String)
- `read` (String)
<a id="nestedatt--pool"></a>
### Nested Schema for `pool`
Read-Only:
- `access_account_ids` (List of Number)
- `access_res_group_ids` (List of Number)
- `name` (String)
- `pagecache_ratio` (Number)
- `reference_id` (String)
- `types` (List of String)
- `uris` (Set of Object) (see [below for nested schema](#nestedobjatt--pool--uris))
- `usage_limit` (Number)
<a id="nestedobjatt--pool--uris"></a>
### Nested Schema for `pool.uris`
Read-Only:
- `ip` (String)
- `port` (Number)