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.
73 lines
1.4 KiB
73 lines
1.4 KiB
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "decort_vfpool Data Source - terraform-provider-decort"
|
|
subcategory: ""
|
|
description: |-
|
|
|
|
---
|
|
|
|
# decort_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)
|
|
- `id` (String) The ID of this resource.
|
|
- `name` (String)
|
|
- `rg_access` (List of Number)
|
|
- `status` (String)
|
|
- `updated_time` (Number)
|
|
- `vfs` (List of Object) (see [below for nested schema](#nestedatt--vfs))
|
|
|
|
<a id="nestedblock--timeouts"></a>
|
|
### Nested Schema for `timeouts`
|
|
|
|
Optional:
|
|
|
|
- `default` (String)
|
|
- `read` (String)
|
|
|
|
|
|
<a id="nestedatt--vfs"></a>
|
|
### Nested Schema for `vfs`
|
|
|
|
Read-Only:
|
|
|
|
- `node_id` (Number)
|
|
- `vf_list` (List of Object) (see [below for nested schema](#nestedobjatt--vfs--vf_list))
|
|
|
|
<a id="nestedobjatt--vfs--vf_list"></a>
|
|
### Nested Schema for `vfs.vf_list`
|
|
|
|
Read-Only:
|
|
|
|
- `nic_name` (String)
|
|
- `vfs_info` (List of Object) (see [below for nested schema](#nestedobjatt--vfs--vf_list--vfs_info))
|
|
|
|
<a id="nestedobjatt--vfs--vf_list--vfs_info"></a>
|
|
### Nested Schema for `vfs.vf_list.vfs_info`
|
|
|
|
Read-Only:
|
|
|
|
- `claimed` (Boolean)
|
|
- `id` (Number)
|
|
- `vm_id` (Number)
|