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.
159 lines
3.4 KiB
159 lines
3.4 KiB
|
1 year ago
|
---
|
||
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||
|
|
page_title: "decort_cb_node Data Source - terraform-provider-decort"
|
||
|
|
subcategory: ""
|
||
|
|
description: |-
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
# decort_cb_node (Data Source)
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<!-- schema generated by tfplugindocs -->
|
||
|
|
## Schema
|
||
|
|
|
||
|
|
### Required
|
||
|
|
|
||
|
|
- `node_id` (Number) node id
|
||
|
|
|
||
|
|
### Optional
|
||
|
|
|
||
|
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||
|
|
|
||
|
|
### Read-Only
|
||
|
|
|
||
|
|
- `consumption` (List of Object) (see [below for nested schema](#nestedatt--consumption))
|
||
|
|
- `cpu_allocation_ratio` (Number)
|
||
|
|
- `cpu_info` (List of Object) (see [below for nested schema](#nestedatt--cpu_info))
|
||
|
|
- `gid` (Number)
|
||
|
|
- `id` (String) The ID of this resource.
|
||
|
|
- `ipaddr` (List of String)
|
||
|
|
- `isolated_cpus` (List of String)
|
||
|
|
- `name` (String)
|
||
|
|
- `need_reboot` (Boolean)
|
||
|
|
- `nic_info` (List of Object) (see [below for nested schema](#nestedatt--nic_info))
|
||
|
|
- `numa_topology` (List of Object) (see [below for nested schema](#nestedatt--numa_topology))
|
||
|
|
- `reserved_cpus` (List of String)
|
||
|
|
- `roles` (List of String)
|
||
|
|
- `sriov_enabled` (Boolean)
|
||
|
|
- `stack_id` (Number)
|
||
|
|
- `status` (String)
|
||
|
|
- `version` (String)
|
||
|
|
|
||
|
|
<a id="nestedblock--timeouts"></a>
|
||
|
|
### Nested Schema for `timeouts`
|
||
|
|
|
||
|
|
Optional:
|
||
|
|
|
||
|
|
- `default` (String)
|
||
|
|
- `read` (String)
|
||
|
|
|
||
|
|
|
||
|
|
<a id="nestedatt--consumption"></a>
|
||
|
|
### Nested Schema for `consumption`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `consumed` (List of Object) (see [below for nested schema](#nestedobjatt--consumption--consumed))
|
||
|
|
- `free` (List of Object) (see [below for nested schema](#nestedobjatt--consumption--free))
|
||
|
|
- `hostname` (String)
|
||
|
|
- `reserved` (List of Object) (see [below for nested schema](#nestedobjatt--consumption--reserved))
|
||
|
|
- `total` (List of Object) (see [below for nested schema](#nestedobjatt--consumption--total))
|
||
|
|
|
||
|
|
<a id="nestedobjatt--consumption--consumed"></a>
|
||
|
|
### Nested Schema for `consumption.consumed`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `computes` (Number)
|
||
|
|
- `ram` (Number)
|
||
|
|
- `routers` (Number)
|
||
|
|
- `vcpu` (Number)
|
||
|
|
|
||
|
|
|
||
|
|
<a id="nestedobjatt--consumption--free"></a>
|
||
|
|
### Nested Schema for `consumption.free`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `ram` (Number)
|
||
|
|
|
||
|
|
|
||
|
|
<a id="nestedobjatt--consumption--reserved"></a>
|
||
|
|
### Nested Schema for `consumption.reserved`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `ram` (Number)
|
||
|
|
|
||
|
|
|
||
|
|
<a id="nestedobjatt--consumption--total"></a>
|
||
|
|
### Nested Schema for `consumption.total`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `ram` (Number)
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<a id="nestedatt--cpu_info"></a>
|
||
|
|
### Nested Schema for `cpu_info`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `clock_speed` (Number)
|
||
|
|
- `core_count` (Number)
|
||
|
|
- `phys_count` (Number)
|
||
|
|
|
||
|
|
|
||
|
|
<a id="nestedatt--nic_info"></a>
|
||
|
|
### Nested Schema for `nic_info`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `driver` (String)
|
||
|
|
- `max_vfs` (Number)
|
||
|
|
- `num_vfs` (Number)
|
||
|
|
- `numa_node` (Number)
|
||
|
|
- `os_name` (String)
|
||
|
|
- `pci_slot` (String)
|
||
|
|
- `vf_list` (List of Object) (see [below for nested schema](#nestedobjatt--nic_info--vf_list))
|
||
|
|
|
||
|
|
<a id="nestedobjatt--nic_info--vf_list"></a>
|
||
|
|
### Nested Schema for `nic_info.vf_list`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `fn_id` (Number)
|
||
|
|
- `pci_slot` (String)
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<a id="nestedatt--numa_topology"></a>
|
||
|
|
### Nested Schema for `numa_topology`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `node_num` (Number)
|
||
|
|
- `nodes` (List of Object) (see [below for nested schema](#nestedobjatt--numa_topology--nodes))
|
||
|
|
|
||
|
|
<a id="nestedobjatt--numa_topology--nodes"></a>
|
||
|
|
### Nested Schema for `numa_topology.nodes`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `cpu_list` (List of Number)
|
||
|
|
- `memory` (List of Object) (see [below for nested schema](#nestedobjatt--numa_topology--nodes--memory))
|
||
|
|
|
||
|
|
<a id="nestedobjatt--numa_topology--nodes--memory"></a>
|
||
|
|
### Nested Schema for `numa_topology.nodes.memory`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `one_g` (Number)
|
||
|
|
- `total` (Number)
|
||
|
|
- `two_m` (Number)
|