You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.5 KiB
46 lines
1.5 KiB
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "decort_disk Data Source - terraform-provider-decort"
|
|
subcategory: ""
|
|
description: |-
|
|
|
|
---
|
|
|
|
# decort_disk (Data Source)
|
|
|
|
|
|
|
|
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Optional
|
|
|
|
- **account_id** (Number) ID of the account this disk belongs to. If disk ID is specified, then account ID is ignored.
|
|
- **disk_id** (Number) ID of the disk to get. If disk ID is specified, then disk name and account ID are ignored.
|
|
- **id** (String) The ID of this resource.
|
|
- **name** (String) Name of this disk. NOTE: disk names are NOT unique within an account. If disk ID is specified, disk name is ignored.
|
|
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
|
|
### Read-Only
|
|
|
|
- **account_name** (String) Name of the account this disk belongs to. If account ID is specified, account name is ignored.
|
|
- **description** (String) User-defined text description of this disk.
|
|
- **image_id** (Number) ID of the image, which this disk was cloned from (valid for disk clones only).
|
|
- **pool** (String) Pool where this disk is located.
|
|
- **sep_id** (Number) Storage end-point provider serving this disk.
|
|
- **sep_type** (String) Type of the storage end-point provider serving this disk.
|
|
- **size** (Number) Size of the disk in GB.
|
|
- **type** (String) Type of this disk. E.g. D for data disks, B for boot.
|
|
|
|
<a id="nestedblock--timeouts"></a>
|
|
### Nested Schema for `timeouts`
|
|
|
|
Optional:
|
|
|
|
- **default** (String)
|
|
- **read** (String)
|
|
|
|
|