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.
118 lines
2.4 KiB
118 lines
2.4 KiB
|
3 weeks ago
|
---
|
||
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||
|
|
page_title: "decort_sdn_segment Data Source - terraform-provider-decort"
|
||
|
|
subcategory: ""
|
||
|
|
description: |-
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
# decort_sdn_segment (Data Source)
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<!-- schema generated by tfplugindocs -->
|
||
|
|
## Schema
|
||
|
|
|
||
|
|
### Required
|
||
|
|
|
||
|
|
- `segment_id` (String)
|
||
|
|
|
||
|
|
### Optional
|
||
|
|
|
||
|
|
- `access_group_id` (String)
|
||
|
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||
|
|
|
||
|
|
### Read-Only
|
||
|
|
|
||
|
|
- `access_group_name` (String)
|
||
|
|
- `created_at` (String)
|
||
|
|
- `description` (String)
|
||
|
|
- `dhcp_v4` (List of Object) (see [below for nested schema](#nestedatt--dhcp_v4))
|
||
|
|
- `dhcp_v6` (List of Object) (see [below for nested schema](#nestedatt--dhcp_v6))
|
||
|
|
- `display_name` (String)
|
||
|
|
- `enabled` (Boolean)
|
||
|
|
- `id` (String) The ID of this resource.
|
||
|
|
- `logical_ports_info` (List of Object) (see [below for nested schema](#nestedatt--logical_ports_info))
|
||
|
|
- `routers_info` (List of Object) (see [below for nested schema](#nestedatt--routers_info))
|
||
|
|
- `status` (List of Object) (see [below for nested schema](#nestedatt--status))
|
||
|
|
- `subnet_v4` (String)
|
||
|
|
- `subnet_v6` (String)
|
||
|
|
- `updated_at` (String)
|
||
|
|
- `version_id` (Number)
|
||
|
|
|
||
|
|
<a id="nestedblock--timeouts"></a>
|
||
|
|
### Nested Schema for `timeouts`
|
||
|
|
|
||
|
|
Optional:
|
||
|
|
|
||
|
|
- `default` (String)
|
||
|
|
- `read` (String)
|
||
|
|
|
||
|
|
|
||
|
|
<a id="nestedatt--dhcp_v4"></a>
|
||
|
|
### Nested Schema for `dhcp_v4`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `dns` (List of String)
|
||
|
|
- `enabled` (Boolean)
|
||
|
|
- `excluded_address_ranges` (List of String)
|
||
|
|
- `gateway` (String)
|
||
|
|
- `id` (String)
|
||
|
|
- `lease_time` (Number)
|
||
|
|
- `server_ip` (String)
|
||
|
|
- `server_mac` (String)
|
||
|
|
|
||
|
|
|
||
|
|
<a id="nestedatt--dhcp_v6"></a>
|
||
|
|
### Nested Schema for `dhcp_v6`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `address_prefix` (String)
|
||
|
|
- `dns` (List of String)
|
||
|
|
- `enabled` (Boolean)
|
||
|
|
- `id` (String)
|
||
|
|
- `lease_time` (Number)
|
||
|
|
- `server_mac` (String)
|
||
|
|
|
||
|
|
|
||
|
|
<a id="nestedatt--logical_ports_info"></a>
|
||
|
|
### Nested Schema for `logical_ports_info`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `display_name` (String)
|
||
|
|
- `id` (String)
|
||
|
|
|
||
|
|
|
||
|
|
<a id="nestedatt--routers_info"></a>
|
||
|
|
### Nested Schema for `routers_info`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `display_name` (String)
|
||
|
|
- `id` (String)
|
||
|
|
|
||
|
|
|
||
|
|
<a id="nestedatt--status"></a>
|
||
|
|
### Nested Schema for `status`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `common` (String)
|
||
|
|
- `hypervisors` (List of Object) (see [below for nested schema](#nestedobjatt--status--hypervisors))
|
||
|
|
|
||
|
|
<a id="nestedobjatt--status--hypervisors"></a>
|
||
|
|
### Nested Schema for `status.hypervisors`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `display_name` (String)
|
||
|
|
- `hypervisor_status` (String)
|
||
|
|
- `name` (String)
|
||
|
|
- `status` (String)
|
||
|
|
- `synced_at` (String)
|