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.

71 lines
1.5 KiB

---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "dynamix_vfpool Data Source - terraform-provider-dynamix"
subcategory: ""
description: |-
---
# dynamix_vfpool (Data Source)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
- `vfpool_id` (Number)
### Optional
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
### 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)
- `vfs` (Attributes List) (see [below for nested schema](#nestedatt--vfs))
<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--vfs"></a>
### Nested Schema for `vfs`
Read-Only:
- `node_id` (Number)
- `vf_list` (Attributes List) (see [below for nested schema](#nestedatt--vfs--vf_list))
<a id="nestedatt--vfs--vf_list"></a>
### Nested Schema for `vfs.vf_list`
Read-Only:
- `nic_name` (String)
- `vfs_info` (Attributes List) (see [below for nested schema](#nestedatt--vfs--vf_list--vfs_info))
<a id="nestedatt--vfs--vf_list--vfs_info"></a>
### Nested Schema for `vfs.vf_list.vfs_info`
Read-Only:
- `claimed` (Boolean)
- `id` (Number)
- `vm_id` (Number)