Compare commits
2 Commits
Author | SHA1 | Date |
---|---|---|
|
f33b8e3e7d | 1 month ago |
|
5d15e83d56 | 1 month ago |
@ -1,59 +0,0 @@
|
|||||||
---
|
|
||||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
||||||
page_title: "decort_cb_sep_and_pools_available_list Data Source - terraform-provider-decort"
|
|
||||||
subcategory: ""
|
|
||||||
description: |-
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# decort_cb_sep_and_pools_available_list (Data Source)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- schema generated by tfplugindocs -->
|
|
||||||
## Schema
|
|
||||||
|
|
||||||
### Required
|
|
||||||
|
|
||||||
- `account_id` (Number) Account ID
|
|
||||||
|
|
||||||
### Optional
|
|
||||||
|
|
||||||
- `rg_id` (Number) Resource group ID
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
||||||
|
|
||||||
### Read-Only
|
|
||||||
|
|
||||||
- `entry_count` (Number) Number of available SEP entries
|
|
||||||
- `id` (String) The ID of this resource.
|
|
||||||
- `items` (List of Object) List of available SEPs (see [below for nested schema](#nestedatt--items))
|
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
|
||||||
### Nested Schema for `timeouts`
|
|
||||||
|
|
||||||
Optional:
|
|
||||||
|
|
||||||
- `default` (String)
|
|
||||||
- `read` (String)
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedatt--items"></a>
|
|
||||||
### Nested Schema for `items`
|
|
||||||
|
|
||||||
Read-Only:
|
|
||||||
|
|
||||||
- `pools` (List of Object) (see [below for nested schema](#nestedobjatt--items--pools))
|
|
||||||
- `sep_id` (Number)
|
|
||||||
- `sep_name` (String)
|
|
||||||
- `sep_type` (String)
|
|
||||||
|
|
||||||
<a id="nestedobjatt--items--pools"></a>
|
|
||||||
### Nested Schema for `items.pools`
|
|
||||||
|
|
||||||
Read-Only:
|
|
||||||
|
|
||||||
- `name` (String)
|
|
||||||
- `system` (Boolean)
|
|
||||||
- `types` (List of String)
|
|
@ -1,38 +0,0 @@
|
|||||||
---
|
|
||||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
||||||
page_title: "decort_cb_sep_template Data Source - terraform-provider-decort"
|
|
||||||
subcategory: ""
|
|
||||||
description: |-
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# decort_cb_sep_template (Data Source)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- schema generated by tfplugindocs -->
|
|
||||||
## Schema
|
|
||||||
|
|
||||||
### Required
|
|
||||||
|
|
||||||
- `lang` (String) language
|
|
||||||
- `sep_type` (String) type of sep
|
|
||||||
|
|
||||||
### Optional
|
|
||||||
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
||||||
|
|
||||||
### Read-Only
|
|
||||||
|
|
||||||
- `id` (String) The ID of this resource.
|
|
||||||
- `sep_template` (String)
|
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
|
||||||
### Nested Schema for `timeouts`
|
|
||||||
|
|
||||||
Optional:
|
|
||||||
|
|
||||||
- `default` (String)
|
|
||||||
- `read` (String)
|
|
@ -1,51 +0,0 @@
|
|||||||
---
|
|
||||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
||||||
page_title: "decort_cb_trunk Data Source - terraform-provider-decort"
|
|
||||||
subcategory: ""
|
|
||||||
description: |-
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# decort_cb_trunk (Data Source)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- schema generated by tfplugindocs -->
|
|
||||||
## Schema
|
|
||||||
|
|
||||||
### Required
|
|
||||||
|
|
||||||
- `trunk_id` (Number) trunk id
|
|
||||||
|
|
||||||
### Optional
|
|
||||||
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
||||||
|
|
||||||
### Read-Only
|
|
||||||
|
|
||||||
- `account_ids` (Set of Number) List of account IDs with access to this trunk
|
|
||||||
- `created_at` (Number) when the trunk was created
|
|
||||||
- `created_by` (String) who created the trunk
|
|
||||||
- `deleted_at` (Number) when the trunk was updated
|
|
||||||
- `deleted_by` (String) who updated the trunk
|
|
||||||
- `description` (String) Description of the trunk
|
|
||||||
- `guid` (Number) GUID
|
|
||||||
- `id` (String) The ID of this resource.
|
|
||||||
- `mac` (String) MAC address
|
|
||||||
- `name` (String) Name of the trunk
|
|
||||||
- `native_vlan_id` (Number) Native VLAN ID
|
|
||||||
- `ovs_bridge` (String) OVS bridge name
|
|
||||||
- `status` (String) if the trunk is enabled
|
|
||||||
- `trunk_tags` (String) List of trunk tags (values between 1-4095)
|
|
||||||
- `updated_at` (Number) when the trunk was updated
|
|
||||||
- `updated_by` (String) who updated the trunk
|
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
|
||||||
### Nested Schema for `timeouts`
|
|
||||||
|
|
||||||
Optional:
|
|
||||||
|
|
||||||
- `default` (String)
|
|
||||||
- `read` (String)
|
|
@ -1,64 +0,0 @@
|
|||||||
---
|
|
||||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
||||||
page_title: "decort_cb_trunk_list Data Source - terraform-provider-decort"
|
|
||||||
subcategory: ""
|
|
||||||
description: |-
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# decort_cb_trunk_list (Data Source)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- schema generated by tfplugindocs -->
|
|
||||||
## Schema
|
|
||||||
|
|
||||||
### Optional
|
|
||||||
|
|
||||||
- `account_ids` (List of Number) Account access ID(s) to filter by
|
|
||||||
- `page` (Number) Page number.
|
|
||||||
- `size` (Number) Page size.
|
|
||||||
- `sort_by` (String) Sort by one of supported fields, format ±<field>
|
|
||||||
- `status` (String) find by status
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
||||||
- `trunk_ids` (List of Number) ID of the trunk(s) to filter by
|
|
||||||
- `trunk_tags` (String) Trunk tags to filter by (value between 1-4095)
|
|
||||||
|
|
||||||
### Read-Only
|
|
||||||
|
|
||||||
- `entry_count` (Number)
|
|
||||||
- `id` (String) The ID of this resource.
|
|
||||||
- `items` (List of Object) (see [below for nested schema](#nestedatt--items))
|
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
|
||||||
### Nested Schema for `timeouts`
|
|
||||||
|
|
||||||
Optional:
|
|
||||||
|
|
||||||
- `default` (String)
|
|
||||||
- `read` (String)
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedatt--items"></a>
|
|
||||||
### Nested Schema for `items`
|
|
||||||
|
|
||||||
Read-Only:
|
|
||||||
|
|
||||||
- `account_ids` (Set of Number)
|
|
||||||
- `created_at` (Number)
|
|
||||||
- `created_by` (String)
|
|
||||||
- `deleted_at` (Number)
|
|
||||||
- `deleted_by` (String)
|
|
||||||
- `description` (String)
|
|
||||||
- `guid` (Number)
|
|
||||||
- `id` (Number)
|
|
||||||
- `mac` (String)
|
|
||||||
- `name` (String)
|
|
||||||
- `native_vlan_id` (Number)
|
|
||||||
- `ovs_bridge` (String)
|
|
||||||
- `status` (String)
|
|
||||||
- `trunk_tags` (String)
|
|
||||||
- `updated_at` (Number)
|
|
||||||
- `updated_by` (String)
|
|
@ -1,45 +0,0 @@
|
|||||||
---
|
|
||||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
||||||
page_title: "decort_cb_zone Data Source - terraform-provider-decort"
|
|
||||||
subcategory: ""
|
|
||||||
description: |-
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# decort_cb_zone (Data Source)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- schema generated by tfplugindocs -->
|
|
||||||
## Schema
|
|
||||||
|
|
||||||
### Required
|
|
||||||
|
|
||||||
- `zone_id` (Number)
|
|
||||||
|
|
||||||
### Optional
|
|
||||||
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
||||||
|
|
||||||
### Read-Only
|
|
||||||
|
|
||||||
- `created_time` (Number)
|
|
||||||
- `deletable` (Boolean)
|
|
||||||
- `description` (String)
|
|
||||||
- `gid` (Number)
|
|
||||||
- `guid` (Number)
|
|
||||||
- `id` (String) The ID of this resource.
|
|
||||||
- `name` (String)
|
|
||||||
- `node_ids` (List of Number)
|
|
||||||
- `status` (String)
|
|
||||||
- `updated_time` (Number)
|
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
|
||||||
### Nested Schema for `timeouts`
|
|
||||||
|
|
||||||
Optional:
|
|
||||||
|
|
||||||
- `default` (String)
|
|
||||||
- `read` (String)
|
|
@ -1,61 +0,0 @@
|
|||||||
---
|
|
||||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
||||||
page_title: "decort_cb_zone_list Data Source - terraform-provider-decort"
|
|
||||||
subcategory: ""
|
|
||||||
description: |-
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# decort_cb_zone_list (Data Source)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- schema generated by tfplugindocs -->
|
|
||||||
## Schema
|
|
||||||
|
|
||||||
### Optional
|
|
||||||
|
|
||||||
- `by_id` (Number) Find by ID
|
|
||||||
- `deletable` (Boolean) Find by deletable
|
|
||||||
- `description` (String) Find by description
|
|
||||||
- `gid` (Number) Find by Grid ID
|
|
||||||
- `name` (String) Find by name
|
|
||||||
- `node_id` (Number) Find by nodeId
|
|
||||||
- `page` (Number) Page number
|
|
||||||
- `size` (Number) Page size
|
|
||||||
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
|
||||||
- `status` (String) Find by status
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
||||||
|
|
||||||
### Read-Only
|
|
||||||
|
|
||||||
- `entry_count` (Number)
|
|
||||||
- `id` (String) The ID of this resource.
|
|
||||||
- `items` (List of Object) (see [below for nested schema](#nestedatt--items))
|
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
|
||||||
### Nested Schema for `timeouts`
|
|
||||||
|
|
||||||
Optional:
|
|
||||||
|
|
||||||
- `default` (String)
|
|
||||||
- `read` (String)
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedatt--items"></a>
|
|
||||||
### Nested Schema for `items`
|
|
||||||
|
|
||||||
Read-Only:
|
|
||||||
|
|
||||||
- `created_time` (Number)
|
|
||||||
- `deletable` (Boolean)
|
|
||||||
- `description` (String)
|
|
||||||
- `gid` (Number)
|
|
||||||
- `guid` (Number)
|
|
||||||
- `name` (String)
|
|
||||||
- `node_ids` (List of Number)
|
|
||||||
- `status` (String)
|
|
||||||
- `updated_time` (Number)
|
|
||||||
- `zone_id` (Number)
|
|
@ -1,59 +0,0 @@
|
|||||||
---
|
|
||||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
||||||
page_title: "decort_sep_and_pools_available_list Data Source - terraform-provider-decort"
|
|
||||||
subcategory: ""
|
|
||||||
description: |-
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# decort_sep_and_pools_available_list (Data Source)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- schema generated by tfplugindocs -->
|
|
||||||
## Schema
|
|
||||||
|
|
||||||
### Required
|
|
||||||
|
|
||||||
- `account_id` (Number) Account ID
|
|
||||||
|
|
||||||
### Optional
|
|
||||||
|
|
||||||
- `rg_id` (Number) Resource group ID
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
||||||
|
|
||||||
### Read-Only
|
|
||||||
|
|
||||||
- `entry_count` (Number) Number of available SEP entries
|
|
||||||
- `id` (String) The ID of this resource.
|
|
||||||
- `items` (List of Object) List of available SEPs (see [below for nested schema](#nestedatt--items))
|
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
|
||||||
### Nested Schema for `timeouts`
|
|
||||||
|
|
||||||
Optional:
|
|
||||||
|
|
||||||
- `default` (String)
|
|
||||||
- `read` (String)
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedatt--items"></a>
|
|
||||||
### Nested Schema for `items`
|
|
||||||
|
|
||||||
Read-Only:
|
|
||||||
|
|
||||||
- `pools` (List of Object) (see [below for nested schema](#nestedobjatt--items--pools))
|
|
||||||
- `sep_id` (Number)
|
|
||||||
- `sep_name` (String)
|
|
||||||
- `sep_type` (String)
|
|
||||||
|
|
||||||
<a id="nestedobjatt--items--pools"></a>
|
|
||||||
### Nested Schema for `items.pools`
|
|
||||||
|
|
||||||
Read-Only:
|
|
||||||
|
|
||||||
- `name` (String)
|
|
||||||
- `system` (Boolean)
|
|
||||||
- `types` (List of String)
|
|
@ -1,51 +0,0 @@
|
|||||||
---
|
|
||||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
||||||
page_title: "decort_trunk Data Source - terraform-provider-decort"
|
|
||||||
subcategory: ""
|
|
||||||
description: |-
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# decort_trunk (Data Source)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- schema generated by tfplugindocs -->
|
|
||||||
## Schema
|
|
||||||
|
|
||||||
### Required
|
|
||||||
|
|
||||||
- `trunk_id` (Number) trunk id
|
|
||||||
|
|
||||||
### Optional
|
|
||||||
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
||||||
|
|
||||||
### Read-Only
|
|
||||||
|
|
||||||
- `account_ids` (Set of Number) List of account IDs with access to this trunk
|
|
||||||
- `created_at` (Number) when the trunk was created
|
|
||||||
- `created_by` (String) who created the trunk
|
|
||||||
- `deleted_at` (Number) when the trunk was updated
|
|
||||||
- `deleted_by` (String) who updated the trunk
|
|
||||||
- `description` (String) Description of the trunk
|
|
||||||
- `guid` (Number) GUID
|
|
||||||
- `id` (String) The ID of this resource.
|
|
||||||
- `mac` (String) MAC address
|
|
||||||
- `name` (String) Name of the trunk
|
|
||||||
- `native_vlan_id` (Number) Native VLAN ID
|
|
||||||
- `ovs_bridge` (String) OVS bridge name
|
|
||||||
- `status` (String) if the trunk is enabled
|
|
||||||
- `trunk_tags` (String) List of trunk tags (values between 1-4095)
|
|
||||||
- `updated_at` (Number) when the trunk was updated
|
|
||||||
- `updated_by` (String) who updated the trunk
|
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
|
||||||
### Nested Schema for `timeouts`
|
|
||||||
|
|
||||||
Optional:
|
|
||||||
|
|
||||||
- `default` (String)
|
|
||||||
- `read` (String)
|
|
@ -1,64 +0,0 @@
|
|||||||
---
|
|
||||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
||||||
page_title: "decort_trunk_list Data Source - terraform-provider-decort"
|
|
||||||
subcategory: ""
|
|
||||||
description: |-
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# decort_trunk_list (Data Source)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- schema generated by tfplugindocs -->
|
|
||||||
## Schema
|
|
||||||
|
|
||||||
### Optional
|
|
||||||
|
|
||||||
- `account_ids` (List of Number) Account access ID(s) to filter by
|
|
||||||
- `page` (Number) Page number.
|
|
||||||
- `size` (Number) Page size.
|
|
||||||
- `sort_by` (String) Sort by one of supported fields, format ±<field>
|
|
||||||
- `status` (String) find by status
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
||||||
- `trunk_ids` (List of Number) ID of the trunk(s) to filter by
|
|
||||||
- `trunk_tags` (String) Trunk tags to filter by (value between 1-4095)
|
|
||||||
|
|
||||||
### Read-Only
|
|
||||||
|
|
||||||
- `entry_count` (Number)
|
|
||||||
- `id` (String) The ID of this resource.
|
|
||||||
- `items` (List of Object) (see [below for nested schema](#nestedatt--items))
|
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
|
||||||
### Nested Schema for `timeouts`
|
|
||||||
|
|
||||||
Optional:
|
|
||||||
|
|
||||||
- `default` (String)
|
|
||||||
- `read` (String)
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedatt--items"></a>
|
|
||||||
### Nested Schema for `items`
|
|
||||||
|
|
||||||
Read-Only:
|
|
||||||
|
|
||||||
- `account_ids` (Set of Number)
|
|
||||||
- `created_at` (Number)
|
|
||||||
- `created_by` (String)
|
|
||||||
- `deleted_at` (Number)
|
|
||||||
- `deleted_by` (String)
|
|
||||||
- `description` (String)
|
|
||||||
- `guid` (Number)
|
|
||||||
- `id` (Number)
|
|
||||||
- `mac` (String)
|
|
||||||
- `name` (String)
|
|
||||||
- `native_vlan_id` (Number)
|
|
||||||
- `ovs_bridge` (String)
|
|
||||||
- `status` (String)
|
|
||||||
- `trunk_tags` (String)
|
|
||||||
- `updated_at` (Number)
|
|
||||||
- `updated_by` (String)
|
|
@ -1,45 +0,0 @@
|
|||||||
---
|
|
||||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
||||||
page_title: "decort_zone Data Source - terraform-provider-decort"
|
|
||||||
subcategory: ""
|
|
||||||
description: |-
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# decort_zone (Data Source)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- schema generated by tfplugindocs -->
|
|
||||||
## Schema
|
|
||||||
|
|
||||||
### Required
|
|
||||||
|
|
||||||
- `zone_id` (Number)
|
|
||||||
|
|
||||||
### Optional
|
|
||||||
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
||||||
|
|
||||||
### Read-Only
|
|
||||||
|
|
||||||
- `created_time` (Number)
|
|
||||||
- `deletable` (Boolean)
|
|
||||||
- `description` (String)
|
|
||||||
- `gid` (Number)
|
|
||||||
- `guid` (Number)
|
|
||||||
- `id` (String) The ID of this resource.
|
|
||||||
- `name` (String)
|
|
||||||
- `node_ids` (List of Number)
|
|
||||||
- `status` (String)
|
|
||||||
- `updated_time` (Number)
|
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
|
||||||
### Nested Schema for `timeouts`
|
|
||||||
|
|
||||||
Optional:
|
|
||||||
|
|
||||||
- `default` (String)
|
|
||||||
- `read` (String)
|
|
@ -1,61 +0,0 @@
|
|||||||
---
|
|
||||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
||||||
page_title: "decort_zone_list Data Source - terraform-provider-decort"
|
|
||||||
subcategory: ""
|
|
||||||
description: |-
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# decort_zone_list (Data Source)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- schema generated by tfplugindocs -->
|
|
||||||
## Schema
|
|
||||||
|
|
||||||
### Optional
|
|
||||||
|
|
||||||
- `by_id` (Number) Find by ID
|
|
||||||
- `deletable` (Boolean) Find by deletable
|
|
||||||
- `description` (String) Find by description
|
|
||||||
- `gid` (Number) Find by Grid ID
|
|
||||||
- `name` (String) Find by name
|
|
||||||
- `node_id` (Number) Find by nodeId
|
|
||||||
- `page` (Number) Page number
|
|
||||||
- `size` (Number) Page size
|
|
||||||
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
|
||||||
- `status` (String) Find by status
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
||||||
|
|
||||||
### Read-Only
|
|
||||||
|
|
||||||
- `entry_count` (Number)
|
|
||||||
- `id` (String) The ID of this resource.
|
|
||||||
- `items` (List of Object) (see [below for nested schema](#nestedatt--items))
|
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
|
||||||
### Nested Schema for `timeouts`
|
|
||||||
|
|
||||||
Optional:
|
|
||||||
|
|
||||||
- `default` (String)
|
|
||||||
- `read` (String)
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedatt--items"></a>
|
|
||||||
### Nested Schema for `items`
|
|
||||||
|
|
||||||
Read-Only:
|
|
||||||
|
|
||||||
- `created_time` (Number)
|
|
||||||
- `deletable` (Boolean)
|
|
||||||
- `description` (String)
|
|
||||||
- `gid` (Number)
|
|
||||||
- `guid` (Number)
|
|
||||||
- `name` (String)
|
|
||||||
- `node_ids` (List of Number)
|
|
||||||
- `status` (String)
|
|
||||||
- `updated_time` (Number)
|
|
||||||
- `zone_id` (Number)
|
|
@ -1,55 +0,0 @@
|
|||||||
---
|
|
||||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
||||||
page_title: "decort_cb_trunk Resource - terraform-provider-decort"
|
|
||||||
subcategory: ""
|
|
||||||
description: |-
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# decort_cb_trunk (Resource)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- schema generated by tfplugindocs -->
|
|
||||||
## Schema
|
|
||||||
|
|
||||||
### Required
|
|
||||||
|
|
||||||
- `name` (String) Name of the trunk
|
|
||||||
- `ovs_bridge` (String) OVS bridge name
|
|
||||||
- `trunk_tags` (String) List of trunk tags (values between 1-4095)
|
|
||||||
|
|
||||||
### Optional
|
|
||||||
|
|
||||||
- `account_ids` (Set of Number) List of account IDs with access to this trunk
|
|
||||||
- `description` (String) Description of the trunk
|
|
||||||
- `enable` (Boolean) Whether the trunk should be enabled
|
|
||||||
- `native_vlan_id` (Number) Native VLAN ID
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
||||||
|
|
||||||
### Read-Only
|
|
||||||
|
|
||||||
- `created_at` (Number) when the trunk was created
|
|
||||||
- `created_by` (String) who created the trunk
|
|
||||||
- `deleted_at` (Number) when the trunk was updated
|
|
||||||
- `deleted_by` (String) who updated the trunk
|
|
||||||
- `guid` (Number) GUID
|
|
||||||
- `id` (String) The ID of this resource.
|
|
||||||
- `mac` (String) MAC address
|
|
||||||
- `status` (String) if the trunk is enabled
|
|
||||||
- `trunk_id` (Number) trunk id
|
|
||||||
- `updated_at` (Number) when the trunk was updated
|
|
||||||
- `updated_by` (String) who updated the trunk
|
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
|
||||||
### Nested Schema for `timeouts`
|
|
||||||
|
|
||||||
Optional:
|
|
||||||
|
|
||||||
- `create` (String)
|
|
||||||
- `default` (String)
|
|
||||||
- `delete` (String)
|
|
||||||
- `read` (String)
|
|
||||||
- `update` (String)
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue