parent
2c70109d2d
commit
9e68edb2b9
@ -0,0 +1,59 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_cb_sep_and_pools_available_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_cb_sep_and_pools_available_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `account_id` (Number) Account ID
|
||||
|
||||
### Optional
|
||||
|
||||
- `rg_id` (Number) Resource group ID
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `entry_count` (Number) Number of available SEP entries
|
||||
- `id` (String) The ID of this resource.
|
||||
- `items` (List of Object) List of available SEPs (see [below for nested schema](#nestedatt--items))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- `default` (String)
|
||||
- `read` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--items"></a>
|
||||
### Nested Schema for `items`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `pools` (List of Object) (see [below for nested schema](#nestedobjatt--items--pools))
|
||||
- `sep_id` (Number)
|
||||
- `sep_name` (String)
|
||||
- `sep_type` (String)
|
||||
|
||||
<a id="nestedobjatt--items--pools"></a>
|
||||
### Nested Schema for `items.pools`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `name` (String)
|
||||
- `system` (Boolean)
|
||||
- `types` (List of String)
|
@ -0,0 +1,38 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_cb_sep_template Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_cb_sep_template (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `lang` (String) language
|
||||
- `sep_type` (String) type of sep
|
||||
|
||||
### Optional
|
||||
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `id` (String) The ID of this resource.
|
||||
- `sep_template` (String)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- `default` (String)
|
||||
- `read` (String)
|
@ -0,0 +1,59 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_sep_and_pools_available_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_sep_and_pools_available_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `account_id` (Number) Account ID
|
||||
|
||||
### Optional
|
||||
|
||||
- `rg_id` (Number) Resource group ID
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `entry_count` (Number) Number of available SEP entries
|
||||
- `id` (String) The ID of this resource.
|
||||
- `items` (List of Object) List of available SEPs (see [below for nested schema](#nestedatt--items))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- `default` (String)
|
||||
- `read` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--items"></a>
|
||||
### Nested Schema for `items`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `pools` (List of Object) (see [below for nested schema](#nestedobjatt--items--pools))
|
||||
- `sep_id` (Number)
|
||||
- `sep_name` (String)
|
||||
- `sep_type` (String)
|
||||
|
||||
<a id="nestedobjatt--items--pools"></a>
|
||||
### Nested Schema for `items.pools`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `name` (String)
|
||||
- `system` (Boolean)
|
||||
- `types` (List of String)
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue