parent
545eac90df
commit
efe2b577b0
@ -0,0 +1,51 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_account_audits_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_account_audits_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **account_id** (Number) ID of the account
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **items** (List of Object) Search Result (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:
|
||||
|
||||
- **call** (String)
|
||||
- **responsetime** (Number)
|
||||
- **statuscode** (Number)
|
||||
- **timestamp** (Number)
|
||||
- **user** (String)
|
||||
|
||||
|
@ -0,0 +1,66 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_account_computes_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_account_computes_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **account_id** (Number) ID of the account
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **items** (List of Object) Search Result (see [below for nested schema](#nestedatt--items))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
||||
<a id="nestedatt--items"></a>
|
||||
### Nested Schema for `items`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **account_id** (Number)
|
||||
- **account_name** (String)
|
||||
- **compute_id** (Number)
|
||||
- **compute_name** (String)
|
||||
- **cpus** (Number)
|
||||
- **created_by** (String)
|
||||
- **created_time** (Number)
|
||||
- **deleted_by** (String)
|
||||
- **deleted_time** (Number)
|
||||
- **ram** (Number)
|
||||
- **registered** (Boolean)
|
||||
- **rg_id** (Number)
|
||||
- **rg_name** (String)
|
||||
- **status** (String)
|
||||
- **tech_status** (String)
|
||||
- **total_disks_size** (Number)
|
||||
- **updated_by** (String)
|
||||
- **updated_time** (Number)
|
||||
- **user_managed** (Boolean)
|
||||
- **vins_connected** (Number)
|
||||
|
||||
|
@ -0,0 +1,44 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_account_consumed_units Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_account_consumed_units (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **account_id** (Number) ID of the account
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **cu_c** (Number)
|
||||
- **cu_d** (Number)
|
||||
- **cu_i** (Number)
|
||||
- **cu_m** (Number)
|
||||
- **cu_np** (Number)
|
||||
- **gpu_units** (Number)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
@ -0,0 +1,40 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_account_consumed_units_by_type Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_account_consumed_units_by_type (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **account_id** (Number) ID of the account
|
||||
- **cu_type** (String) cloud unit resource type
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **cu_result** (Number)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
@ -0,0 +1,63 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_account_deleted_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_account_deleted_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **page** (Number) Page number
|
||||
- **size** (Number) Page size
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **items** (List of Object) (see [below for nested schema](#nestedatt--items))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
||||
<a id="nestedatt--items"></a>
|
||||
### Nested Schema for `items`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **account_id** (Number)
|
||||
- **account_name** (String)
|
||||
- **acl** (List of Object) (see [below for nested schema](#nestedobjatt--items--acl))
|
||||
- **created_time** (Number)
|
||||
- **deleted_time** (Number)
|
||||
- **status** (String)
|
||||
- **updated_time** (Number)
|
||||
|
||||
<a id="nestedobjatt--items--acl"></a>
|
||||
### Nested Schema for `items.acl`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **explicit** (Boolean)
|
||||
- **guid** (String)
|
||||
- **right** (String)
|
||||
- **status** (String)
|
||||
- **type** (String)
|
||||
- **user_group_id** (String)
|
||||
|
||||
|
@ -0,0 +1,52 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_account_disks_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_account_disks_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **account_id** (Number) ID of the account
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **items** (List of Object) Search Result (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:
|
||||
|
||||
- **disk_id** (Number)
|
||||
- **disk_name** (String)
|
||||
- **pool** (String)
|
||||
- **sep_id** (Number)
|
||||
- **size_max** (Number)
|
||||
- **type** (String)
|
||||
|
||||
|
@ -0,0 +1,67 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_account_flipgroups_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_account_flipgroups_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **account_id** (Number) ID of the account
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **items** (List of Object) Search Result (see [below for nested schema](#nestedatt--items))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
||||
<a id="nestedatt--items"></a>
|
||||
### Nested Schema for `items`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **account_id** (Number)
|
||||
- **client_type** (String)
|
||||
- **conn_type** (String)
|
||||
- **created_by** (String)
|
||||
- **created_time** (Number)
|
||||
- **default_gw** (String)
|
||||
- **deleted_by** (String)
|
||||
- **deleted_time** (Number)
|
||||
- **desc** (String)
|
||||
- **fg_id** (Number)
|
||||
- **fg_name** (String)
|
||||
- **gid** (Number)
|
||||
- **guid** (Number)
|
||||
- **ip** (String)
|
||||
- **milestones** (Number)
|
||||
- **net_id** (Number)
|
||||
- **net_type** (String)
|
||||
- **netmask** (Number)
|
||||
- **status** (String)
|
||||
- **updated_by** (String)
|
||||
- **updated_time** (Number)
|
||||
|
||||
|
@ -0,0 +1,63 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_account_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_account_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **page** (Number) Page number
|
||||
- **size** (Number) Page size
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **items** (List of Object) (see [below for nested schema](#nestedatt--items))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
||||
<a id="nestedatt--items"></a>
|
||||
### Nested Schema for `items`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **account_id** (Number)
|
||||
- **account_name** (String)
|
||||
- **acl** (List of Object) (see [below for nested schema](#nestedobjatt--items--acl))
|
||||
- **created_time** (Number)
|
||||
- **deleted_time** (Number)
|
||||
- **status** (String)
|
||||
- **updated_time** (Number)
|
||||
|
||||
<a id="nestedobjatt--items--acl"></a>
|
||||
### Nested Schema for `items.acl`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **explicit** (Boolean)
|
||||
- **guid** (String)
|
||||
- **right** (String)
|
||||
- **status** (String)
|
||||
- **type** (String)
|
||||
- **user_group_id** (String)
|
||||
|
||||
|
@ -0,0 +1,44 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_account_reserved_units Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_account_reserved_units (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **account_id** (Number) ID of the account
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **cu_c** (Number)
|
||||
- **cu_d** (Number)
|
||||
- **cu_i** (Number)
|
||||
- **cu_m** (Number)
|
||||
- **cu_np** (Number)
|
||||
- **gpu_units** (Number)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
@ -0,0 +1,115 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_account_rg_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_account_rg_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **account_id** (Number) ID of the account
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **items** (List of Object) Search Result (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:
|
||||
|
||||
- **computes** (List of Object) (see [below for nested schema](#nestedobjatt--items--computes))
|
||||
- **created_by** (String)
|
||||
- **created_time** (Number)
|
||||
- **deleted_by** (String)
|
||||
- **deleted_time** (Number)
|
||||
- **milestones** (Number)
|
||||
- **resources** (List of Object) (see [below for nested schema](#nestedobjatt--items--resources))
|
||||
- **rg_id** (Number)
|
||||
- **rg_name** (String)
|
||||
- **status** (String)
|
||||
- **updated_by** (String)
|
||||
- **updated_time** (Number)
|
||||
- **vinses** (Number)
|
||||
|
||||
<a id="nestedobjatt--items--computes"></a>
|
||||
### Nested Schema for `items.computes`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **started** (Number)
|
||||
- **stopped** (Number)
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--resources"></a>
|
||||
### Nested Schema for `items.resources`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **consumed** (List of Object) (see [below for nested schema](#nestedobjatt--items--resources--consumed))
|
||||
- **limits** (List of Object) (see [below for nested schema](#nestedobjatt--items--resources--limits))
|
||||
- **reserved** (List of Object) (see [below for nested schema](#nestedobjatt--items--resources--reserved))
|
||||
|
||||
<a id="nestedobjatt--items--resources--consumed"></a>
|
||||
### Nested Schema for `items.resources.consumed`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **cpu** (Number)
|
||||
- **disksize** (Number)
|
||||
- **extips** (Number)
|
||||
- **exttraffic** (Number)
|
||||
- **gpu** (Number)
|
||||
- **ram** (Number)
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--resources--limits"></a>
|
||||
### Nested Schema for `items.resources.limits`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **cpu** (Number)
|
||||
- **disksize** (Number)
|
||||
- **extips** (Number)
|
||||
- **exttraffic** (Number)
|
||||
- **gpu** (Number)
|
||||
- **ram** (Number)
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--resources--reserved"></a>
|
||||
### Nested Schema for `items.resources.reserved`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **cpu** (Number)
|
||||
- **disksize** (Number)
|
||||
- **extips** (Number)
|
||||
- **exttraffic** (Number)
|
||||
- **gpu** (Number)
|
||||
- **ram** (Number)
|
||||
|
||||
|
@ -0,0 +1,56 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_account_templates_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_account_templates_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **account_id** (Number) ID of the account
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **items** (List of Object) Search Result (see [below for nested schema](#nestedatt--items))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
||||
<a id="nestedatt--items"></a>
|
||||
### Nested Schema for `items`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **account_id** (Number)
|
||||
- **desc** (String)
|
||||
- **public** (Boolean)
|
||||
- **size** (Number)
|
||||
- **status** (String)
|
||||
- **template_id** (Number)
|
||||
- **template_name** (String)
|
||||
- **type** (String)
|
||||
- **unc_path** (String)
|
||||
- **username** (String)
|
||||
|
||||
|
@ -0,0 +1,63 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_account_vins_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_account_vins_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **account_id** (Number) ID of the account
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **items** (List of Object) Search Result (see [below for nested schema](#nestedatt--items))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
||||
<a id="nestedatt--items"></a>
|
||||
### Nested Schema for `items`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **account_id** (Number)
|
||||
- **account_name** (String)
|
||||
- **computes** (Number)
|
||||
- **created_by** (String)
|
||||
- **created_time** (Number)
|
||||
- **deleted_by** (String)
|
||||
- **deleted_time** (Number)
|
||||
- **external_ip** (String)
|
||||
- **network** (String)
|
||||
- **pri_vnf_dev_id** (Number)
|
||||
- **rg_id** (Number)
|
||||
- **rg_name** (String)
|
||||
- **status** (String)
|
||||
- **updated_by** (String)
|
||||
- **updated_time** (Number)
|
||||
- **vin_id** (Number)
|
||||
- **vin_name** (String)
|
||||
|
||||
|
@ -0,0 +1,90 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_bservice Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_bservice (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **service_id** (Number)
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **account_id** (Number)
|
||||
- **account_name** (String)
|
||||
- **base_domain** (String)
|
||||
- **computes** (List of Object) (see [below for nested schema](#nestedatt--computes))
|
||||
- **cpu_total** (Number)
|
||||
- **created_by** (String)
|
||||
- **created_time** (Number)
|
||||
- **deleted_by** (String)
|
||||
- **deleted_time** (Number)
|
||||
- **disk_total** (String)
|
||||
- **gid** (Number)
|
||||
- **groups** (List of Number)
|
||||
- **groups_name** (List of String)
|
||||
- **guid** (Number)
|
||||
- **milestones** (Number)
|
||||
- **parent_srv_id** (Number)
|
||||
- **parent_srv_type** (String)
|
||||
- **ram_total** (Number)
|
||||
- **rg_id** (Number)
|
||||
- **rg_name** (String)
|
||||
- **service_name** (String)
|
||||
- **snapshots** (List of Object) (see [below for nested schema](#nestedatt--snapshots))
|
||||
- **ssh_key** (String)
|
||||
- **ssh_user** (String)
|
||||
- **status** (String)
|
||||
- **tech_status** (String)
|
||||
- **updated_by** (String)
|
||||
- **updated_time** (Number)
|
||||
- **user_managed** (Boolean)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
||||
<a id="nestedatt--computes"></a>
|
||||
### Nested Schema for `computes`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **compgroup_id** (Number)
|
||||
- **compgroup_name** (String)
|
||||
- **compgroup_role** (String)
|
||||
- **id** (Number)
|
||||
- **name** (String)
|
||||
|
||||
|
||||
<a id="nestedatt--snapshots"></a>
|
||||
### Nested Schema for `snapshots`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **guid** (String)
|
||||
- **label** (String)
|
||||
- **timestamp** (Number)
|
||||
- **valid** (Boolean)
|
||||
|
||||
|
@ -0,0 +1,68 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_bservice_deleted_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_bservice_deleted_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- **account_id** (Number) ID of the account to query for BasicService instances
|
||||
- **id** (String) The ID of this resource.
|
||||
- **page** (Number) Page number
|
||||
- **rg_id** (Number) ID of the resource group to query for BasicService instances
|
||||
- **size** (Number) Page size
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **items** (List of Object) (see [below for nested schema](#nestedatt--items))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
||||
<a id="nestedatt--items"></a>
|
||||
### Nested Schema for `items`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **account_id** (Number)
|
||||
- **account_name** (String)
|
||||
- **base_domain** (String)
|
||||
- **created_by** (String)
|
||||
- **created_time** (Number)
|
||||
- **deleted_by** (String)
|
||||
- **deleted_time** (Number)
|
||||
- **gid** (Number)
|
||||
- **groups** (List of Number)
|
||||
- **guid** (Number)
|
||||
- **parent_srv_id** (Number)
|
||||
- **parent_srv_type** (String)
|
||||
- **rg_id** (Number)
|
||||
- **rg_name** (String)
|
||||
- **service_id** (Number)
|
||||
- **service_name** (String)
|
||||
- **ssh_user** (String)
|
||||
- **status** (String)
|
||||
- **tech_status** (String)
|
||||
- **updated_by** (String)
|
||||
- **updated_time** (Number)
|
||||
- **user_managed** (Boolean)
|
||||
|
||||
|
@ -0,0 +1,88 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_bservice_group Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_bservice_group (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **compgroup_id** (Number)
|
||||
- **service_id** (Number)
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **account_id** (Number)
|
||||
- **account_name** (String)
|
||||
- **compgroup_name** (String)
|
||||
- **computes** (List of Object) (see [below for nested schema](#nestedatt--computes))
|
||||
- **consistency** (Boolean)
|
||||
- **cpu** (Number)
|
||||
- **created_by** (String)
|
||||
- **created_time** (Number)
|
||||
- **deleted_by** (String)
|
||||
- **deleted_time** (Number)
|
||||
- **disk** (Number)
|
||||
- **driver** (String)
|
||||
- **extnets** (List of Number)
|
||||
- **gid** (Number)
|
||||
- **guid** (Number)
|
||||
- **image_id** (Number)
|
||||
- **milestones** (Number)
|
||||
- **parents** (List of Number)
|
||||
- **ram** (Number)
|
||||
- **rg_id** (Number)
|
||||
- **rg_name** (String)
|
||||
- **role** (String)
|
||||
- **sep_id** (Number)
|
||||
- **seq_no** (Number)
|
||||
- **status** (String)
|
||||
- **tech_status** (String)
|
||||
- **timeout_start** (Number)
|
||||
- **updated_by** (String)
|
||||
- **updated_time** (Number)
|
||||
- **vinses** (List of Number)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
||||
<a id="nestedatt--computes"></a>
|
||||
### Nested Schema for `computes`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **id** (Number)
|
||||
- **ip_addresses** (List of String)
|
||||
- **name** (String)
|
||||
- **os_users** (List of Object) (see [below for nested schema](#nestedobjatt--computes--os_users))
|
||||
|
||||
<a id="nestedobjatt--computes--os_users"></a>
|
||||
### Nested Schema for `computes.os_users`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **login** (String)
|
||||
- **password** (String)
|
||||
|
||||
|
@ -0,0 +1,68 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_bservice_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_bservice_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- **account_id** (Number) ID of the account to query for BasicService instances
|
||||
- **id** (String) The ID of this resource.
|
||||
- **page** (Number) Page number
|
||||
- **rg_id** (Number) ID of the resource group to query for BasicService instances
|
||||
- **size** (Number) Page size
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **items** (List of Object) (see [below for nested schema](#nestedatt--items))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
||||
<a id="nestedatt--items"></a>
|
||||
### Nested Schema for `items`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **account_id** (Number)
|
||||
- **account_name** (String)
|
||||
- **base_domain** (String)
|
||||
- **created_by** (String)
|
||||
- **created_time** (Number)
|
||||
- **deleted_by** (String)
|
||||
- **deleted_time** (Number)
|
||||
- **gid** (Number)
|
||||
- **groups** (List of Number)
|
||||
- **guid** (Number)
|
||||
- **parent_srv_id** (Number)
|
||||
- **parent_srv_type** (String)
|
||||
- **rg_id** (Number)
|
||||
- **rg_name** (String)
|
||||
- **service_id** (Number)
|
||||
- **service_name** (String)
|
||||
- **ssh_user** (String)
|
||||
- **status** (String)
|
||||
- **tech_status** (String)
|
||||
- **updated_by** (String)
|
||||
- **updated_time** (Number)
|
||||
- **user_managed** (Boolean)
|
||||
|
||||
|
@ -0,0 +1,50 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_bservice_snapshot_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_bservice_snapshot_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **service_id** (Number) ID of the BasicService instance
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **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:
|
||||
|
||||
- **guid** (String)
|
||||
- **label** (String)
|
||||
- **timestamp** (Number)
|
||||
- **valid** (Boolean)
|
||||
|
||||
|
@ -0,0 +1,105 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_disk_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_disk_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- **account_id** (Number) ID of the account the disks belong to
|
||||
- **id** (String) The ID of this resource.
|
||||
- **page** (Number) Page number
|
||||
- **size** (Number) Page size
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- **type** (String) type of the disks
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **items** (List of Object) (see [below for nested schema](#nestedatt--items))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
||||
<a id="nestedatt--items"></a>
|
||||
### Nested Schema for `items`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **account_id** (Number)
|
||||
- **account_name** (String)
|
||||
- **acl** (String)
|
||||
- **boot_partition** (Number)
|
||||
- **compute_id** (Number)
|
||||
- **compute_name** (String)
|
||||
- **created_time** (Number)
|
||||
- **deleted_time** (Number)
|
||||
- **desc** (String)
|
||||
- **destruction_time** (Number)
|
||||
- **devicename** (String)
|
||||
- **disk_id** (Number)
|
||||
- **disk_path** (String)
|
||||
- **gid** (Number)
|
||||
- **guid** (Number)
|
||||
- **image_id** (Number)
|
||||
- **images** (List of String)
|
||||
- **iotune** (String)
|
||||
- **iqn** (String)
|
||||
- **login** (String)
|
||||
- **machine_id** (Number)
|
||||
- **machine_name** (String)
|
||||
- **milestones** (Number)
|
||||
- **name** (String)
|
||||
- **order** (Number)
|
||||
- **params** (String)
|
||||
- **parent_id** (Number)
|
||||
- **passwd** (String)
|
||||
- **pci_slot** (Number)
|
||||
- **pool** (String)
|
||||
- **purge_attempts** (Number)
|
||||
- **purge_time** (Number)
|
||||
- **reality_device_number** (Number)
|
||||
- **reference_id** (String)
|
||||
- **res_id** (String)
|
||||
- **res_name** (String)
|
||||
- **role** (String)
|
||||
- **sep_id** (Number)
|
||||
- **sep_type** (String)
|
||||
- **size_max** (Number)
|
||||
- **size_used** (Number)
|
||||
- **snapshots** (List of Object) (see [below for nested schema](#nestedobjatt--items--snapshots))
|
||||
- **status** (String)
|
||||
- **tech_status** (String)
|
||||
- **type** (String)
|
||||
- **update_by** (Number)
|
||||
- **vmid** (Number)
|
||||
|
||||
<a id="nestedobjatt--items--snapshots"></a>
|
||||
### Nested Schema for `items.snapshots`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **guid** (String)
|
||||
- **label** (String)
|
||||
- **res_id** (String)
|
||||
- **snap_set_guid** (String)
|
||||
- **snap_set_time** (Number)
|
||||
- **timestamp** (Number)
|
||||
|
||||
|
@ -0,0 +1,98 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_extnet Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_extnet (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **net_id** (Number)
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **check__ips** (List of String)
|
||||
- **check_ips** (List of String)
|
||||
- **ckey** (String)
|
||||
- **default** (Boolean)
|
||||
- **default_qos** (List of Object) (see [below for nested schema](#nestedatt--default_qos))
|
||||
- **desc** (String)
|
||||
- **dns** (List of String)
|
||||
- **excluded** (List of String)
|
||||
- **free_ips** (Number)
|
||||
- **gateway** (String)
|
||||
- **gid** (Number)
|
||||
- **guid** (Number)
|
||||
- **ipcidr** (String)
|
||||
- **meta** (List of String) meta
|
||||
- **milestones** (Number)
|
||||
- **net_name** (String)
|
||||
- **network** (String)
|
||||
- **network_id** (Number)
|
||||
- **pre_reservations_num** (Number)
|
||||
- **prefix** (Number)
|
||||
- **pri_vnf_dev_id** (Number)
|
||||
- **reservations** (List of Object) (see [below for nested schema](#nestedatt--reservations))
|
||||
- **shared_with** (List of Number)
|
||||
- **status** (String)
|
||||
- **vlan_id** (Number)
|
||||
- **vnfs** (List of Object) (see [below for nested schema](#nestedatt--vnfs))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
||||
<a id="nestedatt--default_qos"></a>
|
||||
### Nested Schema for `default_qos`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **e_rate** (Number)
|
||||
- **guid** (String)
|
||||
- **in_burst** (Number)
|
||||
- **in_rate** (Number)
|
||||
|
||||
|
||||
<a id="nestedatt--reservations"></a>
|
||||
### Nested Schema for `reservations`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **client_type** (String)
|
||||
- **desc** (String)
|
||||
- **domainname** (String)
|
||||
- **hostname** (String)
|
||||
- **ip** (String)
|
||||
- **mac** (String)
|
||||
- **type** (String)
|
||||
- **vm_id** (Number)
|
||||
|
||||
|
||||
<a id="nestedatt--vnfs"></a>
|
||||
### Nested Schema for `vnfs`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **dhcp** (Number)
|
||||
|
||||
|
@ -0,0 +1,63 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_extnet_computes_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_extnet_computes_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **account_id** (Number) filter by account ID
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **items** (List of Object) (see [below for nested schema](#nestedatt--items))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
||||
<a id="nestedatt--items"></a>
|
||||
### Nested Schema for `items`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **account_id** (Number)
|
||||
- **account_name** (String)
|
||||
- **extnets** (List of Object) (see [below for nested schema](#nestedobjatt--items--extnets))
|
||||
- **id** (Number)
|
||||
- **name** (String)
|
||||
- **rg_id** (Number)
|
||||
- **rg_name** (String)
|
||||
|
||||
<a id="nestedobjatt--items--extnets"></a>
|
||||
### Nested Schema for `items.extnets`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **ipaddr** (String)
|
||||
- **ipcidr** (String)
|
||||
- **name** (String)
|
||||
- **net_id** (Number)
|
||||
|
||||
|
@ -0,0 +1,35 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_extnet_default Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_extnet_default (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **net_id** (Number)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
@ -0,0 +1,48 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_extnet_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_extnet_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- **account_id** (Number) filter by account ID
|
||||
- **id** (String) The ID of this resource.
|
||||
- **page** (Number) Page number
|
||||
- **size** (Number) Page size
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **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:
|
||||
|
||||
- **ipcidr** (String)
|
||||
- **name** (String)
|
||||
- **net_id** (Number)
|
||||
|
||||
|
@ -0,0 +1,49 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_pcidevice Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_pcidevice (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **device_id** (Number)
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **ckey** (String)
|
||||
- **compute_id** (Number)
|
||||
- **description** (String)
|
||||
- **guid** (Number)
|
||||
- **hw_path** (String)
|
||||
- **meta** (List of String)
|
||||
- **name** (String)
|
||||
- **rg_id** (Number)
|
||||
- **stack_id** (Number)
|
||||
- **status** (String)
|
||||
- **system_name** (String)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
@ -0,0 +1,54 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_pcidevice_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_pcidevice_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **items** (List of Object) pcidevice list (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:
|
||||
|
||||
- **ckey** (String)
|
||||
- **compute_id** (Number)
|
||||
- **description** (String)
|
||||
- **device_id** (Number)
|
||||
- **guid** (Number)
|
||||
- **hw_path** (String)
|
||||
- **meta** (List of String)
|
||||
- **name** (String)
|
||||
- **rg_id** (Number)
|
||||
- **stack_id** (Number)
|
||||
- **status** (String)
|
||||
- **system_name** (String)
|
||||
|
||||
|
@ -0,0 +1,94 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_rg_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_rg_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **includedeleted** (Boolean) included deleted resource groups
|
||||
- **page** (Number) Page number
|
||||
- **size** (Number) Page size
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **items** (List of Object) (see [below for nested schema](#nestedatt--items))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
||||
<a id="nestedatt--items"></a>
|
||||
### Nested Schema for `items`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **account_id** (Number)
|
||||
- **account_name** (String)
|
||||
- **acl** (List of Object) (see [below for nested schema](#nestedobjatt--items--acl))
|
||||
- **created_by** (String)
|
||||
- **created_time** (Number)
|
||||
- **def_net_id** (Number)
|
||||
- **def_net_type** (String)
|
||||
- **deleted_by** (String)
|
||||
- **deleted_time** (Number)
|
||||
- **desc** (String)
|
||||
- **gid** (Number)
|
||||
- **guid** (Number)
|
||||
- **lock_status** (String)
|
||||
- **milestones** (Number)
|
||||
- **name** (String)
|
||||
- **register_computes** (Boolean)
|
||||
- **resource_limits** (List of Object) (see [below for nested schema](#nestedobjatt--items--resource_limits))
|
||||
- **rg_id** (Number)
|
||||
- **secret** (String)
|
||||
- **status** (String)
|
||||
- **updated_by** (String)
|
||||
- **updated_time** (Number)
|
||||
- **vins** (List of Number)
|
||||
- **vms** (List of Number)
|
||||
|
||||
<a id="nestedobjatt--items--acl"></a>
|
||||
### Nested Schema for `items.acl`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **explicit** (Boolean)
|
||||
- **guid** (String)
|
||||
- **right** (String)
|
||||
- **status** (String)
|
||||
- **type** (String)
|
||||
- **user_group_id** (String)
|
||||
|
||||
|
||||
<a id="nestedobjatt--items--resource_limits"></a>
|
||||
### Nested Schema for `items.resource_limits`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **cu_c** (Number)
|
||||
- **cu_d** (Number)
|
||||
- **cu_i** (Number)
|
||||
- **cu_m** (Number)
|
||||
- **cu_np** (Number)
|
||||
- **gpu_units** (Number)
|
||||
|
||||
|
@ -0,0 +1,51 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_sep Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_sep (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **sep_id** (Number) sep type des id
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **ckey** (String)
|
||||
- **config** (String)
|
||||
- **consumed_by** (List of Number)
|
||||
- **desc** (String)
|
||||
- **gid** (Number)
|
||||
- **guid** (Number)
|
||||
- **meta** (List of String)
|
||||
- **milestones** (Number)
|
||||
- **name** (String)
|
||||
- **obj_status** (String)
|
||||
- **provided_by** (List of Number)
|
||||
- **tech_status** (String)
|
||||
- **type** (String)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
@ -0,0 +1,39 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_sep_config Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_sep_config (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **sep_id** (Number) storage endpoint provider ID
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **config** (String) sep config json string
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
@ -0,0 +1,69 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_sep_consumption Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_sep_consumption (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **sep_id** (Number) sep id
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **by_pool** (List of Object) consumption divided by pool (see [below for nested schema](#nestedatt--by_pool))
|
||||
- **total** (List of Object) total consumption (see [below for nested schema](#nestedatt--total))
|
||||
- **type** (String) sep type
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
||||
<a id="nestedatt--by_pool"></a>
|
||||
### Nested Schema for `by_pool`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **disk_count** (Number)
|
||||
- **disk_usage** (Number)
|
||||
- **name** (String)
|
||||
- **snapshot_count** (Number)
|
||||
- **snapshot_usage** (Number)
|
||||
- **usage** (Number)
|
||||
- **usage_limit** (Number)
|
||||
|
||||
|
||||
<a id="nestedatt--total"></a>
|
||||
### Nested Schema for `total`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **capacity_limit** (Number)
|
||||
- **disk_count** (Number)
|
||||
- **disk_usage** (Number)
|
||||
- **snapshot_count** (Number)
|
||||
- **snapshot_usage** (Number)
|
||||
- **usage** (Number)
|
||||
- **usage_limit** (Number)
|
||||
|
||||
|
@ -0,0 +1,40 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_sep_disk_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_sep_disk_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **sep_id** (Number) storage endpoint provider ID
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **pool_name** (String) pool name
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **items** (List of Number) sep disk list
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
@ -0,0 +1,58 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_sep_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_sep_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **page** (Number) page number
|
||||
- **size** (Number) page size
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **items** (List of Object) sep list (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:
|
||||
|
||||
- **ckey** (String)
|
||||
- **config** (String)
|
||||
- **consumed_by** (List of Number)
|
||||
- **desc** (String)
|
||||
- **gid** (Number)
|
||||
- **guid** (Number)
|
||||
- **meta** (List of String)
|
||||
- **milestones** (Number)
|
||||
- **name** (String)
|
||||
- **obj_status** (String)
|
||||
- **provided_by** (List of Number)
|
||||
- **sep_id** (Number)
|
||||
- **tech_status** (String)
|
||||
- **type** (String)
|
||||
|
||||
|
@ -0,0 +1,40 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_sep_pool Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_sep_pool (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **pool_name** (String) pool name
|
||||
- **sep_id** (Number) storage endpoint provider ID
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **pool** (String)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
@ -0,0 +1,37 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_vgpu Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_vgpu (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **vgpu_id** (Number)
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **account_id** (Number)
|
||||
- **mode** (String)
|
||||
- **pgpu** (Number)
|
||||
- **profile_id** (Number)
|
||||
- **ram** (Number)
|
||||
- **status** (String)
|
||||
- **type** (String)
|
||||
- **vm_id** (Number)
|
||||
|
||||
|
@ -0,0 +1,61 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_vins_list Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_vins_list (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **include_deleted** (Boolean) include deleted computes
|
||||
- **page** (Number) Page number
|
||||
- **size** (Number) Page size
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **items** (List of Object) (see [below for nested schema](#nestedatt--items))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
|
||||
|
||||
<a id="nestedatt--items"></a>
|
||||
### Nested Schema for `items`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **account_id** (Number)
|
||||
- **account_name** (String)
|
||||
- **created_by** (String)
|
||||
- **created_time** (Number)
|
||||
- **deleted_by** (String)
|
||||
- **deleted_time** (Number)
|
||||
- **external_ip** (String)
|
||||
- **network** (String)
|
||||
- **rg_id** (Number)
|
||||
- **rg_name** (String)
|
||||
- **status** (String)
|
||||
- **updated_by** (String)
|
||||
- **updated_time** (Number)
|
||||
- **vins_id** (Number)
|
||||
- **vins_name** (String)
|
||||
- **vxlan_id** (Number)
|
||||
|
||||
|
@ -0,0 +1,164 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_account Resource - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_account (Resource)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **account_name** (String) account name
|
||||
- **username** (String) username of owner the account
|
||||
|
||||
### Optional
|
||||
|
||||
- **account_id** (Number)
|
||||
- **emailaddress** (String) email
|
||||
- **enable** (Boolean) enable/disable account
|
||||
- **id** (String) The ID of this resource.
|
||||
- **permanently** (Boolean) whether to completely delete the account
|
||||
- **resource_limits** (Block List, Max: 1) (see [below for nested schema](#nestedblock--resource_limits))
|
||||
- **restore** (Boolean) restore a deleted account
|
||||
- **send_access_emails** (Boolean) if true send emails when a user is granted access to resources
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- **users** (Block List) (see [below for nested schema](#nestedblock--users))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **acl** (List of Object) (see [below for nested schema](#nestedatt--acl))
|
||||
- **ckey** (String)
|
||||
- **company** (String)
|
||||
- **companyurl** (String)
|
||||
- **computes** (List of Object) (see [below for nested schema](#nestedatt--computes))
|
||||
- **created_by** (String)
|
||||
- **created_time** (Number)
|
||||
- **dc_location** (String)
|
||||
- **deactivation_time** (Number)
|
||||
- **deleted_by** (String)
|
||||
- **deleted_time** (Number)
|
||||
- **displayname** (String)
|
||||
- **guid** (Number)
|
||||
- **machines** (List of Object) (see [below for nested schema](#nestedatt--machines))
|
||||
- **meta** (List of String)
|
||||
- **resources** (List of Object) (see [below for nested schema](#nestedatt--resources))
|
||||
- **service_account** (Boolean)
|
||||
- **status** (String)
|
||||
- **updated_time** (Number)
|
||||
- **version** (Number)
|
||||
- **vins** (List of Number)
|
||||
- **vinses** (Number)
|
||||
|
||||
<a id="nestedblock--resource_limits"></a>
|
||||
### Nested Schema for `resource_limits`
|
||||
|
||||
Optional:
|
||||
|
||||
- **cu_c** (Number)
|
||||
- **cu_d** (Number)
|
||||
- **cu_i** (Number)
|
||||
- **cu_m** (Number)
|
||||
- **cu_np** (Number)
|
||||
- **gpu_units** (Number)
|
||||
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **create** (String)
|
||||
- **default** (String)
|
||||
- **delete** (String)
|
||||
- **read** (String)
|
||||
- **update** (String)
|
||||
|
||||
|
||||
<a id="nestedblock--users"></a>
|
||||
### Nested Schema for `users`
|
||||
|
||||
Required:
|
||||
|
||||
- **access_type** (String)
|
||||
- **user_id** (String)
|
||||
|
||||
Optional:
|
||||
|
||||
- **recursive_delete** (Boolean)
|
||||
|
||||
|
||||
<a id="nestedatt--acl"></a>
|
||||
### Nested Schema for `acl`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **can_be_deleted** (Boolean)
|
||||
- **explicit** (Boolean)
|
||||
- **guid** (String)
|
||||
- **right** (String)
|
||||
- **status** (String)
|
||||
- **type** (String)
|
||||
- **user_group_id** (String)
|
||||
|
||||
|
||||
<a id="nestedatt--computes"></a>
|
||||
### Nested Schema for `computes`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **started** (Number)
|
||||
- **stopped** (Number)
|
||||
|
||||
|
||||
<a id="nestedatt--machines"></a>
|
||||
### Nested Schema for `machines`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **halted** (Number)
|
||||
- **running** (Number)
|
||||
|
||||
|
||||
<a id="nestedatt--resources"></a>
|
||||
### Nested Schema for `resources`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **current** (List of Object) (see [below for nested schema](#nestedobjatt--resources--current))
|
||||
- **reserved** (List of Object) (see [below for nested schema](#nestedobjatt--resources--reserved))
|
||||
|
||||
<a id="nestedobjatt--resources--current"></a>
|
||||
### Nested Schema for `resources.current`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **cpu** (Number)
|
||||
- **disksize** (Number)
|
||||
- **extips** (Number)
|
||||
- **exttraffic** (Number)
|
||||
- **gpu** (Number)
|
||||
- **ram** (Number)
|
||||
|
||||
|
||||
<a id="nestedobjatt--resources--reserved"></a>
|
||||
### Nested Schema for `resources.reserved`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **cpu** (Number)
|
||||
- **disksize** (Number)
|
||||
- **extips** (Number)
|
||||
- **exttraffic** (Number)
|
||||
- **gpu** (Number)
|
||||
- **ram** (Number)
|
||||
|
||||
|
@ -0,0 +1,101 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_bservice Resource - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_bservice (Resource)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **rg_id** (Number) ID of the Resource Group where this service will be placed
|
||||
- **service_name** (String) Name of the service
|
||||
|
||||
### Optional
|
||||
|
||||
- **enable** (Boolean) if set to False, Basic service will be deleted to recycle bin. Otherwise destroyed immediately
|
||||
- **id** (String) The ID of this resource.
|
||||
- **permanently** (Boolean) if set to False, Basic service will be deleted to recycle bin. Otherwise destroyed immediately
|
||||
- **restore** (Boolean) Restores BasicService instance
|
||||
- **service_id** (Number)
|
||||
- **snapshots** (Block List) (see [below for nested schema](#nestedblock--snapshots))
|
||||
- **ssh_key** (String) SSH key to deploy for the specified user. Same key will be deployed to all computes of the service.
|
||||
- **ssh_user** (String) name of the user to deploy SSH key for. Pass empty string if no SSH key deployment is required
|
||||
- **start** (Boolean) Start service. Starting a service technically means starting computes from all service groups according to group relations
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **account_id** (Number)
|
||||
- **account_name** (String)
|
||||
- **base_domain** (String)
|
||||
- **computes** (List of Object) (see [below for nested schema](#nestedatt--computes))
|
||||
- **cpu_total** (Number)
|
||||
- **created_by** (String)
|
||||
- **created_time** (Number)
|
||||
- **deleted_by** (String)
|
||||
- **deleted_time** (Number)
|
||||
- **disk_total** (String)
|
||||
- **gid** (Number)
|
||||
- **groups** (List of Number)
|
||||
- **groups_name** (List of String)
|
||||
- **guid** (Number)
|
||||
- **milestones** (Number)
|
||||
- **parent_srv_id** (Number)
|
||||
- **parent_srv_type** (String)
|
||||
- **ram_total** (Number)
|
||||
- **rg_name** (String)
|
||||
- **status** (String)
|
||||
- **tech_status** (String)
|
||||
- **updated_by** (String)
|
||||
- **updated_time** (Number)
|
||||
- **user_managed** (Boolean)
|
||||
|
||||
<a id="nestedblock--snapshots"></a>
|
||||
### Nested Schema for `snapshots`
|
||||
|
||||
Optional:
|
||||
|
||||
- **label** (String)
|
||||
- **rollback** (Boolean)
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **guid** (String)
|
||||
- **timestamp** (Number)
|
||||
- **valid** (Boolean)
|
||||
|
||||
|
||||
<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:
|
||||
|
||||
- **compgroup_id** (Number)
|
||||
- **compgroup_name** (String)
|
||||
- **compgroup_role** (String)
|
||||
- **id** (Number)
|
||||
- **name** (String)
|
||||
|
||||
|
@ -0,0 +1,97 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_bservice_group Resource - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_bservice_group (Resource)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **comp_count** (Number) computes number. Defines how many computes must be there in the group
|
||||
- **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
|
||||
- **disk** (Number) compute boot disk size in GB
|
||||
- **driver** (String) compute driver like a KVM_X86, KVM_PPC, etc.
|
||||
- **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
|
||||
- **service_id** (Number) ID of the Basic Service to add a group to
|
||||
|
||||
### Optional
|
||||
|
||||
- **compgroup_id** (Number)
|
||||
- **extnets** (List of Number) list of external networks to connect computes to
|
||||
- **force_stop** (Boolean) force stop Compute Group
|
||||
- **force_update** (Boolean) force resize Compute Group
|
||||
- **id** (String) The ID of this resource.
|
||||
- **mode** (String) (RELATIVE;ABSOLUTE) either delta or absolute value of computes
|
||||
- **parents** (List of Number)
|
||||
- **remove_computes** (List of Number)
|
||||
- **role** (String) group role tag. Can be empty string, does not have to be unique
|
||||
- **start** (Boolean) Start the specified Compute Group within BasicService
|
||||
- **timeout_start** (Number) time of Compute Group readiness
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- **vinses** (List of Number) list of ViNSes to connect computes to
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **account_id** (Number)
|
||||
- **account_name** (String)
|
||||
- **computes** (List of Object) (see [below for nested schema](#nestedatt--computes))
|
||||
- **consistency** (Boolean)
|
||||
- **created_by** (String)
|
||||
- **created_time** (Number)
|
||||
- **deleted_by** (String)
|
||||
- **deleted_time** (Number)
|
||||
- **gid** (Number)
|
||||
- **guid** (Number)
|
||||
- **milestones** (Number)
|
||||
- **rg_id** (Number)
|
||||
- **rg_name** (String)
|
||||
- **sep_id** (Number)
|
||||
- **seq_no** (Number)
|
||||
- **status** (String)
|
||||
- **tech_status** (String)
|
||||
- **updated_by** (String)
|
||||
- **updated_time** (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:
|
||||
|
||||
- **id** (Number)
|
||||
- **ip_addresses** (List of String)
|
||||
- **name** (String)
|
||||
- **os_users** (List of Object) (see [below for nested schema](#nestedobjatt--computes--os_users))
|
||||
|
||||
<a id="nestedobjatt--computes--os_users"></a>
|
||||
### Nested Schema for `computes.os_users`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **login** (String)
|
||||
- **password** (String)
|
||||
|
||||
|
@ -0,0 +1,54 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_pcidevice Resource - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_pcidevice (Resource)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **hw_path** (String) PCI address of the device
|
||||
- **name** (String) Name of Device
|
||||
- **rg_id** (Number) Resource GROUP
|
||||
- **stack_id** (Number) stackId
|
||||
|
||||
### Optional
|
||||
|
||||
- **description** (String) description, just for information
|
||||
- **device_id** (Number)
|
||||
- **enable** (Boolean) Enable pci device
|
||||
- **force** (Boolean) Force delete
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **ckey** (String)
|
||||
- **compute_id** (Number)
|
||||
- **guid** (Number)
|
||||
- **meta** (List of String)
|
||||
- **status** (String)
|
||||
- **system_name** (String)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **create** (String)
|
||||
- **default** (String)
|
||||
- **delete** (String)
|
||||
- **read** (String)
|
||||
- **update** (String)
|
||||
|
||||
|
@ -0,0 +1,69 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_sep Resource - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_sep (Resource)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **gid** (Number) grid (platform) ID
|
||||
- **name** (String) SEP name
|
||||
- **type** (String) type of storage
|
||||
|
||||
### Optional
|
||||
|
||||
- **clear_physically** (Boolean) clear disks and images physically
|
||||
- **config** (String) sep config string
|
||||
- **consumed_by** (List of Number) list of consumer nodes IDs
|
||||
- **decommission** (Boolean) unlink everything that exists from SEP
|
||||
- **desc** (String) sep description
|
||||
- **enable** (Boolean) enable SEP after creation
|
||||
- **field_edit** (Block List, Max: 1) (see [below for nested schema](#nestedblock--field_edit))
|
||||
- **id** (String) The ID of this resource.
|
||||
- **provided_by** (List of Number) list of provider nodes IDs
|
||||
- **sep_id** (Number) sep type des id
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- **upd_capacity_limit** (Boolean) Update SEP capacity limit
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **ckey** (String)
|
||||
- **guid** (Number)
|
||||
- **meta** (List of String)
|
||||
- **milestones** (Number)
|
||||
- **obj_status** (String)
|
||||
- **tech_status** (String)
|
||||
|
||||
<a id="nestedblock--field_edit"></a>
|
||||
### Nested Schema for `field_edit`
|
||||
|
||||
Required:
|
||||
|
||||
- **field_name** (String)
|
||||
- **field_type** (String)
|
||||
- **field_value** (String)
|
||||
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **create** (String)
|
||||
- **default** (String)
|
||||
- **delete** (String)
|
||||
- **read** (String)
|
||||
- **update** (String)
|
||||
|
||||
|
@ -0,0 +1,50 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_sep_config Resource - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_sep_config (Resource)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- **sep_id** (Number)
|
||||
|
||||
### Optional
|
||||
|
||||
- **config** (String)
|
||||
- **field_edit** (Block List, Max: 1) (see [below for nested schema](#nestedblock--field_edit))
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
<a id="nestedblock--field_edit"></a>
|
||||
### Nested Schema for `field_edit`
|
||||
|
||||
Required:
|
||||
|
||||
- **field_name** (String)
|
||||
- **field_type** (String)
|
||||
- **field_value** (String)
|
||||
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **create** (String)
|
||||
- **default** (String)
|
||||
- **delete** (String)
|
||||
- **read** (String)
|
||||
- **update** (String)
|
||||
|
||||
|
Loading…
Reference in new issue