Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 67830db3eb | |||
| e42fbcef39 | |||
| 4b3f21d9be |
27
CHANGELOG.md
27
CHANGELOG.md
@@ -1,9 +1,30 @@
|
||||
## Version 4.9.3
|
||||
## Version 4.10.2
|
||||
|
||||
### Добавлено
|
||||
|
||||
#### storage policy
|
||||
| Идентификатор<br>задачи | Описание |
|
||||
| --- | --- |
|
||||
| BATF-1090 | Отображение вычисляемых полей `sep_name` в блоке `access_seps_pools` datasource `decort_storage_policy_list` в cloudapi/stpolicy и в datasource `decort_cb_storage_policy_list` в cloudbroker/stpolicy |
|
||||
|
||||
### Исправлено
|
||||
|
||||
#### account
|
||||
| Идентификатор<br>задачи | Описание |
|
||||
| --- | --- |
|
||||
| BATF-1061 | Исправлен sample resource `decort_cb_account` в cloudbroker/account |
|
||||
| BATF-1061 | Вывод значения поле `storage_policy_ids` в data_sourse`decort_cb_account` в cloudbroker/account |
|
||||
|
||||
#### kvmvm
|
||||
| Идентификатор<br>задачи | Описание |
|
||||
| --- | --- |
|
||||
| BATF-1016 | Ошибка при изменении полей `ram` и `cpu`, приводящая к невозможности измения параметров виртуальной машины в resources `decort_kvmvm` и `decort_cb_kvmvm` в cloudapi/kvmvm и в cloudbroker/kvmvm |
|
||||
| BATF-1018 | Ошибка при изменении поля `started`, приводящая к невозможности запуска виртуальной машины в resources `decort_kvmvm` в cloudapi/kvmvm |
|
||||
| BATF-1079 | Отображение поля `disks` в resource `decort_kvmvm` в cloudapi/kvmvm и в resource `decort_cb_kvmvm` в cloudbroker/kvmvm при импорте |
|
||||
| BATF-1083 | Отображение поля `boot_disk` в resource `decort_kvmvm` в cloudapi/kvmvm при обновлении поля `image_id` |
|
||||
| BATF-1088 | Исправлена логика работы поля `pin_to_stack` в resources `decort_kvmvm` в cloudapi/kvmvm и `decort_cb_kvmvm` в cloudbroker/kvmvm |
|
||||
| BATF-1092 | Отображение вычисляемых полей `devicename`,`created_by`, `deleted_by`, `updated_time` в блоке `disks` и блока `loader_meta_iso` в resource `decort_kvmvm`, datasource `decort_kvmvm` в cloudapi/kvmvm и в resource `decort_cb_kvmvm`, datasource `decort_cb_kvmvm` в cloudbroker/kvmvm |
|
||||
| BATF-1144 | Остановка виртуальной машины перед удалением в resources `decort_kvmvm` и `decort_cb_kvmvm` в cloudapi/kvmvm и в cloudbroker/kvmvm |
|
||||
|
||||
#### rg
|
||||
| Идентификатор<br>задачи | Описание |
|
||||
| --- | --- |
|
||||
| BATF-1062 | Отображение datasourses `decort_rg_list_deleted` в cloudapi/rg и `decort_cb_rg_list_deleted` в cloudbroker/rg |
|
||||
2
Makefile
2
Makefile
@@ -7,7 +7,7 @@ ZIPDIR = ./zip
|
||||
BINARY=${NAME}
|
||||
WORKPATH= ./examples/terraform.d/plugins/${HOSTNAME}/${NAMESPACE}/${NAMESPACE}/${VERSION}/${OS_ARCH}
|
||||
MAINPATH = ./cmd/decort/
|
||||
VERSION=4.9.3
|
||||
VERSION=4.10.2
|
||||
OS_ARCH=$(shell go env GOHOSTOS)_$(shell go env GOHOSTARCH)
|
||||
|
||||
FILES = ${BINARY}_${VERSION}_darwin_amd64\
|
||||
|
||||
32
README.md
32
README.md
@@ -6,6 +6,7 @@ Terraform provider для платформы Digital Energy Cloud Orchestration
|
||||
|
||||
| Версия DECORT API | Версия провайдера Terraform |
|
||||
| ------ | ------ |
|
||||
| 4.4.0 | 4.10.x |
|
||||
| 4.3.0 | 4.9.x |
|
||||
| 4.2.0 | 4.8.x |
|
||||
| 4.1.0 | 4.7.x |
|
||||
@@ -22,11 +23,13 @@ Terraform provider для платформы Digital Energy Cloud Orchestration
|
||||
|
||||
## Режимы работы
|
||||
|
||||
Провайдер позволяет работать в двух режимах:
|
||||
Провайдер позволяет работать в трех режимах:
|
||||
|
||||
- Режим пользователя,
|
||||
- Режим администратора. <br>
|
||||
Используйте ресурсы `decort_cb_` для администрирования. <br>
|
||||
- Режим SDN. <br>
|
||||
Используйте ресурсы `decort_sdn_` для работы с группой sdn. <br>
|
||||
Вики проекта: https://repository.basistech.ru/BASIS/terraform-provider-decort/wiki
|
||||
|
||||
## Возможности провайдера
|
||||
@@ -46,10 +49,13 @@ Terraform provider для платформы Digital Energy Cloud Orchestration
|
||||
- Работа с locations,
|
||||
- Работа с pfw,
|
||||
- Работа с resource groups,
|
||||
- Работа с security groups,
|
||||
- Работа с snapshots,
|
||||
- Работа с stacks,
|
||||
- Работа с trunk,
|
||||
- Работа с VINS,
|
||||
- Работа с SEPs.
|
||||
- Работа с SEPs,
|
||||
- Работа с Zone.
|
||||
|
||||
- Режим администратора:
|
||||
- Работа с accounts,
|
||||
@@ -68,8 +74,16 @@ Terraform provider для платформы Digital Energy Cloud Orchestration
|
||||
- Работа с resource groups,
|
||||
- Работа с seps,
|
||||
- Работа с user,
|
||||
- Работа с security groups,
|
||||
- Работа с stacks,
|
||||
- Работа с VINS.
|
||||
- Работа с trunk,
|
||||
- Работа с VINS,
|
||||
- Работа с Zone.
|
||||
|
||||
- Режим SDN:
|
||||
- Работа с access groups,
|
||||
- Работа с default security policies,
|
||||
- Работа с segments
|
||||
|
||||
Со списком и описанием функционала всех групп можно ознамоиться на Вики проекта: https://repository.basistech.ru/BASIS/terraform-provider-decort/wiki
|
||||
|
||||
@@ -87,13 +101,13 @@ chmod u+x install.sh
|
||||
```
|
||||
6. Дождаться сообщения об успешной установке. Установщик выведет актуальный блок конфигурации провайдера, скопируйте его
|
||||
```bash
|
||||
DECORT provider version 4.3.0 has been successfully installed
|
||||
DECORT provider version 4.10.0 has been successfully installed
|
||||
|
||||
Copy this provider configuration to main.tf file:
|
||||
terraform {
|
||||
required_providers {
|
||||
decort = {
|
||||
version = "4.3.0"
|
||||
version = "4.10.0"
|
||||
source = "basis/decort/decort"
|
||||
}
|
||||
}
|
||||
@@ -109,7 +123,7 @@ terraform {
|
||||
terraform {
|
||||
required_providers {
|
||||
decort = {
|
||||
version = "4.3.0"
|
||||
version = "4.10.0"
|
||||
source = "basis/decort/decort"
|
||||
}
|
||||
}
|
||||
@@ -152,13 +166,13 @@ Windows:
|
||||
- host_name - имя хоста, держателя провайдера, например, basis
|
||||
- namespace - пространство имен хоста, например decort
|
||||
- type - тип провайдера, может совпадать с пространством имен, например, decort
|
||||
- version - версия провайдера, например 4.3.0
|
||||
- version - версия провайдера, например 4.10.0
|
||||
- target - архитектура операционной системы, например windows_amd64
|
||||
|
||||
В примере ниже используется путь до провайдера на машине с ОС Linux:
|
||||
|
||||
```bash
|
||||
~/.terraform.d/plugins/basis/decort/decort/4.3.0/linux_amd64/tf-provider
|
||||
~/.terraform.d/plugins/basis/decort/decort/4.10.0/linux_amd64/tf-provider
|
||||
^ ^ ^ ^ ^ ^
|
||||
host_name | | | | | |
|
||||
| | | | |
|
||||
@@ -183,7 +197,7 @@ Windows:
|
||||
terraform {
|
||||
required_providers {
|
||||
decort = {
|
||||
version = "4.3.0"
|
||||
version = "4.10.0"
|
||||
source = "basis/decort/decort"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,7 +27,6 @@ description: |-
|
||||
|
||||
- `account_name` (String)
|
||||
- `acl` (List of Object) (see [below for nested schema](#nestedatt--acl))
|
||||
- `ckey` (String)
|
||||
- `company` (String)
|
||||
- `companyurl` (String)
|
||||
- `compute_features` (List of String)
|
||||
@@ -38,6 +37,7 @@ description: |-
|
||||
- `created_time` (Number)
|
||||
- `dc_location` (String)
|
||||
- `deactivation_time` (Number)
|
||||
- `default_zone_id` (Number)
|
||||
- `deleted_by` (String)
|
||||
- `deleted_time` (Number)
|
||||
- `desc` (String)
|
||||
@@ -45,15 +45,15 @@ description: |-
|
||||
- `guid` (Number)
|
||||
- `id` (String) The ID of this resource.
|
||||
- `machines` (List of Object) (see [below for nested schema](#nestedatt--machines))
|
||||
- `meta` (List of String)
|
||||
- `resource_limits` (List of Object) (see [below for nested schema](#nestedatt--resource_limits))
|
||||
- `send_access_emails` (Boolean)
|
||||
- `service_account` (Boolean)
|
||||
- `status` (String)
|
||||
- `storage_policy_ids` (List of Number)
|
||||
- `updated_time` (Number)
|
||||
- `version` (Number)
|
||||
- `vins` (List of Number)
|
||||
- `vinses` (Number)
|
||||
- `zone_ids` (List of Object) (see [below for nested schema](#nestedatt--zone_ids))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
@@ -70,6 +70,7 @@ Optional:
|
||||
Read-Only:
|
||||
|
||||
- `can_be_deleted` (Boolean)
|
||||
- `emails` (List of String)
|
||||
- `explicit` (Boolean)
|
||||
- `guid` (String)
|
||||
- `right` (String)
|
||||
@@ -108,3 +109,22 @@ Read-Only:
|
||||
- `cu_m` (Number)
|
||||
- `cu_np` (Number)
|
||||
- `gpu_units` (Number)
|
||||
- `storage_policy` (List of Object) (see [below for nested schema](#nestedobjatt--resource_limits--storage_policy))
|
||||
|
||||
<a id="nestedobjatt--resource_limits--storage_policy"></a>
|
||||
### Nested Schema for `resource_limits.storage_policy`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `id` (Number)
|
||||
- `limit` (Number)
|
||||
|
||||
|
||||
|
||||
<a id="nestedatt--zone_ids"></a>
|
||||
### Nested Schema for `zone_ids`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `id` (Number)
|
||||
- `name` (String)
|
||||
|
||||
@@ -24,6 +24,7 @@ description: |-
|
||||
- `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))
|
||||
- `zone_id` (Number) Zone ID
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -54,6 +55,7 @@ Read-Only:
|
||||
- `desc` (String)
|
||||
- `status` (String)
|
||||
- `updated_time` (Number)
|
||||
- `zone_ids` (List of Number)
|
||||
|
||||
<a id="nestedobjatt--items--acl"></a>
|
||||
### Nested Schema for `items.acl`
|
||||
|
||||
@@ -25,6 +25,7 @@ description: |-
|
||||
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
||||
- `status` (String) Filter by status
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `zone_id` (Number) Zone ID
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -55,6 +56,7 @@ Read-Only:
|
||||
- `desc` (String)
|
||||
- `status` (String)
|
||||
- `updated_time` (Number)
|
||||
- `zone_ids` (List of Number)
|
||||
|
||||
<a id="nestedobjatt--items--acl"></a>
|
||||
### Nested Schema for `items.acl`
|
||||
|
||||
@@ -50,9 +50,32 @@ Read-Only:
|
||||
- `ext_ips` (Number)
|
||||
- `ext_traffic` (Number)
|
||||
- `gpu` (Number)
|
||||
- `policies` (List of Object) (see [below for nested schema](#nestedobjatt--consumed--policies))
|
||||
- `ram` (Number)
|
||||
- `seps` (List of Object) (see [below for nested schema](#nestedobjatt--consumed--seps))
|
||||
|
||||
<a id="nestedobjatt--consumed--policies"></a>
|
||||
### Nested Schema for `consumed.policies`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `disk_size` (Number)
|
||||
- `disk_size_max` (Number)
|
||||
- `id` (String)
|
||||
- `seps` (List of Object) (see [below for nested schema](#nestedobjatt--consumed--policies--seps))
|
||||
|
||||
<a id="nestedobjatt--consumed--policies--seps"></a>
|
||||
### Nested Schema for `consumed.policies.seps`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `data_name` (String)
|
||||
- `disk_size` (Number)
|
||||
- `disk_size_max` (Number)
|
||||
- `sep_id` (String)
|
||||
|
||||
|
||||
|
||||
<a id="nestedobjatt--consumed--seps"></a>
|
||||
### Nested Schema for `consumed.seps`
|
||||
|
||||
@@ -76,9 +99,32 @@ Read-Only:
|
||||
- `ext_ips` (Number)
|
||||
- `ext_traffic` (Number)
|
||||
- `gpu` (Number)
|
||||
- `policies` (List of Object) (see [below for nested schema](#nestedobjatt--reserved--policies))
|
||||
- `ram` (Number)
|
||||
- `seps` (List of Object) (see [below for nested schema](#nestedobjatt--reserved--seps))
|
||||
|
||||
<a id="nestedobjatt--reserved--policies"></a>
|
||||
### Nested Schema for `reserved.policies`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `disk_size` (Number)
|
||||
- `disk_size_max` (Number)
|
||||
- `id` (String)
|
||||
- `seps` (List of Object) (see [below for nested schema](#nestedobjatt--reserved--policies--seps))
|
||||
|
||||
<a id="nestedobjatt--reserved--policies--seps"></a>
|
||||
### Nested Schema for `reserved.policies.seps`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `data_name` (String)
|
||||
- `disk_size` (Number)
|
||||
- `disk_size_max` (Number)
|
||||
- `sep_id` (String)
|
||||
|
||||
|
||||
|
||||
<a id="nestedobjatt--reserved--seps"></a>
|
||||
### Nested Schema for `reserved.seps`
|
||||
|
||||
@@ -103,3 +149,12 @@ Read-Only:
|
||||
- `cu_m` (Number)
|
||||
- `cu_np` (Number)
|
||||
- `gpu_units` (Number)
|
||||
- `storage_policy` (List of Object) (see [below for nested schema](#nestedobjatt--resource_limits--storage_policy))
|
||||
|
||||
<a id="nestedobjatt--resource_limits--storage_policy"></a>
|
||||
### Nested Schema for `resource_limits.storage_policy`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `id` (Number)
|
||||
- `limit` (Number)
|
||||
|
||||
@@ -54,9 +54,32 @@ Read-Only:
|
||||
- `ext_ips` (Number)
|
||||
- `ext_traffic` (Number)
|
||||
- `gpu` (Number)
|
||||
- `policies` (List of Object) (see [below for nested schema](#nestedobjatt--items--consumed--policies))
|
||||
- `ram` (Number)
|
||||
- `seps` (List of Object) (see [below for nested schema](#nestedobjatt--items--consumed--seps))
|
||||
|
||||
<a id="nestedobjatt--items--consumed--policies"></a>
|
||||
### Nested Schema for `items.consumed.policies`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `disk_size` (Number)
|
||||
- `disk_size_max` (Number)
|
||||
- `id` (String)
|
||||
- `seps` (List of Object) (see [below for nested schema](#nestedobjatt--items--consumed--policies--seps))
|
||||
|
||||
<a id="nestedobjatt--items--consumed--policies--seps"></a>
|
||||
### Nested Schema for `items.consumed.policies.seps`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `data_name` (String)
|
||||
- `disk_size` (Number)
|
||||
- `disk_size_max` (Number)
|
||||
- `sep_id` (String)
|
||||
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--consumed--seps"></a>
|
||||
### Nested Schema for `items.consumed.seps`
|
||||
|
||||
@@ -80,9 +103,32 @@ Read-Only:
|
||||
- `ext_ips` (Number)
|
||||
- `ext_traffic` (Number)
|
||||
- `gpu` (Number)
|
||||
- `policies` (List of Object) (see [below for nested schema](#nestedobjatt--items--reserved--policies))
|
||||
- `ram` (Number)
|
||||
- `seps` (List of Object) (see [below for nested schema](#nestedobjatt--items--reserved--seps))
|
||||
|
||||
<a id="nestedobjatt--items--reserved--policies"></a>
|
||||
### Nested Schema for `items.reserved.policies`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `disk_size` (Number)
|
||||
- `disk_size_max` (Number)
|
||||
- `id` (String)
|
||||
- `seps` (List of Object) (see [below for nested schema](#nestedobjatt--items--reserved--policies--seps))
|
||||
|
||||
<a id="nestedobjatt--items--reserved--policies--seps"></a>
|
||||
### Nested Schema for `items.reserved.policies.seps`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `data_name` (String)
|
||||
- `disk_size` (Number)
|
||||
- `disk_size_max` (Number)
|
||||
- `sep_id` (String)
|
||||
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--reserved--seps"></a>
|
||||
### Nested Schema for `items.reserved.seps`
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@ description: |-
|
||||
|
||||
- `args` (String)
|
||||
- `call` (String)
|
||||
- `correlation_id` (String)
|
||||
- `guid` (String)
|
||||
- `id` (String) The ID of this resource.
|
||||
- `kwargs` (String)
|
||||
|
||||
77
docs/data-sources/audit_list.md
Normal file
77
docs/data-sources/audit_list.md
Normal file
@@ -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)
|
||||
@@ -54,6 +54,7 @@ description: |-
|
||||
- `updated_by` (String)
|
||||
- `updated_time` (Number)
|
||||
- `user_managed` (Boolean)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
@@ -23,6 +23,7 @@ description: |-
|
||||
- `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))
|
||||
- `zone_id` (Number) Zone ID
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -66,3 +67,4 @@ Read-Only:
|
||||
- `updated_by` (String)
|
||||
- `updated_time` (Number)
|
||||
- `user_managed` (Boolean)
|
||||
- `zone_id` (Number)
|
||||
|
||||
@@ -29,6 +29,7 @@ description: |-
|
||||
- `status` (String) Filter by status
|
||||
- `tech_status` (String) Filter by tech status
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `zone_id` (Number) Zone ID
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -72,3 +73,4 @@ Read-Only:
|
||||
- `updated_by` (String)
|
||||
- `updated_time` (Number)
|
||||
- `user_managed` (Boolean)
|
||||
- `zone_id` (Number)
|
||||
|
||||
@@ -27,7 +27,6 @@ description: |-
|
||||
|
||||
- `account_name` (String)
|
||||
- `acl` (List of Object) (see [below for nested schema](#nestedatt--acl))
|
||||
- `ckey` (String)
|
||||
- `company` (String)
|
||||
- `companyurl` (String)
|
||||
- `compute_features` (List of String)
|
||||
@@ -37,6 +36,7 @@ description: |-
|
||||
- `created_time` (Number)
|
||||
- `dc_location` (String)
|
||||
- `deactivation_time` (Number)
|
||||
- `default_zone_id` (Number)
|
||||
- `deleted_by` (String)
|
||||
- `deleted_time` (Number)
|
||||
- `desc` (String)
|
||||
@@ -47,10 +47,12 @@ description: |-
|
||||
- `resource_types` (List of String)
|
||||
- `send_access_emails` (Boolean)
|
||||
- `status` (String)
|
||||
- `storage_policy_ids` (List of Number)
|
||||
- `uniq_pools` (List of String)
|
||||
- `updated_time` (Number)
|
||||
- `version` (Number)
|
||||
- `vins` (List of Number)
|
||||
- `zone_ids` (Set of Object) (see [below for nested schema](#nestedatt--zone_ids))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
@@ -66,6 +68,7 @@ Optional:
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `emails` (List of String)
|
||||
- `explicit` (Boolean)
|
||||
- `guid` (String)
|
||||
- `right` (String)
|
||||
@@ -86,3 +89,22 @@ Read-Only:
|
||||
- `cu_m` (Number)
|
||||
- `cu_np` (Number)
|
||||
- `gpu_units` (Number)
|
||||
- `storage_policy` (List of Object) (see [below for nested schema](#nestedobjatt--resource_limits--storage_policy))
|
||||
|
||||
<a id="nestedobjatt--resource_limits--storage_policy"></a>
|
||||
### Nested Schema for `resource_limits.storage_policy`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `id` (Number)
|
||||
- `limit` (Number)
|
||||
|
||||
|
||||
|
||||
<a id="nestedatt--zone_ids"></a>
|
||||
### Nested Schema for `zone_ids`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `id` (Number)
|
||||
- `name` (String)
|
||||
|
||||
@@ -25,6 +25,7 @@ description: |-
|
||||
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
||||
- `status` (String) Filter by status
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `zone_id` (Number) Zone ID
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -49,7 +50,6 @@ Read-Only:
|
||||
- `account_id` (Number)
|
||||
- `account_name` (String)
|
||||
- `acl` (List of Object) (see [below for nested schema](#nestedobjatt--items--acl))
|
||||
- `ckey` (String)
|
||||
- `company` (String)
|
||||
- `companyurl` (String)
|
||||
- `compute_features` (List of String)
|
||||
@@ -59,20 +59,22 @@ Read-Only:
|
||||
- `created_time` (Number)
|
||||
- `dc_location` (String)
|
||||
- `deactivation_time` (Number)
|
||||
- `default_zone_id` (Number)
|
||||
- `deleted_by` (String)
|
||||
- `deleted_time` (Number)
|
||||
- `desc` (String)
|
||||
- `displayname` (String)
|
||||
- `guid` (Number)
|
||||
- `meta` (List of String)
|
||||
- `resource_limits` (List of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits))
|
||||
- `resource_types` (List of String)
|
||||
- `send_access_emails` (Boolean)
|
||||
- `status` (String)
|
||||
- `storage_policy_ids` (List of Number)
|
||||
- `uniq_pools` (List of String)
|
||||
- `updated_time` (Number)
|
||||
- `version` (Number)
|
||||
- `vins` (List of Number)
|
||||
- `zone_ids` (List of Number)
|
||||
|
||||
<a id="nestedobjatt--items--acl"></a>
|
||||
### Nested Schema for `items.acl`
|
||||
@@ -99,3 +101,12 @@ Read-Only:
|
||||
- `cu_m` (Number)
|
||||
- `cu_np` (Number)
|
||||
- `gpu_units` (Number)
|
||||
- `storage_policy` (List of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits--storage_policy))
|
||||
|
||||
<a id="nestedobjatt--items--resource_limits--storage_policy"></a>
|
||||
### Nested Schema for `items.resource_limits.storage_policy`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `id` (Number)
|
||||
- `limit` (Number)
|
||||
|
||||
@@ -48,7 +48,6 @@ Read-Only:
|
||||
- `account_id` (Number)
|
||||
- `account_name` (String)
|
||||
- `acl` (List of Object) (see [below for nested schema](#nestedobjatt--items--acl))
|
||||
- `ckey` (String)
|
||||
- `company` (String)
|
||||
- `companyurl` (String)
|
||||
- `compute_features` (List of String)
|
||||
@@ -58,20 +57,22 @@ Read-Only:
|
||||
- `created_time` (Number)
|
||||
- `dc_location` (String)
|
||||
- `deactivation_time` (Number)
|
||||
- `default_zone_id` (Number)
|
||||
- `deleted_by` (String)
|
||||
- `deleted_time` (Number)
|
||||
- `desc` (String)
|
||||
- `displayname` (String)
|
||||
- `guid` (Number)
|
||||
- `meta` (List of String)
|
||||
- `resource_limits` (List of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits))
|
||||
- `resource_types` (List of String)
|
||||
- `send_access_emails` (Boolean)
|
||||
- `status` (String)
|
||||
- `storage_policy_ids` (List of Number)
|
||||
- `uniq_pools` (List of String)
|
||||
- `updated_time` (Number)
|
||||
- `version` (Number)
|
||||
- `vins` (List of Number)
|
||||
- `zone_ids` (List of Number)
|
||||
|
||||
<a id="nestedobjatt--items--acl"></a>
|
||||
### Nested Schema for `items.acl`
|
||||
@@ -98,3 +99,12 @@ Read-Only:
|
||||
- `cu_m` (Number)
|
||||
- `cu_np` (Number)
|
||||
- `gpu_units` (Number)
|
||||
- `storage_policy` (List of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits--storage_policy))
|
||||
|
||||
<a id="nestedobjatt--items--resource_limits--storage_policy"></a>
|
||||
### Nested Schema for `items.resource_limits.storage_policy`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `id` (Number)
|
||||
- `limit` (Number)
|
||||
|
||||
@@ -50,9 +50,32 @@ Read-Only:
|
||||
- `extips` (Number)
|
||||
- `exttraffic` (Number)
|
||||
- `gpu` (Number)
|
||||
- `policies` (List of Object) (see [below for nested schema](#nestedobjatt--consumed--policies))
|
||||
- `ram` (Number)
|
||||
- `seps` (List of Object) (see [below for nested schema](#nestedobjatt--consumed--seps))
|
||||
|
||||
<a id="nestedobjatt--consumed--policies"></a>
|
||||
### Nested Schema for `consumed.policies`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `disk_size` (Number)
|
||||
- `disk_size_max` (Number)
|
||||
- `id` (String)
|
||||
- `seps` (List of Object) (see [below for nested schema](#nestedobjatt--consumed--policies--seps))
|
||||
|
||||
<a id="nestedobjatt--consumed--policies--seps"></a>
|
||||
### Nested Schema for `consumed.policies.seps`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `data_name` (String)
|
||||
- `disk_size` (Number)
|
||||
- `disk_size_max` (Number)
|
||||
- `sep_id` (String)
|
||||
|
||||
|
||||
|
||||
<a id="nestedobjatt--consumed--seps"></a>
|
||||
### Nested Schema for `consumed.seps`
|
||||
|
||||
@@ -76,9 +99,32 @@ Read-Only:
|
||||
- `extips` (Number)
|
||||
- `exttraffic` (Number)
|
||||
- `gpu` (Number)
|
||||
- `policies` (List of Object) (see [below for nested schema](#nestedobjatt--reserved--policies))
|
||||
- `ram` (Number)
|
||||
- `seps` (List of Object) (see [below for nested schema](#nestedobjatt--reserved--seps))
|
||||
|
||||
<a id="nestedobjatt--reserved--policies"></a>
|
||||
### Nested Schema for `reserved.policies`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `disk_size` (Number)
|
||||
- `disk_size_max` (Number)
|
||||
- `id` (String)
|
||||
- `seps` (List of Object) (see [below for nested schema](#nestedobjatt--reserved--policies--seps))
|
||||
|
||||
<a id="nestedobjatt--reserved--policies--seps"></a>
|
||||
### Nested Schema for `reserved.policies.seps`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `data_name` (String)
|
||||
- `disk_size` (Number)
|
||||
- `disk_size_max` (Number)
|
||||
- `sep_id` (String)
|
||||
|
||||
|
||||
|
||||
<a id="nestedobjatt--reserved--seps"></a>
|
||||
### Nested Schema for `reserved.seps`
|
||||
|
||||
|
||||
@@ -54,9 +54,32 @@ Read-Only:
|
||||
- `extips` (Number)
|
||||
- `exttraffic` (Number)
|
||||
- `gpu` (Number)
|
||||
- `policies` (List of Object) (see [below for nested schema](#nestedobjatt--items--consumed--policies))
|
||||
- `ram` (Number)
|
||||
- `seps` (List of Object) (see [below for nested schema](#nestedobjatt--items--consumed--seps))
|
||||
|
||||
<a id="nestedobjatt--items--consumed--policies"></a>
|
||||
### Nested Schema for `items.consumed.policies`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `disk_size` (Number)
|
||||
- `disk_size_max` (Number)
|
||||
- `id` (String)
|
||||
- `seps` (List of Object) (see [below for nested schema](#nestedobjatt--items--consumed--policies--seps))
|
||||
|
||||
<a id="nestedobjatt--items--consumed--policies--seps"></a>
|
||||
### Nested Schema for `items.consumed.policies.seps`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `data_name` (String)
|
||||
- `disk_size` (Number)
|
||||
- `disk_size_max` (Number)
|
||||
- `sep_id` (String)
|
||||
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--consumed--seps"></a>
|
||||
### Nested Schema for `items.consumed.seps`
|
||||
|
||||
@@ -80,9 +103,32 @@ Read-Only:
|
||||
- `extips` (Number)
|
||||
- `exttraffic` (Number)
|
||||
- `gpu` (Number)
|
||||
- `policies` (List of Object) (see [below for nested schema](#nestedobjatt--items--reserved--policies))
|
||||
- `ram` (Number)
|
||||
- `seps` (List of Object) (see [below for nested schema](#nestedobjatt--items--reserved--seps))
|
||||
|
||||
<a id="nestedobjatt--items--reserved--policies"></a>
|
||||
### Nested Schema for `items.reserved.policies`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `disk_size` (Number)
|
||||
- `disk_size_max` (Number)
|
||||
- `id` (String)
|
||||
- `seps` (List of Object) (see [below for nested schema](#nestedobjatt--items--reserved--policies--seps))
|
||||
|
||||
<a id="nestedobjatt--items--reserved--policies--seps"></a>
|
||||
### Nested Schema for `items.reserved.policies.seps`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `data_name` (String)
|
||||
- `disk_size` (Number)
|
||||
- `disk_size_max` (Number)
|
||||
- `sep_id` (String)
|
||||
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--reserved--seps"></a>
|
||||
### Nested Schema for `items.reserved.seps`
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@ description: |-
|
||||
|
||||
- `args` (String)
|
||||
- `call` (String)
|
||||
- `correlation_id` (String)
|
||||
- `guid` (String)
|
||||
- `id` (String) The ID of this resource.
|
||||
- `kwargs` (String)
|
||||
@@ -34,7 +35,6 @@ description: |-
|
||||
- `responsetime` (Number)
|
||||
- `result` (String)
|
||||
- `status_code` (Number)
|
||||
- `tags` (String)
|
||||
- `timestamp` (Number)
|
||||
- `timestamp_end` (Number)
|
||||
- `ttl` (String)
|
||||
|
||||
@@ -17,17 +17,28 @@ description: |-
|
||||
|
||||
### 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
|
||||
- `node_id` (Number)
|
||||
- `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
|
||||
|
||||
@@ -51,13 +62,13 @@ Read-Only:
|
||||
|
||||
- `args` (String)
|
||||
- `call` (String)
|
||||
- `correlation_id` (String)
|
||||
- `guid` (String)
|
||||
- `kwargs` (String)
|
||||
- `remote_addr` (String)
|
||||
- `responsetime` (Number)
|
||||
- `result` (String)
|
||||
- `status_code` (Number)
|
||||
- `tags` (String)
|
||||
- `timestamp` (Number)
|
||||
- `timestamp_end` (Number)
|
||||
- `ttl` (String)
|
||||
|
||||
@@ -73,7 +73,9 @@ description: |-
|
||||
- `size_used` (Number)
|
||||
- `snapshots` (List of Object) (see [below for nested schema](#nestedatt--snapshots))
|
||||
- `status` (String)
|
||||
- `storage_policy_id` (Number) Storage policy ID
|
||||
- `tech_status` (String)
|
||||
- `to_clean` (Boolean)
|
||||
- `type` (String)
|
||||
- `updated_by` (String)
|
||||
- `updated_time` (Number)
|
||||
|
||||
@@ -29,6 +29,7 @@ description: |-
|
||||
- `size` (Number) Page size
|
||||
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
||||
- `status` (String) Find by status
|
||||
- `storage_policy_id` (Number) storage policy ID
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `type` (String) type of the disks
|
||||
|
||||
@@ -100,7 +101,9 @@ Read-Only:
|
||||
- `size_used` (Number)
|
||||
- `snapshots` (List of Object) (see [below for nested schema](#nestedobjatt--items--snapshots))
|
||||
- `status` (String)
|
||||
- `storage_policy_id` (Number)
|
||||
- `tech_status` (String)
|
||||
- `to_clean` (Boolean)
|
||||
- `type` (String)
|
||||
- `updated_by` (String)
|
||||
- `updated_time` (Number)
|
||||
|
||||
@@ -97,7 +97,9 @@ Read-Only:
|
||||
- `size_used` (Number)
|
||||
- `snapshots` (List of Object) (see [below for nested schema](#nestedobjatt--items--snapshots))
|
||||
- `status` (String)
|
||||
- `storage_policy_id` (Number)
|
||||
- `tech_status` (String)
|
||||
- `to_clean` (Boolean)
|
||||
- `type` (String)
|
||||
- `updated_by` (String)
|
||||
- `updated_time` (Number)
|
||||
|
||||
@@ -27,6 +27,7 @@ description: |-
|
||||
- `size` (Number) Page size
|
||||
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
||||
- `status` (String) Find by status
|
||||
- `storage_policy_id` (Number) storage policy ID
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `type` (String) type of the disks
|
||||
|
||||
|
||||
@@ -53,6 +53,7 @@ Read-Only:
|
||||
- `created_time` (Number)
|
||||
- `desc` (String)
|
||||
- `dpdk_id` (Number)
|
||||
- `enable_secgroups` (Boolean)
|
||||
- `gid` (Number)
|
||||
- `guid` (Number)
|
||||
- `name` (String)
|
||||
|
||||
@@ -40,19 +40,24 @@ description: |-
|
||||
- `ipcidr` (String)
|
||||
- `meta` (List of String) meta
|
||||
- `milestones` (Number)
|
||||
- `mtu` (Number)
|
||||
- `name` (String)
|
||||
- `network` (String)
|
||||
- `network_id` (Number)
|
||||
- `network_ids` (List of Object) (see [below for nested schema](#nestedatt--network_ids))
|
||||
- `ntp` (List of String)
|
||||
- `ovs_bridge` (String)
|
||||
- `pre_reservations` (List of Object) (see [below for nested schema](#nestedatt--pre_reservations))
|
||||
- `pre_reservations_num` (Number)
|
||||
- `prefix` (Number)
|
||||
- `pri_vnfdev_id` (Number)
|
||||
- `redundant` (Boolean)
|
||||
- `reservations` (List of Object) (see [below for nested schema](#nestedatt--reservations))
|
||||
- `sec_vnfdev_id` (Number)
|
||||
- `shared_with` (List of Number)
|
||||
- `status` (String)
|
||||
- `vlan_id` (Number)
|
||||
- `vnfs` (List of Object) (see [below for nested schema](#nestedatt--vnfs))
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
@@ -89,6 +94,31 @@ Read-Only:
|
||||
- `vm_id` (Number)
|
||||
|
||||
|
||||
<a id="nestedatt--network_ids"></a>
|
||||
### Nested Schema for `network_ids`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `primary` (Number)
|
||||
- `secondary` (Number)
|
||||
|
||||
|
||||
<a id="nestedatt--pre_reservations"></a>
|
||||
### Nested Schema for `pre_reservations`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `account_id` (Number)
|
||||
- `client_type` (String)
|
||||
- `desc` (String)
|
||||
- `domain_name` (String)
|
||||
- `hostname` (String)
|
||||
- `ip` (String)
|
||||
- `mac` (String)
|
||||
- `type` (String)
|
||||
- `vm_id` (Number)
|
||||
|
||||
|
||||
<a id="nestedatt--reservations"></a>
|
||||
### Nested Schema for `reservations`
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@ description: |-
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `vlan_id` (Number) Find by VLAN ID
|
||||
- `vnfdev_id` (Number) Find by VnfDEV ID
|
||||
- `zone_id` (Number) Zone ID
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -54,6 +55,7 @@ Read-Only:
|
||||
- `default` (Boolean)
|
||||
- `default_qos` (List of Object) (see [below for nested schema](#nestedobjatt--items--default_qos))
|
||||
- `desc` (String)
|
||||
- `enable_secgroups` (Boolean)
|
||||
- `extnet_id` (Number)
|
||||
- `free_ips` (Number)
|
||||
- `gid` (Number)
|
||||
@@ -61,15 +63,19 @@ Read-Only:
|
||||
- `ipcidr` (String)
|
||||
- `meta` (List of String)
|
||||
- `milestones` (Number)
|
||||
- `mtu` (Number)
|
||||
- `name` (String)
|
||||
- `network_id` (Number)
|
||||
- `network_ids` (List of Object) (see [below for nested schema](#nestedobjatt--items--network_ids))
|
||||
- `ovs_bridge` (String)
|
||||
- `pre_reservations_num` (Number)
|
||||
- `pri_vnfdev_id` (Number)
|
||||
- `redundant` (Boolean)
|
||||
- `sec_vnfdev_id` (Number)
|
||||
- `shared_with` (List of Number)
|
||||
- `status` (String)
|
||||
- `vlan_id` (Number)
|
||||
- `vnfs` (List of Object) (see [below for nested schema](#nestedobjatt--items--vnfs))
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--default_qos"></a>
|
||||
### Nested Schema for `items.default_qos`
|
||||
@@ -82,6 +88,15 @@ Read-Only:
|
||||
- `in_rate` (Number)
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--network_ids"></a>
|
||||
### Nested Schema for `items.network_ids`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `primary` (Number)
|
||||
- `secondary` (Number)
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--vnfs"></a>
|
||||
### Nested Schema for `items.vnfs`
|
||||
|
||||
|
||||
@@ -34,6 +34,8 @@ description: |-
|
||||
- `location_code` (String)
|
||||
- `meta` (List of String) meta
|
||||
- `name` (String)
|
||||
- `network_modes` (List of String)
|
||||
- `sdn_support` (Boolean)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
@@ -51,7 +51,9 @@ Read-Only:
|
||||
- `id` (Number)
|
||||
- `location_code` (String)
|
||||
- `name` (String)
|
||||
- `network_modes` (List of String)
|
||||
- `resources` (List of Object) (see [below for nested schema](#nestedobjatt--items--resources))
|
||||
- `sdn_support` (Boolean)
|
||||
|
||||
<a id="nestedobjatt--items--resources"></a>
|
||||
### Nested Schema for `items.resources`
|
||||
|
||||
@@ -61,7 +61,9 @@ description: |-
|
||||
- `size` (Number) image size
|
||||
- `snapshot_id` (String) snapshot id
|
||||
- `status` (String) status
|
||||
- `tech_status` (String) tech atatus
|
||||
- `storage_policy_id` (Number)
|
||||
- `tech_status` (String) tech status
|
||||
- `to_clean` (Boolean)
|
||||
- `unc_path` (String) unc path
|
||||
- `url` (String) URL where to download media from
|
||||
- `username` (String) Optional username for the image
|
||||
|
||||
@@ -32,6 +32,7 @@ description: |-
|
||||
- `size` (Number) page size
|
||||
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
||||
- `status` (String) find by status
|
||||
- `storage_policy_id` (Number)
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `type_image` (String) find by type
|
||||
|
||||
@@ -91,7 +92,9 @@ Read-Only:
|
||||
- `size` (Number)
|
||||
- `snapshot_id` (String)
|
||||
- `status` (String)
|
||||
- `storage_policy_id` (Number)
|
||||
- `tech_status` (String)
|
||||
- `to_clean` (Boolean)
|
||||
- `unc_path` (String)
|
||||
- `url` (String)
|
||||
- `username` (String)
|
||||
|
||||
@@ -30,7 +30,6 @@ description: |-
|
||||
- `guid` (Number) guid
|
||||
- `id` (String) The ID of this resource.
|
||||
- `lb_image_id` (Number) LB Image ID
|
||||
- `master_driver` (String)
|
||||
- `master_image_id` (Number)
|
||||
- `max_master_count` (Number)
|
||||
- `max_worker_count` (Number)
|
||||
|
||||
@@ -19,7 +19,6 @@ description: |-
|
||||
|
||||
- `by_id` (Number) Filter by ID
|
||||
- `include_disabled` (Boolean) Include deleted k8cis in result
|
||||
- `master_driver` (String) Filter by master driver
|
||||
- `name` (String) Filter by name
|
||||
- `network_plugin` (String) Filter by network plugin
|
||||
- `page` (Number) Page number
|
||||
@@ -27,7 +26,6 @@ description: |-
|
||||
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
||||
- `status` (String) Filter by status
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `worker_driver` (String) Filter by worker driver
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -55,7 +53,6 @@ Read-Only:
|
||||
- `guid` (Number)
|
||||
- `k8ci_id` (Number)
|
||||
- `lb_image_id` (Number)
|
||||
- `master_driver` (String)
|
||||
- `master_image_id` (Number)
|
||||
- `max_master_count` (Number)
|
||||
- `max_worker_count` (Number)
|
||||
@@ -63,5 +60,4 @@ Read-Only:
|
||||
- `shared_with` (List of Number)
|
||||
- `status` (String)
|
||||
- `version` (String)
|
||||
- `worker_driver` (String)
|
||||
- `worker_image_id` (Number)
|
||||
|
||||
@@ -18,14 +18,12 @@ description: |-
|
||||
### Optional
|
||||
|
||||
- `by_id` (Number) Filter by ID
|
||||
- `master_driver` (String) Filter by master driver
|
||||
- `name` (String) Filter by name
|
||||
- `network_plugin` (String) Filter by network plugin
|
||||
- `page` (Number) Page 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))
|
||||
- `worker_driver` (String) Filter by worker driver
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -53,7 +51,6 @@ Read-Only:
|
||||
- `guid` (Number)
|
||||
- `k8ci_id` (Number)
|
||||
- `lb_image_id` (Number)
|
||||
- `master_driver` (String)
|
||||
- `master_image_id` (Number)
|
||||
- `max_master_count` (Number)
|
||||
- `max_worker_count` (Number)
|
||||
@@ -61,5 +58,4 @@ Read-Only:
|
||||
- `shared_with` (List of Number)
|
||||
- `status` (String)
|
||||
- `version` (String)
|
||||
- `worker_driver` (String)
|
||||
- `worker_image_id` (Number)
|
||||
|
||||
@@ -56,6 +56,7 @@ description: |-
|
||||
- `updated_by` (String)
|
||||
- `updated_time` (Number)
|
||||
- `vins_id` (Number)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
@@ -30,6 +30,7 @@ description: |-
|
||||
- `status` (String) Filter by status
|
||||
- `tech_status` (String) Filter by Tech Status
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `zone_id` (Number) Zone ID
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -80,6 +81,7 @@ Read-Only:
|
||||
- `updated_time` (Number)
|
||||
- `vins_id` (Number)
|
||||
- `workers_groups` (List of Object) (see [below for nested schema](#nestedobjatt--items--workers_groups))
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--service_account"></a>
|
||||
### Nested Schema for `items.service_account`
|
||||
|
||||
@@ -78,6 +78,7 @@ Read-Only:
|
||||
- `updated_time` (Number)
|
||||
- `vins_id` (Number)
|
||||
- `workers_groups` (List of Object) (see [below for nested schema](#nestedobjatt--items--workers_groups))
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--service_account"></a>
|
||||
### Nested Schema for `items.service_account`
|
||||
|
||||
@@ -36,6 +36,7 @@ description: |-
|
||||
- `auto_start_w_node` (Boolean)
|
||||
- `boot_disk_id` (Number)
|
||||
- `boot_disk_size` (Number)
|
||||
- `boot_image_id` (Number)
|
||||
- `boot_order` (List of String)
|
||||
- `boot_type` (String)
|
||||
- `cd_image_id` (Number)
|
||||
@@ -62,6 +63,8 @@ description: |-
|
||||
- `image_id` (Number)
|
||||
- `image_name` (String)
|
||||
- `interfaces` (List of Object) (see [below for nested schema](#nestedatt--interfaces))
|
||||
- `live_migration_job_id` (Number)
|
||||
- `loader_meta_iso` (List of Object) (see [below for nested schema](#nestedatt--loader_meta_iso))
|
||||
- `loader_type` (String)
|
||||
- `lock_status` (String)
|
||||
- `manager_id` (Number)
|
||||
@@ -79,10 +82,12 @@ description: |-
|
||||
- `numa_affinity` (String)
|
||||
- `numa_node_id` (Number)
|
||||
- `os_users` (List of Object) (see [below for nested schema](#nestedatt--os_users))
|
||||
- `os_version` (String)
|
||||
- `pci_devices` (List of Number)
|
||||
- `pinned` (Number)
|
||||
- `pool` (String)
|
||||
- `preferred_cpu` (List of Number)
|
||||
- `qemu_guest` (List of Object) (see [below for nested schema](#nestedatt--qemu_guest))
|
||||
- `ram` (Number)
|
||||
- `reference_id` (String)
|
||||
- `registered` (Boolean)
|
||||
@@ -107,6 +112,7 @@ description: |-
|
||||
- `virtual_image_id` (Number)
|
||||
- `virtual_image_name` (String)
|
||||
- `vnc_password` (String)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
@@ -122,7 +128,7 @@ Optional:
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `explicit` (String)
|
||||
- `explicit` (Boolean)
|
||||
- `guid` (String)
|
||||
- `right` (String)
|
||||
- `status` (String)
|
||||
@@ -165,10 +171,13 @@ Read-Only:
|
||||
- `boot_partition` (Number)
|
||||
- `bus_number` (Number)
|
||||
- `ckey` (String)
|
||||
- `created_by` (String)
|
||||
- `created_time` (Number)
|
||||
- `deleted_by` (String)
|
||||
- `deleted_time` (Number)
|
||||
- `desc` (String)
|
||||
- `destruction_time` (Number)
|
||||
- `devicename` (String)
|
||||
- `disk_id` (Number)
|
||||
- `disk_path` (String)
|
||||
- `gid` (Number)
|
||||
@@ -181,7 +190,6 @@ Read-Only:
|
||||
- `meta` (List of String)
|
||||
- `milestones` (Number)
|
||||
- `name` (String)
|
||||
- `order` (Number)
|
||||
- `params` (String)
|
||||
- `parent_id` (Number)
|
||||
- `passwd` (String)
|
||||
@@ -203,9 +211,11 @@ Read-Only:
|
||||
- `size_used` (Number)
|
||||
- `snapshots` (List of Object) (see [below for nested schema](#nestedobjatt--disks--snapshots))
|
||||
- `status` (String)
|
||||
- `storage_policy_id` (Number)
|
||||
- `tech_status` (String)
|
||||
- `to_clean` (Boolean)
|
||||
- `type` (String)
|
||||
- `vmid` (Number)
|
||||
- `updated_time` (Number)
|
||||
|
||||
<a id="nestedobjatt--disks--iotune"></a>
|
||||
### Nested Schema for `disks.iotune`
|
||||
@@ -263,6 +273,7 @@ Read-Only:
|
||||
- `conn_id` (Number)
|
||||
- `conn_type` (String)
|
||||
- `def_gw` (String)
|
||||
- `enable_secgroups` (Boolean)
|
||||
- `enabled` (Boolean)
|
||||
- `flip_group_id` (Number)
|
||||
- `guid` (String)
|
||||
@@ -278,7 +289,10 @@ Read-Only:
|
||||
- `node_id` (Number)
|
||||
- `pci_slot` (Number)
|
||||
- `qos` (List of Object) (see [below for nested schema](#nestedobjatt--interfaces--qos))
|
||||
- `sdn_interface_id` (String)
|
||||
- `security_groups` (List of Number)
|
||||
- `target` (String)
|
||||
- `trunk_tags` (String)
|
||||
- `type` (String)
|
||||
- `vnfs` (List of Number)
|
||||
|
||||
@@ -308,6 +322,15 @@ Read-Only:
|
||||
|
||||
|
||||
|
||||
<a id="nestedatt--loader_meta_iso"></a>
|
||||
### Nested Schema for `loader_meta_iso`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `device_name` (String)
|
||||
- `path` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--os_users"></a>
|
||||
### Nested Schema for `os_users`
|
||||
|
||||
@@ -319,6 +342,18 @@ Read-Only:
|
||||
- `public_key` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--qemu_guest"></a>
|
||||
### Nested Schema for `qemu_guest`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `enabled` (Boolean)
|
||||
- `enabled_agent_features` (List of String)
|
||||
- `guid` (String)
|
||||
- `last_update` (Number)
|
||||
- `user` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--snap_sets"></a>
|
||||
### Nested Schema for `snap_sets`
|
||||
|
||||
|
||||
@@ -21,10 +21,20 @@ description: |-
|
||||
|
||||
### Optional
|
||||
|
||||
- `call` (String)
|
||||
- `max_status_code` (Number)
|
||||
- `min_status_code` (Number)
|
||||
- `page` (Number)
|
||||
- `size` (Number)
|
||||
- `sort_by` (String)
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `timestamp_at` (Number)
|
||||
- `timestamp_to` (Number)
|
||||
- `user` (String)
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `entry_count` (Number)
|
||||
- `id` (String) The ID of this resource.
|
||||
- `items` (List of Object) (see [below for nested schema](#nestedatt--items))
|
||||
|
||||
|
||||
@@ -23,7 +23,6 @@ description: |-
|
||||
- `extnet_id` (Number) Find by Extnet ID
|
||||
- `extnet_name` (String) Find by Extnet name
|
||||
- `ignore_k8s` (Boolean) If set to true, ignores any VMs associated with any k8s cluster
|
||||
- `image_id` (Number) Find by image ID
|
||||
- `includedeleted` (Boolean)
|
||||
- `ip_address` (String) Find by IP address
|
||||
- `name` (String) Find by name
|
||||
@@ -37,6 +36,7 @@ description: |-
|
||||
- `status` (String) Find by status
|
||||
- `tech_status` (String) Find by tech status
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `zone_id` (Number) Zone ID
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -67,6 +67,7 @@ Read-Only:
|
||||
- `anti_affinity_rules` (List of Object) (see [below for nested schema](#nestedobjatt--items--anti_affinity_rules))
|
||||
- `arch` (String)
|
||||
- `auto_start_w_node` (Boolean)
|
||||
- `boot_image_id` (Number)
|
||||
- `boot_order` (List of String)
|
||||
- `boot_type` (String)
|
||||
- `bootdisk_size` (Number)
|
||||
@@ -93,6 +94,7 @@ Read-Only:
|
||||
- `hp_backed` (Boolean)
|
||||
- `image_id` (Number)
|
||||
- `interfaces` (List of Object) (see [below for nested schema](#nestedobjatt--items--interfaces))
|
||||
- `live_migration_job_id` (Number)
|
||||
- `loader_type` (String)
|
||||
- `lock_status` (String)
|
||||
- `manager_id` (Number)
|
||||
@@ -106,8 +108,10 @@ Read-Only:
|
||||
- `numa_affinity` (String)
|
||||
- `numa_node_id` (Number)
|
||||
- `os_users` (List of Object) (see [below for nested schema](#nestedobjatt--items--os_users))
|
||||
- `os_version` (String)
|
||||
- `pinned` (Number)
|
||||
- `preferred_cpu` (List of Number)
|
||||
- `qemu_guest` (List of Object) (see [below for nested schema](#nestedobjatt--items--qemu_guest))
|
||||
- `ram` (Number)
|
||||
- `reference_id` (String)
|
||||
- `registered` (Boolean)
|
||||
@@ -131,13 +135,14 @@ Read-Only:
|
||||
- `vgpus` (List of Number)
|
||||
- `vins_connected` (Number)
|
||||
- `virtual_image_id` (Number)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--acl"></a>
|
||||
### Nested Schema for `items.acl`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `explicit` (String)
|
||||
- `explicit` (Boolean)
|
||||
- `guid` (String)
|
||||
- `right` (String)
|
||||
- `status` (String)
|
||||
@@ -190,6 +195,7 @@ Read-Only:
|
||||
- `conn_id` (Number)
|
||||
- `conn_type` (String)
|
||||
- `def_gw` (String)
|
||||
- `enable_secgroups` (Boolean)
|
||||
- `enabled` (Boolean)
|
||||
- `flip_group_id` (Number)
|
||||
- `guid` (String)
|
||||
@@ -205,7 +211,10 @@ Read-Only:
|
||||
- `node_id` (Number)
|
||||
- `pci_slot` (Number)
|
||||
- `qos` (List of Object) (see [below for nested schema](#nestedobjatt--items--interfaces--qos))
|
||||
- `sdn_interface_id` (String)
|
||||
- `security_groups` (List of Number)
|
||||
- `target` (String)
|
||||
- `trunk_tags` (String)
|
||||
- `type` (String)
|
||||
- `vnfs` (List of Number)
|
||||
|
||||
@@ -246,6 +255,18 @@ Read-Only:
|
||||
- `public_key` (String)
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--qemu_guest"></a>
|
||||
### Nested Schema for `items.qemu_guest`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `enabled` (Boolean)
|
||||
- `enabled_agent_features` (List of String)
|
||||
- `guid` (String)
|
||||
- `last_update` (Number)
|
||||
- `user` (String)
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--snap_sets"></a>
|
||||
### Nested Schema for `items.snap_sets`
|
||||
|
||||
|
||||
@@ -61,6 +61,7 @@ Read-Only:
|
||||
- `anti_affinity_rules` (List of Object) (see [below for nested schema](#nestedobjatt--items--anti_affinity_rules))
|
||||
- `arch` (String)
|
||||
- `auto_start_w_node` (Boolean)
|
||||
- `boot_image_id` (Number)
|
||||
- `boot_order` (List of String)
|
||||
- `boot_type` (String)
|
||||
- `bootdisk_size` (Number)
|
||||
@@ -99,6 +100,7 @@ Read-Only:
|
||||
- `numa_affinity` (String)
|
||||
- `numa_node_id` (Number)
|
||||
- `os_users` (List of Object) (see [below for nested schema](#nestedobjatt--items--os_users))
|
||||
- `os_version` (String)
|
||||
- `pinned` (Number)
|
||||
- `preferred_cpu` (List of Number)
|
||||
- `ram` (Number)
|
||||
@@ -124,13 +126,14 @@ Read-Only:
|
||||
- `vgpus` (List of Number)
|
||||
- `vins_connected` (Number)
|
||||
- `virtual_image_id` (Number)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--acl"></a>
|
||||
### Nested Schema for `items.acl`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `explicit` (String)
|
||||
- `explicit` (Boolean)
|
||||
- `guid` (String)
|
||||
- `right` (String)
|
||||
- `status` (String)
|
||||
@@ -182,6 +185,7 @@ Read-Only:
|
||||
- `conn_id` (Number)
|
||||
- `conn_type` (String)
|
||||
- `def_gw` (String)
|
||||
- `enable_secgroups` (Boolean)
|
||||
- `enabled` (Boolean)
|
||||
- `flip_group_id` (Number)
|
||||
- `guid` (String)
|
||||
@@ -197,7 +201,10 @@ Read-Only:
|
||||
- `node_id` (Number)
|
||||
- `pci_slot` (Number)
|
||||
- `qos` (List of Object) (see [below for nested schema](#nestedobjatt--items--interfaces--qos))
|
||||
- `sdn_interface_id` (String)
|
||||
- `security_groups` (List of Number)
|
||||
- `target` (String)
|
||||
- `trunk_tags` (String)
|
||||
- `type` (String)
|
||||
- `vnfs` (List of Number)
|
||||
|
||||
|
||||
@@ -22,9 +22,11 @@ description: |-
|
||||
### Optional
|
||||
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `zone_id` (Number)
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `account_id` (Number)
|
||||
- `acl` (String)
|
||||
- `backend_haip` (String)
|
||||
- `backends` (List of Object) (see [below for nested schema](#nestedatt--backends))
|
||||
|
||||
@@ -30,6 +30,7 @@ description: |-
|
||||
- `status` (String) Filter by Status
|
||||
- `tech_status` (String) Filter by TechStatus
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `zone_id` (Number) Zone ID
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -83,6 +84,7 @@ Read-Only:
|
||||
- `updated_time` (Number)
|
||||
- `user_managed` (Boolean)
|
||||
- `vins_id` (Number)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--backends"></a>
|
||||
### Nested Schema for `items.backends`
|
||||
|
||||
@@ -81,6 +81,7 @@ Read-Only:
|
||||
- `updated_time` (Number)
|
||||
- `user_managed` (Boolean)
|
||||
- `vins_id` (Number)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--backends"></a>
|
||||
### Nested Schema for `items.backends`
|
||||
@@ -92,6 +93,7 @@ Read-Only:
|
||||
- `name` (String)
|
||||
- `server_default_settings` (List of Object) (see [below for nested schema](#nestedobjatt--items--backends--server_default_settings))
|
||||
- `servers` (List of Object) (see [below for nested schema](#nestedobjatt--items--backends--servers))
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--backends--server_default_settings"></a>
|
||||
### Nested Schema for `items.backends.server_default_settings`
|
||||
|
||||
@@ -49,6 +49,7 @@ description: |-
|
||||
- `to_maintenance` (List of Object) (see [below for nested schema](#nestedatt--to_maintenance))
|
||||
- `to_restricted` (List of Object) (see [below for nested schema](#nestedatt--to_restricted))
|
||||
- `version` (String)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
@@ -87,6 +88,7 @@ Read-Only:
|
||||
Read-Only:
|
||||
|
||||
- `ram` (Number)
|
||||
- `vcpu` (Number)
|
||||
|
||||
|
||||
<a id="nestedobjatt--consumption--reserved"></a>
|
||||
|
||||
@@ -80,6 +80,7 @@ Read-Only:
|
||||
- `release` (String)
|
||||
- `reserved_cpus` (List of String)
|
||||
- `roles` (List of String)
|
||||
- `sdn_hypervisor_name` (String)
|
||||
- `seps` (List of Number)
|
||||
- `serial_num` (String)
|
||||
- `sriov_enabled` (Boolean)
|
||||
@@ -89,6 +90,7 @@ Read-Only:
|
||||
- `type` (String)
|
||||
- `uefi_firmware_file` (String)
|
||||
- `version` (String)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--cpu_info"></a>
|
||||
### Nested Schema for `items.cpu_info`
|
||||
|
||||
@@ -48,8 +48,10 @@ description: |-
|
||||
- `name` (String)
|
||||
- `resource_limits` (List of Object) (see [below for nested schema](#nestedatt--resource_limits))
|
||||
- `resource_types` (List of String)
|
||||
- `sdn_access_group_id` (String)
|
||||
- `secret` (String)
|
||||
- `status` (String)
|
||||
- `storage_policy_ids` (List of Number)
|
||||
- `uniq_pools` (List of String)
|
||||
- `updated_by` (String)
|
||||
- `updated_time` (Number)
|
||||
@@ -89,3 +91,12 @@ Read-Only:
|
||||
- `cu_m` (Number)
|
||||
- `cu_np` (Number)
|
||||
- `gpu_units` (Number)
|
||||
- `storage_policy` (Set of Object) (see [below for nested schema](#nestedobjatt--resource_limits--storage_policy))
|
||||
|
||||
<a id="nestedobjatt--resource_limits--storage_policy"></a>
|
||||
### Nested Schema for `resource_limits.storage_policy`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `id` (Number)
|
||||
- `limit` (Number)
|
||||
|
||||
@@ -73,8 +73,10 @@ Read-Only:
|
||||
- `resource_limits` (List of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits))
|
||||
- `resource_types` (List of String)
|
||||
- `rg_id` (Number)
|
||||
- `sdn_access_group_id` (String)
|
||||
- `secret` (String)
|
||||
- `status` (String)
|
||||
- `storage_policy_ids` (List of Number)
|
||||
- `uniq_pools` (List of String)
|
||||
- `updated_by` (String)
|
||||
- `updated_time` (Number)
|
||||
@@ -106,3 +108,12 @@ Read-Only:
|
||||
- `cu_m` (Number)
|
||||
- `cu_np` (Number)
|
||||
- `gpu_units` (Number)
|
||||
- `storage_policy` (Set of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits--storage_policy))
|
||||
|
||||
<a id="nestedobjatt--items--resource_limits--storage_policy"></a>
|
||||
### Nested Schema for `items.resource_limits.storage_policy`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `id` (Number)
|
||||
- `limit` (Number)
|
||||
|
||||
@@ -71,8 +71,10 @@ Read-Only:
|
||||
- `resource_limits` (List of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits))
|
||||
- `resource_types` (List of String)
|
||||
- `rg_id` (Number)
|
||||
- `sdn_access_group_id` (String)
|
||||
- `secret` (String)
|
||||
- `status` (String)
|
||||
- `storage_policy_ids` (List of Number)
|
||||
- `uniq_pools` (List of String)
|
||||
- `updated_by` (String)
|
||||
- `updated_time` (Number)
|
||||
@@ -104,3 +106,12 @@ Read-Only:
|
||||
- `cu_m` (Number)
|
||||
- `cu_np` (Number)
|
||||
- `gpu_units` (Number)
|
||||
- `storage_policy` (Set of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits--storage_policy))
|
||||
|
||||
<a id="nestedobjatt--items--resource_limits--storage_policy"></a>
|
||||
### Nested Schema for `items.resource_limits.storage_policy`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `id` (Number)
|
||||
- `limit` (Number)
|
||||
|
||||
58
docs/data-sources/cb_security_group.md
Normal file
58
docs/data-sources/cb_security_group.md
Normal file
@@ -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)
|
||||
74
docs/data-sources/cb_security_group_list.md
Normal file
74
docs/data-sources/cb_security_group_list.md
Normal file
@@ -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)
|
||||
61
docs/data-sources/cb_storage_policy.md
Normal file
61
docs/data-sources/cb_storage_policy.md
Normal file
@@ -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)
|
||||
79
docs/data-sources/cb_storage_policy_list.md
Normal file
79
docs/data-sources/cb_storage_policy_list.md
Normal file
@@ -0,0 +1,79 @@
|
||||
---
|
||||
# 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)
|
||||
- `sep_name` (String)
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--usage"></a>
|
||||
### Nested Schema for `items.usage`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `accounts` (List of Number)
|
||||
- `resgroups` (List of Number)
|
||||
51
docs/data-sources/cb_trunk.md
Normal file
51
docs/data-sources/cb_trunk.md
Normal file
@@ -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)
|
||||
64
docs/data-sources/cb_trunk_list.md
Normal file
64
docs/data-sources/cb_trunk_list.md
Normal file
@@ -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)
|
||||
@@ -29,6 +29,7 @@ description: |-
|
||||
- `api_access` (Map of String) api_access
|
||||
- `authkey` (String) authkey
|
||||
- `authkeys` (List of String) authkeys
|
||||
- `blocked` (Boolean) is the user blocked
|
||||
- `ckey` (String) ckey
|
||||
- `data` (String) data
|
||||
- `description` (String) description
|
||||
|
||||
@@ -19,6 +19,7 @@ description: |-
|
||||
|
||||
- `active` (Boolean) find by active. True or False
|
||||
- `by_id` (String) find by id
|
||||
- `email` (String) find by email
|
||||
- `page` (Number) Page number
|
||||
- `service_account` (Boolean) find by service account. True or False
|
||||
- `size` (Number) Page size
|
||||
@@ -49,6 +50,7 @@ Read-Only:
|
||||
- `apiaccess` (Map of String)
|
||||
- `authkey` (String)
|
||||
- `authkeys` (List of String)
|
||||
- `blocked` (Boolean)
|
||||
- `ckey` (String)
|
||||
- `data` (String)
|
||||
- `description` (String)
|
||||
|
||||
@@ -56,6 +56,7 @@ description: |-
|
||||
- `vnf_dev` (List of Object) vnf dev (see [below for nested schema](#nestedatt--vnf_dev))
|
||||
- `vnfs` (List of Object) vnfs (see [below for nested schema](#nestedatt--vnfs))
|
||||
- `vxlan_id` (Number) vxlan id
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
@@ -93,6 +94,7 @@ Read-Only:
|
||||
- `guid` (Number)
|
||||
- `id` (Number)
|
||||
- `interfaces` (List of Object) (see [below for nested schema](#nestedobjatt--vnf_dev--interfaces))
|
||||
- `live_migration_job_id` (Number)
|
||||
- `lock_status` (String)
|
||||
- `meta` (List of String)
|
||||
- `milestones` (Number)
|
||||
@@ -102,6 +104,7 @@ Read-Only:
|
||||
- `type` (String)
|
||||
- `vins` (List of Number)
|
||||
- `vnc_password` (String)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--vnf_dev--config"></a>
|
||||
### Nested Schema for `vnf_dev.config`
|
||||
@@ -143,6 +146,7 @@ Read-Only:
|
||||
- `conn_id` (Number)
|
||||
- `conn_type` (String)
|
||||
- `def_gw` (String)
|
||||
- `enable_secgroups` (Boolean)
|
||||
- `enabled` (Boolean)
|
||||
- `flipgroup_id` (Number)
|
||||
- `guid` (String)
|
||||
@@ -158,6 +162,8 @@ Read-Only:
|
||||
- `node_id` (Number)
|
||||
- `pci_slot` (Number)
|
||||
- `qos` (List of Object) (see [below for nested schema](#nestedobjatt--vnf_dev--interfaces--qos))
|
||||
- `sdn_interface_id` (String)
|
||||
- `security_groups` (List of Number)
|
||||
- `target` (String)
|
||||
- `type` (String)
|
||||
- `vnfs` (List of Number)
|
||||
@@ -221,6 +227,7 @@ Read-Only:
|
||||
- `status` (String)
|
||||
- `tech_status` (String)
|
||||
- `type` (String)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--vnfs--dhcp--config"></a>
|
||||
### Nested Schema for `vnfs.dhcp.config`
|
||||
@@ -304,6 +311,7 @@ Read-Only:
|
||||
- `status` (String)
|
||||
- `tech_status` (String)
|
||||
- `type` (String)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--vnfs--gw--config"></a>
|
||||
### Nested Schema for `vnfs.gw.config`
|
||||
@@ -383,6 +391,7 @@ Read-Only:
|
||||
- `status` (String)
|
||||
- `tech_status` (String)
|
||||
- `type` (String)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--vnfs--nat--config"></a>
|
||||
### Nested Schema for `vnfs.nat.config`
|
||||
|
||||
@@ -19,7 +19,6 @@ description: |-
|
||||
|
||||
- `account_id` (Number) Find by account id
|
||||
- `by_id` (Number) Find by id
|
||||
- `entry_count` (Number) entry count
|
||||
- `ext_ip` (String) Find by ext ip
|
||||
- `include_deleted` (Boolean) include deleted computes
|
||||
- `name` (String) Name
|
||||
@@ -30,9 +29,11 @@ description: |-
|
||||
- `status` (String) sort by status
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `vnfdev_id` (Number) find by VNF Device id
|
||||
- `zone_id` (Number) Zone ID
|
||||
|
||||
### 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))
|
||||
|
||||
@@ -59,6 +60,7 @@ Read-Only:
|
||||
- `deleted_by` (String)
|
||||
- `deleted_time` (Number)
|
||||
- `description` (String)
|
||||
- `enable_secgroups` (Boolean)
|
||||
- `external_ip` (String)
|
||||
- `extnet_id` (Number)
|
||||
- `free_ips` (Number)
|
||||
@@ -84,6 +86,7 @@ Read-Only:
|
||||
- `vins_id` (Number)
|
||||
- `vnfs` (List of Object) (see [below for nested schema](#nestedobjatt--items--vnfs))
|
||||
- `vxlan_id` (Number)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--default_qos"></a>
|
||||
### Nested Schema for `items.default_qos`
|
||||
|
||||
@@ -80,6 +80,7 @@ Read-Only:
|
||||
- `vins_id` (Number)
|
||||
- `vnfs` (List of Object) (see [below for nested schema](#nestedobjatt--items--vnfs))
|
||||
- `vxlan_id` (Number)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--default_qos"></a>
|
||||
### Nested Schema for `items.default_qos`
|
||||
|
||||
52
docs/data-sources/cb_zone.md
Normal file
52
docs/data-sources/cb_zone.md
Normal file
@@ -0,0 +1,52 @@
|
||||
---
|
||||
# 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)
|
||||
61
docs/data-sources/cb_zone_list.md
Normal file
61
docs/data-sources/cb_zone_list.md
Normal file
@@ -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)
|
||||
@@ -40,7 +40,7 @@ description: |-
|
||||
- `gid` (Number) ID of the grid (platform)
|
||||
- `id` (String) The ID of this resource.
|
||||
- `image_id` (Number) Image ID
|
||||
- `images` (List of String) IDs of images using the disk
|
||||
- `images` (List of Number) IDs of images using the disk
|
||||
- `iotune` (List of Object) (see [below for nested schema](#nestedatt--iotune))
|
||||
- `machine_id` (Number)
|
||||
- `machine_name` (String)
|
||||
@@ -64,7 +64,9 @@ description: |-
|
||||
- `size_used` (Number) Number of used space, in GB
|
||||
- `snapshots` (List of Object) (see [below for nested schema](#nestedatt--snapshots))
|
||||
- `status` (String) Disk status
|
||||
- `storage_policy_id` (Number) Storage policy ID
|
||||
- `tech_status` (String) Technical status of the disk
|
||||
- `to_clean` (Boolean)
|
||||
- `type` (String) The type of disk in terms of its role in compute: 'B=Boot, D=Data, T=Temp'
|
||||
- `updated_by` (String)
|
||||
- `updated_time` (Number)
|
||||
|
||||
@@ -29,6 +29,7 @@ description: |-
|
||||
- `size` (Number) Page size
|
||||
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
||||
- `status` (String) Find by status
|
||||
- `storage_policy_id` (Number) storage policy ID
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `type` (String) type of the disks
|
||||
|
||||
@@ -67,7 +68,7 @@ Read-Only:
|
||||
- `disk_name` (String)
|
||||
- `gid` (Number)
|
||||
- `image_id` (Number)
|
||||
- `images` (List of String)
|
||||
- `images` (List of Number)
|
||||
- `iotune` (List of Object) (see [below for nested schema](#nestedobjatt--items--iotune))
|
||||
- `machine_id` (Number)
|
||||
- `machine_name` (String)
|
||||
@@ -91,7 +92,9 @@ Read-Only:
|
||||
- `size_used` (Number)
|
||||
- `snapshots` (List of Object) (see [below for nested schema](#nestedobjatt--items--snapshots))
|
||||
- `status` (String)
|
||||
- `storage_policy_id` (Number)
|
||||
- `tech_status` (String)
|
||||
- `to_clean` (Boolean)
|
||||
- `type` (String)
|
||||
- `updated_by` (String)
|
||||
- `updated_time` (Number)
|
||||
|
||||
@@ -64,7 +64,7 @@ Read-Only:
|
||||
- `disk_name` (String)
|
||||
- `gid` (Number)
|
||||
- `image_id` (Number)
|
||||
- `images` (List of String)
|
||||
- `images` (List of Number)
|
||||
- `iotune` (List of Object) (see [below for nested schema](#nestedobjatt--items--iotune))
|
||||
- `machine_id` (Number)
|
||||
- `machine_name` (String)
|
||||
@@ -88,7 +88,9 @@ Read-Only:
|
||||
- `size_used` (Number)
|
||||
- `snapshots` (List of Object) (see [below for nested schema](#nestedobjatt--items--snapshots))
|
||||
- `status` (String)
|
||||
- `storage_policy_id` (Number)
|
||||
- `tech_status` (String)
|
||||
- `to_clean` (Boolean)
|
||||
- `type` (String)
|
||||
- `updated_by` (String)
|
||||
- `updated_time` (Number)
|
||||
|
||||
@@ -27,6 +27,7 @@ description: |-
|
||||
- `size` (Number) Page size
|
||||
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
||||
- `status` (String) Find by status
|
||||
- `storage_policy_id` (Number) storage policy ID
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `type` (String) type of the disks
|
||||
|
||||
@@ -66,7 +67,7 @@ Read-Only:
|
||||
- `gid` (Number)
|
||||
- `guid` (Number)
|
||||
- `image_id` (Number)
|
||||
- `images` (List of String)
|
||||
- `images` (List of Number)
|
||||
- `iotune` (List of Object) (see [below for nested schema](#nestedobjatt--items--iotune))
|
||||
- `iqn` (String)
|
||||
- `login` (String)
|
||||
|
||||
@@ -39,7 +39,7 @@ description: |-
|
||||
- `gid` (Number) ID of the grid (platform)
|
||||
- `id` (String) The ID of this resource.
|
||||
- `image_id` (Number) Image ID
|
||||
- `images` (List of String) IDs of images using the disk
|
||||
- `images` (List of Number) IDs of images using the disk
|
||||
- `iotune` (List of Object) (see [below for nested schema](#nestedatt--iotune))
|
||||
- `order` (Number) Disk order
|
||||
- `params` (String) Disk params
|
||||
|
||||
@@ -40,18 +40,23 @@ description: |-
|
||||
- `ipcidr` (String)
|
||||
- `meta` (List of String) meta
|
||||
- `milestones` (Number)
|
||||
- `mtu` (Number)
|
||||
- `net_name` (String)
|
||||
- `network` (String)
|
||||
- `network_id` (Number)
|
||||
- `network_ids` (List of Object) (see [below for nested schema](#nestedatt--network_ids))
|
||||
- `ntp` (List of String)
|
||||
- `pre_reservations` (List of Object) (see [below for nested schema](#nestedatt--pre_reservations))
|
||||
- `pre_reservations_num` (Number)
|
||||
- `prefix` (Number)
|
||||
- `pri_vnf_dev_id` (Number)
|
||||
- `redundant` (Boolean)
|
||||
- `reservations` (List of Object) (see [below for nested schema](#nestedatt--reservations))
|
||||
- `sec_vnfdev_id` (Number)
|
||||
- `shared_with` (List of Number)
|
||||
- `status` (String)
|
||||
- `vlan_id` (Number)
|
||||
- `vnfs` (List of Object) (see [below for nested schema](#nestedatt--vnfs))
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
@@ -86,6 +91,31 @@ Read-Only:
|
||||
- `vm_id` (Number)
|
||||
|
||||
|
||||
<a id="nestedatt--network_ids"></a>
|
||||
### Nested Schema for `network_ids`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `primary` (Number)
|
||||
- `secondary` (Number)
|
||||
|
||||
|
||||
<a id="nestedatt--pre_reservations"></a>
|
||||
### Nested Schema for `pre_reservations`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `account_id` (Number)
|
||||
- `client_type` (String)
|
||||
- `desc` (String)
|
||||
- `domain_name` (String)
|
||||
- `hostname` (String)
|
||||
- `ip` (String)
|
||||
- `mac` (String)
|
||||
- `type` (String)
|
||||
- `vm_id` (Number)
|
||||
|
||||
|
||||
<a id="nestedatt--reservations"></a>
|
||||
### Nested Schema for `reservations`
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@ description: |-
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `vlan_id` (Number) Find by VLAN ID
|
||||
- `vnfdev_id` (Number) Find by VnfDEV ID
|
||||
- `zone_id` (Number) Zone ID
|
||||
|
||||
### Read-Only
|
||||
|
||||
|
||||
@@ -60,7 +60,9 @@ description: |-
|
||||
- `size` (Number)
|
||||
- `snapshot_id` (String)
|
||||
- `status` (String)
|
||||
- `storage_policy_id` (Number)
|
||||
- `tech_status` (String)
|
||||
- `to_clean` (Boolean)
|
||||
- `type` (String)
|
||||
- `unc_path` (String)
|
||||
- `username` (String)
|
||||
|
||||
@@ -32,6 +32,7 @@ description: |-
|
||||
- `size` (Number) page size
|
||||
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
||||
- `status` (String) Filter by status
|
||||
- `storage_policy_id` (Number)
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `type_image` (String) Filter by image type
|
||||
|
||||
@@ -71,6 +72,7 @@ Read-Only:
|
||||
- `sep_id` (Number)
|
||||
- `size` (Number)
|
||||
- `status` (String)
|
||||
- `storage_policy_id` (Number)
|
||||
- `type` (String)
|
||||
- `username` (String)
|
||||
- `virtual` (Boolean)
|
||||
|
||||
@@ -52,6 +52,7 @@ description: |-
|
||||
- `updated_time` (Number)
|
||||
- `vins_id` (Number)
|
||||
- `workers` (List of Object) (see [below for nested schema](#nestedatt--workers))
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
@@ -30,6 +30,7 @@ description: |-
|
||||
- `status` (String) Filter by status
|
||||
- `tech_status` (String) Filter by tech. status
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `zone_id` (Number) Zone ID
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -79,6 +80,7 @@ Read-Only:
|
||||
- `updated_time` (Number)
|
||||
- `vins_id` (Number)
|
||||
- `workers_groups` (List of Object) (see [below for nested schema](#nestedobjatt--items--workers_groups))
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--service_account"></a>
|
||||
### Nested Schema for `items.service_account`
|
||||
|
||||
@@ -28,6 +28,7 @@ description: |-
|
||||
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
||||
- `tech_status` (String) Filter by tech. status
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `zone_id` (Number) Zone ID
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -77,6 +78,7 @@ Read-Only:
|
||||
- `updated_time` (Number)
|
||||
- `vins_id` (Number)
|
||||
- `workers_groups` (List of Object) (see [below for nested schema](#nestedobjatt--items--workers_groups))
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--service_account"></a>
|
||||
### Nested Schema for `items.service_account`
|
||||
|
||||
@@ -34,6 +34,7 @@ description: |-
|
||||
- `anti_affinity_rules` (List of Object) (see [below for nested schema](#nestedatt--anti_affinity_rules))
|
||||
- `arch` (String)
|
||||
- `auto_start_w_node` (Boolean)
|
||||
- `boot_image_id` (Number)
|
||||
- `boot_order` (List of String)
|
||||
- `boot_type` (String)
|
||||
- `bootdisk_size` (Number)
|
||||
@@ -60,6 +61,8 @@ description: |-
|
||||
- `id` (String) The ID of this resource.
|
||||
- `image_id` (Number)
|
||||
- `interfaces` (List of Object) (see [below for nested schema](#nestedatt--interfaces))
|
||||
- `live_migration_job_id` (Number)
|
||||
- `loader_meta_iso` (List of Object) (see [below for nested schema](#nestedatt--loader_meta_iso))
|
||||
- `loader_type` (String)
|
||||
- `lock_status` (String)
|
||||
- `manager_id` (Number)
|
||||
@@ -77,9 +80,11 @@ description: |-
|
||||
- `numa_affinity` (String)
|
||||
- `numa_node_id` (Number)
|
||||
- `os_users` (List of Object) (see [below for nested schema](#nestedatt--os_users))
|
||||
- `os_version` (String)
|
||||
- `pci_devices` (List of Number)
|
||||
- `pinned` (Boolean)
|
||||
- `preferred_cpu` (List of Number)
|
||||
- `qemu_guest` (List of Object) (see [below for nested schema](#nestedatt--qemu_guest))
|
||||
- `ram` (Number)
|
||||
- `reference_id` (String)
|
||||
- `registered` (Boolean)
|
||||
@@ -101,6 +106,7 @@ description: |-
|
||||
- `virtual_image_id` (Number)
|
||||
- `virtual_image_name` (String)
|
||||
- `vnc_password` (String)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
@@ -196,10 +202,13 @@ Read-Only:
|
||||
- `acl` (String)
|
||||
- `boot_partition` (Number)
|
||||
- `bus_number` (Number)
|
||||
- `created_by` (String)
|
||||
- `created_time` (Number)
|
||||
- `deleted_by` (String)
|
||||
- `deleted_time` (Number)
|
||||
- `description` (String)
|
||||
- `destruction_time` (Number)
|
||||
- `devicename` (String)
|
||||
- `disk_id` (Number)
|
||||
- `disk_path` (String)
|
||||
- `gid` (Number)
|
||||
@@ -212,7 +221,6 @@ Read-Only:
|
||||
- `login` (String)
|
||||
- `milestones` (Number)
|
||||
- `name` (String)
|
||||
- `order` (Number)
|
||||
- `params` (String)
|
||||
- `parent_id` (Number)
|
||||
- `passwd` (String)
|
||||
@@ -231,9 +239,11 @@ Read-Only:
|
||||
- `size_used` (Number)
|
||||
- `snapshots` (List of Object) (see [below for nested schema](#nestedobjatt--disks--snapshots))
|
||||
- `status` (String)
|
||||
- `storage_policy_id` (Number)
|
||||
- `tech_status` (String)
|
||||
- `to_clean` (Boolean)
|
||||
- `type` (String)
|
||||
- `vmid` (Number)
|
||||
- `updated_time` (Number)
|
||||
|
||||
<a id="nestedobjatt--disks--iotune"></a>
|
||||
### Nested Schema for `disks.iotune`
|
||||
@@ -292,6 +302,7 @@ Read-Only:
|
||||
- `conn_id` (Number)
|
||||
- `conn_type` (String)
|
||||
- `def_gw` (String)
|
||||
- `enable_secgroups` (Boolean)
|
||||
- `enabled` (Boolean)
|
||||
- `flip_group_id` (Number)
|
||||
- `guid` (String)
|
||||
@@ -307,7 +318,10 @@ Read-Only:
|
||||
- `node_id` (Number)
|
||||
- `pci_slot` (Number)
|
||||
- `qos` (List of Object) (see [below for nested schema](#nestedobjatt--interfaces--qos))
|
||||
- `sdn_interface_id` (String)
|
||||
- `security_groups` (List of Number)
|
||||
- `target` (String)
|
||||
- `trunk_tags` (String)
|
||||
- `type` (String)
|
||||
- `vnfs` (List of Number)
|
||||
|
||||
@@ -337,6 +351,15 @@ Read-Only:
|
||||
|
||||
|
||||
|
||||
<a id="nestedatt--loader_meta_iso"></a>
|
||||
### Nested Schema for `loader_meta_iso`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `device_name` (String)
|
||||
- `path` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--os_users"></a>
|
||||
### Nested Schema for `os_users`
|
||||
|
||||
@@ -348,6 +371,18 @@ Read-Only:
|
||||
- `public_key` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--qemu_guest"></a>
|
||||
### Nested Schema for `qemu_guest`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `enabled` (Boolean)
|
||||
- `enabled_agent_features` (List of String)
|
||||
- `guid` (String)
|
||||
- `last_update` (Number)
|
||||
- `user` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--snap_sets"></a>
|
||||
### Nested Schema for `snap_sets`
|
||||
|
||||
|
||||
@@ -21,10 +21,20 @@ description: |-
|
||||
|
||||
### Optional
|
||||
|
||||
- `call` (String)
|
||||
- `max_status_code` (Number)
|
||||
- `min_status_code` (Number)
|
||||
- `page` (Number)
|
||||
- `size` (Number)
|
||||
- `sort_by` (String)
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `timestamp_at` (Number)
|
||||
- `timestamp_to` (Number)
|
||||
- `user` (String)
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `entry_count` (Number)
|
||||
- `id` (String) The ID of this resource.
|
||||
- `items` (List of Object) (see [below for nested schema](#nestedatt--items))
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@ description: |-
|
||||
- `status` (String) Find by status
|
||||
- `tech_status` (String) Find by tech status
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `zone_id` (Number) Zone ID
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -63,6 +64,7 @@ Read-Only:
|
||||
- `anti_affinity_rules` (List of Object) (see [below for nested schema](#nestedobjatt--items--anti_affinity_rules))
|
||||
- `arch` (String)
|
||||
- `auto_start_w_node` (Boolean)
|
||||
- `boot_image_id` (Number)
|
||||
- `boot_order` (List of String)
|
||||
- `boot_type` (String)
|
||||
- `bootdisk_size` (Number)
|
||||
@@ -89,6 +91,7 @@ Read-Only:
|
||||
- `hp_backed` (Boolean)
|
||||
- `image_id` (Number)
|
||||
- `interfaces` (List of Object) (see [below for nested schema](#nestedobjatt--items--interfaces))
|
||||
- `live_migration_job_id` (Number)
|
||||
- `loader_type` (String)
|
||||
- `lock_status` (String)
|
||||
- `manager_id` (Number)
|
||||
@@ -100,8 +103,10 @@ Read-Only:
|
||||
- `network_interface_naming` (String)
|
||||
- `numa_affinity` (String)
|
||||
- `numa_node_id` (Number)
|
||||
- `os_version` (String)
|
||||
- `pinned` (Boolean)
|
||||
- `preferred_cpu` (List of Number)
|
||||
- `qemu_guest` (List of Object) (see [below for nested schema](#nestedobjatt--items--qemu_guest))
|
||||
- `ram` (Number)
|
||||
- `reference_id` (String)
|
||||
- `registered` (Boolean)
|
||||
@@ -122,6 +127,7 @@ Read-Only:
|
||||
- `vgpus` (List of Number)
|
||||
- `vins_connected` (Number)
|
||||
- `virtual_image_id` (Number)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--acl"></a>
|
||||
### Nested Schema for `items.acl`
|
||||
@@ -181,6 +187,7 @@ Read-Only:
|
||||
- `conn_id` (Number)
|
||||
- `conn_type` (String)
|
||||
- `def_gw` (String)
|
||||
- `enable_secgroups` (Boolean)
|
||||
- `enabled` (Boolean)
|
||||
- `flip_group_id` (Number)
|
||||
- `guid` (String)
|
||||
@@ -196,7 +203,10 @@ Read-Only:
|
||||
- `node_id` (Number)
|
||||
- `pci_slot` (Number)
|
||||
- `qos` (List of Object) (see [below for nested schema](#nestedobjatt--items--interfaces--qos))
|
||||
- `sdn_interface_id` (String)
|
||||
- `security_groups` (List of Number)
|
||||
- `target` (String)
|
||||
- `trunk_tags` (String)
|
||||
- `type` (String)
|
||||
- `vnfs` (List of Number)
|
||||
|
||||
@@ -226,6 +236,18 @@ Read-Only:
|
||||
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--qemu_guest"></a>
|
||||
### Nested Schema for `items.qemu_guest`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `enabled` (Boolean)
|
||||
- `enabled_agent_features` (List of String)
|
||||
- `guid` (String)
|
||||
- `last_update` (Number)
|
||||
- `user` (String)
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--snap_sets"></a>
|
||||
### Nested Schema for `items.snap_sets`
|
||||
|
||||
|
||||
@@ -61,6 +61,7 @@ Read-Only:
|
||||
- `anti_affinity_rules` (List of Object) (see [below for nested schema](#nestedobjatt--items--anti_affinity_rules))
|
||||
- `arch` (String)
|
||||
- `auto_start_w_node` (Boolean)
|
||||
- `boot_image_id` (Number)
|
||||
- `boot_order` (List of String)
|
||||
- `boot_type` (String)
|
||||
- `bootdisk_size` (Number)
|
||||
@@ -87,6 +88,7 @@ Read-Only:
|
||||
- `hp_backed` (Boolean)
|
||||
- `image_id` (Number)
|
||||
- `interfaces` (List of Object) (see [below for nested schema](#nestedobjatt--items--interfaces))
|
||||
- `live_migration_job_id` (Number)
|
||||
- `loader_type` (String)
|
||||
- `lock_status` (String)
|
||||
- `manager_id` (Number)
|
||||
@@ -98,8 +100,10 @@ Read-Only:
|
||||
- `network_interface_naming` (String)
|
||||
- `numa_affinity` (String)
|
||||
- `numa_node_id` (Number)
|
||||
- `os_version` (String)
|
||||
- `pinned` (Boolean)
|
||||
- `preferred_cpu` (List of Number)
|
||||
- `qemu_guest` (List of Object) (see [below for nested schema](#nestedobjatt--items--qemu_guest))
|
||||
- `ram` (Number)
|
||||
- `reference_id` (String)
|
||||
- `registered` (Boolean)
|
||||
@@ -120,6 +124,7 @@ Read-Only:
|
||||
- `vgpus` (List of Number)
|
||||
- `vins_connected` (Number)
|
||||
- `virtual_image_id` (Number)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--acl"></a>
|
||||
### Nested Schema for `items.acl`
|
||||
@@ -179,6 +184,7 @@ Read-Only:
|
||||
- `conn_id` (Number)
|
||||
- `conn_type` (String)
|
||||
- `def_gw` (String)
|
||||
- `enable_secgroups` (Boolean)
|
||||
- `enabled` (Boolean)
|
||||
- `flip_group_id` (Number)
|
||||
- `guid` (String)
|
||||
@@ -194,7 +200,10 @@ Read-Only:
|
||||
- `node_id` (Number)
|
||||
- `pci_slot` (Number)
|
||||
- `qos` (List of Object) (see [below for nested schema](#nestedobjatt--items--interfaces--qos))
|
||||
- `sdn_interface_id` (String)
|
||||
- `security_groups` (List of Number)
|
||||
- `target` (String)
|
||||
- `trunk_tags` (String)
|
||||
- `type` (String)
|
||||
- `vnfs` (List of Number)
|
||||
|
||||
@@ -224,6 +233,18 @@ Read-Only:
|
||||
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--qemu_guest"></a>
|
||||
### Nested Schema for `items.qemu_guest`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `enabled` (Boolean)
|
||||
- `enabled_agent_features` (List of String)
|
||||
- `guid` (String)
|
||||
- `last_update` (Number)
|
||||
- `user` (String)
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--snap_sets"></a>
|
||||
### Nested Schema for `items.snap_sets`
|
||||
|
||||
|
||||
@@ -22,9 +22,11 @@ description: |-
|
||||
### Optional
|
||||
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `zone_id` (Number)
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `account_id` (Number)
|
||||
- `backend_haip` (String)
|
||||
- `backends` (List of Object) (see [below for nested schema](#nestedatt--backends))
|
||||
- `created_by` (String)
|
||||
|
||||
@@ -30,6 +30,7 @@ description: |-
|
||||
- `status` (String) Filter by Status
|
||||
- `tech_status` (String) Filter by TechStatus
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `zone_id` (Number) Zone ID
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -51,6 +52,7 @@ Optional:
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `account_id` (Number)
|
||||
- `backend_haip` (String)
|
||||
- `backends` (List of Object) (see [below for nested schema](#nestedobjatt--items--backends))
|
||||
- `created_by` (String)
|
||||
@@ -83,6 +85,7 @@ Read-Only:
|
||||
- `updated_time` (Number)
|
||||
- `user_managed` (Boolean)
|
||||
- `vins_id` (Number)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--backends"></a>
|
||||
### Nested Schema for `items.backends`
|
||||
|
||||
@@ -49,6 +49,7 @@ Optional:
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `account_id` (Number)
|
||||
- `backend_haip` (String)
|
||||
- `backends` (List of Object) (see [below for nested schema](#nestedobjatt--items--backends))
|
||||
- `created_by` (String)
|
||||
@@ -81,6 +82,7 @@ Read-Only:
|
||||
- `updated_time` (Number)
|
||||
- `user_managed` (Boolean)
|
||||
- `vins_id` (Number)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedobjatt--items--backends"></a>
|
||||
### Nested Schema for `items.backends`
|
||||
|
||||
@@ -55,4 +55,5 @@ Read-Only:
|
||||
- `location_code` (String)
|
||||
- `meta` (List of String)
|
||||
- `name` (String)
|
||||
- `network_modes` (List of String)
|
||||
- `sdn_support` (Boolean)
|
||||
|
||||
@@ -48,8 +48,10 @@ description: |-
|
||||
- `name` (String)
|
||||
- `res_types` (List of String)
|
||||
- `resource_limits` (List of Object) (see [below for nested schema](#nestedatt--resource_limits))
|
||||
- `sdn_access_group_id` (String)
|
||||
- `secret` (String)
|
||||
- `status` (String)
|
||||
- `storage_policy_ids` (List of Number)
|
||||
- `uniq_pools` (List of String)
|
||||
- `updated_by` (String)
|
||||
- `updated_time` (Number)
|
||||
@@ -89,3 +91,12 @@ Read-Only:
|
||||
- `cu_m` (Number)
|
||||
- `cu_np` (Number)
|
||||
- `gpu_units` (Number)
|
||||
- `storage_policy` (Set of Object) (see [below for nested schema](#nestedobjatt--resource_limits--storage_policy))
|
||||
|
||||
<a id="nestedobjatt--resource_limits--storage_policy"></a>
|
||||
### Nested Schema for `resource_limits.storage_policy`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `id` (Number)
|
||||
- `limit` (Number)
|
||||
|
||||
@@ -73,8 +73,10 @@ Read-Only:
|
||||
- `resource_limits` (List of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits))
|
||||
- `resource_types` (List of String)
|
||||
- `rg_id` (Number)
|
||||
- `sdn_access_group_id` (String)
|
||||
- `secret` (String)
|
||||
- `status` (String)
|
||||
- `storage_policy_ids` (List of Number)
|
||||
- `uniq_pools` (List of String)
|
||||
- `updated_by` (String)
|
||||
- `updated_time` (Number)
|
||||
@@ -106,3 +108,12 @@ Read-Only:
|
||||
- `cu_m` (Number)
|
||||
- `cu_np` (Number)
|
||||
- `gpu_units` (Number)
|
||||
- `storage_policy` (Set of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits--storage_policy))
|
||||
|
||||
<a id="nestedobjatt--items--resource_limits--storage_policy"></a>
|
||||
### Nested Schema for `items.resource_limits.storage_policy`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `id` (Number)
|
||||
- `limit` (Number)
|
||||
|
||||
@@ -71,8 +71,10 @@ Read-Only:
|
||||
- `resource_limits` (List of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits))
|
||||
- `resource_types` (List of String)
|
||||
- `rg_id` (Number)
|
||||
- `sdn_access_group_id` (String)
|
||||
- `secret` (String)
|
||||
- `status` (String)
|
||||
- `storage_policy_ids` (List of Number)
|
||||
- `uniq_pools` (List of String)
|
||||
- `updated_by` (String)
|
||||
- `updated_time` (Number)
|
||||
@@ -104,3 +106,12 @@ Read-Only:
|
||||
- `cu_m` (Number)
|
||||
- `cu_np` (Number)
|
||||
- `gpu_units` (Number)
|
||||
- `storage_policy` (Set of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits--storage_policy))
|
||||
|
||||
<a id="nestedobjatt--items--resource_limits--storage_policy"></a>
|
||||
### Nested Schema for `items.resource_limits.storage_policy`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `id` (Number)
|
||||
- `limit` (Number)
|
||||
|
||||
50
docs/data-sources/sdn_access_group.md
Normal file
50
docs/data-sources/sdn_access_group.md
Normal file
@@ -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)
|
||||
78
docs/data-sources/sdn_access_group_list.md
Normal file
78
docs/data-sources/sdn_access_group_list.md
Normal file
@@ -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)
|
||||
63
docs/data-sources/sdn_access_group_user_list.md
Normal file
63
docs/data-sources/sdn_access_group_user_list.md
Normal file
@@ -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)
|
||||
149
docs/data-sources/sdn_default_security_policy_list.md
Normal file
149
docs/data-sources/sdn_default_security_policy_list.md
Normal file
@@ -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)
|
||||
88
docs/data-sources/sdn_logical_port.md
Normal file
88
docs/data-sources/sdn_logical_port.md
Normal file
@@ -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)
|
||||
111
docs/data-sources/sdn_logical_port_list.md
Normal file
111
docs/data-sources/sdn_logical_port_list.md
Normal file
@@ -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)
|
||||
117
docs/data-sources/sdn_segment.md
Normal file
117
docs/data-sources/sdn_segment.md
Normal file
@@ -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)
|
||||
39
docs/data-sources/sdn_segment_get_status.md
Normal file
39
docs/data-sources/sdn_segment_get_status.md
Normal file
@@ -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)
|
||||
135
docs/data-sources/sdn_segment_list.md
Normal file
135
docs/data-sources/sdn_segment_list.md
Normal file
@@ -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)
|
||||
58
docs/data-sources/security_group.md
Normal file
58
docs/data-sources/security_group.md
Normal file
@@ -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)
|
||||
74
docs/data-sources/security_group_list.md
Normal file
74
docs/data-sources/security_group_list.md
Normal file
@@ -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)
|
||||
61
docs/data-sources/storage_policy.md
Normal file
61
docs/data-sources/storage_policy.md
Normal file
@@ -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)
|
||||
79
docs/data-sources/storage_policy_list.md
Normal file
79
docs/data-sources/storage_policy_list.md
Normal file
@@ -0,0 +1,79 @@
|
||||
---
|
||||
# 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)
|
||||
- `sep_name` (String)
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--usage"></a>
|
||||
### Nested Schema for `items.usage`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `accounts` (List of Number)
|
||||
- `resgroups` (List of Number)
|
||||
51
docs/data-sources/trunk.md
Normal file
51
docs/data-sources/trunk.md
Normal file
@@ -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)
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user