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.
88 lines
1.8 KiB
88 lines
1.8 KiB
|
1 year ago
|
---
|
||
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||
|
|
page_title: "decort_cb_vfpool Resource - terraform-provider-decort"
|
||
|
|
subcategory: ""
|
||
|
|
description: |-
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
# decort_cb_vfpool (Resource)
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<!-- schema generated by tfplugindocs -->
|
||
|
|
## Schema
|
||
|
|
|
||
|
|
### Required
|
||
|
|
|
||
|
|
- `name` (String) Name of device
|
||
|
|
|
||
|
|
### Optional
|
||
|
|
|
||
|
|
- `account_access` (Set of Number) List of account IDs
|
||
|
|
- `config` (Block Set) List of dict describing configuration data (see [below for nested schema](#nestedblock--config))
|
||
|
|
- `description` (String) Description
|
||
|
|
- `enable` (Boolean)
|
||
|
|
- `rg_access` (Set of Number) List of RG IDs
|
||
|
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||
|
|
|
||
|
|
### Read-Only
|
||
|
|
|
||
|
|
- `created_time` (Number)
|
||
|
|
- `gid` (Number)
|
||
|
|
- `guid` (Number)
|
||
|
|
- `id` (String) The ID of this resource.
|
||
|
|
- `status` (String)
|
||
|
|
- `updated_time` (Number)
|
||
|
|
- `vfpool_id` (Number)
|
||
|
|
- `vfs` (List of Object) (see [below for nested schema](#nestedatt--vfs))
|
||
|
|
|
||
|
|
<a id="nestedblock--config"></a>
|
||
|
|
### Nested Schema for `config`
|
||
|
|
|
||
|
|
Required:
|
||
|
|
|
||
|
|
- `nic_name` (String)
|
||
|
|
- `node_id` (Number)
|
||
|
|
- `vf_ids` (List of Number)
|
||
|
|
|
||
|
|
|
||
|
|
<a id="nestedblock--timeouts"></a>
|
||
|
|
### Nested Schema for `timeouts`
|
||
|
|
|
||
|
|
Optional:
|
||
|
|
|
||
|
|
- `create` (String)
|
||
|
|
- `default` (String)
|
||
|
|
- `delete` (String)
|
||
|
|
- `read` (String)
|
||
|
|
- `update` (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)
|