Files
terraform-provider-decort/docs/data-sources/sdn_hypervisor.md

73 lines
1.4 KiB
Markdown
Raw Normal View History

2026-06-02 11:28:16 +03:00
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "decort_sdn_hypervisor Data Source - terraform-provider-decort"
subcategory: ""
description: |-
---
# decort_sdn_hypervisor (Data Source)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
- `name` (String)
### Optional
- `port_info` (String)
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
### Read-Only
- `created_at` (String)
- `display_name` (String)
- `hostname` (String)
- `id` (String) The ID of this resource.
- `ip` (String)
- `ports` (List of Object) (see [below for nested schema](#nestedatt--ports))
- `status` (String)
- `synced_at` (String)
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
- `default` (String)
- `read` (String)
<a id="nestedatt--ports"></a>
### Nested Schema for `ports`
Read-Only:
- `data` (List of Object) (see [below for nested schema](#nestedobjatt--ports--data))
- `info` (List of Object) (see [below for nested schema](#nestedobjatt--ports--info))
<a id="nestedobjatt--ports--data"></a>
### Nested Schema for `ports.data`
Read-Only:
- `display_name` (String)
- `id` (String)
- `unique_identifier` (String)
- `up` (Boolean)
<a id="nestedobjatt--ports--info"></a>
### Nested Schema for `ports.info`
Read-Only:
- `active_ports` (Number)
- `total_ports` (Number)