--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "decort_sdn_segment Resource - terraform-provider-decort" subcategory: "" description: |- --- # decort_sdn_segment (Resource) ## Schema ### Required - `access_group_id` (String) - `description` (String) - `display_name` (String) - `enabled` (Boolean) ### Optional - `dhcp_v4` (Block List, Max: 1) (see [below for nested schema](#nestedblock--dhcp_v4)) - `dhcp_v6` (Block List, Max: 1) (see [below for nested schema](#nestedblock--dhcp_v6)) - `force` (Boolean) - `subnet_v4` (String) - `subnet_v6` (String) - `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts)) ### Read-Only - `access_group_name` (String) - `created_at` (String) - `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)) - `updated_at` (String) - `version_id` (Number) ### Nested Schema for `dhcp_v4` Required: - `enabled` (Boolean) - `gateway` (String) - `server_ip` (String) Optional: - `dns` (List of String) - `excluded_address_ranges` (List of String) - `lease_time` (Number) - `server_mac` (String) Read-Only: - `id` (String) ### Nested Schema for `dhcp_v6` Required: - `address_prefix` (String) - `enabled` (Boolean) Optional: - `dns` (List of String) - `lease_time` (Number) - `server_mac` (String) Read-Only: - `id` (String) ### Nested Schema for `timeouts` Optional: - `create` (String) - `default` (String) - `delete` (String) - `read` (String) - `update` (String) ### Nested Schema for `logical_ports_info` Read-Only: - `display_name` (String) - `id` (String) ### Nested Schema for `routers_info` Read-Only: - `display_name` (String) - `id` (String) ### Nested Schema for `status` Read-Only: - `common` (String) - `hypervisors` (List of Object) (see [below for nested schema](#nestedobjatt--status--hypervisors)) ### Nested Schema for `status.hypervisors` Read-Only: - `display_name` (String) - `hypervisor_status` (String) - `name` (String) - `status` (String) - `synced_at` (String)