parent
4b3f21d9be
commit
e42fbcef39
@ -0,0 +1,77 @@
|
||||
---
|
||||
# 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)
|
||||
@ -0,0 +1,58 @@
|
||||
---
|
||||
# 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)
|
||||
@ -0,0 +1,74 @@
|
||||
---
|
||||
# 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)
|
||||
@ -0,0 +1,61 @@
|
||||
---
|
||||
# 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)
|
||||
@ -0,0 +1,78 @@
|
||||
---
|
||||
# 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)
|
||||
@ -0,0 +1,50 @@
|
||||
---
|
||||
# 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)
|
||||
@ -0,0 +1,78 @@
|
||||
---
|
||||
# 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)
|
||||
@ -0,0 +1,63 @@
|
||||
---
|
||||
# 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)
|
||||
@ -0,0 +1,149 @@
|
||||
---
|
||||
# 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)
|
||||
@ -0,0 +1,88 @@
|
||||
---
|
||||
# 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)
|
||||
@ -0,0 +1,87 @@
|
||||
---
|
||||
# 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)
|
||||
@ -0,0 +1,111 @@
|
||||
---
|
||||
# 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)
|
||||
@ -0,0 +1,117 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_sdn_segment Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_sdn_segment (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `segment_id` (String)
|
||||
|
||||
### Optional
|
||||
|
||||
- `access_group_id` (String)
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `access_group_name` (String)
|
||||
- `created_at` (String)
|
||||
- `description` (String)
|
||||
- `dhcp_v4` (List of Object) (see [below for nested schema](#nestedatt--dhcp_v4))
|
||||
- `dhcp_v6` (List of Object) (see [below for nested schema](#nestedatt--dhcp_v6))
|
||||
- `display_name` (String)
|
||||
- `enabled` (Boolean)
|
||||
- `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))
|
||||
- `subnet_v4` (String)
|
||||
- `subnet_v6` (String)
|
||||
- `updated_at` (String)
|
||||
- `version_id` (Number)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- `default` (String)
|
||||
- `read` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--dhcp_v4"></a>
|
||||
### Nested Schema for `dhcp_v4`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `dns` (List of String)
|
||||
- `enabled` (Boolean)
|
||||
- `excluded_address_ranges` (List of String)
|
||||
- `gateway` (String)
|
||||
- `id` (String)
|
||||
- `lease_time` (Number)
|
||||
- `server_ip` (String)
|
||||
- `server_mac` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--dhcp_v6"></a>
|
||||
### Nested Schema for `dhcp_v6`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `address_prefix` (String)
|
||||
- `dns` (List of String)
|
||||
- `enabled` (Boolean)
|
||||
- `id` (String)
|
||||
- `lease_time` (Number)
|
||||
- `server_mac` (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)
|
||||
@ -0,0 +1,39 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_sdn_segment_get_status Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_sdn_segment_get_status (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `segment_id` (String)
|
||||
|
||||
### Optional
|
||||
|
||||
- `detailed` (Boolean)
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `version_id` (Number)
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `id` (String) The ID of this resource.
|
||||
- `status` (String)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- `default` (String)
|
||||
- `read` (String)
|
||||
@ -0,0 +1,135 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_sdn_segment_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_sdn_segment_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- `access_group_id` (String) find by access group id
|
||||
- `created_from` (String) find by created date
|
||||
- `created_to` (String) find by created date
|
||||
- `display_name` (String) find by display name
|
||||
- `enabled` (Boolean) find by enabled status
|
||||
- `is_synced` (Boolean) does core currently believe that its data is synchronized with the data in the OVN?
|
||||
- `page` (Number) Page number
|
||||
- `per_page` (Number) Items per page
|
||||
- `sort_by` (String) sort by one of supported fields
|
||||
- `sort_order` (String) sort order
|
||||
- `subnet` (String) IPv4 or IPv6 subnet for the current segment
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `updated_from` (String) find by updated date
|
||||
- `updated_to` (String) find by updated date
|
||||
|
||||
### 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:
|
||||
|
||||
- `access_group_id` (String)
|
||||
- `access_group_name` (String)
|
||||
- `created_at` (String)
|
||||
- `description` (String)
|
||||
- `dhcp_v4` (List of Object) (see [below for nested schema](#nestedobjatt--items--dhcp_v4))
|
||||
- `dhcp_v6` (List of Object) (see [below for nested schema](#nestedobjatt--items--dhcp_v6))
|
||||
- `display_name` (String)
|
||||
- `enabled` (Boolean)
|
||||
- `id` (String)
|
||||
- `logical_ports_info` (List of Object) (see [below for nested schema](#nestedobjatt--items--logical_ports_info))
|
||||
- `routers_info` (List of Object) (see [below for nested schema](#nestedobjatt--items--routers_info))
|
||||
- `status` (List of Object) (see [below for nested schema](#nestedobjatt--items--status))
|
||||
- `subnet_v4` (String)
|
||||
- `subnet_v6` (String)
|
||||
- `updated_at` (String)
|
||||
- `version_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--dhcp_v4"></a>
|
||||
### Nested Schema for `items.dhcp_v4`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `dns` (List of String)
|
||||
- `enabled` (Boolean)
|
||||
- `excluded_address_ranges` (List of String)
|
||||
- `gateway` (String)
|
||||
- `id` (String)
|
||||
- `lease_time` (Number)
|
||||
- `server_ip` (String)
|
||||
- `server_mac` (String)
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--dhcp_v6"></a>
|
||||
### Nested Schema for `items.dhcp_v6`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `address_prefix` (String)
|
||||
- `dns` (List of String)
|
||||
- `enabled` (Boolean)
|
||||
- `id` (String)
|
||||
- `lease_time` (Number)
|
||||
- `server_mac` (String)
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--logical_ports_info"></a>
|
||||
### Nested Schema for `items.logical_ports_info`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `display_name` (String)
|
||||
- `id` (String)
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--routers_info"></a>
|
||||
### Nested Schema for `items.routers_info`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `display_name` (String)
|
||||
- `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)
|
||||
@ -0,0 +1,58 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_security_group Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_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)
|
||||
@ -0,0 +1,74 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_security_group_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_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)
|
||||
@ -0,0 +1,61 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_storage_policy Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_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)
|
||||
@ -0,0 +1,78 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_storage_policy_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_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)
|
||||
@ -0,0 +1,67 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_cb_security_group Resource - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_cb_security_group (Resource)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `account_id` (Number)
|
||||
- `name` (String)
|
||||
|
||||
### Optional
|
||||
|
||||
- `description` (String)
|
||||
- `rules` (Block Set) (see [below for nested schema](#nestedblock--rules))
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `created_at` (Number)
|
||||
- `created_by` (String)
|
||||
- `id` (String) The ID of this resource.
|
||||
- `security_group_id` (Number)
|
||||
- `updated_at` (Number)
|
||||
- `updated_by` (String)
|
||||
|
||||
<a id="nestedblock--rules"></a>
|
||||
### Nested Schema for `rules`
|
||||
|
||||
Required:
|
||||
|
||||
- `direction` (String)
|
||||
|
||||
Optional:
|
||||
|
||||
- `ethertype` (String)
|
||||
- `port_range_max` (Number)
|
||||
- `port_range_min` (Number)
|
||||
- `protocol` (String)
|
||||
- `remote_ip_prefix` (String)
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `id` (Number)
|
||||
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- `create` (String)
|
||||
- `default` (String)
|
||||
- `delete` (String)
|
||||
- `read` (String)
|
||||
- `update` (String)
|
||||
@ -0,0 +1,65 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_cb_storage_policy Resource - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_cb_storage_policy (Resource)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `access_seps_pools` (Block Set, Min: 1) (see [below for nested schema](#nestedblock--access_seps_pools))
|
||||
- `name` (String)
|
||||
|
||||
### Optional
|
||||
|
||||
- `description` (String)
|
||||
- `enabled` (Boolean)
|
||||
- `limit_iops` (Number)
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `guid` (Number)
|
||||
- `id` (String) The ID of this resource.
|
||||
- `status` (String)
|
||||
- `storage_policy_id` (Number)
|
||||
- `usage` (List of Object) (see [below for nested schema](#nestedatt--usage))
|
||||
|
||||
<a id="nestedblock--access_seps_pools"></a>
|
||||
### Nested Schema for `access_seps_pools`
|
||||
|
||||
Required:
|
||||
|
||||
- `pool_name` (String)
|
||||
- `sep_id` (Number)
|
||||
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- `create` (String)
|
||||
- `default` (String)
|
||||
- `delete` (String)
|
||||
- `read` (String)
|
||||
- `update` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--usage"></a>
|
||||
### Nested Schema for `usage`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `accounts` (List of Number)
|
||||
- `resgroups` (List of Number)
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue