4.6.1
This commit is contained in:
72
docs/data-sources/vfpool.md
Normal file
72
docs/data-sources/vfpool.md
Normal file
@@ -0,0 +1,72 @@
|
||||
---
|
||||
# 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)
|
||||
Reference in New Issue
Block a user