Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bae25296bb | ||
|
|
1b81a71504 | ||
|
|
e04dab77cb | ||
| 9e68edb2b9 | |||
| 2c70109d2d | |||
|
|
efe0c88556 | ||
| 5496073a0c | |||
| dc39a6412e | |||
|
|
de8857b1d5 | ||
| 782afe70da | |||
|
|
d6b4752cc7 | ||
| 36879efd58 | |||
|
|
040af43607 | ||
| a59ec3611b |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -4,4 +4,5 @@ url_scrapping/
|
|||||||
terraform-provider-decort*
|
terraform-provider-decort*
|
||||||
.vscode/
|
.vscode/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
vendor/
|
||||||
|
.idea/
|
||||||
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,5 +1,9 @@
|
|||||||
## Version 4.6.2
|
## Version 4.9.3
|
||||||
|
|
||||||
### Features
|
### Исправлено
|
||||||
- Added the pci_devices field in resources cloudbroker/kvmvm, cloudapi/kvmvm, datasources cloudbroker/kvmvm, cloudapi/kvmvm
|
|
||||||
|
|
||||||
|
#### kvmvm
|
||||||
|
| Идентификатор<br>задачи | Описание |
|
||||||
|
| --- | --- |
|
||||||
|
| BATF-1016 | Ошибка при изменении полей `ram` и `cpu`, приводящая к невозможности измения параметров виртуальной машины в resources `decort_kvmvm` и `decort_cb_kvmvm` в cloudapi/kvmvm и в cloudbroker/kvmvm |
|
||||||
|
| BATF-1018 | Ошибка при изменении поля `started`, приводящая к невозможности запуска виртуальной машины в resources `decort_kvmvm` в cloudapi/kvmvm |
|
||||||
|
|||||||
2
LICENSE
2
LICENSE
@@ -186,7 +186,7 @@
|
|||||||
same "printed page" as the copyright notice for easier
|
same "printed page" as the copyright notice for easier
|
||||||
identification within third-party archives.
|
identification within third-party archives.
|
||||||
|
|
||||||
Copyright [yyyy] [name of copyright owner]
|
Copyright 2022 Basis LTD
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -7,7 +7,7 @@ ZIPDIR = ./zip
|
|||||||
BINARY=${NAME}
|
BINARY=${NAME}
|
||||||
WORKPATH= ./examples/terraform.d/plugins/${HOSTNAME}/${NAMESPACE}/${NAMESPACE}/${VERSION}/${OS_ARCH}
|
WORKPATH= ./examples/terraform.d/plugins/${HOSTNAME}/${NAMESPACE}/${NAMESPACE}/${VERSION}/${OS_ARCH}
|
||||||
MAINPATH = ./cmd/decort/
|
MAINPATH = ./cmd/decort/
|
||||||
VERSION=4.6.2
|
VERSION=4.9.3
|
||||||
OS_ARCH=$(shell go env GOHOSTOS)_$(shell go env GOHOSTARCH)
|
OS_ARCH=$(shell go env GOHOSTOS)_$(shell go env GOHOSTARCH)
|
||||||
|
|
||||||
FILES = ${BINARY}_${VERSION}_darwin_amd64\
|
FILES = ${BINARY}_${VERSION}_darwin_amd64\
|
||||||
|
|||||||
11
README.md
11
README.md
@@ -6,6 +6,9 @@ Terraform provider для платформы Digital Energy Cloud Orchestration
|
|||||||
|
|
||||||
| Версия DECORT API | Версия провайдера Terraform |
|
| Версия DECORT API | Версия провайдера Terraform |
|
||||||
| ------ | ------ |
|
| ------ | ------ |
|
||||||
|
| 4.3.0 | 4.9.x |
|
||||||
|
| 4.2.0 | 4.8.x |
|
||||||
|
| 4.1.0 | 4.7.x |
|
||||||
| 4.0.0 | 4.6.x |
|
| 4.0.0 | 4.6.x |
|
||||||
| 3.8.9 | 4.5.x |
|
| 3.8.9 | 4.5.x |
|
||||||
| 3.8.8 | 4.4.x |
|
| 3.8.8 | 4.4.x |
|
||||||
@@ -30,8 +33,10 @@ Terraform provider для платформы Digital Energy Cloud Orchestration
|
|||||||
|
|
||||||
- Режим пользователя:
|
- Режим пользователя:
|
||||||
- Работа с accounts,
|
- Работа с accounts,
|
||||||
|
- Работа с audit,
|
||||||
- Работа с bservice,
|
- Работа с bservice,
|
||||||
- Работа с disks,
|
- Работа с disks,
|
||||||
|
- Работа с dpdk,
|
||||||
- Работа с extnets,
|
- Работа с extnets,
|
||||||
- Работа с flipgroups,
|
- Работа с flipgroups,
|
||||||
- Работа с image,
|
- Работа с image,
|
||||||
@@ -43,12 +48,14 @@ Terraform provider для платформы Digital Energy Cloud Orchestration
|
|||||||
- Работа с resource groups,
|
- Работа с resource groups,
|
||||||
- Работа с snapshots,
|
- Работа с snapshots,
|
||||||
- Работа с stacks,
|
- Работа с stacks,
|
||||||
- Работа с VINS.
|
- Работа с VINS,
|
||||||
|
- Работа с SEPs.
|
||||||
|
|
||||||
- Режим администратора:
|
- Режим администратора:
|
||||||
- Работа с accounts,
|
- Работа с accounts,
|
||||||
- Работа с audits,
|
- Работа с audit,
|
||||||
- Работа с disks,
|
- Работа с disks,
|
||||||
|
- Работа с dpdk,
|
||||||
- Работа с extnets,
|
- Работа с extnets,
|
||||||
- Работа с flipgroups,
|
- Работа с flipgroups,
|
||||||
- Работа с grids,
|
- Работа с grids,
|
||||||
|
|||||||
168
README_EN.md
168
README_EN.md
@@ -1,168 +0,0 @@
|
|||||||
# terraform-provider-decort
|
|
||||||
|
|
||||||
Terraform provider for Digital Energy Cloud Orchestration Technology (DECORT) platform
|
|
||||||
|
|
||||||
## Mapping of platform versions with provider versions
|
|
||||||
|
|
||||||
| DECORT API version | Terraform provider version |
|
|
||||||
| ------ | ------ |
|
|
||||||
| 3.8.5 | 3.4.x |
|
|
||||||
| 3.8.0 - 3.8.4 | 3.3.1 |
|
|
||||||
| 3.7.x | rc-1.25 |
|
|
||||||
| 3.6.x | rc-1.10 |
|
|
||||||
| до 3.6.0 | [terraform-provider-decs](https://github.com/rudecs/terraform-provider-decs) |
|
|
||||||
|
|
||||||
## Working modes
|
|
||||||
|
|
||||||
The provider support two working modes:
|
|
||||||
|
|
||||||
- User mode,
|
|
||||||
- Administator mode.
|
|
||||||
Use flag DECORT_ADMIN_MODE for swithcing beetwen modes.
|
|
||||||
See user guide at https://repository.basistech.ru/BASIS/terraform-provider-decort/wiki
|
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
- Work with Compute instances,
|
|
||||||
- Work with disks,
|
|
||||||
- Work with k8s,
|
|
||||||
- Work with image,
|
|
||||||
- Work with reource groups,
|
|
||||||
- Work with VINS,
|
|
||||||
- Work with pfw,
|
|
||||||
- Work with accounts,
|
|
||||||
- Work with snapshots,
|
|
||||||
- Work with pcidevice.
|
|
||||||
- Work with sep,
|
|
||||||
- Work with vgpu,
|
|
||||||
- Work with bservice,
|
|
||||||
- Work with extnets,
|
|
||||||
- Work with locations,
|
|
||||||
- Work with load balancers.
|
|
||||||
|
|
||||||
This provider supports Import operations on pre-existing resources.
|
|
||||||
|
|
||||||
See user guide at https://repository.basistech.ru/BASIS/terraform-provider-decort/wiki
|
|
||||||
|
|
||||||
## Get Started
|
|
||||||
|
|
||||||
Two ways for starting:
|
|
||||||
|
|
||||||
1. Installing via binary packages
|
|
||||||
2. Manual installing
|
|
||||||
|
|
||||||
### Installing via binary packages
|
|
||||||
|
|
||||||
1. Download and install terraform: https://learn.hashicorp.com/tutorials/terraform/install-cli?in=terraform/aws-get-started
|
|
||||||
2. Create a file `main.tf` and add to it next section.
|
|
||||||
|
|
||||||
```terraform
|
|
||||||
provider "decort" {
|
|
||||||
authenticator = "decs3o"
|
|
||||||
#controller_url = <DECORT_CONTROLLER_URL>
|
|
||||||
controller_url = "https://ds1.digitalenergy.online"
|
|
||||||
#oauth2_url = <DECORT_SSO_URL>
|
|
||||||
oauth2_url = "https://sso.digitalenergy.online"
|
|
||||||
allow_unverified_ssl = true
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
3. Execute next command
|
|
||||||
|
|
||||||
```
|
|
||||||
terraform init
|
|
||||||
```
|
|
||||||
|
|
||||||
The Provider will automatically install on your computer from the terrafrom registry.
|
|
||||||
|
|
||||||
### Manual installing
|
|
||||||
|
|
||||||
1. Download and install Go Programming Language: https://go.dev/dl/
|
|
||||||
2. Download and install terraform: https://learn.hashicorp.com/tutorials/terraform/install-cli?in=terraform/aws-get-started
|
|
||||||
3. Clone provider's repo:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
git clone https://github.com/rudecs/terraform-provider-decort.git
|
|
||||||
```
|
|
||||||
|
|
||||||
4. Change directory to clone provider's and execute next command
|
|
||||||
|
|
||||||
```bash
|
|
||||||
go build -o terraform-provider-decort
|
|
||||||
```
|
|
||||||
|
|
||||||
If you have experience with _makefile_, you can change `Makefile`'s paramters and execute next command
|
|
||||||
|
|
||||||
```bash
|
|
||||||
make build
|
|
||||||
```
|
|
||||||
|
|
||||||
5. Now move compilled file to:
|
|
||||||
Linux:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
~/.terraform.d/plugins/${host_name}/${namespace}/${type}/${version}/${target}
|
|
||||||
```
|
|
||||||
|
|
||||||
Windows:
|
|
||||||
|
|
||||||
```powershell
|
|
||||||
%APPDATA%\terraform.d\plugins\${host_name}/${namespace}/${type}/${version}/${target}
|
|
||||||
```
|
|
||||||
|
|
||||||
NOTE: for Windows OS `%APP_DATA%` is a cataloge, where will place terraform files.
|
|
||||||
Example:
|
|
||||||
|
|
||||||
- host_name - digitalenergy.online
|
|
||||||
- namespace - decort
|
|
||||||
- type - decort
|
|
||||||
- version - 1.2
|
|
||||||
- target - windows_amd64
|
|
||||||
|
|
||||||
6. After all, create a file `main.tf`.
|
|
||||||
7. Add to the file next code section
|
|
||||||
|
|
||||||
```terraform
|
|
||||||
terraform {
|
|
||||||
required_providers {
|
|
||||||
decort = {
|
|
||||||
version = "1.2"
|
|
||||||
source = "digitalenergy.online/decort/decort"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
`version`- field for provider's version
|
|
||||||
Required
|
|
||||||
String
|
|
||||||
Note: Versions in code section and in a repository must be equal!
|
|
||||||
|
|
||||||
`source` - path to repository with provider's version
|
|
||||||
|
|
||||||
```bash
|
|
||||||
${host_name}/${namespace}/${type}
|
|
||||||
```
|
|
||||||
|
|
||||||
NOTE: all paramters must be equal to the repository path!
|
|
||||||
|
|
||||||
8. Execute command in your terminal
|
|
||||||
|
|
||||||
```bash
|
|
||||||
terraform init
|
|
||||||
```
|
|
||||||
|
|
||||||
9. If everything all right - you got green message in your terminal!
|
|
||||||
|
|
||||||
More details about the provider's building process: https://learn.hashicorp.com/tutorials/terraform/provider-use?in=terraform/providers
|
|
||||||
|
|
||||||
## Examples and Samples
|
|
||||||
|
|
||||||
- Examples: https://repository.basistech.ru/BASIS/terraform-provider-decort/wiki
|
|
||||||
- Samples: see in repository `samples`
|
|
||||||
|
|
||||||
Terraform schemas in:
|
|
||||||
|
|
||||||
- See in repository `docs`
|
|
||||||
|
|
||||||
Good work!
|
|
||||||
@@ -40,6 +40,7 @@ description: |-
|
|||||||
- `deactivation_time` (Number)
|
- `deactivation_time` (Number)
|
||||||
- `deleted_by` (String)
|
- `deleted_by` (String)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
|
- `desc` (String)
|
||||||
- `displayname` (String)
|
- `displayname` (String)
|
||||||
- `guid` (Number)
|
- `guid` (Number)
|
||||||
- `id` (String) The ID of this resource.
|
- `id` (String) The ID of this resource.
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ Read-Only:
|
|||||||
- `compute_features` (List of String)
|
- `compute_features` (List of String)
|
||||||
- `created_time` (Number)
|
- `created_time` (Number)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
|
- `desc` (String)
|
||||||
- `status` (String)
|
- `status` (String)
|
||||||
- `updated_time` (Number)
|
- `updated_time` (Number)
|
||||||
|
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ description: |-
|
|||||||
- `name` (String) Filter by name
|
- `name` (String) Filter by name
|
||||||
- `page` (Number) Page number
|
- `page` (Number) Page number
|
||||||
- `size` (Number) Page size
|
- `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))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
- `vins_id` (Number) Filter by ViNS ID
|
- `vins_id` (Number) Filter by ViNS ID
|
||||||
- `vins_name` (String) Filter by ViNS name
|
- `vins_name` (String) Filter by ViNS name
|
||||||
|
|||||||
@@ -52,6 +52,7 @@ Read-Only:
|
|||||||
- `compute_features` (List of String)
|
- `compute_features` (List of String)
|
||||||
- `created_time` (Number)
|
- `created_time` (Number)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
|
- `desc` (String)
|
||||||
- `status` (String)
|
- `status` (String)
|
||||||
- `updated_time` (Number)
|
- `updated_time` (Number)
|
||||||
|
|
||||||
|
|||||||
@@ -56,6 +56,7 @@ Read-Only:
|
|||||||
- `created_time` (Number)
|
- `created_time` (Number)
|
||||||
- `deleted_by` (String)
|
- `deleted_by` (String)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
|
- `desc` (String)
|
||||||
- `milestones` (Number)
|
- `milestones` (Number)
|
||||||
- `resources` (List of Object) (see [below for nested schema](#nestedobjatt--items--resources))
|
- `resources` (List of Object) (see [below for nested schema](#nestedobjatt--items--resources))
|
||||||
- `rg_id` (Number)
|
- `rg_id` (Number)
|
||||||
|
|||||||
48
docs/data-sources/audit.md
Normal file
48
docs/data-sources/audit.md
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
---
|
||||||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||||
|
page_title: "decort_audit Data Source - terraform-provider-decort"
|
||||||
|
subcategory: ""
|
||||||
|
description: |-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# decort_audit (Data Source)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- schema generated by tfplugindocs -->
|
||||||
|
## Schema
|
||||||
|
|
||||||
|
### Required
|
||||||
|
|
||||||
|
- `audit_guid` (String) audit guid
|
||||||
|
|
||||||
|
### Optional
|
||||||
|
|
||||||
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
|
### Read-Only
|
||||||
|
|
||||||
|
- `args` (String)
|
||||||
|
- `call` (String)
|
||||||
|
- `guid` (String)
|
||||||
|
- `id` (String) The ID of this resource.
|
||||||
|
- `kwargs` (String)
|
||||||
|
- `remote_addr` (String)
|
||||||
|
- `responsetime` (Number)
|
||||||
|
- `result` (String)
|
||||||
|
- `status_code` (Number)
|
||||||
|
- `tags` (String)
|
||||||
|
- `timestamp` (Number)
|
||||||
|
- `timestamp_end` (Number)
|
||||||
|
- `user` (String)
|
||||||
|
|
||||||
|
<a id="nestedblock--timeouts"></a>
|
||||||
|
### Nested Schema for `timeouts`
|
||||||
|
|
||||||
|
Optional:
|
||||||
|
|
||||||
|
- `default` (String)
|
||||||
|
- `read` (String)
|
||||||
@@ -72,6 +72,7 @@ Optional:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
|
- `chipset` (String)
|
||||||
- `id` (Number)
|
- `id` (Number)
|
||||||
- `ip_addresses` (List of String)
|
- `ip_addresses` (List of String)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ description: |-
|
|||||||
- `deactivation_time` (Number)
|
- `deactivation_time` (Number)
|
||||||
- `deleted_by` (String)
|
- `deleted_by` (String)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
|
- `desc` (String)
|
||||||
- `displayname` (String)
|
- `displayname` (String)
|
||||||
- `guid` (Number)
|
- `guid` (Number)
|
||||||
- `id` (String) The ID of this resource.
|
- `id` (String) The ID of this resource.
|
||||||
|
|||||||
@@ -61,6 +61,7 @@ Read-Only:
|
|||||||
- `deactivation_time` (Number)
|
- `deactivation_time` (Number)
|
||||||
- `deleted_by` (String)
|
- `deleted_by` (String)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
|
- `desc` (String)
|
||||||
- `displayname` (String)
|
- `displayname` (String)
|
||||||
- `guid` (Number)
|
- `guid` (Number)
|
||||||
- `meta` (List of String)
|
- `meta` (List of String)
|
||||||
|
|||||||
@@ -60,6 +60,7 @@ Read-Only:
|
|||||||
- `deactivation_time` (Number)
|
- `deactivation_time` (Number)
|
||||||
- `deleted_by` (String)
|
- `deleted_by` (String)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
|
- `desc` (String)
|
||||||
- `displayname` (String)
|
- `displayname` (String)
|
||||||
- `guid` (Number)
|
- `guid` (Number)
|
||||||
- `meta` (List of String)
|
- `meta` (List of String)
|
||||||
|
|||||||
@@ -56,6 +56,7 @@ Read-Only:
|
|||||||
- `created_time` (Number)
|
- `created_time` (Number)
|
||||||
- `deleted_by` (String)
|
- `deleted_by` (String)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
|
- `desc` (String)
|
||||||
- `milestones` (Number)
|
- `milestones` (Number)
|
||||||
- `resources` (List of Object) (see [below for nested schema](#nestedobjatt--items--resources))
|
- `resources` (List of Object) (see [below for nested schema](#nestedobjatt--items--resources))
|
||||||
- `rg_id` (Number)
|
- `rg_id` (Number)
|
||||||
|
|||||||
@@ -25,7 +25,6 @@ description: |-
|
|||||||
|
|
||||||
### Read-Only
|
### Read-Only
|
||||||
|
|
||||||
- `apitask` (String)
|
|
||||||
- `args` (String)
|
- `args` (String)
|
||||||
- `call` (String)
|
- `call` (String)
|
||||||
- `guid` (String)
|
- `guid` (String)
|
||||||
@@ -38,6 +37,7 @@ description: |-
|
|||||||
- `tags` (String)
|
- `tags` (String)
|
||||||
- `timestamp` (Number)
|
- `timestamp` (Number)
|
||||||
- `timestamp_end` (Number)
|
- `timestamp_end` (Number)
|
||||||
|
- `ttl` (String)
|
||||||
- `user` (String)
|
- `user` (String)
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
<a id="nestedblock--timeouts"></a>
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ Read-Only:
|
|||||||
- `cmd` (String)
|
- `cmd` (String)
|
||||||
- `guid` (String)
|
- `guid` (String)
|
||||||
- `nid` (Number)
|
- `nid` (Number)
|
||||||
|
- `physical_node` (Boolean)
|
||||||
- `state` (String)
|
- `state` (String)
|
||||||
- `time_create` (Number)
|
- `time_create` (Number)
|
||||||
- `time_start` (Number)
|
- `time_start` (Number)
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ description: |-
|
|||||||
- `max_status_code` (Number) find by HTTP max status code
|
- `max_status_code` (Number) find by HTTP max status code
|
||||||
- `min_status_code` (Number) find by HTTP min status code
|
- `min_status_code` (Number) find by HTTP min status code
|
||||||
- `page` (Number) page number
|
- `page` (Number) page number
|
||||||
|
- `request_id` (String) request id
|
||||||
- `size` (Number) page size
|
- `size` (Number) page size
|
||||||
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
@@ -48,9 +49,16 @@ Optional:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
|
- `args` (String)
|
||||||
- `call` (String)
|
- `call` (String)
|
||||||
- `guid` (String)
|
- `guid` (String)
|
||||||
|
- `kwargs` (String)
|
||||||
|
- `remote_addr` (String)
|
||||||
- `responsetime` (Number)
|
- `responsetime` (Number)
|
||||||
|
- `result` (String)
|
||||||
- `status_code` (Number)
|
- `status_code` (Number)
|
||||||
|
- `tags` (String)
|
||||||
- `timestamp` (Number)
|
- `timestamp` (Number)
|
||||||
|
- `timestamp_end` (Number)
|
||||||
|
- `ttl` (String)
|
||||||
- `user` (String)
|
- `user` (String)
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||||
page_title: "decort_cb_grid_post_diagnosis Data Source - terraform-provider-decort"
|
page_title: "decort_cb_audits_export_to_file Data Source - terraform-provider-decort"
|
||||||
subcategory: ""
|
subcategory: ""
|
||||||
description: |-
|
description: |-
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# decort_cb_grid_post_diagnosis (Data Source)
|
# decort_cb_audits_export_to_file (Data Source)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -15,17 +15,13 @@ description: |-
|
|||||||
<!-- schema generated by tfplugindocs -->
|
<!-- schema generated by tfplugindocs -->
|
||||||
## Schema
|
## Schema
|
||||||
|
|
||||||
### Required
|
|
||||||
|
|
||||||
- `gid` (Number)
|
|
||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
|
- `file_path` (String) file path
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
### Read-Only
|
### Read-Only
|
||||||
|
|
||||||
- `diagnosis` (String)
|
|
||||||
- `id` (String) The ID of this resource.
|
- `id` (String) The ID of this resource.
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
<a id="nestedblock--timeouts"></a>
|
||||||
@@ -30,7 +30,9 @@ description: |-
|
|||||||
- `acl` (String)
|
- `acl` (String)
|
||||||
- `boot_partition` (Number)
|
- `boot_partition` (Number)
|
||||||
- `computes` (List of Object) (see [below for nested schema](#nestedatt--computes))
|
- `computes` (List of Object) (see [below for nested schema](#nestedatt--computes))
|
||||||
|
- `created_by` (String)
|
||||||
- `created_time` (Number)
|
- `created_time` (Number)
|
||||||
|
- `deleted_by` (String)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
- `desc` (String)
|
- `desc` (String)
|
||||||
- `destruction_time` (Number)
|
- `destruction_time` (Number)
|
||||||
@@ -45,6 +47,8 @@ description: |-
|
|||||||
- `iotune` (List of Object) (see [below for nested schema](#nestedatt--iotune))
|
- `iotune` (List of Object) (see [below for nested schema](#nestedatt--iotune))
|
||||||
- `iqn` (String)
|
- `iqn` (String)
|
||||||
- `login` (String)
|
- `login` (String)
|
||||||
|
- `machine_id` (Number)
|
||||||
|
- `machine_name` (String)
|
||||||
- `milestones` (Number)
|
- `milestones` (Number)
|
||||||
- `order` (Number)
|
- `order` (Number)
|
||||||
- `params` (String)
|
- `params` (String)
|
||||||
@@ -52,7 +56,7 @@ description: |-
|
|||||||
- `passwd` (String)
|
- `passwd` (String)
|
||||||
- `pci_slot` (Number)
|
- `pci_slot` (Number)
|
||||||
- `pool` (String)
|
- `pool` (String)
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `purge_attempts` (Number)
|
- `purge_attempts` (Number)
|
||||||
- `purge_time` (Number)
|
- `purge_time` (Number)
|
||||||
- `reality_device_number` (Number)
|
- `reality_device_number` (Number)
|
||||||
@@ -64,12 +68,15 @@ description: |-
|
|||||||
- `sep_id` (Number)
|
- `sep_id` (Number)
|
||||||
- `sep_type` (String)
|
- `sep_type` (String)
|
||||||
- `shareable` (Boolean)
|
- `shareable` (Boolean)
|
||||||
|
- `size_available` (Number)
|
||||||
- `size_max` (Number)
|
- `size_max` (Number)
|
||||||
- `size_used` (Number)
|
- `size_used` (Number)
|
||||||
- `snapshots` (List of Object) (see [below for nested schema](#nestedatt--snapshots))
|
- `snapshots` (List of Object) (see [below for nested schema](#nestedatt--snapshots))
|
||||||
- `status` (String)
|
- `status` (String)
|
||||||
- `tech_status` (String)
|
- `tech_status` (String)
|
||||||
- `type` (String)
|
- `type` (String)
|
||||||
|
- `updated_by` (String)
|
||||||
|
- `updated_time` (Number)
|
||||||
- `vmid` (Number)
|
- `vmid` (Number)
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
<a id="nestedblock--timeouts"></a>
|
||||||
|
|||||||
@@ -57,7 +57,9 @@ Read-Only:
|
|||||||
- `acl` (String)
|
- `acl` (String)
|
||||||
- `boot_partition` (Number)
|
- `boot_partition` (Number)
|
||||||
- `computes` (List of Object) (see [below for nested schema](#nestedobjatt--items--computes))
|
- `computes` (List of Object) (see [below for nested schema](#nestedobjatt--items--computes))
|
||||||
|
- `created_by` (String)
|
||||||
- `created_time` (Number)
|
- `created_time` (Number)
|
||||||
|
- `deleted_by` (String)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
- `desc` (String)
|
- `desc` (String)
|
||||||
- `destruction_time` (Number)
|
- `destruction_time` (Number)
|
||||||
@@ -81,7 +83,7 @@ Read-Only:
|
|||||||
- `passwd` (String)
|
- `passwd` (String)
|
||||||
- `pci_slot` (Number)
|
- `pci_slot` (Number)
|
||||||
- `pool` (String)
|
- `pool` (String)
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `purge_attempts` (Number)
|
- `purge_attempts` (Number)
|
||||||
- `purge_time` (Number)
|
- `purge_time` (Number)
|
||||||
- `reality_device_number` (Number)
|
- `reality_device_number` (Number)
|
||||||
@@ -93,12 +95,15 @@ Read-Only:
|
|||||||
- `sep_id` (Number)
|
- `sep_id` (Number)
|
||||||
- `sep_type` (String)
|
- `sep_type` (String)
|
||||||
- `shareable` (Boolean)
|
- `shareable` (Boolean)
|
||||||
|
- `size_available` (Number)
|
||||||
- `size_max` (Number)
|
- `size_max` (Number)
|
||||||
- `size_used` (Number)
|
- `size_used` (Number)
|
||||||
- `snapshots` (List of Object) (see [below for nested schema](#nestedobjatt--items--snapshots))
|
- `snapshots` (List of Object) (see [below for nested schema](#nestedobjatt--items--snapshots))
|
||||||
- `status` (String)
|
- `status` (String)
|
||||||
- `tech_status` (String)
|
- `tech_status` (String)
|
||||||
- `type` (String)
|
- `type` (String)
|
||||||
|
- `updated_by` (String)
|
||||||
|
- `updated_time` (Number)
|
||||||
- `vmid` (Number)
|
- `vmid` (Number)
|
||||||
|
|
||||||
<a id="nestedobjatt--items--computes"></a>
|
<a id="nestedobjatt--items--computes"></a>
|
||||||
|
|||||||
@@ -54,7 +54,9 @@ Read-Only:
|
|||||||
- `acl` (String)
|
- `acl` (String)
|
||||||
- `boot_partition` (Number)
|
- `boot_partition` (Number)
|
||||||
- `computes` (List of Object) (see [below for nested schema](#nestedobjatt--items--computes))
|
- `computes` (List of Object) (see [below for nested schema](#nestedobjatt--items--computes))
|
||||||
|
- `created_by` (String)
|
||||||
- `created_time` (Number)
|
- `created_time` (Number)
|
||||||
|
- `deleted_by` (String)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
- `desc` (String)
|
- `desc` (String)
|
||||||
- `destruction_time` (Number)
|
- `destruction_time` (Number)
|
||||||
@@ -78,7 +80,7 @@ Read-Only:
|
|||||||
- `passwd` (String)
|
- `passwd` (String)
|
||||||
- `pci_slot` (Number)
|
- `pci_slot` (Number)
|
||||||
- `pool` (String)
|
- `pool` (String)
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `purge_attempts` (Number)
|
- `purge_attempts` (Number)
|
||||||
- `purge_time` (Number)
|
- `purge_time` (Number)
|
||||||
- `reality_device_number` (Number)
|
- `reality_device_number` (Number)
|
||||||
@@ -90,12 +92,15 @@ Read-Only:
|
|||||||
- `sep_id` (Number)
|
- `sep_id` (Number)
|
||||||
- `sep_type` (String)
|
- `sep_type` (String)
|
||||||
- `shareable` (Boolean)
|
- `shareable` (Boolean)
|
||||||
|
- `size_available` (Number)
|
||||||
- `size_max` (Number)
|
- `size_max` (Number)
|
||||||
- `size_used` (Number)
|
- `size_used` (Number)
|
||||||
- `snapshots` (List of Object) (see [below for nested schema](#nestedobjatt--items--snapshots))
|
- `snapshots` (List of Object) (see [below for nested schema](#nestedobjatt--items--snapshots))
|
||||||
- `status` (String)
|
- `status` (String)
|
||||||
- `tech_status` (String)
|
- `tech_status` (String)
|
||||||
- `type` (String)
|
- `type` (String)
|
||||||
|
- `updated_by` (String)
|
||||||
|
- `updated_time` (Number)
|
||||||
- `vmid` (Number)
|
- `vmid` (Number)
|
||||||
|
|
||||||
<a id="nestedobjatt--items--computes"></a>
|
<a id="nestedobjatt--items--computes"></a>
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ Read-Only:
|
|||||||
- `passwd` (String)
|
- `passwd` (String)
|
||||||
- `pci_slot` (Number)
|
- `pci_slot` (Number)
|
||||||
- `pool` (String)
|
- `pool` (String)
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `purge_attempts` (Number)
|
- `purge_attempts` (Number)
|
||||||
- `purge_time` (Number)
|
- `purge_time` (Number)
|
||||||
- `reality_device_number` (Number)
|
- `reality_device_number` (Number)
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ description: |-
|
|||||||
- `passwd` (String)
|
- `passwd` (String)
|
||||||
- `pci_slot` (Number)
|
- `pci_slot` (Number)
|
||||||
- `pool` (String)
|
- `pool` (String)
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `purge_attempts` (Number)
|
- `purge_attempts` (Number)
|
||||||
- `purge_time` (Number)
|
- `purge_time` (Number)
|
||||||
- `reality_device_number` (Number)
|
- `reality_device_number` (Number)
|
||||||
|
|||||||
48
docs/data-sources/cb_dpdknet.md
Normal file
48
docs/data-sources/cb_dpdknet.md
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
---
|
||||||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||||
|
page_title: "decort_cb_dpdknet Data Source - terraform-provider-decort"
|
||||||
|
subcategory: ""
|
||||||
|
description: |-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# decort_cb_dpdknet (Data Source)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- schema generated by tfplugindocs -->
|
||||||
|
## Schema
|
||||||
|
|
||||||
|
### Required
|
||||||
|
|
||||||
|
- `dpdk_id` (Number) The unique ID of the subscriber-owner of the DPDK network
|
||||||
|
|
||||||
|
### Optional
|
||||||
|
|
||||||
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
|
### Read-Only
|
||||||
|
|
||||||
|
- `account_access` (List of Number) List of accounts with access
|
||||||
|
- `compute_ids` (List of Number) Compute IDs which uses this DPDK network
|
||||||
|
- `created_time` (Number) Created time
|
||||||
|
- `desc` (String) Description of DPDK network
|
||||||
|
- `gid` (Number) ID of the grid (platform)
|
||||||
|
- `guid` (Number) DPDK network ID on the storage side
|
||||||
|
- `id` (String) The ID of this resource.
|
||||||
|
- `name` (String) Name of network
|
||||||
|
- `ovs_bridge` (String) OVS bridge in which interfaces for computers created
|
||||||
|
- `rg_access` (List of Number) List of resource groups with access
|
||||||
|
- `status` (String) DPDK network status
|
||||||
|
- `updated_time` (Number) Updated time
|
||||||
|
- `vlan_id` (Number) vlan ID
|
||||||
|
|
||||||
|
<a id="nestedblock--timeouts"></a>
|
||||||
|
### Nested Schema for `timeouts`
|
||||||
|
|
||||||
|
Optional:
|
||||||
|
|
||||||
|
- `default` (String)
|
||||||
|
- `read` (String)
|
||||||
63
docs/data-sources/cb_dpdknet_list.md
Normal file
63
docs/data-sources/cb_dpdknet_list.md
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
---
|
||||||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||||
|
page_title: "decort_cb_dpdknet_list Data Source - terraform-provider-decort"
|
||||||
|
subcategory: ""
|
||||||
|
description: |-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# decort_cb_dpdknet_list (Data Source)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- schema generated by tfplugindocs -->
|
||||||
|
## Schema
|
||||||
|
|
||||||
|
### Optional
|
||||||
|
|
||||||
|
- `by_id` (Number) Find by ID
|
||||||
|
- `compute_ids` (List of Number) Find by compute IDs
|
||||||
|
- `desc` (String) Find by description
|
||||||
|
- `gid` (Number) Find by GID
|
||||||
|
- `name` (String) Find by name
|
||||||
|
- `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:
|
||||||
|
|
||||||
|
- `account_access` (List of Number)
|
||||||
|
- `compute_ids` (List of Number)
|
||||||
|
- `created_time` (Number)
|
||||||
|
- `desc` (String)
|
||||||
|
- `dpdk_id` (Number)
|
||||||
|
- `gid` (Number)
|
||||||
|
- `guid` (Number)
|
||||||
|
- `name` (String)
|
||||||
|
- `ovs_bridge` (String)
|
||||||
|
- `rg_access` (List of Number)
|
||||||
|
- `status` (String)
|
||||||
|
- `updated_time` (Number)
|
||||||
|
- `vlan_id` (Number)
|
||||||
@@ -43,6 +43,7 @@ description: |-
|
|||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `network` (String)
|
- `network` (String)
|
||||||
- `network_id` (Number)
|
- `network_id` (Number)
|
||||||
|
- `ntp` (List of String)
|
||||||
- `ovs_bridge` (String)
|
- `ovs_bridge` (String)
|
||||||
- `pre_reservations_num` (Number)
|
- `pre_reservations_num` (Number)
|
||||||
- `prefix` (Number)
|
- `prefix` (Number)
|
||||||
@@ -93,6 +94,7 @@ Read-Only:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
|
- `account_id` (Number)
|
||||||
- `client_type` (String)
|
- `client_type` (String)
|
||||||
- `desc` (String)
|
- `desc` (String)
|
||||||
- `domain_name` (String)
|
- `domain_name` (String)
|
||||||
|
|||||||
61
docs/data-sources/cb_extnet_reserved_ip_list.md
Normal file
61
docs/data-sources/cb_extnet_reserved_ip_list.md
Normal file
@@ -0,0 +1,61 @@
|
|||||||
|
---
|
||||||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||||
|
page_title: "decort_cb_extnet_reserved_ip_list Data Source - terraform-provider-decort"
|
||||||
|
subcategory: ""
|
||||||
|
description: |-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# decort_cb_extnet_reserved_ip_list (Data Source)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- schema generated by tfplugindocs -->
|
||||||
|
## Schema
|
||||||
|
|
||||||
|
### Required
|
||||||
|
|
||||||
|
- `account_id` (Number)
|
||||||
|
|
||||||
|
### Optional
|
||||||
|
|
||||||
|
- `extnet_id` (Number)
|
||||||
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
|
### 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:
|
||||||
|
|
||||||
|
- `extnet_id` (Number)
|
||||||
|
- `reservations` (List of Object) (see [below for nested schema](#nestedobjatt--items--reservations))
|
||||||
|
|
||||||
|
<a id="nestedobjatt--items--reservations"></a>
|
||||||
|
### Nested Schema for `items.reservations`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `account_id` (Number)
|
||||||
|
- `client_type` (String)
|
||||||
|
- `domain_name` (String)
|
||||||
|
- `hostname` (String)
|
||||||
|
- `ip` (String)
|
||||||
|
- `mac` (String)
|
||||||
|
- `type` (String)
|
||||||
|
- `vm_id` (Number)
|
||||||
@@ -26,11 +26,13 @@ description: |-
|
|||||||
### Read-Only
|
### Read-Only
|
||||||
|
|
||||||
- `auth_broker` (List of String)
|
- `auth_broker` (List of String)
|
||||||
|
- `ckey` (String)
|
||||||
- `flag` (String)
|
- `flag` (String)
|
||||||
- `gid` (Number)
|
- `gid` (Number)
|
||||||
- `guid` (Number)
|
- `guid` (Number)
|
||||||
- `id` (Number) The ID of this resource.
|
- `id` (Number) The ID of this resource.
|
||||||
- `location_code` (String)
|
- `location_code` (String)
|
||||||
|
- `meta` (List of String) meta
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
<a id="nestedblock--timeouts"></a>
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ description: |-
|
|||||||
|
|
||||||
### Required
|
### Required
|
||||||
|
|
||||||
|
- `file_path` (String)
|
||||||
- `gid` (Number)
|
- `gid` (Number)
|
||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
@@ -25,7 +26,6 @@ description: |-
|
|||||||
|
|
||||||
### Read-Only
|
### Read-Only
|
||||||
|
|
||||||
- `diagnosis` (String)
|
|
||||||
- `id` (String) The ID of this resource.
|
- `id` (String) The ID of this resource.
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
<a id="nestedblock--timeouts"></a>
|
||||||
|
|||||||
114
docs/data-sources/cb_grid_get_settings.md
Normal file
114
docs/data-sources/cb_grid_get_settings.md
Normal file
@@ -0,0 +1,114 @@
|
|||||||
|
---
|
||||||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||||
|
page_title: "decort_cb_grid_get_settings Data Source - terraform-provider-decort"
|
||||||
|
subcategory: ""
|
||||||
|
description: |-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# decort_cb_grid_get_settings (Data Source)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- schema generated by tfplugindocs -->
|
||||||
|
## Schema
|
||||||
|
|
||||||
|
### Required
|
||||||
|
|
||||||
|
- `grid_id` (Number) grid (platform) ID
|
||||||
|
|
||||||
|
### Optional
|
||||||
|
|
||||||
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
|
### Read-Only
|
||||||
|
|
||||||
|
- `allowed_ports` (List of Number)
|
||||||
|
- `cleanup_retention_period` (Number)
|
||||||
|
- `docker_registry` (List of Object) (see [below for nested schema](#nestedatt--docker_registry))
|
||||||
|
- `enable_uptime_monitor` (Boolean)
|
||||||
|
- `extnet_max_pre_reservations_num` (Number)
|
||||||
|
- `healthcheck_notifications` (List of Object) (see [below for nested schema](#nestedatt--healthcheck_notifications))
|
||||||
|
- `id` (String) The ID of this resource.
|
||||||
|
- `k8s_cleanup_enabled` (Boolean)
|
||||||
|
- `limits` (String)
|
||||||
|
- `location_url` (String)
|
||||||
|
- `net_qos` (List of Object) (see [below for nested schema](#nestedatt--net_qos))
|
||||||
|
- `networks` (String)
|
||||||
|
- `prometheus` (List of Object) (see [below for nested schema](#nestedatt--prometheus))
|
||||||
|
- `vins_max_pre_reservations_num` (Number)
|
||||||
|
- `vnfdev_mgmt_net_range` (String)
|
||||||
|
|
||||||
|
<a id="nestedblock--timeouts"></a>
|
||||||
|
### Nested Schema for `timeouts`
|
||||||
|
|
||||||
|
Optional:
|
||||||
|
|
||||||
|
- `default` (String)
|
||||||
|
- `read` (String)
|
||||||
|
|
||||||
|
|
||||||
|
<a id="nestedatt--docker_registry"></a>
|
||||||
|
### Nested Schema for `docker_registry`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `password` (String)
|
||||||
|
- `server` (String)
|
||||||
|
- `username` (String)
|
||||||
|
|
||||||
|
|
||||||
|
<a id="nestedatt--healthcheck_notifications"></a>
|
||||||
|
### Nested Schema for `healthcheck_notifications`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `emails` (List of Object) (see [below for nested schema](#nestedobjatt--healthcheck_notifications--emails))
|
||||||
|
|
||||||
|
<a id="nestedobjatt--healthcheck_notifications--emails"></a>
|
||||||
|
### Nested Schema for `healthcheck_notifications.emails`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `address` (String)
|
||||||
|
- `enabled` (Boolean)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a id="nestedatt--net_qos"></a>
|
||||||
|
### Nested Schema for `net_qos`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `extnet` (List of Object) (see [below for nested schema](#nestedobjatt--net_qos--extnet))
|
||||||
|
- `vins` (List of Object) (see [below for nested schema](#nestedobjatt--net_qos--vins))
|
||||||
|
|
||||||
|
<a id="nestedobjatt--net_qos--extnet"></a>
|
||||||
|
### Nested Schema for `net_qos.extnet`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `e_rate` (Number)
|
||||||
|
- `in_burst` (Number)
|
||||||
|
- `in_rate` (Number)
|
||||||
|
|
||||||
|
|
||||||
|
<a id="nestedobjatt--net_qos--vins"></a>
|
||||||
|
### Nested Schema for `net_qos.vins`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `e_rate` (Number)
|
||||||
|
- `in_burst` (Number)
|
||||||
|
- `in_rate` (Number)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a id="nestedatt--prometheus"></a>
|
||||||
|
### Nested Schema for `prometheus`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `scrape_interval` (Number)
|
||||||
@@ -28,7 +28,7 @@ description: |-
|
|||||||
|
|
||||||
- `account_id` (Number) AccountId to make the image exclusive
|
- `account_id` (Number) AccountId to make the image exclusive
|
||||||
- `acl` (List of Object) (see [below for nested schema](#nestedatt--acl))
|
- `acl` (List of Object) (see [below for nested schema](#nestedatt--acl))
|
||||||
- `architecture` (String) binary architecture of this image, one of X86_64 of PPC64_LE
|
- `architecture` (String) binary architecture of this image, one of X86_64
|
||||||
- `boot_type` (String) Boot type of image bios or uefi
|
- `boot_type` (String) Boot type of image bios or uefi
|
||||||
- `bootable` (Boolean) Does this image boot OS
|
- `bootable` (Boolean) Does this image boot OS
|
||||||
- `cd_presented_to` (String)
|
- `cd_presented_to` (String)
|
||||||
@@ -50,7 +50,7 @@ description: |-
|
|||||||
- `network_interface_naming` (String)
|
- `network_interface_naming` (String)
|
||||||
- `password` (String) Optional password for the image
|
- `password` (String) Optional password for the image
|
||||||
- `pool_name` (String) pool for image create
|
- `pool_name` (String) pool for image create
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `provider_name` (String)
|
- `provider_name` (String)
|
||||||
- `purge_attempts` (Number)
|
- `purge_attempts` (Number)
|
||||||
- `reference_id` (String)
|
- `reference_id` (String)
|
||||||
@@ -59,6 +59,7 @@ description: |-
|
|||||||
- `rescuecd` (Boolean)
|
- `rescuecd` (Boolean)
|
||||||
- `sep_id` (Number) storage endpoint provider ID
|
- `sep_id` (Number) storage endpoint provider ID
|
||||||
- `size` (Number) image size
|
- `size` (Number) image size
|
||||||
|
- `snapshot_id` (String) snapshot id
|
||||||
- `status` (String) status
|
- `status` (String) status
|
||||||
- `tech_status` (String) tech atatus
|
- `tech_status` (String) tech atatus
|
||||||
- `unc_path` (String) unc path
|
- `unc_path` (String) unc path
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ description: |-
|
|||||||
- `architecture` (String) find by architecture
|
- `architecture` (String) find by architecture
|
||||||
- `bootable` (Boolean) find by bootable True or False
|
- `bootable` (Boolean) find by bootable True or False
|
||||||
- `by_id` (Number) find by ID
|
- `by_id` (Number) find by ID
|
||||||
|
- `enabled` (Boolean) find by enabled True or False
|
||||||
- `hot_resize` (Boolean) find by hot resize True or False
|
- `hot_resize` (Boolean) find by hot resize True or False
|
||||||
- `image_size` (Number) find by image size
|
- `image_size` (Number) find by image size
|
||||||
- `name` (String) find by name
|
- `name` (String) find by name
|
||||||
@@ -78,7 +79,7 @@ Read-Only:
|
|||||||
- `network_interface_naming` (String)
|
- `network_interface_naming` (String)
|
||||||
- `password` (String)
|
- `password` (String)
|
||||||
- `pool_name` (String)
|
- `pool_name` (String)
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `provider_name` (String)
|
- `provider_name` (String)
|
||||||
- `purge_attempts` (Number)
|
- `purge_attempts` (Number)
|
||||||
- `reference_id` (String)
|
- `reference_id` (String)
|
||||||
@@ -88,6 +89,7 @@ Read-Only:
|
|||||||
- `sep_id` (Number)
|
- `sep_id` (Number)
|
||||||
- `shared_with` (List of Number)
|
- `shared_with` (List of Number)
|
||||||
- `size` (Number)
|
- `size` (Number)
|
||||||
|
- `snapshot_id` (String)
|
||||||
- `status` (String)
|
- `status` (String)
|
||||||
- `tech_status` (String)
|
- `tech_status` (String)
|
||||||
- `unc_path` (String)
|
- `unc_path` (String)
|
||||||
|
|||||||
@@ -65,7 +65,6 @@ Read-Only:
|
|||||||
- `images` (List of Number)
|
- `images` (List of Number)
|
||||||
- `login` (String)
|
- `login` (String)
|
||||||
- `mem_allocation_ratio` (Number)
|
- `mem_allocation_ratio` (Number)
|
||||||
- `meta` (List of String)
|
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `packages` (List of Object) (see [below for nested schema](#nestedobjatt--items--packages))
|
- `packages` (List of Object) (see [below for nested schema](#nestedobjatt--items--packages))
|
||||||
- `passwd` (String)
|
- `passwd` (String)
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ description: |-
|
|||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
- `reason` (String) reason for action
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
### Read-Only
|
### Read-Only
|
||||||
@@ -34,10 +33,13 @@ description: |-
|
|||||||
- `affinity_weight` (Number)
|
- `affinity_weight` (Number)
|
||||||
- `anti_affinity_rules` (List of Object) (see [below for nested schema](#nestedatt--anti_affinity_rules))
|
- `anti_affinity_rules` (List of Object) (see [below for nested schema](#nestedatt--anti_affinity_rules))
|
||||||
- `arch` (String)
|
- `arch` (String)
|
||||||
|
- `auto_start_w_node` (Boolean)
|
||||||
- `boot_disk_id` (Number)
|
- `boot_disk_id` (Number)
|
||||||
- `boot_disk_size` (Number)
|
- `boot_disk_size` (Number)
|
||||||
- `boot_order` (List of String)
|
- `boot_order` (List of String)
|
||||||
|
- `boot_type` (String)
|
||||||
- `cd_image_id` (Number)
|
- `cd_image_id` (Number)
|
||||||
|
- `chipset` (String)
|
||||||
- `clone_reference` (Number)
|
- `clone_reference` (Number)
|
||||||
- `clones` (List of Number)
|
- `clones` (List of Number)
|
||||||
- `computeci_id` (Number)
|
- `computeci_id` (Number)
|
||||||
@@ -54,11 +56,13 @@ description: |-
|
|||||||
- `driver` (String)
|
- `driver` (String)
|
||||||
- `gid` (Number)
|
- `gid` (Number)
|
||||||
- `guid` (Number)
|
- `guid` (Number)
|
||||||
|
- `hot_resize` (Boolean)
|
||||||
- `hp_backed` (Boolean)
|
- `hp_backed` (Boolean)
|
||||||
- `id` (String) The ID of this resource.
|
- `id` (String) The ID of this resource.
|
||||||
- `image_id` (Number)
|
- `image_id` (Number)
|
||||||
- `image_name` (String)
|
- `image_name` (String)
|
||||||
- `interfaces` (List of Object) (see [below for nested schema](#nestedatt--interfaces))
|
- `interfaces` (List of Object) (see [below for nested schema](#nestedatt--interfaces))
|
||||||
|
- `loader_type` (String)
|
||||||
- `lock_status` (String)
|
- `lock_status` (String)
|
||||||
- `manager_id` (Number)
|
- `manager_id` (Number)
|
||||||
- `manager_type` (String)
|
- `manager_type` (String)
|
||||||
@@ -71,12 +75,14 @@ description: |-
|
|||||||
- `natable_vins_network` (String)
|
- `natable_vins_network` (String)
|
||||||
- `natable_vins_network_name` (String)
|
- `natable_vins_network_name` (String)
|
||||||
- `need_reboot` (Boolean)
|
- `need_reboot` (Boolean)
|
||||||
|
- `network_interface_naming` (String)
|
||||||
- `numa_affinity` (String)
|
- `numa_affinity` (String)
|
||||||
- `numa_node_id` (Number)
|
- `numa_node_id` (Number)
|
||||||
- `os_users` (List of Object) (see [below for nested schema](#nestedatt--os_users))
|
- `os_users` (List of Object) (see [below for nested schema](#nestedatt--os_users))
|
||||||
- `pci_devices` (List of Number)
|
- `pci_devices` (List of Number)
|
||||||
- `pinned` (Boolean)
|
- `pinned` (Number)
|
||||||
- `pool` (String)
|
- `pool` (String)
|
||||||
|
- `preferred_cpu` (List of Number)
|
||||||
- `ram` (Number)
|
- `ram` (Number)
|
||||||
- `reference_id` (String)
|
- `reference_id` (String)
|
||||||
- `registered` (Boolean)
|
- `registered` (Boolean)
|
||||||
@@ -97,9 +103,10 @@ description: |-
|
|||||||
- `updated_time` (Number)
|
- `updated_time` (Number)
|
||||||
- `user_data` (String)
|
- `user_data` (String)
|
||||||
- `user_managed` (Boolean)
|
- `user_managed` (Boolean)
|
||||||
- `vgpus` (List of Number)
|
- `vgpus` (List of Object) List of virtual GPUs (see [below for nested schema](#nestedatt--vgpus))
|
||||||
- `virtual_image_id` (Number)
|
- `virtual_image_id` (Number)
|
||||||
- `virtual_image_name` (String)
|
- `virtual_image_name` (String)
|
||||||
|
- `vnc_password` (String)
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
<a id="nestedblock--timeouts"></a>
|
||||||
### Nested Schema for `timeouts`
|
### Nested Schema for `timeouts`
|
||||||
@@ -156,6 +163,7 @@ Read-Only:
|
|||||||
|
|
||||||
- `account_id` (Number)
|
- `account_id` (Number)
|
||||||
- `boot_partition` (Number)
|
- `boot_partition` (Number)
|
||||||
|
- `bus_number` (Number)
|
||||||
- `ckey` (String)
|
- `ckey` (String)
|
||||||
- `created_time` (Number)
|
- `created_time` (Number)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
@@ -179,7 +187,7 @@ Read-Only:
|
|||||||
- `passwd` (String)
|
- `passwd` (String)
|
||||||
- `pci_slot` (Number)
|
- `pci_slot` (Number)
|
||||||
- `pool` (String)
|
- `pool` (String)
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `purge_attempts` (Number)
|
- `purge_attempts` (Number)
|
||||||
- `purge_time` (Number)
|
- `purge_time` (Number)
|
||||||
- `reality_device_number` (Number)
|
- `reality_device_number` (Number)
|
||||||
@@ -190,6 +198,7 @@ Read-Only:
|
|||||||
- `role` (String)
|
- `role` (String)
|
||||||
- `sep_id` (Number)
|
- `sep_id` (Number)
|
||||||
- `shareable` (Boolean)
|
- `shareable` (Boolean)
|
||||||
|
- `size_available` (Number)
|
||||||
- `size_max` (Number)
|
- `size_max` (Number)
|
||||||
- `size_used` (Number)
|
- `size_used` (Number)
|
||||||
- `snapshots` (List of Object) (see [below for nested schema](#nestedobjatt--disks--snapshots))
|
- `snapshots` (List of Object) (see [below for nested schema](#nestedobjatt--disks--snapshots))
|
||||||
@@ -250,6 +259,7 @@ Read-Only:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
|
- `bus_number` (Number)
|
||||||
- `conn_id` (Number)
|
- `conn_id` (Number)
|
||||||
- `conn_type` (String)
|
- `conn_type` (String)
|
||||||
- `def_gw` (String)
|
- `def_gw` (String)
|
||||||
@@ -257,8 +267,10 @@ Read-Only:
|
|||||||
- `flip_group_id` (Number)
|
- `flip_group_id` (Number)
|
||||||
- `guid` (String)
|
- `guid` (String)
|
||||||
- `ip_address` (String)
|
- `ip_address` (String)
|
||||||
|
- `libvirt_settings` (List of Object) (see [below for nested schema](#nestedobjatt--interfaces--libvirt_settings))
|
||||||
- `listen_ssh` (Boolean)
|
- `listen_ssh` (Boolean)
|
||||||
- `mac` (String)
|
- `mac` (String)
|
||||||
|
- `mtu` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `net_id` (Number)
|
- `net_id` (Number)
|
||||||
- `net_type` (String)
|
- `net_type` (String)
|
||||||
@@ -270,6 +282,20 @@ Read-Only:
|
|||||||
- `type` (String)
|
- `type` (String)
|
||||||
- `vnfs` (List of Number)
|
- `vnfs` (List of Number)
|
||||||
|
|
||||||
|
<a id="nestedobjatt--interfaces--libvirt_settings"></a>
|
||||||
|
### Nested Schema for `interfaces.libvirt_settings`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `event_idx` (String)
|
||||||
|
- `guid` (String)
|
||||||
|
- `ioeventfd` (String)
|
||||||
|
- `queues` (Number)
|
||||||
|
- `rx_queue_size` (Number)
|
||||||
|
- `tx_queue_size` (Number)
|
||||||
|
- `txmode` (String)
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedobjatt--interfaces--qos"></a>
|
<a id="nestedobjatt--interfaces--qos"></a>
|
||||||
### Nested Schema for `interfaces.qos`
|
### Nested Schema for `interfaces.qos`
|
||||||
|
|
||||||
@@ -311,3 +337,29 @@ Read-Only:
|
|||||||
|
|
||||||
- `key` (String)
|
- `key` (String)
|
||||||
- `val` (String)
|
- `val` (String)
|
||||||
|
|
||||||
|
|
||||||
|
<a id="nestedatt--vgpus"></a>
|
||||||
|
### Nested Schema for `vgpus`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `account_id` (Number)
|
||||||
|
- `bus_number` (Number)
|
||||||
|
- `created_time` (Number)
|
||||||
|
- `deleted_time` (Number)
|
||||||
|
- `gid` (Number)
|
||||||
|
- `guid` (Number)
|
||||||
|
- `id` (Number)
|
||||||
|
- `last_claimed_by` (Number)
|
||||||
|
- `last_update_time` (Number)
|
||||||
|
- `mode` (String)
|
||||||
|
- `pci_slot` (Number)
|
||||||
|
- `pgpuid` (Number)
|
||||||
|
- `profile_id` (Number)
|
||||||
|
- `ram` (Number)
|
||||||
|
- `reference_id` (String)
|
||||||
|
- `rg_id` (Number)
|
||||||
|
- `status` (String)
|
||||||
|
- `type` (String)
|
||||||
|
- `vmid` (Number)
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ description: |-
|
|||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
- `reason` (String)
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
### Read-Only
|
### Read-Only
|
||||||
|
|||||||
@@ -19,9 +19,11 @@ description: |-
|
|||||||
|
|
||||||
- `account_id` (Number) Find by AccountID
|
- `account_id` (Number) Find by AccountID
|
||||||
- `by_id` (Number) Find by ID
|
- `by_id` (Number) Find by ID
|
||||||
|
- `cd_image_id` (Number) Find by CD image ID
|
||||||
- `extnet_id` (Number) Find by Extnet ID
|
- `extnet_id` (Number) Find by Extnet ID
|
||||||
- `extnet_name` (String) Find by Extnet name
|
- `extnet_name` (String) Find by Extnet name
|
||||||
- `ignore_k8s` (Boolean) If set to true, ignores any VMs associated with any k8s cluster
|
- `ignore_k8s` (Boolean) If set to true, ignores any VMs associated with any k8s cluster
|
||||||
|
- `image_id` (Number) Find by image ID
|
||||||
- `includedeleted` (Boolean)
|
- `includedeleted` (Boolean)
|
||||||
- `ip_address` (String) Find by IP address
|
- `ip_address` (String) Find by IP address
|
||||||
- `name` (String) Find by name
|
- `name` (String) Find by name
|
||||||
@@ -30,6 +32,8 @@ description: |-
|
|||||||
- `rg_name` (String) Find by resgroup name
|
- `rg_name` (String) Find by resgroup name
|
||||||
- `size` (Number)
|
- `size` (Number)
|
||||||
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
||||||
|
- `stack_id` (Number) Find by stack ID
|
||||||
|
- `stack_name` (String) Find by node name.
|
||||||
- `status` (String) Find by status
|
- `status` (String) Find by status
|
||||||
- `tech_status` (String) Find by tech status
|
- `tech_status` (String) Find by tech status
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
@@ -62,9 +66,12 @@ Read-Only:
|
|||||||
- `affinity_weight` (Number)
|
- `affinity_weight` (Number)
|
||||||
- `anti_affinity_rules` (List of Object) (see [below for nested schema](#nestedobjatt--items--anti_affinity_rules))
|
- `anti_affinity_rules` (List of Object) (see [below for nested schema](#nestedobjatt--items--anti_affinity_rules))
|
||||||
- `arch` (String)
|
- `arch` (String)
|
||||||
|
- `auto_start_w_node` (Boolean)
|
||||||
- `boot_order` (List of String)
|
- `boot_order` (List of String)
|
||||||
|
- `boot_type` (String)
|
||||||
- `bootdisk_size` (Number)
|
- `bootdisk_size` (Number)
|
||||||
- `cd_image_id` (Number)
|
- `cd_image_id` (Number)
|
||||||
|
- `chipset` (String)
|
||||||
- `clone_reference` (Number)
|
- `clone_reference` (Number)
|
||||||
- `clones` (List of Number)
|
- `clones` (List of Number)
|
||||||
- `compute_id` (Number)
|
- `compute_id` (Number)
|
||||||
@@ -82,9 +89,11 @@ Read-Only:
|
|||||||
- `driver` (String)
|
- `driver` (String)
|
||||||
- `gid` (Number)
|
- `gid` (Number)
|
||||||
- `guid` (Number)
|
- `guid` (Number)
|
||||||
|
- `hot_resize` (Boolean)
|
||||||
- `hp_backed` (Boolean)
|
- `hp_backed` (Boolean)
|
||||||
- `image_id` (Number)
|
- `image_id` (Number)
|
||||||
- `interfaces` (List of Object) (see [below for nested schema](#nestedobjatt--items--interfaces))
|
- `interfaces` (List of Object) (see [below for nested schema](#nestedobjatt--items--interfaces))
|
||||||
|
- `loader_type` (String)
|
||||||
- `lock_status` (String)
|
- `lock_status` (String)
|
||||||
- `manager_id` (Number)
|
- `manager_id` (Number)
|
||||||
- `manager_type` (String)
|
- `manager_type` (String)
|
||||||
@@ -92,10 +101,13 @@ Read-Only:
|
|||||||
- `milestones` (Number)
|
- `milestones` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `need_reboot` (Boolean)
|
- `need_reboot` (Boolean)
|
||||||
|
- `network_interface_naming` (String)
|
||||||
|
- `nid` (Number)
|
||||||
- `numa_affinity` (String)
|
- `numa_affinity` (String)
|
||||||
- `numa_node_id` (Number)
|
- `numa_node_id` (Number)
|
||||||
- `os_users` (List of Object) (see [below for nested schema](#nestedobjatt--items--os_users))
|
- `os_users` (List of Object) (see [below for nested schema](#nestedobjatt--items--os_users))
|
||||||
- `pinned` (Boolean)
|
- `pinned` (Number)
|
||||||
|
- `preferred_cpu` (List of Number)
|
||||||
- `ram` (Number)
|
- `ram` (Number)
|
||||||
- `reference_id` (String)
|
- `reference_id` (String)
|
||||||
- `registered` (Boolean)
|
- `registered` (Boolean)
|
||||||
@@ -105,6 +117,7 @@ Read-Only:
|
|||||||
- `rg_name` (String)
|
- `rg_name` (String)
|
||||||
- `snap_sets` (List of Object) (see [below for nested schema](#nestedobjatt--items--snap_sets))
|
- `snap_sets` (List of Object) (see [below for nested schema](#nestedobjatt--items--snap_sets))
|
||||||
- `stack_id` (Number)
|
- `stack_id` (Number)
|
||||||
|
- `stack_name` (String)
|
||||||
- `stateless_sep_id` (Number)
|
- `stateless_sep_id` (Number)
|
||||||
- `stateless_sep_type` (String)
|
- `stateless_sep_type` (String)
|
||||||
- `status` (String)
|
- `status` (String)
|
||||||
@@ -163,6 +176,7 @@ Read-Only:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
|
- `bus_number` (Number)
|
||||||
- `disk_id` (Number)
|
- `disk_id` (Number)
|
||||||
- `pci_slot` (Number)
|
- `pci_slot` (Number)
|
||||||
|
|
||||||
@@ -172,6 +186,7 @@ Read-Only:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
|
- `bus_number` (Number)
|
||||||
- `conn_id` (Number)
|
- `conn_id` (Number)
|
||||||
- `conn_type` (String)
|
- `conn_type` (String)
|
||||||
- `def_gw` (String)
|
- `def_gw` (String)
|
||||||
@@ -179,8 +194,10 @@ Read-Only:
|
|||||||
- `flip_group_id` (Number)
|
- `flip_group_id` (Number)
|
||||||
- `guid` (String)
|
- `guid` (String)
|
||||||
- `ip_address` (String)
|
- `ip_address` (String)
|
||||||
|
- `libvirt_settings` (List of Object) (see [below for nested schema](#nestedobjatt--items--interfaces--libvirt_settings))
|
||||||
- `listen_ssh` (Boolean)
|
- `listen_ssh` (Boolean)
|
||||||
- `mac` (String)
|
- `mac` (String)
|
||||||
|
- `mtu` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `net_id` (Number)
|
- `net_id` (Number)
|
||||||
- `net_type` (String)
|
- `net_type` (String)
|
||||||
@@ -192,6 +209,20 @@ Read-Only:
|
|||||||
- `type` (String)
|
- `type` (String)
|
||||||
- `vnfs` (List of Number)
|
- `vnfs` (List of Number)
|
||||||
|
|
||||||
|
<a id="nestedobjatt--items--interfaces--libvirt_settings"></a>
|
||||||
|
### Nested Schema for `items.interfaces.libvirt_settings`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `event_idx` (String)
|
||||||
|
- `guid` (String)
|
||||||
|
- `ioeventfd` (String)
|
||||||
|
- `queues` (Number)
|
||||||
|
- `rx_queue_size` (Number)
|
||||||
|
- `tx_queue_size` (Number)
|
||||||
|
- `txmode` (String)
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedobjatt--items--interfaces--qos"></a>
|
<a id="nestedobjatt--items--interfaces--qos"></a>
|
||||||
### Nested Schema for `items.interfaces.qos`
|
### Nested Schema for `items.interfaces.qos`
|
||||||
|
|
||||||
|
|||||||
@@ -60,9 +60,12 @@ Read-Only:
|
|||||||
- `affinity_weight` (Number)
|
- `affinity_weight` (Number)
|
||||||
- `anti_affinity_rules` (List of Object) (see [below for nested schema](#nestedobjatt--items--anti_affinity_rules))
|
- `anti_affinity_rules` (List of Object) (see [below for nested schema](#nestedobjatt--items--anti_affinity_rules))
|
||||||
- `arch` (String)
|
- `arch` (String)
|
||||||
|
- `auto_start_w_node` (Boolean)
|
||||||
- `boot_order` (List of String)
|
- `boot_order` (List of String)
|
||||||
|
- `boot_type` (String)
|
||||||
- `bootdisk_size` (Number)
|
- `bootdisk_size` (Number)
|
||||||
- `cd_image_id` (Number)
|
- `cd_image_id` (Number)
|
||||||
|
- `chipset` (String)
|
||||||
- `clone_reference` (Number)
|
- `clone_reference` (Number)
|
||||||
- `clones` (List of Number)
|
- `clones` (List of Number)
|
||||||
- `compute_id` (Number)
|
- `compute_id` (Number)
|
||||||
@@ -80,9 +83,11 @@ Read-Only:
|
|||||||
- `driver` (String)
|
- `driver` (String)
|
||||||
- `gid` (Number)
|
- `gid` (Number)
|
||||||
- `guid` (Number)
|
- `guid` (Number)
|
||||||
|
- `hot_resize` (Boolean)
|
||||||
- `hp_backed` (Boolean)
|
- `hp_backed` (Boolean)
|
||||||
- `image_id` (Number)
|
- `image_id` (Number)
|
||||||
- `interfaces` (List of Object) (see [below for nested schema](#nestedobjatt--items--interfaces))
|
- `interfaces` (List of Object) (see [below for nested schema](#nestedobjatt--items--interfaces))
|
||||||
|
- `loader_type` (String)
|
||||||
- `lock_status` (String)
|
- `lock_status` (String)
|
||||||
- `manager_id` (Number)
|
- `manager_id` (Number)
|
||||||
- `manager_type` (String)
|
- `manager_type` (String)
|
||||||
@@ -90,10 +95,12 @@ Read-Only:
|
|||||||
- `milestones` (Number)
|
- `milestones` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `need_reboot` (Boolean)
|
- `need_reboot` (Boolean)
|
||||||
|
- `network_interface_naming` (String)
|
||||||
- `numa_affinity` (String)
|
- `numa_affinity` (String)
|
||||||
- `numa_node_id` (Number)
|
- `numa_node_id` (Number)
|
||||||
- `os_users` (List of Object) (see [below for nested schema](#nestedobjatt--items--os_users))
|
- `os_users` (List of Object) (see [below for nested schema](#nestedobjatt--items--os_users))
|
||||||
- `pinned` (Boolean)
|
- `pinned` (Number)
|
||||||
|
- `preferred_cpu` (List of Number)
|
||||||
- `ram` (Number)
|
- `ram` (Number)
|
||||||
- `reference_id` (String)
|
- `reference_id` (String)
|
||||||
- `registered` (Boolean)
|
- `registered` (Boolean)
|
||||||
@@ -103,6 +110,7 @@ Read-Only:
|
|||||||
- `rg_name` (String)
|
- `rg_name` (String)
|
||||||
- `snap_sets` (List of Object) (see [below for nested schema](#nestedobjatt--items--snap_sets))
|
- `snap_sets` (List of Object) (see [below for nested schema](#nestedobjatt--items--snap_sets))
|
||||||
- `stack_id` (Number)
|
- `stack_id` (Number)
|
||||||
|
- `stack_name` (String)
|
||||||
- `stateless_sep_id` (Number)
|
- `stateless_sep_id` (Number)
|
||||||
- `stateless_sep_type` (String)
|
- `stateless_sep_type` (String)
|
||||||
- `status` (String)
|
- `status` (String)
|
||||||
@@ -170,6 +178,7 @@ Read-Only:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
|
- `bus_number` (Number)
|
||||||
- `conn_id` (Number)
|
- `conn_id` (Number)
|
||||||
- `conn_type` (String)
|
- `conn_type` (String)
|
||||||
- `def_gw` (String)
|
- `def_gw` (String)
|
||||||
@@ -177,8 +186,10 @@ Read-Only:
|
|||||||
- `flip_group_id` (Number)
|
- `flip_group_id` (Number)
|
||||||
- `guid` (String)
|
- `guid` (String)
|
||||||
- `ip_address` (String)
|
- `ip_address` (String)
|
||||||
|
- `libvirt_settings` (List of Object) (see [below for nested schema](#nestedobjatt--items--interfaces--libvirt_settings))
|
||||||
- `listen_ssh` (Boolean)
|
- `listen_ssh` (Boolean)
|
||||||
- `mac` (String)
|
- `mac` (String)
|
||||||
|
- `mtu` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `net_id` (Number)
|
- `net_id` (Number)
|
||||||
- `net_type` (String)
|
- `net_type` (String)
|
||||||
@@ -190,6 +201,20 @@ Read-Only:
|
|||||||
- `type` (String)
|
- `type` (String)
|
||||||
- `vnfs` (List of Number)
|
- `vnfs` (List of Number)
|
||||||
|
|
||||||
|
<a id="nestedobjatt--items--interfaces--libvirt_settings"></a>
|
||||||
|
### Nested Schema for `items.interfaces.libvirt_settings`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `event_idx` (String)
|
||||||
|
- `guid` (String)
|
||||||
|
- `ioeventfd` (String)
|
||||||
|
- `queues` (Number)
|
||||||
|
- `rx_queue_size` (Number)
|
||||||
|
- `tx_queue_size` (Number)
|
||||||
|
- `txmode` (String)
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedobjatt--items--interfaces--qos"></a>
|
<a id="nestedobjatt--items--interfaces--qos"></a>
|
||||||
### Nested Schema for `items.interfaces.qos`
|
### Nested Schema for `items.interfaces.qos`
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ description: |-
|
|||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
- `reason` (String)
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
### Read-Only
|
### Read-Only
|
||||||
|
|||||||
@@ -28,12 +28,15 @@ description: |-
|
|||||||
- `consumption` (List of Object) (see [below for nested schema](#nestedatt--consumption))
|
- `consumption` (List of Object) (see [below for nested schema](#nestedatt--consumption))
|
||||||
- `cpu_allocation_ratio` (Number)
|
- `cpu_allocation_ratio` (Number)
|
||||||
- `cpu_info` (List of Object) (see [below for nested schema](#nestedatt--cpu_info))
|
- `cpu_info` (List of Object) (see [below for nested schema](#nestedatt--cpu_info))
|
||||||
|
- `dpdk` (List of Object) (see [below for nested schema](#nestedatt--dpdk))
|
||||||
- `gid` (Number)
|
- `gid` (Number)
|
||||||
- `id` (String) The ID of this resource.
|
- `id` (String) The ID of this resource.
|
||||||
- `ipaddr` (List of String)
|
- `ipaddr` (List of String)
|
||||||
- `isolated_cpus` (List of String)
|
- `isolated_cpus` (List of String)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `need_reboot` (Boolean)
|
- `need_reboot` (Boolean)
|
||||||
|
- `net_addr` (List of Object) (see [below for nested schema](#nestedatt--net_addr))
|
||||||
|
- `network_mode` (String)
|
||||||
- `nic_info` (List of Object) (see [below for nested schema](#nestedatt--nic_info))
|
- `nic_info` (List of Object) (see [below for nested schema](#nestedatt--nic_info))
|
||||||
- `numa_topology` (List of Object) (see [below for nested schema](#nestedatt--numa_topology))
|
- `numa_topology` (List of Object) (see [below for nested schema](#nestedatt--numa_topology))
|
||||||
- `reserved_cpus` (List of String)
|
- `reserved_cpus` (List of String)
|
||||||
@@ -41,6 +44,10 @@ description: |-
|
|||||||
- `sriov_enabled` (Boolean)
|
- `sriov_enabled` (Boolean)
|
||||||
- `stack_id` (Number)
|
- `stack_id` (Number)
|
||||||
- `status` (String)
|
- `status` (String)
|
||||||
|
- `to_active` (List of Object) (see [below for nested schema](#nestedatt--to_active))
|
||||||
|
- `to_installing` (List of Object) (see [below for nested schema](#nestedatt--to_installing))
|
||||||
|
- `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)
|
- `version` (String)
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
<a id="nestedblock--timeouts"></a>
|
||||||
@@ -109,6 +116,42 @@ Read-Only:
|
|||||||
- `phys_count` (Number)
|
- `phys_count` (Number)
|
||||||
|
|
||||||
|
|
||||||
|
<a id="nestedatt--dpdk"></a>
|
||||||
|
### Nested Schema for `dpdk`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `bridges` (List of Object) (see [below for nested schema](#nestedobjatt--dpdk--bridges))
|
||||||
|
- `hp_memory` (Map of Number)
|
||||||
|
- `pmd_cpu` (List of Number)
|
||||||
|
|
||||||
|
<a id="nestedobjatt--dpdk--bridges"></a>
|
||||||
|
### Nested Schema for `dpdk.bridges`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `backplane1` (List of Object) (see [below for nested schema](#nestedobjatt--dpdk--bridges--backplane1))
|
||||||
|
|
||||||
|
<a id="nestedobjatt--dpdk--bridges--backplane1"></a>
|
||||||
|
### Nested Schema for `dpdk.bridges.backplane1`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `interfaces` (List of String)
|
||||||
|
- `numa_node` (Number)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a id="nestedatt--net_addr"></a>
|
||||||
|
### Nested Schema for `net_addr`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `ip` (List of String)
|
||||||
|
- `name` (String)
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedatt--nic_info"></a>
|
<a id="nestedatt--nic_info"></a>
|
||||||
### Nested Schema for `nic_info`
|
### Nested Schema for `nic_info`
|
||||||
|
|
||||||
@@ -156,3 +199,45 @@ Read-Only:
|
|||||||
- `one_g` (Number)
|
- `one_g` (Number)
|
||||||
- `total` (Number)
|
- `total` (Number)
|
||||||
- `two_m` (Number)
|
- `two_m` (Number)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a id="nestedatt--to_active"></a>
|
||||||
|
### Nested Schema for `to_active`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `actor` (String)
|
||||||
|
- `reason` (String)
|
||||||
|
- `time` (Number)
|
||||||
|
|
||||||
|
|
||||||
|
<a id="nestedatt--to_installing"></a>
|
||||||
|
### Nested Schema for `to_installing`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `actor` (String)
|
||||||
|
- `reason` (String)
|
||||||
|
- `time` (Number)
|
||||||
|
|
||||||
|
|
||||||
|
<a id="nestedatt--to_maintenance"></a>
|
||||||
|
### Nested Schema for `to_maintenance`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `actor` (String)
|
||||||
|
- `reason` (String)
|
||||||
|
- `time` (Number)
|
||||||
|
|
||||||
|
|
||||||
|
<a id="nestedatt--to_restricted"></a>
|
||||||
|
### Nested Schema for `to_restricted`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `actor` (String)
|
||||||
|
- `reason` (String)
|
||||||
|
- `time` (Number)
|
||||||
|
|||||||
@@ -52,6 +52,7 @@ Read-Only:
|
|||||||
- `additional_pkgs` (List of String)
|
- `additional_pkgs` (List of String)
|
||||||
- `cpu_info` (List of Object) (see [below for nested schema](#nestedobjatt--items--cpu_info))
|
- `cpu_info` (List of Object) (see [below for nested schema](#nestedobjatt--items--cpu_info))
|
||||||
- `description` (String)
|
- `description` (String)
|
||||||
|
- `dpdk` (List of Object) (see [below for nested schema](#nestedobjatt--items--dpdk))
|
||||||
- `gid` (Number)
|
- `gid` (Number)
|
||||||
- `guid` (String)
|
- `guid` (String)
|
||||||
- `hostkey` (String)
|
- `hostkey` (String)
|
||||||
@@ -86,6 +87,7 @@ Read-Only:
|
|||||||
- `status` (String)
|
- `status` (String)
|
||||||
- `tags` (List of String)
|
- `tags` (List of String)
|
||||||
- `type` (String)
|
- `type` (String)
|
||||||
|
- `uefi_firmware_file` (String)
|
||||||
- `version` (String)
|
- `version` (String)
|
||||||
|
|
||||||
<a id="nestedobjatt--items--cpu_info"></a>
|
<a id="nestedobjatt--items--cpu_info"></a>
|
||||||
@@ -98,6 +100,33 @@ Read-Only:
|
|||||||
- `phys_count` (Number)
|
- `phys_count` (Number)
|
||||||
|
|
||||||
|
|
||||||
|
<a id="nestedobjatt--items--dpdk"></a>
|
||||||
|
### Nested Schema for `items.dpdk`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `bridges` (List of Object) (see [below for nested schema](#nestedobjatt--items--dpdk--bridges))
|
||||||
|
- `hp_memory` (Map of Number)
|
||||||
|
- `pmd_cpu` (List of Number)
|
||||||
|
|
||||||
|
<a id="nestedobjatt--items--dpdk--bridges"></a>
|
||||||
|
### Nested Schema for `items.dpdk.bridges`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `backplane1` (List of Object) (see [below for nested schema](#nestedobjatt--items--dpdk--bridges--backplane1))
|
||||||
|
|
||||||
|
<a id="nestedobjatt--items--dpdk--bridges--backplane1"></a>
|
||||||
|
### Nested Schema for `items.dpdk.bridges.backplane1`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `interfaces` (List of String)
|
||||||
|
- `numa_node` (Number)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedobjatt--items--net_addr"></a>
|
<a id="nestedobjatt--items--net_addr"></a>
|
||||||
### Nested Schema for `items.net_addr`
|
### Nested Schema for `items.net_addr`
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ description: |-
|
|||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
- `reason` (String)
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
### Read-Only
|
### Read-Only
|
||||||
@@ -47,7 +46,6 @@ description: |-
|
|||||||
- `lock_status` (String)
|
- `lock_status` (String)
|
||||||
- `milestones` (Number)
|
- `milestones` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `register_computes` (Boolean)
|
|
||||||
- `resource_limits` (List of Object) (see [below for nested schema](#nestedatt--resource_limits))
|
- `resource_limits` (List of Object) (see [below for nested schema](#nestedatt--resource_limits))
|
||||||
- `resource_types` (List of String)
|
- `resource_types` (List of String)
|
||||||
- `secret` (String)
|
- `secret` (String)
|
||||||
|
|||||||
@@ -70,7 +70,6 @@ Read-Only:
|
|||||||
- `lock_status` (String)
|
- `lock_status` (String)
|
||||||
- `milestones` (Number)
|
- `milestones` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `register_computes` (Boolean)
|
|
||||||
- `resource_limits` (List of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits))
|
- `resource_limits` (List of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits))
|
||||||
- `resource_types` (List of String)
|
- `resource_types` (List of String)
|
||||||
- `rg_id` (Number)
|
- `rg_id` (Number)
|
||||||
|
|||||||
@@ -68,7 +68,6 @@ Read-Only:
|
|||||||
- `lock_status` (String)
|
- `lock_status` (String)
|
||||||
- `milestones` (Number)
|
- `milestones` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `register_computes` (Boolean)
|
|
||||||
- `resource_limits` (List of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits))
|
- `resource_limits` (List of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits))
|
||||||
- `resource_types` (List of String)
|
- `resource_types` (List of String)
|
||||||
- `rg_id` (Number)
|
- `rg_id` (Number)
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ description: |-
|
|||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
- `reason` (String)
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
### Read-Only
|
### Read-Only
|
||||||
|
|||||||
@@ -25,15 +25,14 @@ description: |-
|
|||||||
|
|
||||||
### Read-Only
|
### Read-Only
|
||||||
|
|
||||||
- `ckey` (String) ckey
|
|
||||||
- `config` (String) config
|
- `config` (String) config
|
||||||
- `consumed_by` (Set of Number) consumed by
|
- `consumed_by` (Set of Number) consumed by
|
||||||
- `desc` (String) description
|
- `desc` (String) description
|
||||||
- `gid` (Number) gid
|
- `gid` (Number) gid
|
||||||
- `guid` (Number) guid
|
- `guid` (Number) guid
|
||||||
- `id` (String) The ID of this resource.
|
- `id` (String) The ID of this resource.
|
||||||
- `meta` (List of String) meta
|
|
||||||
- `milestones` (Number) milestones
|
- `milestones` (Number) milestones
|
||||||
|
- `multipath_num` (Number) multipath_num
|
||||||
- `name` (String) name
|
- `name` (String) name
|
||||||
- `obj_status` (String) object status
|
- `obj_status` (String) object status
|
||||||
- `provided_by` (List of Number) provided by
|
- `provided_by` (List of Number) provided by
|
||||||
|
|||||||
59
docs/data-sources/cb_sep_and_pools_available_list.md
Normal file
59
docs/data-sources/cb_sep_and_pools_available_list.md
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
---
|
||||||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||||
|
page_title: "decort_cb_sep_and_pools_available_list Data Source - terraform-provider-decort"
|
||||||
|
subcategory: ""
|
||||||
|
description: |-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# decort_cb_sep_and_pools_available_list (Data Source)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- schema generated by tfplugindocs -->
|
||||||
|
## Schema
|
||||||
|
|
||||||
|
### Required
|
||||||
|
|
||||||
|
- `account_id` (Number) Account ID
|
||||||
|
|
||||||
|
### Optional
|
||||||
|
|
||||||
|
- `rg_id` (Number) Resource group ID
|
||||||
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
|
### Read-Only
|
||||||
|
|
||||||
|
- `entry_count` (Number) Number of available SEP entries
|
||||||
|
- `id` (String) The ID of this resource.
|
||||||
|
- `items` (List of Object) List of available SEPs (see [below for nested schema](#nestedatt--items))
|
||||||
|
|
||||||
|
<a id="nestedblock--timeouts"></a>
|
||||||
|
### Nested Schema for `timeouts`
|
||||||
|
|
||||||
|
Optional:
|
||||||
|
|
||||||
|
- `default` (String)
|
||||||
|
- `read` (String)
|
||||||
|
|
||||||
|
|
||||||
|
<a id="nestedatt--items"></a>
|
||||||
|
### Nested Schema for `items`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `pools` (List of Object) (see [below for nested schema](#nestedobjatt--items--pools))
|
||||||
|
- `sep_id` (Number)
|
||||||
|
- `sep_name` (String)
|
||||||
|
- `sep_type` (String)
|
||||||
|
|
||||||
|
<a id="nestedobjatt--items--pools"></a>
|
||||||
|
### Nested Schema for `items.pools`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `name` (String)
|
||||||
|
- `system` (Boolean)
|
||||||
|
- `types` (List of String)
|
||||||
@@ -49,14 +49,13 @@ Optional:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
- `ckey` (String)
|
|
||||||
- `config` (String)
|
- `config` (String)
|
||||||
- `consumed_by` (Set of Number)
|
- `consumed_by` (Set of Number)
|
||||||
- `desc` (String)
|
- `desc` (String)
|
||||||
- `gid` (Number)
|
- `gid` (Number)
|
||||||
- `guid` (Number)
|
- `guid` (Number)
|
||||||
- `meta` (List of String)
|
|
||||||
- `milestones` (Number)
|
- `milestones` (Number)
|
||||||
|
- `multipath_num` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `obj_status` (String)
|
- `obj_status` (String)
|
||||||
- `provided_by` (List of Number)
|
- `provided_by` (List of Number)
|
||||||
|
|||||||
38
docs/data-sources/cb_sep_template.md
Normal file
38
docs/data-sources/cb_sep_template.md
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
---
|
||||||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||||
|
page_title: "decort_cb_sep_template Data Source - terraform-provider-decort"
|
||||||
|
subcategory: ""
|
||||||
|
description: |-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# decort_cb_sep_template (Data Source)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- schema generated by tfplugindocs -->
|
||||||
|
## Schema
|
||||||
|
|
||||||
|
### Required
|
||||||
|
|
||||||
|
- `lang` (String) language
|
||||||
|
- `sep_type` (String) type of sep
|
||||||
|
|
||||||
|
### Optional
|
||||||
|
|
||||||
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
|
### Read-Only
|
||||||
|
|
||||||
|
- `id` (String) The ID of this resource.
|
||||||
|
- `sep_template` (String)
|
||||||
|
|
||||||
|
<a id="nestedblock--timeouts"></a>
|
||||||
|
### Nested Schema for `timeouts`
|
||||||
|
|
||||||
|
Optional:
|
||||||
|
|
||||||
|
- `default` (String)
|
||||||
|
- `read` (String)
|
||||||
@@ -47,6 +47,7 @@ Optional:
|
|||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
- `call` (String)
|
- `call` (String)
|
||||||
|
- `guid` (String)
|
||||||
- `response_time` (Number)
|
- `response_time` (Number)
|
||||||
- `status_code` (Number)
|
- `status_code` (Number)
|
||||||
- `time` (Number)
|
- `time` (Number)
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ description: |-
|
|||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
- `reason` (String) reason for action
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
### Read-Only
|
### Read-Only
|
||||||
@@ -102,6 +101,7 @@ Read-Only:
|
|||||||
- `tech_status` (String)
|
- `tech_status` (String)
|
||||||
- `type` (String)
|
- `type` (String)
|
||||||
- `vins` (List of Number)
|
- `vins` (List of Number)
|
||||||
|
- `vnc_password` (String)
|
||||||
|
|
||||||
<a id="nestedobjatt--vnf_dev--config"></a>
|
<a id="nestedobjatt--vnf_dev--config"></a>
|
||||||
### Nested Schema for `vnf_dev.config`
|
### Nested Schema for `vnf_dev.config`
|
||||||
@@ -139,6 +139,7 @@ Read-Only:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
|
- `bus_number` (Number)
|
||||||
- `conn_id` (Number)
|
- `conn_id` (Number)
|
||||||
- `conn_type` (String)
|
- `conn_type` (String)
|
||||||
- `def_gw` (String)
|
- `def_gw` (String)
|
||||||
@@ -146,8 +147,10 @@ Read-Only:
|
|||||||
- `flipgroup_id` (Number)
|
- `flipgroup_id` (Number)
|
||||||
- `guid` (String)
|
- `guid` (String)
|
||||||
- `ip_address` (String)
|
- `ip_address` (String)
|
||||||
|
- `libvirt_settings` (List of Object) (see [below for nested schema](#nestedobjatt--vnf_dev--interfaces--libvirt_settings))
|
||||||
- `listen_ssh` (Boolean)
|
- `listen_ssh` (Boolean)
|
||||||
- `mac` (String)
|
- `mac` (String)
|
||||||
|
- `mtu` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `net_id` (Number)
|
- `net_id` (Number)
|
||||||
- `net_mask` (Number)
|
- `net_mask` (Number)
|
||||||
@@ -159,6 +162,20 @@ Read-Only:
|
|||||||
- `type` (String)
|
- `type` (String)
|
||||||
- `vnfs` (List of Number)
|
- `vnfs` (List of Number)
|
||||||
|
|
||||||
|
<a id="nestedobjatt--vnf_dev--interfaces--libvirt_settings"></a>
|
||||||
|
### Nested Schema for `vnf_dev.interfaces.libvirt_settings`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `event_idx` (String)
|
||||||
|
- `guid` (String)
|
||||||
|
- `ioeventfd` (String)
|
||||||
|
- `queues` (Number)
|
||||||
|
- `rx_queue_size` (Number)
|
||||||
|
- `tx_queue_size` (Number)
|
||||||
|
- `txmode` (String)
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedobjatt--vnf_dev--interfaces--qos"></a>
|
<a id="nestedobjatt--vnf_dev--interfaces--qos"></a>
|
||||||
### Nested Schema for `vnf_dev.interfaces.qos`
|
### Nested Schema for `vnf_dev.interfaces.qos`
|
||||||
|
|
||||||
@@ -224,10 +241,7 @@ Read-Only:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
- `client_type` (String)
|
- `account_id` (Number)
|
||||||
- `description` (String)
|
|
||||||
- `domain_name` (String)
|
|
||||||
- `host_name` (String)
|
|
||||||
- `ip` (String)
|
- `ip` (String)
|
||||||
- `mac` (String)
|
- `mac` (String)
|
||||||
- `type` (String)
|
- `type` (String)
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ description: |-
|
|||||||
- `rg_id` (Number) Find by rg id
|
- `rg_id` (Number) Find by rg id
|
||||||
- `size` (Number) Page size
|
- `size` (Number) Page size
|
||||||
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
||||||
|
- `status` (String) sort by status
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
- `vnfdev_id` (Number) find by VNF Device id
|
- `vnfdev_id` (Number) find by VNF Device id
|
||||||
|
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ description: |-
|
|||||||
- `size` (Number) Page size
|
- `size` (Number) Page size
|
||||||
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
- `vnf_dev_id` (Number) Filter by VNF Device id
|
||||||
|
|
||||||
### Read-Only
|
### Read-Only
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ description: |-
|
|||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
- `reason` (String) reason for action
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
### Read-Only
|
### Read-Only
|
||||||
|
|||||||
@@ -29,7 +29,9 @@ description: |-
|
|||||||
- `account_name` (String) The name of the subscriber '(account') to whom this disk belongs
|
- `account_name` (String) The name of the subscriber '(account') to whom this disk belongs
|
||||||
- `acl` (String)
|
- `acl` (String)
|
||||||
- `computes` (List of Object) (see [below for nested schema](#nestedatt--computes))
|
- `computes` (List of Object) (see [below for nested schema](#nestedatt--computes))
|
||||||
|
- `created_by` (String)
|
||||||
- `created_time` (Number) Created time
|
- `created_time` (Number) Created time
|
||||||
|
- `deleted_by` (String)
|
||||||
- `deleted_time` (Number) Deleted time
|
- `deleted_time` (Number) Deleted time
|
||||||
- `desc` (String) Description of disk
|
- `desc` (String) Description of disk
|
||||||
- `destruction_time` (Number) Time of final deletion
|
- `destruction_time` (Number) Time of final deletion
|
||||||
@@ -40,12 +42,15 @@ description: |-
|
|||||||
- `image_id` (Number) Image ID
|
- `image_id` (Number) Image ID
|
||||||
- `images` (List of String) IDs of images using the disk
|
- `images` (List of String) IDs of images using the disk
|
||||||
- `iotune` (List of Object) (see [below for nested schema](#nestedatt--iotune))
|
- `iotune` (List of Object) (see [below for nested schema](#nestedatt--iotune))
|
||||||
|
- `machine_id` (Number)
|
||||||
|
- `machine_name` (String)
|
||||||
|
- `milestones` (Number) Milestones
|
||||||
- `order` (Number) Disk order
|
- `order` (Number) Disk order
|
||||||
- `params` (String) Disk params
|
- `params` (String) Disk params
|
||||||
- `parent_id` (Number) ID of the parent disk
|
- `parent_id` (Number) ID of the parent disk
|
||||||
- `pci_slot` (Number) ID of the pci slot to which the disk is connected
|
- `pci_slot` (Number) ID of the pci slot to which the disk is connected
|
||||||
- `pool` (String) Pool for disk location
|
- `pool` (String) Pool for disk location
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `purge_time` (Number) Time of the last deletion attempt
|
- `purge_time` (Number) Time of the last deletion attempt
|
||||||
- `replication` (List of Object) Replication status (see [below for nested schema](#nestedatt--replication))
|
- `replication` (List of Object) Replication status (see [below for nested schema](#nestedatt--replication))
|
||||||
- `res_id` (String) Resource ID
|
- `res_id` (String) Resource ID
|
||||||
@@ -54,12 +59,15 @@ description: |-
|
|||||||
- `sep_id` (Number) Storage endpoint provider ID to create disk
|
- `sep_id` (Number) Storage endpoint provider ID to create disk
|
||||||
- `sep_type` (String) Type SEP. Defines the type of storage system and contains one of the values set in the cloud platform
|
- `sep_type` (String) Type SEP. Defines the type of storage system and contains one of the values set in the cloud platform
|
||||||
- `shareable` (Boolean)
|
- `shareable` (Boolean)
|
||||||
|
- `size_available` (Number)
|
||||||
- `size_max` (Number) Size in GB
|
- `size_max` (Number) Size in GB
|
||||||
- `size_used` (Number) Number of used space, in GB
|
- `size_used` (Number) Number of used space, in GB
|
||||||
- `snapshots` (List of Object) (see [below for nested schema](#nestedatt--snapshots))
|
- `snapshots` (List of Object) (see [below for nested schema](#nestedatt--snapshots))
|
||||||
- `status` (String) Disk status
|
- `status` (String) Disk status
|
||||||
- `tech_status` (String) Technical status of the disk
|
- `tech_status` (String) Technical status of the disk
|
||||||
- `type` (String) The type of disk in terms of its role in compute: 'B=Boot, D=Data, T=Temp'
|
- `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)
|
||||||
- `vmid` (Number) Virtual Machine ID (Deprecated)
|
- `vmid` (Number) Virtual Machine ID (Deprecated)
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
<a id="nestedblock--timeouts"></a>
|
||||||
|
|||||||
@@ -56,7 +56,9 @@ Read-Only:
|
|||||||
- `account_name` (String)
|
- `account_name` (String)
|
||||||
- `acl` (String)
|
- `acl` (String)
|
||||||
- `computes` (List of Object) (see [below for nested schema](#nestedobjatt--items--computes))
|
- `computes` (List of Object) (see [below for nested schema](#nestedobjatt--items--computes))
|
||||||
|
- `created_by` (String)
|
||||||
- `created_time` (Number)
|
- `created_time` (Number)
|
||||||
|
- `deleted_by` (String)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
- `desc` (String)
|
- `desc` (String)
|
||||||
- `destruction_time` (Number)
|
- `destruction_time` (Number)
|
||||||
@@ -69,12 +71,13 @@ Read-Only:
|
|||||||
- `iotune` (List of Object) (see [below for nested schema](#nestedobjatt--items--iotune))
|
- `iotune` (List of Object) (see [below for nested schema](#nestedobjatt--items--iotune))
|
||||||
- `machine_id` (Number)
|
- `machine_id` (Number)
|
||||||
- `machine_name` (String)
|
- `machine_name` (String)
|
||||||
|
- `milestones` (Number)
|
||||||
- `order` (Number)
|
- `order` (Number)
|
||||||
- `params` (String)
|
- `params` (String)
|
||||||
- `parent_id` (Number)
|
- `parent_id` (Number)
|
||||||
- `pci_slot` (Number)
|
- `pci_slot` (Number)
|
||||||
- `pool` (String)
|
- `pool` (String)
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `purge_time` (Number)
|
- `purge_time` (Number)
|
||||||
- `replication` (List of Object) (see [below for nested schema](#nestedobjatt--items--replication))
|
- `replication` (List of Object) (see [below for nested schema](#nestedobjatt--items--replication))
|
||||||
- `res_id` (String)
|
- `res_id` (String)
|
||||||
@@ -83,12 +86,15 @@ Read-Only:
|
|||||||
- `sep_id` (Number)
|
- `sep_id` (Number)
|
||||||
- `sep_type` (String)
|
- `sep_type` (String)
|
||||||
- `shareable` (Boolean)
|
- `shareable` (Boolean)
|
||||||
|
- `size_available` (Number)
|
||||||
- `size_max` (Number)
|
- `size_max` (Number)
|
||||||
- `size_used` (Number)
|
- `size_used` (Number)
|
||||||
- `snapshots` (List of Object) (see [below for nested schema](#nestedobjatt--items--snapshots))
|
- `snapshots` (List of Object) (see [below for nested schema](#nestedobjatt--items--snapshots))
|
||||||
- `status` (String)
|
- `status` (String)
|
||||||
- `tech_status` (String)
|
- `tech_status` (String)
|
||||||
- `type` (String)
|
- `type` (String)
|
||||||
|
- `updated_by` (String)
|
||||||
|
- `updated_time` (Number)
|
||||||
- `vmid` (Number)
|
- `vmid` (Number)
|
||||||
|
|
||||||
<a id="nestedobjatt--items--computes"></a>
|
<a id="nestedobjatt--items--computes"></a>
|
||||||
|
|||||||
@@ -53,7 +53,9 @@ Read-Only:
|
|||||||
- `account_name` (String)
|
- `account_name` (String)
|
||||||
- `acl` (String)
|
- `acl` (String)
|
||||||
- `computes` (List of Object) (see [below for nested schema](#nestedobjatt--items--computes))
|
- `computes` (List of Object) (see [below for nested schema](#nestedobjatt--items--computes))
|
||||||
|
- `created_by` (String)
|
||||||
- `created_time` (Number)
|
- `created_time` (Number)
|
||||||
|
- `deleted_by` (String)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
- `desc` (String)
|
- `desc` (String)
|
||||||
- `destruction_time` (Number)
|
- `destruction_time` (Number)
|
||||||
@@ -66,12 +68,13 @@ Read-Only:
|
|||||||
- `iotune` (List of Object) (see [below for nested schema](#nestedobjatt--items--iotune))
|
- `iotune` (List of Object) (see [below for nested schema](#nestedobjatt--items--iotune))
|
||||||
- `machine_id` (Number)
|
- `machine_id` (Number)
|
||||||
- `machine_name` (String)
|
- `machine_name` (String)
|
||||||
|
- `milestones` (Number)
|
||||||
- `order` (Number)
|
- `order` (Number)
|
||||||
- `params` (String)
|
- `params` (String)
|
||||||
- `parent_id` (Number)
|
- `parent_id` (Number)
|
||||||
- `pci_slot` (Number)
|
- `pci_slot` (Number)
|
||||||
- `pool` (String)
|
- `pool` (String)
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `purge_time` (Number)
|
- `purge_time` (Number)
|
||||||
- `replication` (List of Object) (see [below for nested schema](#nestedobjatt--items--replication))
|
- `replication` (List of Object) (see [below for nested schema](#nestedobjatt--items--replication))
|
||||||
- `res_id` (String)
|
- `res_id` (String)
|
||||||
@@ -80,12 +83,15 @@ Read-Only:
|
|||||||
- `sep_id` (Number)
|
- `sep_id` (Number)
|
||||||
- `sep_type` (String)
|
- `sep_type` (String)
|
||||||
- `shareable` (Boolean)
|
- `shareable` (Boolean)
|
||||||
|
- `size_available` (Number)
|
||||||
- `size_max` (Number)
|
- `size_max` (Number)
|
||||||
- `size_used` (Number)
|
- `size_used` (Number)
|
||||||
- `snapshots` (List of Object) (see [below for nested schema](#nestedobjatt--items--snapshots))
|
- `snapshots` (List of Object) (see [below for nested schema](#nestedobjatt--items--snapshots))
|
||||||
- `status` (String)
|
- `status` (String)
|
||||||
- `tech_status` (String)
|
- `tech_status` (String)
|
||||||
- `type` (String)
|
- `type` (String)
|
||||||
|
- `updated_by` (String)
|
||||||
|
- `updated_time` (Number)
|
||||||
- `vmid` (Number)
|
- `vmid` (Number)
|
||||||
|
|
||||||
<a id="nestedobjatt--items--computes"></a>
|
<a id="nestedobjatt--items--computes"></a>
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ description: |-
|
|||||||
- `parent_id` (Number) ID of the parent disk
|
- `parent_id` (Number) ID of the parent disk
|
||||||
- `pci_slot` (Number) ID of the pci slot to which the disk is connected
|
- `pci_slot` (Number) ID of the pci slot to which the disk is connected
|
||||||
- `pool` (String) Pool for disk location
|
- `pool` (String) Pool for disk location
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `purge_time` (Number) Time of the last deletion attempt
|
- `purge_time` (Number) Time of the last deletion attempt
|
||||||
- `replication` (List of Object) Replication status (see [below for nested schema](#nestedatt--replication))
|
- `replication` (List of Object) Replication status (see [below for nested schema](#nestedatt--replication))
|
||||||
- `res_id` (String) Resource ID
|
- `res_id` (String) Resource ID
|
||||||
|
|||||||
48
docs/data-sources/dpdknet.md
Normal file
48
docs/data-sources/dpdknet.md
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
---
|
||||||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||||
|
page_title: "decort_dpdknet Data Source - terraform-provider-decort"
|
||||||
|
subcategory: ""
|
||||||
|
description: |-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# decort_dpdknet (Data Source)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- schema generated by tfplugindocs -->
|
||||||
|
## Schema
|
||||||
|
|
||||||
|
### Required
|
||||||
|
|
||||||
|
- `dpdk_id` (Number) The unique ID of the subscriber-owner of the DPDK network
|
||||||
|
|
||||||
|
### Optional
|
||||||
|
|
||||||
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
|
### Read-Only
|
||||||
|
|
||||||
|
- `account_access` (List of Number) List of accounts with access
|
||||||
|
- `compute_ids` (List of Number) Compute IDs which uses this DPDK network
|
||||||
|
- `created_time` (Number) Created time
|
||||||
|
- `desc` (String) Description of DPDK network
|
||||||
|
- `gid` (Number) ID of the grid (platform)
|
||||||
|
- `guid` (Number) DPDK network ID on the storage side
|
||||||
|
- `id` (String) The ID of this resource.
|
||||||
|
- `name` (String) Name of network
|
||||||
|
- `ovs_bridge` (String) OVS bridge in which interfaces for computers created
|
||||||
|
- `rg_access` (List of Number) List of resource groups with access
|
||||||
|
- `status` (String) DPDK network status
|
||||||
|
- `updated_time` (Number) Updated time
|
||||||
|
- `vlan_id` (Number) vlan ID
|
||||||
|
|
||||||
|
<a id="nestedblock--timeouts"></a>
|
||||||
|
### Nested Schema for `timeouts`
|
||||||
|
|
||||||
|
Optional:
|
||||||
|
|
||||||
|
- `default` (String)
|
||||||
|
- `read` (String)
|
||||||
63
docs/data-sources/dpdknet_list.md
Normal file
63
docs/data-sources/dpdknet_list.md
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
---
|
||||||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||||
|
page_title: "decort_dpdknet_list Data Source - terraform-provider-decort"
|
||||||
|
subcategory: ""
|
||||||
|
description: |-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# decort_dpdknet_list (Data Source)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- schema generated by tfplugindocs -->
|
||||||
|
## Schema
|
||||||
|
|
||||||
|
### Optional
|
||||||
|
|
||||||
|
- `by_id` (Number) Find by ID
|
||||||
|
- `compute_ids` (List of Number) Find by compute IDs
|
||||||
|
- `desc` (String) Find by description
|
||||||
|
- `gid` (Number) Find by GID
|
||||||
|
- `name` (String) Find by name
|
||||||
|
- `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:
|
||||||
|
|
||||||
|
- `account_access` (List of Number)
|
||||||
|
- `compute_ids` (List of Number)
|
||||||
|
- `created_time` (Number)
|
||||||
|
- `desc` (String)
|
||||||
|
- `dpdk_id` (Number)
|
||||||
|
- `gid` (Number)
|
||||||
|
- `guid` (Number)
|
||||||
|
- `name` (String)
|
||||||
|
- `ovs_bridge` (String)
|
||||||
|
- `rg_access` (List of Number)
|
||||||
|
- `status` (String)
|
||||||
|
- `updated_time` (Number)
|
||||||
|
- `vlan_id` (Number)
|
||||||
@@ -43,6 +43,7 @@ description: |-
|
|||||||
- `net_name` (String)
|
- `net_name` (String)
|
||||||
- `network` (String)
|
- `network` (String)
|
||||||
- `network_id` (Number)
|
- `network_id` (Number)
|
||||||
|
- `ntp` (List of String)
|
||||||
- `pre_reservations_num` (Number)
|
- `pre_reservations_num` (Number)
|
||||||
- `prefix` (Number)
|
- `prefix` (Number)
|
||||||
- `pri_vnf_dev_id` (Number)
|
- `pri_vnf_dev_id` (Number)
|
||||||
@@ -90,6 +91,7 @@ Read-Only:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
|
- `account_id` (Number)
|
||||||
- `client_type` (String)
|
- `client_type` (String)
|
||||||
- `desc` (String)
|
- `desc` (String)
|
||||||
- `domainname` (String)
|
- `domainname` (String)
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ description: |-
|
|||||||
- `by_id` (Number) Find by ID
|
- `by_id` (Number) Find by ID
|
||||||
- `name` (String) Find by name
|
- `name` (String) Find by name
|
||||||
- `network` (String)
|
- `network` (String)
|
||||||
|
- `ovs_bridge` (String) Name of the openVswitch bridge
|
||||||
- `page` (Number) Page number
|
- `page` (Number) Page number
|
||||||
- `size` (Number) Page size
|
- `size` (Number) Page size
|
||||||
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
||||||
|
|||||||
61
docs/data-sources/extnet_reserved_ip_list.md
Normal file
61
docs/data-sources/extnet_reserved_ip_list.md
Normal file
@@ -0,0 +1,61 @@
|
|||||||
|
---
|
||||||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||||
|
page_title: "decort_extnet_reserved_ip_list Data Source - terraform-provider-decort"
|
||||||
|
subcategory: ""
|
||||||
|
description: |-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# decort_extnet_reserved_ip_list (Data Source)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- schema generated by tfplugindocs -->
|
||||||
|
## Schema
|
||||||
|
|
||||||
|
### Required
|
||||||
|
|
||||||
|
- `account_id` (Number)
|
||||||
|
|
||||||
|
### Optional
|
||||||
|
|
||||||
|
- `extnet_id` (Number)
|
||||||
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
|
### 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:
|
||||||
|
|
||||||
|
- `extnet_id` (Number)
|
||||||
|
- `reservations` (List of Object) (see [below for nested schema](#nestedobjatt--items--reservations))
|
||||||
|
|
||||||
|
<a id="nestedobjatt--items--reservations"></a>
|
||||||
|
### Nested Schema for `items.reservations`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `account_id` (Number)
|
||||||
|
- `client_type` (String)
|
||||||
|
- `domain_name` (String)
|
||||||
|
- `hostname` (String)
|
||||||
|
- `ip` (String)
|
||||||
|
- `mac` (String)
|
||||||
|
- `type` (String)
|
||||||
|
- `vm_id` (Number)
|
||||||
@@ -50,7 +50,7 @@ description: |-
|
|||||||
- `network_interface_naming` (String)
|
- `network_interface_naming` (String)
|
||||||
- `password` (String)
|
- `password` (String)
|
||||||
- `pool_name` (String)
|
- `pool_name` (String)
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `provider_name` (String)
|
- `provider_name` (String)
|
||||||
- `purge_attempts` (Number)
|
- `purge_attempts` (Number)
|
||||||
- `res_id` (String)
|
- `res_id` (String)
|
||||||
@@ -58,6 +58,7 @@ description: |-
|
|||||||
- `sep_id` (Number)
|
- `sep_id` (Number)
|
||||||
- `shared_with` (List of Number)
|
- `shared_with` (List of Number)
|
||||||
- `size` (Number)
|
- `size` (Number)
|
||||||
|
- `snapshot_id` (String)
|
||||||
- `status` (String)
|
- `status` (String)
|
||||||
- `tech_status` (String)
|
- `tech_status` (String)
|
||||||
- `type` (String)
|
- `type` (String)
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ description: |-
|
|||||||
- `architecture` (String) Filter by architecture
|
- `architecture` (String) Filter by architecture
|
||||||
- `bootable` (Boolean) Find bootable images
|
- `bootable` (Boolean) Find bootable images
|
||||||
- `by_id` (Number) Filter by ID
|
- `by_id` (Number) Filter by ID
|
||||||
|
- `enabled` (Boolean) find by enabled True or False
|
||||||
- `hot_resize` (Boolean) Find hot resizable images
|
- `hot_resize` (Boolean) Find hot resizable images
|
||||||
- `image_size` (Number) Filter by image size
|
- `image_size` (Number) Filter by image size
|
||||||
- `name` (String) Filter by name
|
- `name` (String) Filter by name
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ description: |-
|
|||||||
- `created_time` (Number)
|
- `created_time` (Number)
|
||||||
- `deleted_by` (String)
|
- `deleted_by` (String)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
|
- `desc` (String)
|
||||||
- `extnet_id` (Number) ID of the external network to connect workers to. If omitted network will be chosen by the platfom.
|
- `extnet_id` (Number) ID of the external network to connect workers to. If omitted network will be chosen by the platfom.
|
||||||
- `id` (String) The ID of this resource.
|
- `id` (String) The ID of this resource.
|
||||||
- `k8s_ci_name` (String)
|
- `k8s_ci_name` (String)
|
||||||
|
|||||||
@@ -33,9 +33,12 @@ description: |-
|
|||||||
- `affinity_weight` (Number)
|
- `affinity_weight` (Number)
|
||||||
- `anti_affinity_rules` (List of Object) (see [below for nested schema](#nestedatt--anti_affinity_rules))
|
- `anti_affinity_rules` (List of Object) (see [below for nested schema](#nestedatt--anti_affinity_rules))
|
||||||
- `arch` (String)
|
- `arch` (String)
|
||||||
|
- `auto_start_w_node` (Boolean)
|
||||||
- `boot_order` (List of String)
|
- `boot_order` (List of String)
|
||||||
|
- `boot_type` (String)
|
||||||
- `bootdisk_size` (Number)
|
- `bootdisk_size` (Number)
|
||||||
- `cd_image_id` (Number)
|
- `cd_image_id` (Number)
|
||||||
|
- `chipset` (String)
|
||||||
- `clone_reference` (Number)
|
- `clone_reference` (Number)
|
||||||
- `clones` (List of Number)
|
- `clones` (List of Number)
|
||||||
- `computeci_id` (Number)
|
- `computeci_id` (Number)
|
||||||
@@ -52,10 +55,12 @@ description: |-
|
|||||||
- `driver` (String)
|
- `driver` (String)
|
||||||
- `gid` (Number)
|
- `gid` (Number)
|
||||||
- `guid` (Number)
|
- `guid` (Number)
|
||||||
|
- `hot_resize` (Boolean)
|
||||||
- `hp_backed` (Boolean)
|
- `hp_backed` (Boolean)
|
||||||
- `id` (String) The ID of this resource.
|
- `id` (String) The ID of this resource.
|
||||||
- `image_id` (Number)
|
- `image_id` (Number)
|
||||||
- `interfaces` (List of Object) (see [below for nested schema](#nestedatt--interfaces))
|
- `interfaces` (List of Object) (see [below for nested schema](#nestedatt--interfaces))
|
||||||
|
- `loader_type` (String)
|
||||||
- `lock_status` (String)
|
- `lock_status` (String)
|
||||||
- `manager_id` (Number)
|
- `manager_id` (Number)
|
||||||
- `manager_type` (String)
|
- `manager_type` (String)
|
||||||
@@ -68,11 +73,13 @@ description: |-
|
|||||||
- `natable_vins_network` (String)
|
- `natable_vins_network` (String)
|
||||||
- `natable_vins_network_name` (String)
|
- `natable_vins_network_name` (String)
|
||||||
- `need_reboot` (Boolean)
|
- `need_reboot` (Boolean)
|
||||||
|
- `network_interface_naming` (String)
|
||||||
- `numa_affinity` (String)
|
- `numa_affinity` (String)
|
||||||
- `numa_node_id` (Number)
|
- `numa_node_id` (Number)
|
||||||
- `os_users` (List of Object) (see [below for nested schema](#nestedatt--os_users))
|
- `os_users` (List of Object) (see [below for nested schema](#nestedatt--os_users))
|
||||||
- `pci_devices` (List of Number)
|
- `pci_devices` (List of Number)
|
||||||
- `pinned` (Boolean)
|
- `pinned` (Boolean)
|
||||||
|
- `preferred_cpu` (List of Number)
|
||||||
- `ram` (Number)
|
- `ram` (Number)
|
||||||
- `reference_id` (String)
|
- `reference_id` (String)
|
||||||
- `registered` (Boolean)
|
- `registered` (Boolean)
|
||||||
@@ -90,9 +97,10 @@ description: |-
|
|||||||
- `updated_time` (Number)
|
- `updated_time` (Number)
|
||||||
- `user_managed` (Boolean)
|
- `user_managed` (Boolean)
|
||||||
- `userdata` (String)
|
- `userdata` (String)
|
||||||
- `vgpus` (List of Number)
|
- `vgpus` (List of Object) List of virtual GPUs (see [below for nested schema](#nestedatt--vgpus))
|
||||||
- `virtual_image_id` (Number)
|
- `virtual_image_id` (Number)
|
||||||
- `virtual_image_name` (String)
|
- `virtual_image_name` (String)
|
||||||
|
- `vnc_password` (String)
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
<a id="nestedblock--timeouts"></a>
|
||||||
### Nested Schema for `timeouts`
|
### Nested Schema for `timeouts`
|
||||||
@@ -187,6 +195,7 @@ Read-Only:
|
|||||||
- `account_id` (Number)
|
- `account_id` (Number)
|
||||||
- `acl` (String)
|
- `acl` (String)
|
||||||
- `boot_partition` (Number)
|
- `boot_partition` (Number)
|
||||||
|
- `bus_number` (Number)
|
||||||
- `created_time` (Number)
|
- `created_time` (Number)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
- `description` (String)
|
- `description` (String)
|
||||||
@@ -209,7 +218,7 @@ Read-Only:
|
|||||||
- `passwd` (String)
|
- `passwd` (String)
|
||||||
- `pci_slot` (Number)
|
- `pci_slot` (Number)
|
||||||
- `pool` (String)
|
- `pool` (String)
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `purge_time` (Number)
|
- `purge_time` (Number)
|
||||||
- `reality_device_number` (Number)
|
- `reality_device_number` (Number)
|
||||||
- `replication` (List of Object) (see [below for nested schema](#nestedobjatt--disks--replication))
|
- `replication` (List of Object) (see [below for nested schema](#nestedobjatt--disks--replication))
|
||||||
@@ -217,6 +226,7 @@ Read-Only:
|
|||||||
- `role` (String)
|
- `role` (String)
|
||||||
- `sep_id` (Number)
|
- `sep_id` (Number)
|
||||||
- `shareable` (Boolean)
|
- `shareable` (Boolean)
|
||||||
|
- `size_available` (Number)
|
||||||
- `size_max` (Number)
|
- `size_max` (Number)
|
||||||
- `size_used` (Number)
|
- `size_used` (Number)
|
||||||
- `snapshots` (List of Object) (see [below for nested schema](#nestedobjatt--disks--snapshots))
|
- `snapshots` (List of Object) (see [below for nested schema](#nestedobjatt--disks--snapshots))
|
||||||
@@ -278,6 +288,7 @@ Read-Only:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
|
- `bus_number` (Number)
|
||||||
- `conn_id` (Number)
|
- `conn_id` (Number)
|
||||||
- `conn_type` (String)
|
- `conn_type` (String)
|
||||||
- `def_gw` (String)
|
- `def_gw` (String)
|
||||||
@@ -285,8 +296,10 @@ Read-Only:
|
|||||||
- `flip_group_id` (Number)
|
- `flip_group_id` (Number)
|
||||||
- `guid` (String)
|
- `guid` (String)
|
||||||
- `ip_address` (String)
|
- `ip_address` (String)
|
||||||
|
- `libvirt_settings` (List of Object) (see [below for nested schema](#nestedobjatt--interfaces--libvirt_settings))
|
||||||
- `listen_ssh` (Boolean)
|
- `listen_ssh` (Boolean)
|
||||||
- `mac` (String)
|
- `mac` (String)
|
||||||
|
- `mtu` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `net_id` (Number)
|
- `net_id` (Number)
|
||||||
- `net_type` (String)
|
- `net_type` (String)
|
||||||
@@ -298,6 +311,20 @@ Read-Only:
|
|||||||
- `type` (String)
|
- `type` (String)
|
||||||
- `vnfs` (List of Number)
|
- `vnfs` (List of Number)
|
||||||
|
|
||||||
|
<a id="nestedobjatt--interfaces--libvirt_settings"></a>
|
||||||
|
### Nested Schema for `interfaces.libvirt_settings`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `event_idx` (String)
|
||||||
|
- `guid` (String)
|
||||||
|
- `ioeventfd` (String)
|
||||||
|
- `queues` (Number)
|
||||||
|
- `rx_queue_size` (Number)
|
||||||
|
- `tx_queue_size` (Number)
|
||||||
|
- `txmode` (String)
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedobjatt--interfaces--qos"></a>
|
<a id="nestedobjatt--interfaces--qos"></a>
|
||||||
### Nested Schema for `interfaces.qos`
|
### Nested Schema for `interfaces.qos`
|
||||||
|
|
||||||
@@ -330,3 +357,29 @@ Read-Only:
|
|||||||
- `guid` (String)
|
- `guid` (String)
|
||||||
- `label` (String)
|
- `label` (String)
|
||||||
- `timestamp` (Number)
|
- `timestamp` (Number)
|
||||||
|
|
||||||
|
|
||||||
|
<a id="nestedatt--vgpus"></a>
|
||||||
|
### Nested Schema for `vgpus`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `account_id` (Number)
|
||||||
|
- `bus_number` (Number)
|
||||||
|
- `created_time` (Number)
|
||||||
|
- `deleted_time` (Number)
|
||||||
|
- `gid` (Number)
|
||||||
|
- `guid` (Number)
|
||||||
|
- `id` (Number)
|
||||||
|
- `last_claimed_by` (Number)
|
||||||
|
- `last_update_time` (Number)
|
||||||
|
- `mode` (String)
|
||||||
|
- `pci_slot` (Number)
|
||||||
|
- `pgpuid` (Number)
|
||||||
|
- `profile_id` (Number)
|
||||||
|
- `ram` (Number)
|
||||||
|
- `reference_id` (String)
|
||||||
|
- `rg_id` (Number)
|
||||||
|
- `status` (String)
|
||||||
|
- `type` (String)
|
||||||
|
- `vmid` (Number)
|
||||||
|
|||||||
@@ -62,9 +62,12 @@ Read-Only:
|
|||||||
- `affinity_weight` (Number)
|
- `affinity_weight` (Number)
|
||||||
- `anti_affinity_rules` (List of Object) (see [below for nested schema](#nestedobjatt--items--anti_affinity_rules))
|
- `anti_affinity_rules` (List of Object) (see [below for nested schema](#nestedobjatt--items--anti_affinity_rules))
|
||||||
- `arch` (String)
|
- `arch` (String)
|
||||||
|
- `auto_start_w_node` (Boolean)
|
||||||
- `boot_order` (List of String)
|
- `boot_order` (List of String)
|
||||||
|
- `boot_type` (String)
|
||||||
- `bootdisk_size` (Number)
|
- `bootdisk_size` (Number)
|
||||||
- `cd_image_id` (Number)
|
- `cd_image_id` (Number)
|
||||||
|
- `chipset` (String)
|
||||||
- `clone_reference` (Number)
|
- `clone_reference` (Number)
|
||||||
- `clones` (List of Number)
|
- `clones` (List of Number)
|
||||||
- `compute_id` (Number)
|
- `compute_id` (Number)
|
||||||
@@ -82,9 +85,11 @@ Read-Only:
|
|||||||
- `driver` (String)
|
- `driver` (String)
|
||||||
- `gid` (Number)
|
- `gid` (Number)
|
||||||
- `guid` (Number)
|
- `guid` (Number)
|
||||||
|
- `hot_resize` (Boolean)
|
||||||
- `hp_backed` (Boolean)
|
- `hp_backed` (Boolean)
|
||||||
- `image_id` (Number)
|
- `image_id` (Number)
|
||||||
- `interfaces` (List of Object) (see [below for nested schema](#nestedobjatt--items--interfaces))
|
- `interfaces` (List of Object) (see [below for nested schema](#nestedobjatt--items--interfaces))
|
||||||
|
- `loader_type` (String)
|
||||||
- `lock_status` (String)
|
- `lock_status` (String)
|
||||||
- `manager_id` (Number)
|
- `manager_id` (Number)
|
||||||
- `manager_type` (String)
|
- `manager_type` (String)
|
||||||
@@ -92,9 +97,11 @@ Read-Only:
|
|||||||
- `milestones` (Number)
|
- `milestones` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `need_reboot` (Boolean)
|
- `need_reboot` (Boolean)
|
||||||
|
- `network_interface_naming` (String)
|
||||||
- `numa_affinity` (String)
|
- `numa_affinity` (String)
|
||||||
- `numa_node_id` (Number)
|
- `numa_node_id` (Number)
|
||||||
- `pinned` (Boolean)
|
- `pinned` (Boolean)
|
||||||
|
- `preferred_cpu` (List of Number)
|
||||||
- `ram` (Number)
|
- `ram` (Number)
|
||||||
- `reference_id` (String)
|
- `reference_id` (String)
|
||||||
- `registered` (Boolean)
|
- `registered` (Boolean)
|
||||||
@@ -160,6 +167,7 @@ Read-Only:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
|
- `bus_number` (Number)
|
||||||
- `disk_id` (Number)
|
- `disk_id` (Number)
|
||||||
- `pci_slot` (Number)
|
- `pci_slot` (Number)
|
||||||
|
|
||||||
@@ -169,6 +177,7 @@ Read-Only:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
|
- `bus_number` (Number)
|
||||||
- `conn_id` (Number)
|
- `conn_id` (Number)
|
||||||
- `conn_type` (String)
|
- `conn_type` (String)
|
||||||
- `def_gw` (String)
|
- `def_gw` (String)
|
||||||
@@ -176,8 +185,10 @@ Read-Only:
|
|||||||
- `flip_group_id` (Number)
|
- `flip_group_id` (Number)
|
||||||
- `guid` (String)
|
- `guid` (String)
|
||||||
- `ip_address` (String)
|
- `ip_address` (String)
|
||||||
|
- `libvirt_settings` (List of Object) (see [below for nested schema](#nestedobjatt--items--interfaces--libvirt_settings))
|
||||||
- `listen_ssh` (Boolean)
|
- `listen_ssh` (Boolean)
|
||||||
- `mac` (String)
|
- `mac` (String)
|
||||||
|
- `mtu` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `net_id` (Number)
|
- `net_id` (Number)
|
||||||
- `net_type` (String)
|
- `net_type` (String)
|
||||||
@@ -189,6 +200,20 @@ Read-Only:
|
|||||||
- `type` (String)
|
- `type` (String)
|
||||||
- `vnfs` (List of Number)
|
- `vnfs` (List of Number)
|
||||||
|
|
||||||
|
<a id="nestedobjatt--items--interfaces--libvirt_settings"></a>
|
||||||
|
### Nested Schema for `items.interfaces.libvirt_settings`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `event_idx` (String)
|
||||||
|
- `guid` (String)
|
||||||
|
- `ioeventfd` (String)
|
||||||
|
- `queues` (Number)
|
||||||
|
- `rx_queue_size` (Number)
|
||||||
|
- `tx_queue_size` (Number)
|
||||||
|
- `txmode` (String)
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedobjatt--items--interfaces--qos"></a>
|
<a id="nestedobjatt--items--interfaces--qos"></a>
|
||||||
### Nested Schema for `items.interfaces.qos`
|
### Nested Schema for `items.interfaces.qos`
|
||||||
|
|
||||||
|
|||||||
@@ -60,9 +60,12 @@ Read-Only:
|
|||||||
- `affinity_weight` (Number)
|
- `affinity_weight` (Number)
|
||||||
- `anti_affinity_rules` (List of Object) (see [below for nested schema](#nestedobjatt--items--anti_affinity_rules))
|
- `anti_affinity_rules` (List of Object) (see [below for nested schema](#nestedobjatt--items--anti_affinity_rules))
|
||||||
- `arch` (String)
|
- `arch` (String)
|
||||||
|
- `auto_start_w_node` (Boolean)
|
||||||
- `boot_order` (List of String)
|
- `boot_order` (List of String)
|
||||||
|
- `boot_type` (String)
|
||||||
- `bootdisk_size` (Number)
|
- `bootdisk_size` (Number)
|
||||||
- `cd_image_id` (Number)
|
- `cd_image_id` (Number)
|
||||||
|
- `chipset` (String)
|
||||||
- `clone_reference` (Number)
|
- `clone_reference` (Number)
|
||||||
- `clones` (List of Number)
|
- `clones` (List of Number)
|
||||||
- `compute_id` (Number)
|
- `compute_id` (Number)
|
||||||
@@ -80,9 +83,11 @@ Read-Only:
|
|||||||
- `driver` (String)
|
- `driver` (String)
|
||||||
- `gid` (Number)
|
- `gid` (Number)
|
||||||
- `guid` (Number)
|
- `guid` (Number)
|
||||||
|
- `hot_resize` (Boolean)
|
||||||
- `hp_backed` (Boolean)
|
- `hp_backed` (Boolean)
|
||||||
- `image_id` (Number)
|
- `image_id` (Number)
|
||||||
- `interfaces` (List of Object) (see [below for nested schema](#nestedobjatt--items--interfaces))
|
- `interfaces` (List of Object) (see [below for nested schema](#nestedobjatt--items--interfaces))
|
||||||
|
- `loader_type` (String)
|
||||||
- `lock_status` (String)
|
- `lock_status` (String)
|
||||||
- `manager_id` (Number)
|
- `manager_id` (Number)
|
||||||
- `manager_type` (String)
|
- `manager_type` (String)
|
||||||
@@ -90,9 +95,11 @@ Read-Only:
|
|||||||
- `milestones` (Number)
|
- `milestones` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `need_reboot` (Boolean)
|
- `need_reboot` (Boolean)
|
||||||
|
- `network_interface_naming` (String)
|
||||||
- `numa_affinity` (String)
|
- `numa_affinity` (String)
|
||||||
- `numa_node_id` (Number)
|
- `numa_node_id` (Number)
|
||||||
- `pinned` (Boolean)
|
- `pinned` (Boolean)
|
||||||
|
- `preferred_cpu` (List of Number)
|
||||||
- `ram` (Number)
|
- `ram` (Number)
|
||||||
- `reference_id` (String)
|
- `reference_id` (String)
|
||||||
- `registered` (Boolean)
|
- `registered` (Boolean)
|
||||||
@@ -158,6 +165,7 @@ Read-Only:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
|
- `bus_number` (Number)
|
||||||
- `disk_id` (Number)
|
- `disk_id` (Number)
|
||||||
- `pci_slot` (Number)
|
- `pci_slot` (Number)
|
||||||
|
|
||||||
@@ -167,6 +175,7 @@ Read-Only:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
|
- `bus_number` (Number)
|
||||||
- `conn_id` (Number)
|
- `conn_id` (Number)
|
||||||
- `conn_type` (String)
|
- `conn_type` (String)
|
||||||
- `def_gw` (String)
|
- `def_gw` (String)
|
||||||
@@ -174,8 +183,10 @@ Read-Only:
|
|||||||
- `flip_group_id` (Number)
|
- `flip_group_id` (Number)
|
||||||
- `guid` (String)
|
- `guid` (String)
|
||||||
- `ip_address` (String)
|
- `ip_address` (String)
|
||||||
|
- `libvirt_settings` (List of Object) (see [below for nested schema](#nestedobjatt--items--interfaces--libvirt_settings))
|
||||||
- `listen_ssh` (Boolean)
|
- `listen_ssh` (Boolean)
|
||||||
- `mac` (String)
|
- `mac` (String)
|
||||||
|
- `mtu` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `net_id` (Number)
|
- `net_id` (Number)
|
||||||
- `net_type` (String)
|
- `net_type` (String)
|
||||||
@@ -187,6 +198,20 @@ Read-Only:
|
|||||||
- `type` (String)
|
- `type` (String)
|
||||||
- `vnfs` (List of Number)
|
- `vnfs` (List of Number)
|
||||||
|
|
||||||
|
<a id="nestedobjatt--items--interfaces--libvirt_settings"></a>
|
||||||
|
### Nested Schema for `items.interfaces.libvirt_settings`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `event_idx` (String)
|
||||||
|
- `guid` (String)
|
||||||
|
- `ioeventfd` (String)
|
||||||
|
- `queues` (Number)
|
||||||
|
- `rx_queue_size` (Number)
|
||||||
|
- `tx_queue_size` (Number)
|
||||||
|
- `txmode` (String)
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedobjatt--items--interfaces--qos"></a>
|
<a id="nestedobjatt--items--interfaces--qos"></a>
|
||||||
### Nested Schema for `items.interfaces.qos`
|
### Nested Schema for `items.interfaces.qos`
|
||||||
|
|
||||||
|
|||||||
@@ -55,3 +55,4 @@ Read-Only:
|
|||||||
- `location_code` (String)
|
- `location_code` (String)
|
||||||
- `meta` (List of String)
|
- `meta` (List of String)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
|
- `sdn_support` (Boolean)
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ description: |-
|
|||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
- `reason` (String)
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
### Read-Only
|
### Read-Only
|
||||||
@@ -47,7 +46,6 @@ description: |-
|
|||||||
- `lock_status` (String)
|
- `lock_status` (String)
|
||||||
- `milestones` (Number)
|
- `milestones` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `register_computes` (Boolean)
|
|
||||||
- `res_types` (List of String)
|
- `res_types` (List of String)
|
||||||
- `resource_limits` (List of Object) (see [below for nested schema](#nestedatt--resource_limits))
|
- `resource_limits` (List of Object) (see [below for nested schema](#nestedatt--resource_limits))
|
||||||
- `secret` (String)
|
- `secret` (String)
|
||||||
|
|||||||
@@ -70,7 +70,6 @@ Read-Only:
|
|||||||
- `lock_status` (String)
|
- `lock_status` (String)
|
||||||
- `milestones` (Number)
|
- `milestones` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `register_computes` (Boolean)
|
|
||||||
- `resource_limits` (List of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits))
|
- `resource_limits` (List of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits))
|
||||||
- `resource_types` (List of String)
|
- `resource_types` (List of String)
|
||||||
- `rg_id` (Number)
|
- `rg_id` (Number)
|
||||||
|
|||||||
@@ -68,7 +68,6 @@ Read-Only:
|
|||||||
- `lock_status` (String)
|
- `lock_status` (String)
|
||||||
- `milestones` (Number)
|
- `milestones` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `register_computes` (Boolean)
|
|
||||||
- `resource_limits` (List of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits))
|
- `resource_limits` (List of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits))
|
||||||
- `resource_types` (List of String)
|
- `resource_types` (List of String)
|
||||||
- `rg_id` (Number)
|
- `rg_id` (Number)
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ description: |-
|
|||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
- `reason` (String)
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
### Read-Only
|
### Read-Only
|
||||||
|
|||||||
59
docs/data-sources/sep_and_pools_available_list.md
Normal file
59
docs/data-sources/sep_and_pools_available_list.md
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
---
|
||||||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||||
|
page_title: "decort_sep_and_pools_available_list Data Source - terraform-provider-decort"
|
||||||
|
subcategory: ""
|
||||||
|
description: |-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# decort_sep_and_pools_available_list (Data Source)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- schema generated by tfplugindocs -->
|
||||||
|
## Schema
|
||||||
|
|
||||||
|
### Required
|
||||||
|
|
||||||
|
- `account_id` (Number) Account ID
|
||||||
|
|
||||||
|
### Optional
|
||||||
|
|
||||||
|
- `rg_id` (Number) Resource group ID
|
||||||
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
|
### Read-Only
|
||||||
|
|
||||||
|
- `entry_count` (Number) Number of available SEP entries
|
||||||
|
- `id` (String) The ID of this resource.
|
||||||
|
- `items` (List of Object) List of available SEPs (see [below for nested schema](#nestedatt--items))
|
||||||
|
|
||||||
|
<a id="nestedblock--timeouts"></a>
|
||||||
|
### Nested Schema for `timeouts`
|
||||||
|
|
||||||
|
Optional:
|
||||||
|
|
||||||
|
- `default` (String)
|
||||||
|
- `read` (String)
|
||||||
|
|
||||||
|
|
||||||
|
<a id="nestedatt--items"></a>
|
||||||
|
### Nested Schema for `items`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `pools` (List of Object) (see [below for nested schema](#nestedobjatt--items--pools))
|
||||||
|
- `sep_id` (Number)
|
||||||
|
- `sep_name` (String)
|
||||||
|
- `sep_type` (String)
|
||||||
|
|
||||||
|
<a id="nestedobjatt--items--pools"></a>
|
||||||
|
### Nested Schema for `items.pools`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `name` (String)
|
||||||
|
- `system` (Boolean)
|
||||||
|
- `types` (List of String)
|
||||||
@@ -108,6 +108,7 @@ Read-Only:
|
|||||||
- `tech_status` (String)
|
- `tech_status` (String)
|
||||||
- `type` (String)
|
- `type` (String)
|
||||||
- `vins` (List of Number)
|
- `vins` (List of Number)
|
||||||
|
- `vnc_password` (String)
|
||||||
- `vnf_id` (Number)
|
- `vnf_id` (Number)
|
||||||
- `vnf_name` (String)
|
- `vnf_name` (String)
|
||||||
|
|
||||||
@@ -147,6 +148,7 @@ Read-Only:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
|
- `bus_number` (Number)
|
||||||
- `conn_id` (Number)
|
- `conn_id` (Number)
|
||||||
- `conn_type` (String)
|
- `conn_type` (String)
|
||||||
- `def_gw` (String)
|
- `def_gw` (String)
|
||||||
@@ -154,8 +156,10 @@ Read-Only:
|
|||||||
- `flipgroup_id` (Number)
|
- `flipgroup_id` (Number)
|
||||||
- `guid` (String)
|
- `guid` (String)
|
||||||
- `ip_address` (String)
|
- `ip_address` (String)
|
||||||
|
- `libvirt_settings` (List of Object) (see [below for nested schema](#nestedobjatt--vnf_dev--interfaces--libvirt_settings))
|
||||||
- `listen_ssh` (Boolean)
|
- `listen_ssh` (Boolean)
|
||||||
- `mac` (String)
|
- `mac` (String)
|
||||||
|
- `mtu` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `net_id` (Number)
|
- `net_id` (Number)
|
||||||
- `net_mask` (Number)
|
- `net_mask` (Number)
|
||||||
@@ -167,6 +171,20 @@ Read-Only:
|
|||||||
- `type` (String)
|
- `type` (String)
|
||||||
- `vnfs` (List of Number)
|
- `vnfs` (List of Number)
|
||||||
|
|
||||||
|
<a id="nestedobjatt--vnf_dev--interfaces--libvirt_settings"></a>
|
||||||
|
### Nested Schema for `vnf_dev.interfaces.libvirt_settings`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `event_idx` (String)
|
||||||
|
- `guid` (String)
|
||||||
|
- `ioeventfd` (String)
|
||||||
|
- `queues` (Number)
|
||||||
|
- `rx_queue_size` (Number)
|
||||||
|
- `tx_queue_size` (Number)
|
||||||
|
- `txmode` (String)
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedobjatt--vnf_dev--interfaces--qos"></a>
|
<a id="nestedobjatt--vnf_dev--interfaces--qos"></a>
|
||||||
### Nested Schema for `vnf_dev.interfaces.qos`
|
### Nested Schema for `vnf_dev.interfaces.qos`
|
||||||
|
|
||||||
@@ -231,10 +249,7 @@ Read-Only:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
- `client_type` (String)
|
- `account_id` (Number)
|
||||||
- `desc` (String)
|
|
||||||
- `domainname` (String)
|
|
||||||
- `hostname` (String)
|
|
||||||
- `ip` (String)
|
- `ip` (String)
|
||||||
- `mac` (String)
|
- `mac` (String)
|
||||||
- `type` (String)
|
- `type` (String)
|
||||||
|
|||||||
@@ -26,7 +26,9 @@ description: |-
|
|||||||
- `rg_id` (Number) Filter by RG ID
|
- `rg_id` (Number) Filter by RG ID
|
||||||
- `size` (Number) Page size
|
- `size` (Number) Page size
|
||||||
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
||||||
|
- `status` (String) sort by status
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
- `vnf_dev_id` (Number) Filter by VNF Device id
|
||||||
|
|
||||||
### Read-Only
|
### Read-Only
|
||||||
|
|
||||||
|
|||||||
@@ -18,13 +18,14 @@ description: |-
|
|||||||
### Required
|
### Required
|
||||||
|
|
||||||
- `account_name` (String) account name
|
- `account_name` (String) account name
|
||||||
- `username` (String) username of owner the account
|
|
||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
|
- `desc` (String) description
|
||||||
- `emailaddress` (String) email
|
- `emailaddress` (String) email
|
||||||
- `enable` (Boolean) enable/disable account
|
- `enable` (Boolean) enable/disable account
|
||||||
- `permanently` (Boolean) whether to completely delete the account
|
- `permanently` (Boolean) whether to completely delete the account
|
||||||
|
- `reason` (String) reason for deactivation
|
||||||
- `resource_limits` (Block List, Max: 1) (see [below for nested schema](#nestedblock--resource_limits))
|
- `resource_limits` (Block List, Max: 1) (see [below for nested schema](#nestedblock--resource_limits))
|
||||||
- `restore` (Boolean) restore a deleted account
|
- `restore` (Boolean) restore a deleted account
|
||||||
- `send_access_emails` (Boolean) if true send emails when a user is granted access to resources
|
- `send_access_emails` (Boolean) if true send emails when a user is granted access to resources
|
||||||
@@ -92,10 +93,6 @@ Required:
|
|||||||
- `access_type` (String)
|
- `access_type` (String)
|
||||||
- `user_id` (String)
|
- `user_id` (String)
|
||||||
|
|
||||||
Optional:
|
|
||||||
|
|
||||||
- `recursive_delete` (Boolean)
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedatt--acl"></a>
|
<a id="nestedatt--acl"></a>
|
||||||
### Nested Schema for `acl`
|
### Nested Schema for `acl`
|
||||||
|
|||||||
@@ -21,13 +21,14 @@ description: |-
|
|||||||
- `compgroup_name` (String) name of the Compute Group to add
|
- `compgroup_name` (String) name of the Compute Group to add
|
||||||
- `cpu` (Number) compute CPU number. All computes in the group have the same CPU count
|
- `cpu` (Number) compute CPU number. All computes in the group have the same CPU count
|
||||||
- `disk` (Number) compute boot disk size in GB
|
- `disk` (Number) compute boot disk size in GB
|
||||||
- `driver` (String) compute driver like a KVM_X86, KVM_PPC, etc.
|
- `driver` (String) compute driver like a KVM_X86, etc.
|
||||||
- `image_id` (Number) OS image ID to create computes from
|
- `image_id` (Number) OS image ID to create computes from
|
||||||
- `ram` (Number) compute RAM volume in MB. All computes in the group have the same RAM volume
|
- `ram` (Number) compute RAM volume in MB. All computes in the group have the same RAM volume
|
||||||
- `service_id` (Number) ID of the Basic Service to add a group to
|
- `service_id` (Number) ID of the Basic Service to add a group to
|
||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
|
- `chipset` (String)
|
||||||
- `cloud_init` (String) Optional cloud_init parameters. Applied when creating new compute instance only, ignored in all other cases.
|
- `cloud_init` (String) Optional cloud_init parameters. Applied when creating new compute instance only, ignored in all other cases.
|
||||||
- `compgroup_id` (Number)
|
- `compgroup_id` (Number)
|
||||||
- `extnets` (List of Number) list of external networks to connect computes to
|
- `extnets` (List of Number) list of external networks to connect computes to
|
||||||
@@ -83,6 +84,7 @@ Optional:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
|
- `chipset` (String)
|
||||||
- `id` (Number)
|
- `id` (Number)
|
||||||
- `ip_addresses` (List of String)
|
- `ip_addresses` (List of String)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
|
|||||||
@@ -27,9 +27,11 @@ description: |-
|
|||||||
- `compute_features` (Set of String)
|
- `compute_features` (Set of String)
|
||||||
- `cpu_allocation_parameter` (String) set cpu allocation parameter
|
- `cpu_allocation_parameter` (String) set cpu allocation parameter
|
||||||
- `cpu_allocation_ratio` (Number) set cpu allocation ratio
|
- `cpu_allocation_ratio` (Number) set cpu allocation ratio
|
||||||
|
- `desc` (String) description
|
||||||
- `emailaddress` (String) email
|
- `emailaddress` (String) email
|
||||||
- `enable` (Boolean) enable/disable account
|
- `enable` (Boolean) enable/disable account
|
||||||
- `permanently` (Boolean) whether to completely delete the account
|
- `permanently` (Boolean) whether to completely delete the account
|
||||||
|
- `reason` (String) reason for restore or deactivation
|
||||||
- `resource_limits` (Block List, Max: 1) (see [below for nested schema](#nestedblock--resource_limits))
|
- `resource_limits` (Block List, Max: 1) (see [below for nested schema](#nestedblock--resource_limits))
|
||||||
- `restore` (Boolean) restore a deleted account
|
- `restore` (Boolean) restore a deleted account
|
||||||
- `send_access_emails` (Boolean) if true send emails when a user is granted access to resources
|
- `send_access_emails` (Boolean) if true send emails when a user is granted access to resources
|
||||||
@@ -95,10 +97,6 @@ Required:
|
|||||||
- `access_type` (String)
|
- `access_type` (String)
|
||||||
- `user_id` (String)
|
- `user_id` (String)
|
||||||
|
|
||||||
Optional:
|
|
||||||
|
|
||||||
- `recursive_delete` (Boolean)
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedatt--acl"></a>
|
<a id="nestedatt--acl"></a>
|
||||||
### Nested Schema for `acl`
|
### Nested Schema for `acl`
|
||||||
|
|||||||
@@ -17,22 +17,20 @@ description: |-
|
|||||||
|
|
||||||
### Required
|
### Required
|
||||||
|
|
||||||
- `drivers` (List of String) List of types of compute suitable for image. Example: [ "KVM_X86" ]
|
|
||||||
- `gid` (Number) grid (platform) ID where this template should be create in
|
|
||||||
- `name` (String) Name of the rescue disk
|
- `name` (String) Name of the rescue disk
|
||||||
- `url` (String) URL where to download ISO from
|
- `url` (String) URL where to download ISO from
|
||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
- `account_id` (Number) AccountId to make the image exclusive
|
- `account_id` (Number) AccountId to make the image exclusive
|
||||||
- `architecture` (String) binary architecture of this image, one of X86_64 of PPC64_LE
|
- `architecture` (String) binary architecture of this image, one of X86_64
|
||||||
- `bootable` (Boolean) Does this image boot OS
|
- `bootable` (Boolean) Does this image boot OS
|
||||||
- `computeci_id` (Number)
|
- `computeci_id` (Number)
|
||||||
|
- `drivers` (List of String) List of types of compute suitable for image. Example: [ "KVM_X86" ]
|
||||||
- `enabled` (Boolean)
|
- `enabled` (Boolean)
|
||||||
- `enabled_stacks` (List of Number)
|
- `enabled_stacks` (List of Number)
|
||||||
- `hot_resize` (Boolean) Does this machine supports hot resize
|
- `hot_resize` (Boolean) Does this machine supports hot resize
|
||||||
- `password_dl` (String) password for upload binary media
|
- `password_dl` (String) password for upload binary media
|
||||||
- `permanently` (Boolean) Whether to completely delete the image
|
|
||||||
- `pool_name` (String) pool for image create
|
- `pool_name` (String) pool for image create
|
||||||
- `sep_id` (Number) storage endpoint provider ID
|
- `sep_id` (Number) storage endpoint provider ID
|
||||||
- `shared_with` (List of Number)
|
- `shared_with` (List of Number)
|
||||||
@@ -46,6 +44,7 @@ description: |-
|
|||||||
- `ckey` (String)
|
- `ckey` (String)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
- `desc` (String)
|
- `desc` (String)
|
||||||
|
- `gid` (Number)
|
||||||
- `guid` (Number)
|
- `guid` (Number)
|
||||||
- `history` (List of Object) (see [below for nested schema](#nestedatt--history))
|
- `history` (List of Object) (see [below for nested schema](#nestedatt--history))
|
||||||
- `id` (String) The ID of this resource.
|
- `id` (String) The ID of this resource.
|
||||||
@@ -53,9 +52,8 @@ description: |-
|
|||||||
- `image_type` (String) Image type linux, windows or other
|
- `image_type` (String) Image type linux, windows or other
|
||||||
- `last_modified` (Number)
|
- `last_modified` (Number)
|
||||||
- `link_to` (Number)
|
- `link_to` (Number)
|
||||||
- `meta` (List of String) meta
|
|
||||||
- `milestones` (Number)
|
- `milestones` (Number)
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `provider_name` (String)
|
- `provider_name` (String)
|
||||||
- `purge_attempts` (Number)
|
- `purge_attempts` (Number)
|
||||||
- `reference_id` (String)
|
- `reference_id` (String)
|
||||||
@@ -63,6 +61,7 @@ description: |-
|
|||||||
- `res_name` (String)
|
- `res_name` (String)
|
||||||
- `rescuecd` (Boolean)
|
- `rescuecd` (Boolean)
|
||||||
- `size` (Number) image size
|
- `size` (Number) image size
|
||||||
|
- `snapshot_id` (String) snapshot id
|
||||||
- `status` (String) status
|
- `status` (String) status
|
||||||
- `tech_status` (String) tech atatus
|
- `tech_status` (String) tech atatus
|
||||||
- `unc_path` (String) unc path
|
- `unc_path` (String) unc path
|
||||||
|
|||||||
@@ -19,9 +19,7 @@ description: |-
|
|||||||
|
|
||||||
- `account_id` (Number)
|
- `account_id` (Number)
|
||||||
- `disk_name` (String)
|
- `disk_name` (String)
|
||||||
- `gid` (Number)
|
|
||||||
- `size_max` (Number)
|
- `size_max` (Number)
|
||||||
- `type` (String) The type of disk in terms of its role in compute: 'B=Boot, D=Data, T=Temp'
|
|
||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
@@ -32,11 +30,9 @@ description: |-
|
|||||||
- `node_ids` (Set of Number)
|
- `node_ids` (Set of Number)
|
||||||
- `permanently` (Boolean) whether to completely delete the disk, works only with non attached disks
|
- `permanently` (Boolean) whether to completely delete the disk, works only with non attached disks
|
||||||
- `pool` (String)
|
- `pool` (String)
|
||||||
- `reason` (String) reason for an action
|
|
||||||
- `restore` (Boolean) restore deleting disk
|
- `restore` (Boolean) restore deleting disk
|
||||||
- `sep_id` (Number)
|
- `sep_id` (Number)
|
||||||
- `shareable` (Boolean)
|
- `shareable` (Boolean)
|
||||||
- `ssd_size` (Number)
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
### Read-Only
|
### Read-Only
|
||||||
@@ -45,25 +41,30 @@ description: |-
|
|||||||
- `acl` (String)
|
- `acl` (String)
|
||||||
- `boot_partition` (Number)
|
- `boot_partition` (Number)
|
||||||
- `computes` (List of Object) (see [below for nested schema](#nestedatt--computes))
|
- `computes` (List of Object) (see [below for nested schema](#nestedatt--computes))
|
||||||
|
- `created_by` (String)
|
||||||
- `created_time` (Number)
|
- `created_time` (Number)
|
||||||
|
- `deleted_by` (String)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
- `destruction_time` (Number)
|
- `destruction_time` (Number)
|
||||||
- `devicename` (String)
|
- `devicename` (String)
|
||||||
- `disk_id` (Number)
|
- `disk_id` (Number)
|
||||||
- `disk_path` (String)
|
- `disk_path` (String)
|
||||||
|
- `gid` (Number)
|
||||||
- `guid` (Number)
|
- `guid` (Number)
|
||||||
- `id` (String) The ID of this resource.
|
- `id` (String) The ID of this resource.
|
||||||
- `image_id` (Number)
|
- `image_id` (Number)
|
||||||
- `images` (List of String)
|
- `images` (List of String)
|
||||||
- `iqn` (String)
|
- `iqn` (String)
|
||||||
- `login` (String)
|
- `login` (String)
|
||||||
|
- `machine_id` (Number)
|
||||||
|
- `machine_name` (String)
|
||||||
- `milestones` (Number)
|
- `milestones` (Number)
|
||||||
- `order` (Number)
|
- `order` (Number)
|
||||||
- `params` (String)
|
- `params` (String)
|
||||||
- `parent_id` (Number)
|
- `parent_id` (Number)
|
||||||
- `passwd` (String)
|
- `passwd` (String)
|
||||||
- `pci_slot` (Number)
|
- `pci_slot` (Number)
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `purge_attempts` (Number)
|
- `purge_attempts` (Number)
|
||||||
- `purge_time` (Number)
|
- `purge_time` (Number)
|
||||||
- `reality_device_number` (Number)
|
- `reality_device_number` (Number)
|
||||||
@@ -77,6 +78,9 @@ description: |-
|
|||||||
- `snapshots` (List of Object) (see [below for nested schema](#nestedatt--snapshots))
|
- `snapshots` (List of Object) (see [below for nested schema](#nestedatt--snapshots))
|
||||||
- `status` (String)
|
- `status` (String)
|
||||||
- `tech_status` (String)
|
- `tech_status` (String)
|
||||||
|
- `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)
|
||||||
- `vmid` (Number)
|
- `vmid` (Number)
|
||||||
|
|
||||||
<a id="nestedblock--iotune"></a>
|
<a id="nestedblock--iotune"></a>
|
||||||
|
|||||||
@@ -1,148 +0,0 @@
|
|||||||
---
|
|
||||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
||||||
page_title: "decort_cb_disk_replication Resource - terraform-provider-decort"
|
|
||||||
subcategory: ""
|
|
||||||
description: |-
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# decort_cb_disk_replication (Resource)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- schema generated by tfplugindocs -->
|
|
||||||
## Schema
|
|
||||||
|
|
||||||
### Required
|
|
||||||
|
|
||||||
- `disk_id` (Number) Id of primary disk
|
|
||||||
- `disk_name` (String) Name of disk replica
|
|
||||||
- `pool_name` (String) Pool for disk location
|
|
||||||
- `sep_id` (Number) Storage endpoint provider ID to create disk replica
|
|
||||||
|
|
||||||
### Optional
|
|
||||||
|
|
||||||
- `detach` (Boolean) Detach disk from machine first
|
|
||||||
- `pause` (Boolean) Resume replication
|
|
||||||
- `permanently` (Boolean) Delete disk permanently
|
|
||||||
- `reason` (String) Reason for disk deletion
|
|
||||||
- `reverse` (Boolean) Reverse replication
|
|
||||||
- `start` (Boolean) Start/Stop replication
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
||||||
|
|
||||||
### Read-Only
|
|
||||||
|
|
||||||
- `account_id` (Number)
|
|
||||||
- `account_name` (String)
|
|
||||||
- `acl` (String)
|
|
||||||
- `boot_partition` (Number)
|
|
||||||
- `computes` (List of Object) (see [below for nested schema](#nestedatt--computes))
|
|
||||||
- `created_time` (Number)
|
|
||||||
- `deleted_time` (Number)
|
|
||||||
- `desc` (String)
|
|
||||||
- `destruction_time` (Number)
|
|
||||||
- `devicename` (String)
|
|
||||||
- `disk_path` (String)
|
|
||||||
- `gid` (Number)
|
|
||||||
- `guid` (Number)
|
|
||||||
- `id` (String) The ID of this resource.
|
|
||||||
- `image_id` (Number)
|
|
||||||
- `images` (List of Number)
|
|
||||||
- `iotune` (List of Object) (see [below for nested schema](#nestedatt--iotune))
|
|
||||||
- `iqn` (String)
|
|
||||||
- `login` (String)
|
|
||||||
- `milestones` (Number)
|
|
||||||
- `order` (Number)
|
|
||||||
- `params` (String)
|
|
||||||
- `parent_id` (Number)
|
|
||||||
- `passwd` (String)
|
|
||||||
- `pci_slot` (Number)
|
|
||||||
- `present_to` (List of Number)
|
|
||||||
- `purge_attempts` (Number)
|
|
||||||
- `purge_time` (Number)
|
|
||||||
- `reality_device_number` (Number)
|
|
||||||
- `reference_id` (String)
|
|
||||||
- `replica_disk_id` (Number) Id of replica disk
|
|
||||||
- `replication` (List of Object) Replication status (see [below for nested schema](#nestedatt--replication))
|
|
||||||
- `res_id` (String)
|
|
||||||
- `res_name` (String)
|
|
||||||
- `role` (String)
|
|
||||||
- `sep_type` (String)
|
|
||||||
- `shareable` (Boolean)
|
|
||||||
- `size_max` (Number)
|
|
||||||
- `size_used` (Number)
|
|
||||||
- `snapshots` (List of Object) (see [below for nested schema](#nestedatt--snapshots))
|
|
||||||
- `status` (String)
|
|
||||||
- `status_replication` (String) Status of replication
|
|
||||||
- `tech_status` (String)
|
|
||||||
- `type` (String)
|
|
||||||
- `vmid` (Number)
|
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
|
||||||
### Nested Schema for `timeouts`
|
|
||||||
|
|
||||||
Optional:
|
|
||||||
|
|
||||||
- `create` (String)
|
|
||||||
- `default` (String)
|
|
||||||
- `delete` (String)
|
|
||||||
- `read` (String)
|
|
||||||
- `update` (String)
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedatt--computes"></a>
|
|
||||||
### Nested Schema for `computes`
|
|
||||||
|
|
||||||
Read-Only:
|
|
||||||
|
|
||||||
- `compute_id` (String)
|
|
||||||
- `compute_name` (String)
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedatt--iotune"></a>
|
|
||||||
### Nested Schema for `iotune`
|
|
||||||
|
|
||||||
Read-Only:
|
|
||||||
|
|
||||||
- `read_bytes_sec` (Number)
|
|
||||||
- `read_bytes_sec_max` (Number)
|
|
||||||
- `read_iops_sec` (Number)
|
|
||||||
- `read_iops_sec_max` (Number)
|
|
||||||
- `size_iops_sec` (Number)
|
|
||||||
- `total_bytes_sec` (Number)
|
|
||||||
- `total_bytes_sec_max` (Number)
|
|
||||||
- `total_iops_sec` (Number)
|
|
||||||
- `total_iops_sec_max` (Number)
|
|
||||||
- `write_bytes_sec` (Number)
|
|
||||||
- `write_bytes_sec_max` (Number)
|
|
||||||
- `write_iops_sec` (Number)
|
|
||||||
- `write_iops_sec_max` (Number)
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedatt--replication"></a>
|
|
||||||
### Nested Schema for `replication`
|
|
||||||
|
|
||||||
Read-Only:
|
|
||||||
|
|
||||||
- `disk_id` (Number)
|
|
||||||
- `pool_id` (String)
|
|
||||||
- `role` (String)
|
|
||||||
- `self_volume_id` (String)
|
|
||||||
- `storage_id` (String)
|
|
||||||
- `volume_id` (String)
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedatt--snapshots"></a>
|
|
||||||
### Nested Schema for `snapshots`
|
|
||||||
|
|
||||||
Read-Only:
|
|
||||||
|
|
||||||
- `guid` (String)
|
|
||||||
- `label` (String)
|
|
||||||
- `reference_id` (String)
|
|
||||||
- `res_id` (String)
|
|
||||||
- `snap_set_guid` (String)
|
|
||||||
- `snap_set_time` (Number)
|
|
||||||
- `timestamp` (Number)
|
|
||||||
52
docs/resources/cb_dpdknet.md
Normal file
52
docs/resources/cb_dpdknet.md
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
---
|
||||||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||||
|
page_title: "decort_cb_dpdknet Resource - terraform-provider-decort"
|
||||||
|
subcategory: ""
|
||||||
|
description: |-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# decort_cb_dpdknet (Resource)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- schema generated by tfplugindocs -->
|
||||||
|
## Schema
|
||||||
|
|
||||||
|
### Required
|
||||||
|
|
||||||
|
- `gid` (Number) ID of the grid (platform)
|
||||||
|
- `name` (String) Name of network
|
||||||
|
- `ovs_bridge` (String) OVS bridge in which interfaces for computers created
|
||||||
|
- `vlan_id` (Number) vlan ID
|
||||||
|
|
||||||
|
### Optional
|
||||||
|
|
||||||
|
- `account_access` (List of Number) List of accounts with access
|
||||||
|
- `desc` (String) Description of DPDK network
|
||||||
|
- `enabled` (Boolean) Enabled or disabled DPDK network
|
||||||
|
- `rg_access` (List of Number) List of resource groups with access
|
||||||
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
|
### Read-Only
|
||||||
|
|
||||||
|
- `compute_ids` (List of Number) Compute IDs which uses this DPDK network
|
||||||
|
- `created_time` (Number) Created time
|
||||||
|
- `dpdk_id` (Number) The unique ID of the subscriber-owner of the DPDK network
|
||||||
|
- `guid` (Number) DPDK network ID on the storage side
|
||||||
|
- `id` (String) The ID of this resource.
|
||||||
|
- `status` (String) DPDK network status
|
||||||
|
- `updated_time` (Number) Updated time
|
||||||
|
|
||||||
|
<a id="nestedblock--timeouts"></a>
|
||||||
|
### Nested Schema for `timeouts`
|
||||||
|
|
||||||
|
Optional:
|
||||||
|
|
||||||
|
- `create` (String)
|
||||||
|
- `default` (String)
|
||||||
|
- `delete` (String)
|
||||||
|
- `read` (String)
|
||||||
|
- `update` (String)
|
||||||
@@ -37,6 +37,7 @@ description: |-
|
|||||||
- `ntp` (List of String) List of NTP addresses
|
- `ntp` (List of String) List of NTP addresses
|
||||||
- `ovs_bridge` (String) OpenvSwith bridge name for ExtNet connection
|
- `ovs_bridge` (String) OpenvSwith bridge name for ExtNet connection
|
||||||
- `pre_reservations_num` (Number) Number of pre created reservations
|
- `pre_reservations_num` (Number) Number of pre created reservations
|
||||||
|
- `reserved_ip` (Block Set) (see [below for nested schema](#nestedblock--reserved_ip))
|
||||||
- `restart` (Boolean) restart extnet vnf device
|
- `restart` (Boolean) restart extnet vnf device
|
||||||
- `set_default` (Boolean) Set current extnet as default (can not be undone)
|
- `set_default` (Boolean) Set current extnet as default (can not be undone)
|
||||||
- `shared_with` (Set of Number)
|
- `shared_with` (Set of Number)
|
||||||
@@ -88,6 +89,19 @@ Required:
|
|||||||
- `ip_start` (String)
|
- `ip_start` (String)
|
||||||
|
|
||||||
|
|
||||||
|
<a id="nestedblock--reserved_ip"></a>
|
||||||
|
### Nested Schema for `reserved_ip`
|
||||||
|
|
||||||
|
Required:
|
||||||
|
|
||||||
|
- `account_id` (Number)
|
||||||
|
|
||||||
|
Optional:
|
||||||
|
|
||||||
|
- `ip_count` (Number)
|
||||||
|
- `ips` (Set of String)
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
<a id="nestedblock--timeouts"></a>
|
||||||
### Nested Schema for `timeouts`
|
### Nested Schema for `timeouts`
|
||||||
|
|
||||||
@@ -119,6 +133,7 @@ Read-Only:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
|
- `account_id` (Number)
|
||||||
- `client_type` (String)
|
- `client_type` (String)
|
||||||
- `desc` (String)
|
- `desc` (String)
|
||||||
- `domain_name` (String)
|
- `domain_name` (String)
|
||||||
|
|||||||
@@ -18,33 +18,28 @@ description: |-
|
|||||||
### Required
|
### Required
|
||||||
|
|
||||||
- `boot_type` (String) Boot type of image bios or uefi
|
- `boot_type` (String) Boot type of image bios or uefi
|
||||||
- `gid` (Number) grid (platform) ID where this template should be create in
|
|
||||||
- `image_type` (String) Image type linux, windows or other
|
- `image_type` (String) Image type linux, windows or other
|
||||||
- `name` (String) Name of the rescue disk
|
- `name` (String) Name of the rescue disk
|
||||||
|
- `url` (String) URL where to download media from
|
||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
- `account_id` (Number) AccountId to make the image exclusive
|
- `account_id` (Number) AccountId to make the image exclusive
|
||||||
- `accounts` (List of Number)
|
- `architecture` (String) binary architecture of this image, one of X86_64
|
||||||
- `architecture` (String) binary architecture of this image, one of X86_64 of PPC64_LE
|
|
||||||
- `bootable` (Boolean) Does this image boot OS
|
- `bootable` (Boolean) Does this image boot OS
|
||||||
- `computeci_id` (Number)
|
- `computeci_id` (Number)
|
||||||
- `drivers` (List of String) List of types of compute suitable for image. Example: [ "KVM_X86" ]
|
- `drivers` (List of String) List of types of compute suitable for image. Example: [ "KVM_X86" ]
|
||||||
- `enabled` (Boolean)
|
- `enabled` (Boolean)
|
||||||
- `enabled_stacks` (List of Number)
|
- `enabled_stacks` (List of Number)
|
||||||
- `file_path` (String) path to image file
|
|
||||||
- `hot_resize` (Boolean) Does this machine supports hot resize
|
- `hot_resize` (Boolean) Does this machine supports hot resize
|
||||||
- `network_interface_naming` (String) select a network interface naming pattern for your Linux machine. eth - onboard, ens - pci slot naming
|
- `network_interface_naming` (String) select a network interface naming pattern for your Linux machine. eth - onboard, ens - pci slot naming
|
||||||
- `password` (String) Optional password for the image
|
- `password` (String) Optional password for the image
|
||||||
- `password_dl` (String) password for upload binary media
|
- `password_dl` (String) password for upload binary media
|
||||||
- `permanently` (Boolean) Whether to completely delete the image
|
|
||||||
- `pool_name` (String) pool for image create
|
- `pool_name` (String) pool for image create
|
||||||
- `reason` (String)
|
|
||||||
- `sep_id` (Number) storage endpoint provider ID
|
- `sep_id` (Number) storage endpoint provider ID
|
||||||
- `shared_with` (List of Number)
|
- `shared_with` (List of Number)
|
||||||
- `sync_mode` (Boolean) Create image from a media identified by URL (in synchronous mode)
|
- `sync_mode` (Boolean) Create image from a media identified by URL (in synchronous mode)
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
- `url` (String) URL where to download media from
|
|
||||||
- `username` (String) Optional username for the image
|
- `username` (String) Optional username for the image
|
||||||
- `username_dl` (String) username for upload binary media
|
- `username_dl` (String) username for upload binary media
|
||||||
|
|
||||||
@@ -54,6 +49,7 @@ description: |-
|
|||||||
- `cd_presented_to` (String)
|
- `cd_presented_to` (String)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
- `desc` (String)
|
- `desc` (String)
|
||||||
|
- `gid` (Number)
|
||||||
- `guid` (Number)
|
- `guid` (Number)
|
||||||
- `history` (List of Object) (see [below for nested schema](#nestedatt--history))
|
- `history` (List of Object) (see [below for nested schema](#nestedatt--history))
|
||||||
- `id` (String) The ID of this resource.
|
- `id` (String) The ID of this resource.
|
||||||
@@ -61,7 +57,7 @@ description: |-
|
|||||||
- `last_modified` (Number)
|
- `last_modified` (Number)
|
||||||
- `link_to` (Number)
|
- `link_to` (Number)
|
||||||
- `milestones` (Number)
|
- `milestones` (Number)
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `provider_name` (String)
|
- `provider_name` (String)
|
||||||
- `purge_attempts` (Number)
|
- `purge_attempts` (Number)
|
||||||
- `reference_id` (String)
|
- `reference_id` (String)
|
||||||
@@ -69,6 +65,7 @@ description: |-
|
|||||||
- `res_name` (String)
|
- `res_name` (String)
|
||||||
- `rescuecd` (Boolean)
|
- `rescuecd` (Boolean)
|
||||||
- `size` (Number) image size
|
- `size` (Number) image size
|
||||||
|
- `snapshot_id` (String) snapshot id
|
||||||
- `status` (String) status
|
- `status` (String) status
|
||||||
- `tech_status` (String) tech atatus
|
- `tech_status` (String) tech atatus
|
||||||
- `unc_path` (String) unc path
|
- `unc_path` (String) unc path
|
||||||
|
|||||||
@@ -19,13 +19,12 @@ description: |-
|
|||||||
|
|
||||||
- `boot_type` (String) Boot type of image BIOS or UEFI
|
- `boot_type` (String) Boot type of image BIOS or UEFI
|
||||||
- `compute_id` (Number) Compute Id
|
- `compute_id` (Number) Compute Id
|
||||||
- `image_type` (String) Image type linux, windows or other
|
- `image_type` (String) Image type linux, windows or unknown
|
||||||
- `name` (String) Name of the rescue disk
|
- `name` (String) Name of the rescue disk
|
||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
- `account_id` (Number) AccountId to make the image exclusive
|
- `account_id` (Number) AccountId to make the image exclusive
|
||||||
- `accounts` (List of Number)
|
|
||||||
- `async_mode` (Boolean) create an image in async/sync mode
|
- `async_mode` (Boolean) create an image in async/sync mode
|
||||||
- `bootable` (Boolean) Does this image boot OS
|
- `bootable` (Boolean) Does this image boot OS
|
||||||
- `computeci_id` (Number)
|
- `computeci_id` (Number)
|
||||||
@@ -34,10 +33,7 @@ description: |-
|
|||||||
- `hot_resize` (Boolean) Does this machine supports hot resize
|
- `hot_resize` (Boolean) Does this machine supports hot resize
|
||||||
- `network_interface_naming` (String) select a network interface naming pattern for your Linux machine. eth - onboard, ens - pci slot naming
|
- `network_interface_naming` (String) select a network interface naming pattern for your Linux machine. eth - onboard, ens - pci slot naming
|
||||||
- `password` (String) Optional password for the image
|
- `password` (String) Optional password for the image
|
||||||
- `permanently` (Boolean) whether to completely delete the image
|
|
||||||
- `pool_name` (String) pool for image create
|
- `pool_name` (String) pool for image create
|
||||||
- `reason` (String)
|
|
||||||
- `sep_id` (Number) storage endpoint provider ID
|
|
||||||
- `shared_with` (List of Number)
|
- `shared_with` (List of Number)
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
- `username` (String) Optional username for the image
|
- `username` (String) Optional username for the image
|
||||||
@@ -58,14 +54,16 @@ description: |-
|
|||||||
- `last_modified` (Number)
|
- `last_modified` (Number)
|
||||||
- `link_to` (Number)
|
- `link_to` (Number)
|
||||||
- `milestones` (Number)
|
- `milestones` (Number)
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `provider_name` (String)
|
- `provider_name` (String)
|
||||||
- `purge_attempts` (Number)
|
- `purge_attempts` (Number)
|
||||||
- `reference_id` (String)
|
- `reference_id` (String)
|
||||||
- `res_id` (String)
|
- `res_id` (String)
|
||||||
- `res_name` (String)
|
- `res_name` (String)
|
||||||
- `rescuecd` (Boolean)
|
- `rescuecd` (Boolean)
|
||||||
|
- `sep_id` (Number) storage endpoint provider ID
|
||||||
- `size` (Number)
|
- `size` (Number)
|
||||||
|
- `snapshot_id` (String) snapshot id
|
||||||
- `status` (String)
|
- `status` (String)
|
||||||
- `tech_status` (String)
|
- `tech_status` (String)
|
||||||
- `unc_path` (String)
|
- `unc_path` (String)
|
||||||
|
|||||||
@@ -20,26 +20,22 @@ description: |-
|
|||||||
- `architecture` (String) Image type linux, windows or other
|
- `architecture` (String) Image type linux, windows or other
|
||||||
- `boot_type` (String) Boot type of image BIOS or UEFI
|
- `boot_type` (String) Boot type of image BIOS or UEFI
|
||||||
- `disk_id` (Number) Disk Id
|
- `disk_id` (Number) Disk Id
|
||||||
- `image_type` (String) Image type linux, windows or other
|
- `drivers` (List of String) List of types of compute suitable for image. Example: [ "KVM_X86" ]
|
||||||
|
- `image_type` (String) Image type linux, windows or unknown
|
||||||
- `name` (String) Name of the rescue disk
|
- `name` (String) Name of the rescue disk
|
||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
- `account_id` (Number) AccountId to make the image exclusive
|
- `account_id` (Number) AccountId to make the image exclusive
|
||||||
- `accounts` (List of Number)
|
|
||||||
- `async_mode` (Boolean) create an image in async/sync mode
|
- `async_mode` (Boolean) create an image in async/sync mode
|
||||||
- `bootable` (Boolean) Does this image boot OS
|
- `bootable` (Boolean) Does this image boot OS
|
||||||
- `computeci_id` (Number)
|
- `computeci_id` (Number)
|
||||||
- `drivers` (List of String) List of types of compute suitable for image. Example: [ "KVM_X86" ]
|
|
||||||
- `enabled` (Boolean)
|
- `enabled` (Boolean)
|
||||||
- `enabled_stacks` (List of Number)
|
- `enabled_stacks` (List of Number)
|
||||||
- `hot_resize` (Boolean) Does this machine supports hot resize
|
- `hot_resize` (Boolean) Does this machine supports hot resize
|
||||||
- `network_interface_naming` (String) select a network interface naming pattern for your Linux machine. eth - onboard, ens - pci slot naming
|
- `network_interface_naming` (String) select a network interface naming pattern for your Linux machine. eth - onboard, ens - pci slot naming
|
||||||
- `password` (String) Optional password for the image
|
- `password` (String) Optional password for the image
|
||||||
- `permanently` (Boolean) whether to completely delete the image
|
|
||||||
- `pool_name` (String) pool for image create
|
- `pool_name` (String) pool for image create
|
||||||
- `reason` (String)
|
|
||||||
- `sep_id` (Number) storage endpoint provider ID
|
|
||||||
- `shared_with` (List of Number)
|
- `shared_with` (List of Number)
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
- `username` (String) Optional username for the image
|
- `username` (String) Optional username for the image
|
||||||
@@ -58,14 +54,16 @@ description: |-
|
|||||||
- `last_modified` (Number)
|
- `last_modified` (Number)
|
||||||
- `link_to` (Number)
|
- `link_to` (Number)
|
||||||
- `milestones` (Number)
|
- `milestones` (Number)
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `provider_name` (String)
|
- `provider_name` (String)
|
||||||
- `purge_attempts` (Number)
|
- `purge_attempts` (Number)
|
||||||
- `reference_id` (String)
|
- `reference_id` (String)
|
||||||
- `res_id` (String)
|
- `res_id` (String)
|
||||||
- `res_name` (String)
|
- `res_name` (String)
|
||||||
- `rescuecd` (Boolean)
|
- `rescuecd` (Boolean)
|
||||||
|
- `sep_id` (Number) storage endpoint provider ID
|
||||||
- `size` (Number)
|
- `size` (Number)
|
||||||
|
- `snapshot_id` (String) snapshot id
|
||||||
- `status` (String)
|
- `status` (String)
|
||||||
- `tech_status` (String)
|
- `tech_status` (String)
|
||||||
- `unc_path` (String)
|
- `unc_path` (String)
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ description: |-
|
|||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
- `additional_sans` (List of String) Optional extra Subject Alternative Names (SANs) to use for the API Server serving certificate. Can be both IP addresses and DNS names
|
- `additional_sans` (List of String) Optional extra Subject Alternative Names (SANs) to use for the API Server serving certificate. Can be both IP addresses and DNS names
|
||||||
|
- `chipset` (String) Type of the emulated system.
|
||||||
- `cluster_config` (String) is used to define global settings and configurations for the entire cluster. It includes parameters such as cluster name, DNS settings, authentication methods, and other cluster-wide configurations. insert a valid JSON string with all levels of nesting.
|
- `cluster_config` (String) is used to define global settings and configurations for the entire cluster. It includes parameters such as cluster name, DNS settings, authentication methods, and other cluster-wide configurations. insert a valid JSON string with all levels of nesting.
|
||||||
- `cpu` (Number) Node CPU count.
|
- `cpu` (Number) Node CPU count.
|
||||||
- `desc` (String) Text description of this instance.
|
- `desc` (String) Text description of this instance.
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ description: |-
|
|||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
- `annotations` (List of String)
|
- `annotations` (List of String)
|
||||||
|
- `chipset` (String) Type of the emulated system.
|
||||||
- `cloud_init` (String)
|
- `cloud_init` (String)
|
||||||
- `cpu` (Number) Worker node CPU count.
|
- `cpu` (Number) Worker node CPU count.
|
||||||
- `disk` (Number) Worker node boot disk size. If unspecified or 0, size is defined by OS image size.
|
- `disk` (Number) Worker node boot disk size. If unspecified or 0, size is defined by OS image size.
|
||||||
|
|||||||
@@ -29,14 +29,14 @@ description: |-
|
|||||||
- `affinity_rules` (Block List) (see [below for nested schema](#nestedblock--affinity_rules))
|
- `affinity_rules` (Block List) (see [below for nested schema](#nestedblock--affinity_rules))
|
||||||
- `alt_boot_id` (Number) ID of CD-ROM live image to boot
|
- `alt_boot_id` (Number) ID of CD-ROM live image to boot
|
||||||
- `anti_affinity_rules` (Block List) (see [below for nested schema](#nestedblock--anti_affinity_rules))
|
- `anti_affinity_rules` (Block List) (see [below for nested schema](#nestedblock--anti_affinity_rules))
|
||||||
- `auto_start` (Boolean) Flag for redeploy compute
|
- `auto_start_w_node` (Boolean)
|
||||||
- `boot_disk_size` (Number) This compute instance boot disk size in GB. Make sure it is large enough to accomodate selected OS image.
|
- `boot_disk_size` (Number) This compute instance boot disk size in GB. Make sure it is large enough to accomodate selected OS image.
|
||||||
|
- `boot_type` (String) Type of image upload.
|
||||||
- `cd` (Block Set, Max: 1) (see [below for nested schema](#nestedblock--cd))
|
- `cd` (Block Set, Max: 1) (see [below for nested schema](#nestedblock--cd))
|
||||||
|
- `chipset` (String) Type of the emulated system.
|
||||||
- `cloud_init` (String) Optional cloud_init parameters. Applied when creating new compute instance only, ignored in all other cases.
|
- `cloud_init` (String) Optional cloud_init parameters. Applied when creating new compute instance only, ignored in all other cases.
|
||||||
- `cpu_pin` (Boolean) Run VM on dedicated CPUs. To use this feature, the system must be pre-configured by allocating CPUs on the physical node.
|
- `cpu_pin` (Boolean) Run VM on dedicated CPUs. To use this feature, the system must be pre-configured by allocating CPUs on the physical node.
|
||||||
- `custom_fields` (String)
|
- `custom_fields` (String)
|
||||||
- `data_disks` (String) Flag for redeploy compute
|
|
||||||
- `depresent` (Boolean) whether to depresent compute disks from node or not
|
|
||||||
- `description` (String) Optional text description of this compute instance.
|
- `description` (String) Optional text description of this compute instance.
|
||||||
- `detach_disks` (Boolean)
|
- `detach_disks` (Boolean)
|
||||||
- `disks` (Block List) (see [below for nested schema](#nestedblock--disks))
|
- `disks` (Block List) (see [below for nested schema](#nestedblock--disks))
|
||||||
@@ -45,11 +45,15 @@ description: |-
|
|||||||
- `force_pin` (Boolean)
|
- `force_pin` (Boolean)
|
||||||
- `force_resize` (Boolean) Flag for resize compute
|
- `force_resize` (Boolean) Flag for resize compute
|
||||||
- `force_stop` (Boolean) Flag for redeploy compute
|
- `force_stop` (Boolean) Flag for redeploy compute
|
||||||
|
- `hot_resize` (Boolean) Type of image vm.
|
||||||
- `hp_backed` (Boolean) Use Huge Pages to allocate RAM of the virtual machine. The system must be pre-configured by allocating Huge Pages on the physical node.
|
- `hp_backed` (Boolean) Use Huge Pages to allocate RAM of the virtual machine. The system must be pre-configured by allocating Huge Pages on the physical node.
|
||||||
- `image_id` (Number) ID of the OS image to base this compute instance on.
|
- `image_id` (Number) ID of the OS image to base this compute instance on.
|
||||||
- `ipa_type` (String) compute purpose
|
- `ipa_type` (String) compute purpose
|
||||||
- `is` (String) system name
|
- `is` (String) system name
|
||||||
- `network` (Block Set, Max: 8) Optional network connection(s) for this compute. You may specify several network blocks, one for each connection. (see [below for nested schema](#nestedblock--network))
|
- `libvirt_settings` (Block Set) Configure libvirt virtio interface parameters. You can only delete values locally. Data on the platform cannot be deleted. (see [below for nested schema](#nestedblock--libvirt_settings))
|
||||||
|
- `loader_type` (String) Type of image vm.
|
||||||
|
- `network` (Block Set) Optional network connection(s) for this compute. You may specify several network blocks, one for each connection. (see [below for nested schema](#nestedblock--network))
|
||||||
|
- `network_interface_naming` (String) Name of netfowrk interface.
|
||||||
- `numa_affinity` (String) Rule for VM placement with NUMA affinity.
|
- `numa_affinity` (String) Rule for VM placement with NUMA affinity.
|
||||||
- `pause` (Boolean)
|
- `pause` (Boolean)
|
||||||
- `pci_devices` (Set of Number) ID of the connected pci devices
|
- `pci_devices` (Set of Number) ID of the connected pci devices
|
||||||
@@ -57,7 +61,7 @@ description: |-
|
|||||||
- `pin_to_stack` (Boolean)
|
- `pin_to_stack` (Boolean)
|
||||||
- `pool` (String) Pool to use if sepId is set, can be also empty if needed to be chosen by system.
|
- `pool` (String) Pool to use if sepId is set, can be also empty if needed to be chosen by system.
|
||||||
- `port_forwarding` (Block Set) (see [below for nested schema](#nestedblock--port_forwarding))
|
- `port_forwarding` (Block Set) (see [below for nested schema](#nestedblock--port_forwarding))
|
||||||
- `reason` (String) reason for action
|
- `preferred_cpu` (List of Number) Recommended isolated CPUs. Field is ignored if compute.cpupin=False or compute.pinned=False
|
||||||
- `reset` (Boolean)
|
- `reset` (Boolean)
|
||||||
- `restore` (Boolean)
|
- `restore` (Boolean)
|
||||||
- `rollback` (Block Set, Max: 1) (see [below for nested schema](#nestedblock--rollback))
|
- `rollback` (Block Set, Max: 1) (see [below for nested schema](#nestedblock--rollback))
|
||||||
@@ -66,7 +70,6 @@ description: |-
|
|||||||
- `stack_id` (Number) ID of stack to start compute
|
- `stack_id` (Number) ID of stack to start compute
|
||||||
- `started` (Boolean) Is compute started.
|
- `started` (Boolean) Is compute started.
|
||||||
- `tags` (Block Set) (see [below for nested schema](#nestedblock--tags))
|
- `tags` (Block Set) (see [below for nested schema](#nestedblock--tags))
|
||||||
- `target_stack_id` (Number)
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
- `user_access` (Block Set) (see [below for nested schema](#nestedblock--user_access))
|
- `user_access` (Block Set) (see [below for nested schema](#nestedblock--user_access))
|
||||||
- `without_boot_disk` (Boolean) If True, the imageId, bootDisk, sepId, pool parameters are ignored and the compute is created without a boot disk in the stopped state.
|
- `without_boot_disk` (Boolean) If True, the imageId, bootDisk, sepId, pool parameters are ignored and the compute is created without a boot disk in the stopped state.
|
||||||
@@ -87,6 +90,7 @@ description: |-
|
|||||||
- `computeci_id` (Number)
|
- `computeci_id` (Number)
|
||||||
- `created_by` (String)
|
- `created_by` (String)
|
||||||
- `created_time` (Number)
|
- `created_time` (Number)
|
||||||
|
- `delete_async_mode` (Boolean) async mode
|
||||||
- `deleted_by` (String)
|
- `deleted_by` (String)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
- `devices` (String)
|
- `devices` (String)
|
||||||
@@ -108,7 +112,7 @@ description: |-
|
|||||||
- `need_reboot` (Boolean)
|
- `need_reboot` (Boolean)
|
||||||
- `numa_node_id` (Number)
|
- `numa_node_id` (Number)
|
||||||
- `os_users` (List of Object) Guest OS users provisioned on this compute instance. (see [below for nested schema](#nestedatt--os_users))
|
- `os_users` (List of Object) Guest OS users provisioned on this compute instance. (see [below for nested schema](#nestedatt--os_users))
|
||||||
- `pinned` (Boolean)
|
- `pinned` (Number)
|
||||||
- `reference_id` (String)
|
- `reference_id` (String)
|
||||||
- `registered` (Boolean)
|
- `registered` (Boolean)
|
||||||
- `res_name` (String)
|
- `res_name` (String)
|
||||||
@@ -123,9 +127,10 @@ description: |-
|
|||||||
- `updated_by` (String)
|
- `updated_by` (String)
|
||||||
- `updated_time` (Number)
|
- `updated_time` (Number)
|
||||||
- `user_managed` (Boolean)
|
- `user_managed` (Boolean)
|
||||||
- `vgpus` (List of Number)
|
- `vgpus` (List of Object) List of virtual GPUs (see [below for nested schema](#nestedatt--vgpus))
|
||||||
- `virtual_image_id` (Number)
|
- `virtual_image_id` (Number)
|
||||||
- `virtual_image_name` (String)
|
- `virtual_image_name` (String)
|
||||||
|
- `vnc_password` (String)
|
||||||
|
|
||||||
<a id="nestedblock--affinity_rules"></a>
|
<a id="nestedblock--affinity_rules"></a>
|
||||||
### Nested Schema for `affinity_rules`
|
### Nested Schema for `affinity_rules`
|
||||||
@@ -164,10 +169,6 @@ Required:
|
|||||||
|
|
||||||
- `cdrom_id` (Number)
|
- `cdrom_id` (Number)
|
||||||
|
|
||||||
Optional:
|
|
||||||
|
|
||||||
- `reason` (String) reason for action
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedblock--disks"></a>
|
<a id="nestedblock--disks"></a>
|
||||||
### Nested Schema for `disks`
|
### Nested Schema for `disks`
|
||||||
@@ -185,17 +186,35 @@ Optional:
|
|||||||
- `node_ids` (Set of Number)
|
- `node_ids` (Set of Number)
|
||||||
- `permanently` (Boolean) Disk deletion status
|
- `permanently` (Boolean) Disk deletion status
|
||||||
- `pool` (String) Pool name; by default will be chosen automatically
|
- `pool` (String) Pool name; by default will be chosen automatically
|
||||||
- `reason` (String) reason for action
|
|
||||||
- `sep_id` (Number) Storage endpoint provider ID; by default the same with boot disk
|
- `sep_id` (Number) Storage endpoint provider ID; by default the same with boot disk
|
||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
- `disk_id` (Number) Disk ID
|
- `disk_id` (Number) Disk ID
|
||||||
|
- `present_to` (Map of Number)
|
||||||
- `shareable` (Boolean)
|
- `shareable` (Boolean)
|
||||||
- `size_max` (Number)
|
- `size_max` (Number)
|
||||||
- `size_used` (Number)
|
- `size_used` (Number)
|
||||||
|
|
||||||
|
|
||||||
|
<a id="nestedblock--libvirt_settings"></a>
|
||||||
|
### Nested Schema for `libvirt_settings`
|
||||||
|
|
||||||
|
Required:
|
||||||
|
|
||||||
|
- `net_id` (Number) ID of the network
|
||||||
|
- `net_type` (String) Type of the network
|
||||||
|
|
||||||
|
Optional:
|
||||||
|
|
||||||
|
- `event_idx` (String)
|
||||||
|
- `ioeventfd` (String)
|
||||||
|
- `queues` (Number)
|
||||||
|
- `rx_queue_size` (Number)
|
||||||
|
- `tx_queue_size` (Number)
|
||||||
|
- `txmode` (String)
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedblock--network"></a>
|
<a id="nestedblock--network"></a>
|
||||||
### Nested Schema for `network`
|
### Nested Schema for `network`
|
||||||
|
|
||||||
@@ -207,10 +226,9 @@ Required:
|
|||||||
Optional:
|
Optional:
|
||||||
|
|
||||||
- `ip_address` (String) Optional IP address to assign to this connection. This IP should belong to the selected network and free for use.
|
- `ip_address` (String) Optional IP address to assign to this connection. This IP should belong to the selected network and free for use.
|
||||||
|
|
||||||
Read-Only:
|
|
||||||
|
|
||||||
- `mac` (String) MAC address associated with this connection. MAC address is assigned automatically.
|
- `mac` (String) MAC address associated with this connection. MAC address is assigned automatically.
|
||||||
|
- `mtu` (Number) Maximum transmission unit, used only for DPDK type, must be 1-9216
|
||||||
|
- `weight` (Number) weight the network if you need to sort network list, the smallest attach first. zero or null weight attach last
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedblock--port_forwarding"></a>
|
<a id="nestedblock--port_forwarding"></a>
|
||||||
@@ -225,7 +243,6 @@ Optional:
|
|||||||
|
|
||||||
- `local_port` (Number)
|
- `local_port` (Number)
|
||||||
- `public_port_end` (Number)
|
- `public_port_end` (Number)
|
||||||
- `reason` (String) reason for action
|
|
||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
@@ -296,6 +313,7 @@ Read-Only:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
|
- `bus_number` (Number)
|
||||||
- `conn_id` (Number)
|
- `conn_id` (Number)
|
||||||
- `conn_type` (String)
|
- `conn_type` (String)
|
||||||
- `def_gw` (String)
|
- `def_gw` (String)
|
||||||
@@ -303,8 +321,10 @@ Read-Only:
|
|||||||
- `flip_group_id` (Number)
|
- `flip_group_id` (Number)
|
||||||
- `guid` (String)
|
- `guid` (String)
|
||||||
- `ip_address` (String)
|
- `ip_address` (String)
|
||||||
|
- `libvirt_settings` (List of Object) (see [below for nested schema](#nestedobjatt--interfaces--libvirt_settings))
|
||||||
- `listen_ssh` (Boolean)
|
- `listen_ssh` (Boolean)
|
||||||
- `mac` (String)
|
- `mac` (String)
|
||||||
|
- `mtu` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `net_id` (Number)
|
- `net_id` (Number)
|
||||||
- `net_type` (String)
|
- `net_type` (String)
|
||||||
@@ -316,6 +336,20 @@ Read-Only:
|
|||||||
- `type` (String)
|
- `type` (String)
|
||||||
- `vnfs` (List of Number)
|
- `vnfs` (List of Number)
|
||||||
|
|
||||||
|
<a id="nestedobjatt--interfaces--libvirt_settings"></a>
|
||||||
|
### Nested Schema for `interfaces.libvirt_settings`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `event_idx` (String)
|
||||||
|
- `guid` (String)
|
||||||
|
- `ioeventfd` (String)
|
||||||
|
- `queues` (Number)
|
||||||
|
- `rx_queue_size` (Number)
|
||||||
|
- `tx_queue_size` (Number)
|
||||||
|
- `txmode` (String)
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedobjatt--interfaces--qos"></a>
|
<a id="nestedobjatt--interfaces--qos"></a>
|
||||||
### Nested Schema for `interfaces.qos`
|
### Nested Schema for `interfaces.qos`
|
||||||
|
|
||||||
@@ -348,3 +382,29 @@ Read-Only:
|
|||||||
- `guid` (String)
|
- `guid` (String)
|
||||||
- `label` (String)
|
- `label` (String)
|
||||||
- `timestamp` (Number)
|
- `timestamp` (Number)
|
||||||
|
|
||||||
|
|
||||||
|
<a id="nestedatt--vgpus"></a>
|
||||||
|
### Nested Schema for `vgpus`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `account_id` (Number)
|
||||||
|
- `bus_number` (Number)
|
||||||
|
- `created_time` (Number)
|
||||||
|
- `deleted_time` (Number)
|
||||||
|
- `gid` (Number)
|
||||||
|
- `guid` (Number)
|
||||||
|
- `id` (Number)
|
||||||
|
- `last_claimed_by` (Number)
|
||||||
|
- `last_update_time` (Number)
|
||||||
|
- `mode` (String)
|
||||||
|
- `pci_slot` (Number)
|
||||||
|
- `pgpuid` (Number)
|
||||||
|
- `profile_id` (Number)
|
||||||
|
- `ram` (Number)
|
||||||
|
- `reference_id` (String)
|
||||||
|
- `rg_id` (Number)
|
||||||
|
- `status` (String)
|
||||||
|
- `type` (String)
|
||||||
|
- `vmid` (Number)
|
||||||
|
|||||||
@@ -37,8 +37,6 @@ description: |-
|
|||||||
- `ipcidr` (String) Address of the netowrk inside the private network segment (aka ViNS) if def_net_type=PRIVATE
|
- `ipcidr` (String) Address of the netowrk inside the private network segment (aka ViNS) if def_net_type=PRIVATE
|
||||||
- `owner` (String) username - owner of this RG. Leave blank to set current user as owner
|
- `owner` (String) username - owner of this RG. Leave blank to set current user as owner
|
||||||
- `permanently` (Boolean) flag to permanently delete resource group
|
- `permanently` (Boolean) flag to permanently delete resource group
|
||||||
- `reason` (String)
|
|
||||||
- `register_computes` (Boolean) Register computes in registration system
|
|
||||||
- `resource_limits` (Block List, Max: 1) (see [below for nested schema](#nestedblock--resource_limits))
|
- `resource_limits` (Block List, Max: 1) (see [below for nested schema](#nestedblock--resource_limits))
|
||||||
- `restore` (Boolean) restore deleted rg
|
- `restore` (Boolean) restore deleted rg
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
@@ -74,10 +72,6 @@ Required:
|
|||||||
- `right` (String) Access rights to set, one of 'R', 'RCX' or 'ARCXDU'
|
- `right` (String) Access rights to set, one of 'R', 'RCX' or 'ARCXDU'
|
||||||
- `user` (String) User or group name to grant access
|
- `user` (String) User or group name to grant access
|
||||||
|
|
||||||
Optional:
|
|
||||||
|
|
||||||
- `reason` (String) Reason for action
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedblock--def_net"></a>
|
<a id="nestedblock--def_net"></a>
|
||||||
### Nested Schema for `def_net`
|
### Nested Schema for `def_net`
|
||||||
@@ -89,7 +83,6 @@ Required:
|
|||||||
Optional:
|
Optional:
|
||||||
|
|
||||||
- `net_id` (Number) Network segment ID. If netType is PUBLIC and netId is 0 then default external network segment will be selected. If netType is PRIVATE and netId=0, the first ViNS defined for this RG will be selected. Otherwise, netId identifies either existing external network segment or ViNS.
|
- `net_id` (Number) Network segment ID. If netType is PUBLIC and netId is 0 then default external network segment will be selected. If netType is PRIVATE and netId=0, the first ViNS defined for this RG will be selected. Otherwise, netId identifies either existing external network segment or ViNS.
|
||||||
- `reason` (String) Reason for action
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedblock--resource_limits"></a>
|
<a id="nestedblock--resource_limits"></a>
|
||||||
|
|||||||
@@ -37,11 +37,10 @@ description: |-
|
|||||||
|
|
||||||
### Read-Only
|
### Read-Only
|
||||||
|
|
||||||
- `ckey` (String) ckey
|
|
||||||
- `guid` (Number) guid
|
- `guid` (Number) guid
|
||||||
- `id` (String) The ID of this resource.
|
- `id` (String) The ID of this resource.
|
||||||
- `meta` (List of String) meta
|
|
||||||
- `milestones` (Number) milestones
|
- `milestones` (Number) milestones
|
||||||
|
- `multipath_num` (Number) multipath_num
|
||||||
- `obj_status` (String) object status
|
- `obj_status` (String) object status
|
||||||
- `tech_status` (String) tech status
|
- `tech_status` (String) tech status
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,6 @@ description: |-
|
|||||||
- `nat_rule` (Block List) (see [below for nested schema](#nestedblock--nat_rule))
|
- `nat_rule` (Block List) (see [below for nested schema](#nestedblock--nat_rule))
|
||||||
- `permanently` (Boolean) permanently for delete request
|
- `permanently` (Boolean) permanently for delete request
|
||||||
- `pre_reservations_num` (Number)
|
- `pre_reservations_num` (Number)
|
||||||
- `reason` (String)
|
|
||||||
- `rg_id` (Number)
|
- `rg_id` (Number)
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
- `vins_id` (Number) vins id
|
- `vins_id` (Number) vins id
|
||||||
@@ -98,7 +97,6 @@ Optional:
|
|||||||
- `compute_id` (Number)
|
- `compute_id` (Number)
|
||||||
- `ip_addr` (String)
|
- `ip_addr` (String)
|
||||||
- `mac` (String)
|
- `mac` (String)
|
||||||
- `reason` (String)
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedblock--nat_rule"></a>
|
<a id="nestedblock--nat_rule"></a>
|
||||||
@@ -169,6 +167,7 @@ Read-Only:
|
|||||||
- `tech_status` (String)
|
- `tech_status` (String)
|
||||||
- `type` (String)
|
- `type` (String)
|
||||||
- `vins` (List of Number)
|
- `vins` (List of Number)
|
||||||
|
- `vnc_password` (String)
|
||||||
|
|
||||||
<a id="nestedobjatt--vnf_dev--config"></a>
|
<a id="nestedobjatt--vnf_dev--config"></a>
|
||||||
### Nested Schema for `vnf_dev.config`
|
### Nested Schema for `vnf_dev.config`
|
||||||
@@ -206,6 +205,7 @@ Read-Only:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
|
- `bus_number` (Number)
|
||||||
- `conn_id` (Number)
|
- `conn_id` (Number)
|
||||||
- `conn_type` (String)
|
- `conn_type` (String)
|
||||||
- `def_gw` (String)
|
- `def_gw` (String)
|
||||||
@@ -213,8 +213,10 @@ Read-Only:
|
|||||||
- `flipgroup_id` (Number)
|
- `flipgroup_id` (Number)
|
||||||
- `guid` (String)
|
- `guid` (String)
|
||||||
- `ip_address` (String)
|
- `ip_address` (String)
|
||||||
|
- `libvirt_settings` (List of Object) (see [below for nested schema](#nestedobjatt--vnf_dev--interfaces--libvirt_settings))
|
||||||
- `listen_ssh` (Boolean)
|
- `listen_ssh` (Boolean)
|
||||||
- `mac` (String)
|
- `mac` (String)
|
||||||
|
- `mtu` (Number)
|
||||||
- `name` (String)
|
- `name` (String)
|
||||||
- `net_id` (Number)
|
- `net_id` (Number)
|
||||||
- `net_mask` (Number)
|
- `net_mask` (Number)
|
||||||
@@ -226,6 +228,20 @@ Read-Only:
|
|||||||
- `type` (String)
|
- `type` (String)
|
||||||
- `vnfs` (List of Number)
|
- `vnfs` (List of Number)
|
||||||
|
|
||||||
|
<a id="nestedobjatt--vnf_dev--interfaces--libvirt_settings"></a>
|
||||||
|
### Nested Schema for `vnf_dev.interfaces.libvirt_settings`
|
||||||
|
|
||||||
|
Read-Only:
|
||||||
|
|
||||||
|
- `event_idx` (String)
|
||||||
|
- `guid` (String)
|
||||||
|
- `ioeventfd` (String)
|
||||||
|
- `queues` (Number)
|
||||||
|
- `rx_queue_size` (Number)
|
||||||
|
- `tx_queue_size` (Number)
|
||||||
|
- `txmode` (String)
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedobjatt--vnf_dev--interfaces--qos"></a>
|
<a id="nestedobjatt--vnf_dev--interfaces--qos"></a>
|
||||||
### Nested Schema for `vnf_dev.interfaces.qos`
|
### Nested Schema for `vnf_dev.interfaces.qos`
|
||||||
|
|
||||||
@@ -291,10 +307,7 @@ Read-Only:
|
|||||||
|
|
||||||
Read-Only:
|
Read-Only:
|
||||||
|
|
||||||
- `client_type` (String)
|
- `account_id` (Number)
|
||||||
- `description` (String)
|
|
||||||
- `domain_name` (String)
|
|
||||||
- `host_name` (String)
|
|
||||||
- `ip` (String)
|
- `ip` (String)
|
||||||
- `mac` (String)
|
- `mac` (String)
|
||||||
- `type` (String)
|
- `type` (String)
|
||||||
|
|||||||
@@ -24,11 +24,11 @@ description: |-
|
|||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
- `compute_ids` (List of Number)
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
### Read-Only
|
### Read-Only
|
||||||
|
|
||||||
|
- `compute_ids` (List of Number)
|
||||||
- `guid` (String)
|
- `guid` (String)
|
||||||
- `id` (String) The ID of this resource.
|
- `id` (String) The ID of this resource.
|
||||||
- `route_id` (Number) Unique ID of the static route
|
- `route_id` (Number) Unique ID of the static route
|
||||||
|
|||||||
@@ -29,8 +29,6 @@ description: |-
|
|||||||
- `enabled_stacks` (List of Number)
|
- `enabled_stacks` (List of Number)
|
||||||
- `hot_resize` (Boolean) Does this machine supports hot resize
|
- `hot_resize` (Boolean) Does this machine supports hot resize
|
||||||
- `password` (String) Optional password for the image
|
- `password` (String) Optional password for the image
|
||||||
- `permanently` (Boolean) Whether to completely delete the image
|
|
||||||
- `reason` (String)
|
|
||||||
- `shared_with` (List of Number)
|
- `shared_with` (List of Number)
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
- `username` (String) Optional username for the image
|
- `username` (String) Optional username for the image
|
||||||
@@ -38,7 +36,7 @@ description: |-
|
|||||||
### Read-Only
|
### Read-Only
|
||||||
|
|
||||||
- `acl` (List of Object) (see [below for nested schema](#nestedatt--acl))
|
- `acl` (List of Object) (see [below for nested schema](#nestedatt--acl))
|
||||||
- `architecture` (String) binary architecture of this image, one of X86_64 of PPC64_LE
|
- `architecture` (String) binary architecture of this image, one of X86_64
|
||||||
- `boot_type` (String) Boot type of image bios or uefi
|
- `boot_type` (String) Boot type of image bios or uefi
|
||||||
- `ckey` (String)
|
- `ckey` (String)
|
||||||
- `deleted_time` (Number)
|
- `deleted_time` (Number)
|
||||||
@@ -51,10 +49,9 @@ description: |-
|
|||||||
- `image_id` (Number) Image id
|
- `image_id` (Number) Image id
|
||||||
- `image_type` (String) Image type linux, windows or other
|
- `image_type` (String) Image type linux, windows or other
|
||||||
- `last_modified` (Number)
|
- `last_modified` (Number)
|
||||||
- `meta` (List of String) meta
|
|
||||||
- `milestones` (Number)
|
- `milestones` (Number)
|
||||||
- `pool_name` (String) pool for image create
|
- `pool_name` (String) pool for image create
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `provider_name` (String)
|
- `provider_name` (String)
|
||||||
- `purge_attempts` (Number)
|
- `purge_attempts` (Number)
|
||||||
- `reference_id` (String)
|
- `reference_id` (String)
|
||||||
@@ -63,6 +60,7 @@ description: |-
|
|||||||
- `rescuecd` (Boolean)
|
- `rescuecd` (Boolean)
|
||||||
- `sep_id` (Number) storage endpoint provider ID
|
- `sep_id` (Number) storage endpoint provider ID
|
||||||
- `size` (Number) image size
|
- `size` (Number) image size
|
||||||
|
- `snapshot_id` (String) snapshot id
|
||||||
- `status` (String) status
|
- `status` (String) status
|
||||||
- `tech_status` (String) tech atatus
|
- `tech_status` (String) tech atatus
|
||||||
- `unc_path` (String) unc path
|
- `unc_path` (String) unc path
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ description: |-
|
|||||||
|
|
||||||
- `account_id` (Number) The unique ID of the subscriber-owner of the disk
|
- `account_id` (Number) The unique ID of the subscriber-owner of the disk
|
||||||
- `disk_name` (String) Name of disk
|
- `disk_name` (String) Name of disk
|
||||||
- `gid` (Number) ID of the grid (platform)
|
|
||||||
- `size_max` (Number) Size in GB
|
- `size_max` (Number) Size in GB
|
||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
@@ -29,30 +28,33 @@ description: |-
|
|||||||
- `iotune` (Block List, Max: 1) (see [below for nested schema](#nestedblock--iotune))
|
- `iotune` (Block List, Max: 1) (see [below for nested schema](#nestedblock--iotune))
|
||||||
- `permanently` (Boolean) Whether to completely delete the disk, works only with non attached disks
|
- `permanently` (Boolean) Whether to completely delete the disk, works only with non attached disks
|
||||||
- `pool` (String) Pool for disk location
|
- `pool` (String) Pool for disk location
|
||||||
- `reason` (String) Reason for deletion
|
|
||||||
- `sep_id` (Number) Storage endpoint provider ID to create disk
|
- `sep_id` (Number) Storage endpoint provider ID to create disk
|
||||||
- `shareable` (Boolean)
|
- `shareable` (Boolean)
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
- `type` (String) The type of disk in terms of its role in compute: 'B=Boot, D=Data, T=Temp'
|
|
||||||
|
|
||||||
### Read-Only
|
### Read-Only
|
||||||
|
|
||||||
- `account_name` (String) The name of the subscriber '(account') to whom this disk belongs
|
- `account_name` (String) The name of the subscriber '(account') to whom this disk belongs
|
||||||
- `acl` (String)
|
- `acl` (String)
|
||||||
- `computes` (List of Object) (see [below for nested schema](#nestedatt--computes))
|
- `computes` (List of Object) (see [below for nested schema](#nestedatt--computes))
|
||||||
|
- `created_by` (String)
|
||||||
- `created_time` (Number) Created time
|
- `created_time` (Number) Created time
|
||||||
|
- `deleted_by` (String)
|
||||||
- `deleted_time` (Number) Deleted time
|
- `deleted_time` (Number) Deleted time
|
||||||
- `destruction_time` (Number) Time of final deletion
|
- `destruction_time` (Number) Time of final deletion
|
||||||
- `devicename` (String) Name of the device
|
- `devicename` (String) Name of the device
|
||||||
- `disk_id` (Number) Disk ID. Duplicates the value of the ID parameter
|
- `disk_id` (Number) Disk ID. Duplicates the value of the ID parameter
|
||||||
|
- `gid` (Number) ID of the grid (platform)
|
||||||
- `id` (String) The ID of this resource.
|
- `id` (String) The ID of this resource.
|
||||||
- `image_id` (Number) Image ID
|
- `image_id` (Number) Image ID
|
||||||
- `images` (List of String) IDs of images using the disk
|
- `images` (List of String) IDs of images using the disk
|
||||||
|
- `machine_id` (Number)
|
||||||
|
- `machine_name` (String)
|
||||||
- `order` (Number) Disk order
|
- `order` (Number) Disk order
|
||||||
- `params` (String) Disk params
|
- `params` (String) Disk params
|
||||||
- `parent_id` (Number) ID of the parent disk
|
- `parent_id` (Number) ID of the parent disk
|
||||||
- `pci_slot` (Number) ID of the pci slot to which the disk is connected
|
- `pci_slot` (Number) ID of the pci slot to which the disk is connected
|
||||||
- `present_to` (List of Number)
|
- `present_to` (Map of Number)
|
||||||
- `purge_time` (Number) Time of the last deletion attempt
|
- `purge_time` (Number) Time of the last deletion attempt
|
||||||
- `replication` (List of Object) Replication status (see [below for nested schema](#nestedatt--replication))
|
- `replication` (List of Object) Replication status (see [below for nested schema](#nestedatt--replication))
|
||||||
- `res_id` (String) Resource ID
|
- `res_id` (String) Resource ID
|
||||||
@@ -63,6 +65,9 @@ description: |-
|
|||||||
- `snapshots` (List of Object) (see [below for nested schema](#nestedatt--snapshots))
|
- `snapshots` (List of Object) (see [below for nested schema](#nestedatt--snapshots))
|
||||||
- `status` (String) Disk status
|
- `status` (String) Disk status
|
||||||
- `tech_status` (String) Technical status of the disk
|
- `tech_status` (String) Technical status of the disk
|
||||||
|
- `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)
|
||||||
- `vmid` (Number) Virtual Machine ID (Deprecated)
|
- `vmid` (Number) Virtual Machine ID (Deprecated)
|
||||||
|
|
||||||
<a id="nestedblock--iotune"></a>
|
<a id="nestedblock--iotune"></a>
|
||||||
|
|||||||
@@ -1,137 +0,0 @@
|
|||||||
---
|
|
||||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
||||||
page_title: "decort_disk_replication Resource - terraform-provider-decort"
|
|
||||||
subcategory: ""
|
|
||||||
description: |-
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# decort_disk_replication (Resource)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- schema generated by tfplugindocs -->
|
|
||||||
## Schema
|
|
||||||
|
|
||||||
### Required
|
|
||||||
|
|
||||||
- `disk_id` (Number) Id of primary disk
|
|
||||||
- `disk_name` (String) Name of disk replica
|
|
||||||
- `pool_name` (String) Pool for disk location
|
|
||||||
- `sep_id` (Number) Storage endpoint provider ID to create disk replica
|
|
||||||
|
|
||||||
### Optional
|
|
||||||
|
|
||||||
- `detach` (Boolean) Detach disk from machine first
|
|
||||||
- `pause` (Boolean) Resume replication
|
|
||||||
- `permanently` (Boolean) Delete disk permanently
|
|
||||||
- `reason` (String) Reason for disk deletion
|
|
||||||
- `reverse` (Boolean) Reverse replication
|
|
||||||
- `start` (Boolean) Start/Stop replication
|
|
||||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
||||||
|
|
||||||
### Read-Only
|
|
||||||
|
|
||||||
- `account_id` (Number) The unique ID of the subscriber-owner of the disk
|
|
||||||
- `account_name` (String) The name of the subscriber '(account') to whom this disk belongs
|
|
||||||
- `acl` (String)
|
|
||||||
- `computes` (List of Object) (see [below for nested schema](#nestedatt--computes))
|
|
||||||
- `created_time` (Number) Created time
|
|
||||||
- `deleted_time` (Number) Deleted time
|
|
||||||
- `desc` (String) Description of disk
|
|
||||||
- `destruction_time` (Number) Time of final deletion
|
|
||||||
- `devicename` (String) Name of the device
|
|
||||||
- `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
|
|
||||||
- `iotune` (List of Object) (see [below for nested schema](#nestedatt--iotune))
|
|
||||||
- `order` (Number) Disk order
|
|
||||||
- `params` (String) Disk params
|
|
||||||
- `parent_id` (Number) ID of the parent disk
|
|
||||||
- `pci_slot` (Number) ID of the pci slot to which the disk is connected
|
|
||||||
- `present_to` (List of Number)
|
|
||||||
- `purge_time` (Number) Time of the last deletion attempt
|
|
||||||
- `replica_disk_id` (Number) Id of replica disk
|
|
||||||
- `replication` (List of Object) Replication status (see [below for nested schema](#nestedatt--replication))
|
|
||||||
- `res_id` (String) Resource ID
|
|
||||||
- `res_name` (String) Name of the resource
|
|
||||||
- `role` (String) Disk role
|
|
||||||
- `sep_type` (String) Type SEP. Defines the type of storage system and contains one of the values set in the cloud platform
|
|
||||||
- `shareable` (Boolean)
|
|
||||||
- `size_max` (Number) Size in GB
|
|
||||||
- `size_used` (Number) Number of used space, in GB
|
|
||||||
- `snapshots` (List of Object) (see [below for nested schema](#nestedatt--snapshots))
|
|
||||||
- `status` (String) Disk status
|
|
||||||
- `status_replication` (String) Status of replication
|
|
||||||
- `tech_status` (String) Technical status of the disk
|
|
||||||
- `type` (String) The type of disk in terms of its role in compute: 'B=Boot, D=Data, T=Temp'
|
|
||||||
- `vmid` (Number) Virtual Machine ID (Deprecated)
|
|
||||||
|
|
||||||
<a id="nestedblock--timeouts"></a>
|
|
||||||
### Nested Schema for `timeouts`
|
|
||||||
|
|
||||||
Optional:
|
|
||||||
|
|
||||||
- `create` (String)
|
|
||||||
- `default` (String)
|
|
||||||
- `delete` (String)
|
|
||||||
- `read` (String)
|
|
||||||
- `update` (String)
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedatt--computes"></a>
|
|
||||||
### Nested Schema for `computes`
|
|
||||||
|
|
||||||
Read-Only:
|
|
||||||
|
|
||||||
- `compute_id` (String)
|
|
||||||
- `compute_name` (String)
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedatt--iotune"></a>
|
|
||||||
### Nested Schema for `iotune`
|
|
||||||
|
|
||||||
Read-Only:
|
|
||||||
|
|
||||||
- `read_bytes_sec` (Number)
|
|
||||||
- `read_bytes_sec_max` (Number)
|
|
||||||
- `read_iops_sec` (Number)
|
|
||||||
- `read_iops_sec_max` (Number)
|
|
||||||
- `size_iops_sec` (Number)
|
|
||||||
- `total_bytes_sec` (Number)
|
|
||||||
- `total_bytes_sec_max` (Number)
|
|
||||||
- `total_iops_sec` (Number)
|
|
||||||
- `total_iops_sec_max` (Number)
|
|
||||||
- `write_bytes_sec` (Number)
|
|
||||||
- `write_bytes_sec_max` (Number)
|
|
||||||
- `write_iops_sec` (Number)
|
|
||||||
- `write_iops_sec_max` (Number)
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedatt--replication"></a>
|
|
||||||
### Nested Schema for `replication`
|
|
||||||
|
|
||||||
Read-Only:
|
|
||||||
|
|
||||||
- `disk_id` (Number)
|
|
||||||
- `pool_id` (String)
|
|
||||||
- `role` (String)
|
|
||||||
- `self_volume_id` (String)
|
|
||||||
- `storage_id` (String)
|
|
||||||
- `volume_id` (String)
|
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedatt--snapshots"></a>
|
|
||||||
### Nested Schema for `snapshots`
|
|
||||||
|
|
||||||
Read-Only:
|
|
||||||
|
|
||||||
- `guid` (String)
|
|
||||||
- `label` (String)
|
|
||||||
- `res_id` (String)
|
|
||||||
- `snap_set_guid` (String)
|
|
||||||
- `snap_set_time` (Number)
|
|
||||||
- `timestamp` (Number)
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user