1.0.0
This commit is contained in:
85
docs/data-sources/vfpool_list.md
Normal file
85
docs/data-sources/vfpool_list.md
Normal file
@@ -0,0 +1,85 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "dynamix_vfpool_list Data Source - terraform-provider-dynamix"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# dynamix_vfpool_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- `account_access` (Number)
|
||||
- `by_id` (Number)
|
||||
- `description` (String)
|
||||
- `gid` (Number)
|
||||
- `name` (String)
|
||||
- `page` (Number)
|
||||
- `rg_access` (Number)
|
||||
- `size` (Number)
|
||||
- `sort_by` (String)
|
||||
- `status` (String)
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `entry_count` (Number)
|
||||
- `items` (Attributes List) (see [below for nested schema](#nestedatt--items))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- `read` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
||||
|
||||
|
||||
<a id="nestedatt--items"></a>
|
||||
### Nested Schema for `items`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `account_access` (List of Number)
|
||||
- `created_time` (Number)
|
||||
- `description` (String)
|
||||
- `gid` (Number)
|
||||
- `guid` (Number)
|
||||
- `name` (String)
|
||||
- `rg_access` (List of Number)
|
||||
- `status` (String)
|
||||
- `updated_time` (Number)
|
||||
- `vfpool_id` (Number)
|
||||
- `vfs` (Attributes List) (see [below for nested schema](#nestedatt--items--vfs))
|
||||
|
||||
<a id="nestedatt--items--vfs"></a>
|
||||
### Nested Schema for `items.vfs`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `node_id` (Number)
|
||||
- `vf_list` (Attributes List) (see [below for nested schema](#nestedatt--items--vfs--vf_list))
|
||||
|
||||
<a id="nestedatt--items--vfs--vf_list"></a>
|
||||
### Nested Schema for `items.vfs.vf_list`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `nic_name` (String)
|
||||
- `vfs_info` (Attributes List) (see [below for nested schema](#nestedatt--items--vfs--vf_list--vfs_info))
|
||||
|
||||
<a id="nestedatt--items--vfs--vf_list--vfs_info"></a>
|
||||
### Nested Schema for `items.vfs.vf_list.vfs_info`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `claimed` (Boolean)
|
||||
- `id` (Number)
|
||||
- `vm_id` (Number)
|
||||
Reference in New Issue
Block a user