---
# 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
### 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)
### Nested Schema for `timeouts`
Optional:
- `default` (String)
- `read` (String)
### 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))
### Nested Schema for `ports.data`
Read-Only:
- `display_name` (String)
- `id` (String)
- `unique_identifier` (String)
- `up` (Boolean)
### Nested Schema for `ports.info`
Read-Only:
- `active_ports` (Number)
- `total_ports` (Number)