4.10.1
This commit is contained in:
132
docs/resources/sdn_segment.md
Normal file
132
docs/resources/sdn_segment.md
Normal file
@@ -0,0 +1,132 @@
|
||||
---
|
||||
# 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 generated by tfplugindocs -->
|
||||
## 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)
|
||||
|
||||
<a id="nestedblock--dhcp_v4"></a>
|
||||
### 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)
|
||||
|
||||
|
||||
<a id="nestedblock--dhcp_v6"></a>
|
||||
### 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)
|
||||
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- `create` (String)
|
||||
- `default` (String)
|
||||
- `delete` (String)
|
||||
- `read` (String)
|
||||
- `update` (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)
|
||||
Reference in New Issue
Block a user