Compare commits
No commits in common. 'main' and '4.8.2' have entirely different histories.
@ -1,77 +0,0 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_audit_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_audit_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- `account_id` (Number)
|
||||
- `call` (String) find by api endpoint (Mongo RegExp supported)
|
||||
- `compute_id` (Number)
|
||||
- `exclude_audit_lines` (Boolean)
|
||||
- `flipgroup_id` (Number)
|
||||
- `k8s_id` (Number)
|
||||
- `lb_id` (Number)
|
||||
- `max_status_code` (Number) find by HTTP max status code
|
||||
- `min_status_code` (Number) find by HTTP min status code
|
||||
- `page` (Number) page number
|
||||
- `request_id` (String) request id
|
||||
- `resgroup_id` (Number)
|
||||
- `sep_id` (Number)
|
||||
- `service_id` (Number)
|
||||
- `size` (Number) page size
|
||||
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `timestamp_at` (Number) find all audits after point in time (unixtime)
|
||||
- `timestamp_to` (Number) find all audits before point in time (unixtime)
|
||||
- `user` (String) find by user (Mongo RegExp supported)
|
||||
- `vins_id` (Number)
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `entry_count` (Number) entry count
|
||||
- `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_id` (Number)
|
||||
- `args` (String)
|
||||
- `call` (String)
|
||||
- `compute_id` (Number)
|
||||
- `correlation_id` (String)
|
||||
- `guid` (String)
|
||||
- `kwargs` (String)
|
||||
- `remote_addr` (String)
|
||||
- `resgroup_id` (Number)
|
||||
- `responsetime` (Number)
|
||||
- `result` (String)
|
||||
- `status_code` (Number)
|
||||
- `timestamp` (Number)
|
||||
- `timestamp_end` (Number)
|
||||
- `ttl` (String)
|
||||
- `user` (String)
|
||||
@ -1,58 +0,0 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_cb_security_group Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_cb_security_group (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `security_group_id` (Number)
|
||||
|
||||
### Optional
|
||||
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `account_id` (Number)
|
||||
- `created_at` (Number)
|
||||
- `created_by` (String)
|
||||
- `description` (String)
|
||||
- `id` (String) The ID of this resource.
|
||||
- `name` (String)
|
||||
- `rules` (List of Object) (see [below for nested schema](#nestedatt--rules))
|
||||
- `updated_at` (Number)
|
||||
- `updated_by` (String)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- `default` (String)
|
||||
- `read` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--rules"></a>
|
||||
### Nested Schema for `rules`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `direction` (String)
|
||||
- `ethertype` (String)
|
||||
- `id` (Number)
|
||||
- `port_range_max` (Number)
|
||||
- `port_range_min` (Number)
|
||||
- `protocol` (String)
|
||||
- `remote_ip_prefix` (String)
|
||||
@ -1,74 +0,0 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_cb_security_group_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_cb_security_group_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- `account_id` (Number)
|
||||
- `by_id` (Number)
|
||||
- `created_max` (Number)
|
||||
- `created_min` (Number)
|
||||
- `desc` (String)
|
||||
- `name` (String)
|
||||
- `page` (Number)
|
||||
- `size` (Number)
|
||||
- `sort_by` (String)
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `updated_max` (Number)
|
||||
- `updated_min` (Number)
|
||||
|
||||
### 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_id` (Number)
|
||||
- `created_at` (Number)
|
||||
- `created_by` (String)
|
||||
- `description` (String)
|
||||
- `name` (String)
|
||||
- `rules` (List of Object) (see [below for nested schema](#nestedobjatt--items--rules))
|
||||
- `security_group_id` (Number)
|
||||
- `updated_at` (Number)
|
||||
- `updated_by` (String)
|
||||
|
||||
<a id="nestedobjatt--items--rules"></a>
|
||||
### Nested Schema for `items.rules`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `direction` (String)
|
||||
- `ethertype` (String)
|
||||
- `id` (Number)
|
||||
- `port_range_max` (Number)
|
||||
- `port_range_min` (Number)
|
||||
- `protocol` (String)
|
||||
- `remote_ip_prefix` (String)
|
||||
@ -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,61 +0,0 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_cb_storage_policy Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_cb_storage_policy (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `storage_policy_id` (Number)
|
||||
|
||||
### Optional
|
||||
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `access_seps_pools` (List of Object) (see [below for nested schema](#nestedatt--access_seps_pools))
|
||||
- `description` (String)
|
||||
- `guid` (Number)
|
||||
- `id` (String) The ID of this resource.
|
||||
- `limit_iops` (Number)
|
||||
- `name` (String)
|
||||
- `status` (String)
|
||||
- `usage` (List of Object) (see [below for nested schema](#nestedatt--usage))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- `default` (String)
|
||||
- `read` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--access_seps_pools"></a>
|
||||
### Nested Schema for `access_seps_pools`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `pool_names` (List of String)
|
||||
- `sep_id` (Number)
|
||||
|
||||
|
||||
<a id="nestedatt--usage"></a>
|
||||
### Nested Schema for `usage`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `accounts` (List of Number)
|
||||
- `resgroups` (List of Number)
|
||||
@ -1,78 +0,0 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_cb_storage_policy_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_cb_storage_policy_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- `account_id` (Number)
|
||||
- `by_id` (Number)
|
||||
- `desc` (String)
|
||||
- `limit_iops` (Number)
|
||||
- `name` (String)
|
||||
- `page` (Number)
|
||||
- `pool_name` (String)
|
||||
- `resgroup_id` (Number)
|
||||
- `sep_id` (Number)
|
||||
- `size` (Number)
|
||||
- `sort_by` (String)
|
||||
- `status` (String)
|
||||
- `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:
|
||||
|
||||
- `access_seps_pools` (List of Object) (see [below for nested schema](#nestedobjatt--items--access_seps_pools))
|
||||
- `description` (String)
|
||||
- `guid` (Number)
|
||||
- `limit_iops` (Number)
|
||||
- `name` (String)
|
||||
- `status` (String)
|
||||
- `storage_policy_id` (Number)
|
||||
- `usage` (List of Object) (see [below for nested schema](#nestedobjatt--items--usage))
|
||||
|
||||
<a id="nestedobjatt--items--access_seps_pools"></a>
|
||||
### Nested Schema for `items.access_seps_pools`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `pool_names` (List of String)
|
||||
- `sep_id` (Number)
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--usage"></a>
|
||||
### Nested Schema for `items.usage`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `accounts` (List of Number)
|
||||
- `resgroups` (List of Number)
|
||||
@ -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,52 +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
|
||||
|
||||
- `account_ids` (List of Number)
|
||||
- `bservice_ids` (List of Number)
|
||||
- `compute_ids` (List of Number)
|
||||
- `created_time` (Number)
|
||||
- `deletable` (Boolean)
|
||||
- `description` (String)
|
||||
- `extnet_ids` (List of Number)
|
||||
- `gid` (Number)
|
||||
- `guid` (Number)
|
||||
- `id` (String) The ID of this resource.
|
||||
- `k8s_ids` (List of Number)
|
||||
- `lb_ids` (List of Number)
|
||||
- `name` (String)
|
||||
- `node_ids` (List of Number)
|
||||
- `status` (String)
|
||||
- `updated_time` (Number)
|
||||
- `vins_ids` (List of 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,50 +0,0 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_sdn_access_group Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_sdn_access_group (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `access_group_id` (String) The unique access group ID
|
||||
|
||||
### Optional
|
||||
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `comment` (String) Comment description
|
||||
- `created_at` (String) Creation timestamp
|
||||
- `display_name` (String) Display name
|
||||
- `id` (String) The ID of this resource.
|
||||
- `net_object_access_group` (List of Object) Net object access group configuration (see [below for nested schema](#nestedatt--net_object_access_group))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- `default` (String)
|
||||
- `read` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--net_object_access_group"></a>
|
||||
### Nested Schema for `net_object_access_group`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `access_group_id` (String)
|
||||
- `id` (String)
|
||||
- `version_id` (Number)
|
||||
@ -1,78 +0,0 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_sdn_access_group_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_sdn_access_group_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- `created_from` (String) filter by the lower limit of the creation date
|
||||
- `created_to` (String) filter by the upper limit of the creation date
|
||||
- `deleted` (Boolean) filter by deleted/not deleted group
|
||||
- `display_name` (String) filter by display name
|
||||
- `enabled` (Boolean) filter by enabled/disabled group
|
||||
- `page` (Number) Page number
|
||||
- `per_page` (Number) Items per page
|
||||
- `sort_by` (String) sort by one of supported fields
|
||||
- `sort_order` (String) sort order
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `id` (String) The ID of this resource.
|
||||
- `items` (List of Object) List of access groups (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:
|
||||
|
||||
- `comment` (String)
|
||||
- `created_at` (String)
|
||||
- `default_security_policy` (List of Object) (see [below for nested schema](#nestedobjatt--items--default_security_policy))
|
||||
- `display_name` (String)
|
||||
- `id` (String)
|
||||
- `net_object_access_group` (List of Object) (see [below for nested schema](#nestedobjatt--items--net_object_access_group))
|
||||
|
||||
<a id="nestedobjatt--items--default_security_policy"></a>
|
||||
### Nested Schema for `items.default_security_policy`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `access_group_id` (String)
|
||||
- `default_acl_drop` (String)
|
||||
- `default_open_session_drop` (Boolean)
|
||||
- `description` (String)
|
||||
- `display_name` (String)
|
||||
- `id` (String)
|
||||
- `version_id` (Number)
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--net_object_access_group"></a>
|
||||
### Nested Schema for `items.net_object_access_group`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `access_group_id` (String)
|
||||
- `id` (String)
|
||||
- `version_id` (Number)
|
||||
@ -1,63 +0,0 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_sdn_access_group_user_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_sdn_access_group_user_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `access_group_id` (String) filter by access group id
|
||||
|
||||
### Optional
|
||||
|
||||
- `access_group_role` (String) filter by access group role
|
||||
- `created_by` (String) who created the user
|
||||
- `created_from` (String) filter by the lower limit of the creation date
|
||||
- `created_to` (String) filter by the upper limit of the creation date
|
||||
- `deleted` (Boolean) delete filter
|
||||
- `deleted_by` (String) who deleted the user
|
||||
- `disabled_by` (String) who disabled the user
|
||||
- `display_name` (String) filter by display name
|
||||
- `enabled` (Boolean) filter by inclusion
|
||||
- `global_role` (String) filter by global role
|
||||
- `login` (String) filter by user login
|
||||
- `page` (Number) result page number
|
||||
- `per_page` (Number) number of results per page
|
||||
- `sort_by` (String) sort by one of supported fields
|
||||
- `sort_order` (String) sorting order
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `id` (String) The ID of this resource.
|
||||
- `items` (List of Object) List of users (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:
|
||||
|
||||
- `display_name` (String)
|
||||
- `id` (String)
|
||||
- `login` (String)
|
||||
- `role_id` (String)
|
||||
@ -1,149 +0,0 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_sdn_default_security_policy_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_sdn_default_security_policy_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- `access_group_id` (String) id of the access group
|
||||
- `page` (Number) result page number
|
||||
- `per_page` (Number) number of results per page
|
||||
- `sort_by` (String) sort by one of the supported fields
|
||||
- `sort_order` (String) sorting order
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `id` (String) The ID of this resource.
|
||||
- `items` (List of Object) List of default security policies (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:
|
||||
|
||||
- `access_group_id` (String)
|
||||
- `created_at` (String)
|
||||
- `default_acl_drop` (String)
|
||||
- `default_open_session_drop` (Boolean)
|
||||
- `description` (String)
|
||||
- `display_name` (String)
|
||||
- `id` (String)
|
||||
- `locked_at` (String)
|
||||
- `security_rules` (List of Object) (see [below for nested schema](#nestedobjatt--items--security_rules))
|
||||
- `status` (List of Object) (see [below for nested schema](#nestedobjatt--items--status))
|
||||
- `version_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--security_rules"></a>
|
||||
### Nested Schema for `items.security_rules`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `access_group_id` (String)
|
||||
- `action` (String)
|
||||
- `description` (String)
|
||||
- `destination_net_object` (List of Object) (see [below for nested schema](#nestedobjatt--items--security_rules--destination_net_object))
|
||||
- `direction` (String)
|
||||
- `display_name` (String)
|
||||
- `enabled` (Boolean)
|
||||
- `filter` (List of Object) (see [below for nested schema](#nestedobjatt--items--security_rules--filter))
|
||||
- `id` (String)
|
||||
- `log_enabled` (Boolean)
|
||||
- `log_name` (String)
|
||||
- `log_severity` (String)
|
||||
- `priority` (Number)
|
||||
- `security_policy_id` (String)
|
||||
- `source_net_object` (List of Object) (see [below for nested schema](#nestedobjatt--items--security_rules--source_net_object))
|
||||
- `statistics_enabled` (Boolean)
|
||||
- `version_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--security_rules--destination_net_object"></a>
|
||||
### Nested Schema for `items.security_rules.destination_net_object`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `display_name` (String)
|
||||
- `net_address_pool_id` (String)
|
||||
- `net_object_group_id` (String)
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--security_rules--filter"></a>
|
||||
### Nested Schema for `items.security_rules.filter`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `filters` (List of Object) (see [below for nested schema](#nestedobjatt--items--security_rules--filter--filters))
|
||||
- `name` (String)
|
||||
|
||||
<a id="nestedobjatt--items--security_rules--filter--filters"></a>
|
||||
### Nested Schema for `items.security_rules.filter.filters`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `all` (Boolean)
|
||||
- `arp` (Boolean)
|
||||
- `dhcp` (Boolean)
|
||||
- `expression` (String)
|
||||
- `icmp` (Boolean)
|
||||
- `ip` (Boolean)
|
||||
- `ip_v4` (Boolean)
|
||||
- `ip_v6` (Boolean)
|
||||
- `keep_opened_sessions` (Boolean)
|
||||
- `nd` (Boolean)
|
||||
- `tcp` (Boolean)
|
||||
- `tcp_dst_ports` (List of String)
|
||||
- `udp` (Boolean)
|
||||
- `udp_dst_ports` (List of String)
|
||||
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--security_rules--source_net_object"></a>
|
||||
### Nested Schema for `items.security_rules.source_net_object`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `display_name` (String)
|
||||
- `net_address_pool_id` (String)
|
||||
- `net_object_group_id` (String)
|
||||
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--status"></a>
|
||||
### Nested Schema for `items.status`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `common` (String)
|
||||
- `hypervisors` (List of Object) (see [below for nested schema](#nestedobjatt--items--status--hypervisors))
|
||||
|
||||
<a id="nestedobjatt--items--status--hypervisors"></a>
|
||||
### Nested Schema for `items.status.hypervisors`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `display_name` (String)
|
||||
- `hypervisor_status` (String)
|
||||
- `name` (String)
|
||||
- `status` (String)
|
||||
- `synced_at` (String)
|
||||
@ -1,88 +0,0 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_sdn_logical_port Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_sdn_logical_port (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `logical_port_id` (String) ID of the logical port to use
|
||||
|
||||
### Optional
|
||||
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `access_group_id` (String) ID of the access group
|
||||
- `access_group_name` (String) Name of the access group
|
||||
- `adapter_mac` (String) MAC address of the adapter
|
||||
- `address_detection` (Boolean) If the adapter address detection is enabled
|
||||
- `bindings` (List of Object) (see [below for nested schema](#nestedatt--bindings))
|
||||
- `created_at` (String) Creation time of the logical port
|
||||
- `description` (String) Description of the logical port
|
||||
- `display_name` (String) Display name of the logical port
|
||||
- `enabled` (Boolean) If the logical port is enabled
|
||||
- `hypervisor` (String) ID of the hypervisor
|
||||
- `hypervisor_display_name` (String) Display name of the hypervisor
|
||||
- `id` (String) The ID of this resource.
|
||||
- `live_migration_target_hv` (String)
|
||||
- `status` (List of Object) (see [below for nested schema](#nestedatt--status))
|
||||
- `unique_identifier` (String) Unique identifier of the logical port
|
||||
- `updated_at` (String) Update time the logical port
|
||||
- `version_id` (Number) Version ID of the logical port
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- `default` (String)
|
||||
- `read` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--bindings"></a>
|
||||
### Nested Schema for `bindings`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `address_detection` (Boolean)
|
||||
- `created_at` (String)
|
||||
- `id` (String)
|
||||
- `is_excluded_from_firewall` (Boolean)
|
||||
- `port_security` (Boolean)
|
||||
- `segment_display_name` (String)
|
||||
- `segment_id` (String)
|
||||
- `updated_at` (String)
|
||||
- `version_id` (Number)
|
||||
|
||||
|
||||
<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)
|
||||
@ -1,87 +0,0 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_sdn_logical_port_get_by_unique_identifier Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_sdn_logical_port_get_by_unique_identifier (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `unique_identifier` (String) Unique ID of the logical port to use
|
||||
|
||||
### Optional
|
||||
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `access_group_id` (String) ID of the access group
|
||||
- `access_group_name` (String) Name of the access group
|
||||
- `adapter_mac` (String) MAC address of the adapter
|
||||
- `address_detection` (Boolean) If the adapter address detection is enabled
|
||||
- `bindings` (List of Object) (see [below for nested schema](#nestedatt--bindings))
|
||||
- `created_at` (String) Creation time of the logical port
|
||||
- `description` (String) Description of the logical port
|
||||
- `display_name` (String) Display name of the logical port
|
||||
- `enabled` (Boolean) If the logical port is enabled
|
||||
- `hypervisor` (String) ID of the hypervisor
|
||||
- `hypervisor_display_name` (String) Display name of the hypervisor
|
||||
- `id` (String) The ID of this resource.
|
||||
- `live_migration_target_hv` (String)
|
||||
- `status` (List of Object) (see [below for nested schema](#nestedatt--status))
|
||||
- `updated_at` (String) Update time the logical port
|
||||
- `version_id` (Number) Version ID of the logical port
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- `default` (String)
|
||||
- `read` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--bindings"></a>
|
||||
### Nested Schema for `bindings`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `address_detection` (Boolean)
|
||||
- `created_at` (String)
|
||||
- `id` (String)
|
||||
- `is_excluded_from_firewall` (Boolean)
|
||||
- `port_security` (Boolean)
|
||||
- `segment_display_name` (String)
|
||||
- `segment_id` (String)
|
||||
- `updated_at` (String)
|
||||
- `version_id` (Number)
|
||||
|
||||
|
||||
<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)
|
||||
@ -1,111 +0,0 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_sdn_logical_port_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_sdn_logical_port_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- `access_group_id` (String) Access Group ID
|
||||
- `adapter_mac` (String) Adapter mac
|
||||
- `address_detection` (Boolean)
|
||||
- `created_from` (String)
|
||||
- `created_to` (String)
|
||||
- `display_name` (String) Display name
|
||||
- `enabled` (Boolean)
|
||||
- `external_network_id` (String) External Network ID
|
||||
- `hypervisor` (String) Hypervisor
|
||||
- `hypervisor_display_name` (String) Hypervisor display name
|
||||
- `live_migration_target_hv` (String) Live migration target HV
|
||||
- `page` (Number)
|
||||
- `per_page` (Number)
|
||||
- `port_security` (Boolean)
|
||||
- `segment_display_name` (String) Segment display name
|
||||
- `segment_id` (String) Segment ID
|
||||
- `sort_by` (String)
|
||||
- `sort_order` (String)
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `unique_identifier` (String) Unique identifier
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `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:
|
||||
|
||||
- `access_group_id` (String)
|
||||
- `access_group_name` (String)
|
||||
- `adapter_mac` (String)
|
||||
- `address_detection` (Boolean)
|
||||
- `bindings` (List of Object) (see [below for nested schema](#nestedobjatt--items--bindings))
|
||||
- `created_at` (String)
|
||||
- `description` (String)
|
||||
- `display_name` (String)
|
||||
- `enabled` (Boolean)
|
||||
- `hypervisor` (String)
|
||||
- `hypervisor_display_name` (String)
|
||||
- `id` (String)
|
||||
- `live_migration_target_hv` (String)
|
||||
- `status` (List of Object) (see [below for nested schema](#nestedobjatt--items--status))
|
||||
- `unique_identifier` (String)
|
||||
- `updated_at` (String)
|
||||
- `version_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--bindings"></a>
|
||||
### Nested Schema for `items.bindings`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `address_detection` (Boolean)
|
||||
- `created_at` (String)
|
||||
- `id` (String)
|
||||
- `is_excluded_from_firewall` (Boolean)
|
||||
- `port_security` (Boolean)
|
||||
- `segment_display_name` (String)
|
||||
- `segment_id` (String)
|
||||
- `updated_at` (String)
|
||||
- `version_id` (Number)
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--status"></a>
|
||||
### Nested Schema for `items.status`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `common` (String)
|
||||
- `hypervisors` (List of Object) (see [below for nested schema](#nestedobjatt--items--status--hypervisors))
|
||||
|
||||
<a id="nestedobjatt--items--status--hypervisors"></a>
|
||||
### Nested Schema for `items.status.hypervisors`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `display_name` (String)
|
||||
- `hypervisor_status` (String)
|
||||
- `name` (String)
|
||||
- `status` (String)
|
||||
- `synced_at` (String)
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue