parent
bae25296bb
commit
4b3f21d9be
@ -0,0 +1,51 @@
|
||||
---
|
||||
# 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)
|
@ -0,0 +1,64 @@
|
||||
---
|
||||
# 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)
|
@ -0,0 +1,45 @@
|
||||
---
|
||||
# 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)
|
@ -0,0 +1,61 @@
|
||||
---
|
||||
# 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)
|
@ -0,0 +1,51 @@
|
||||
---
|
||||
# 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)
|
@ -0,0 +1,64 @@
|
||||
---
|
||||
# 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)
|
@ -0,0 +1,45 @@
|
||||
---
|
||||
# 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)
|
@ -0,0 +1,61 @@
|
||||
---
|
||||
# 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)
|
@ -0,0 +1,55 @@
|
||||
---
|
||||
# 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)
|
@ -0,0 +1,48 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_cb_zone Resource - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_cb_zone (Resource)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `name` (String)
|
||||
|
||||
### Optional
|
||||
|
||||
- `description` (String)
|
||||
- `node_ids` (List of Number)
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `created_time` (Number)
|
||||
- `deletable` (Boolean)
|
||||
- `gid` (Number)
|
||||
- `guid` (Number)
|
||||
- `id` (String) The ID of this resource.
|
||||
- `status` (String)
|
||||
- `updated_time` (Number)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<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