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.
93 lines
2.6 KiB
93 lines
2.6 KiB
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "decort_image Resource - terraform-provider-decort"
|
|
subcategory: ""
|
|
description: |-
|
|
|
|
---
|
|
|
|
# decort_image (Resource)
|
|
|
|
|
|
|
|
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Required
|
|
|
|
- **boot_type** (String) Boot type of image bios or uefi
|
|
- **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
|
|
- **image_type** (String) Image type linux, windows or other
|
|
- **name** (String) Name of the rescue disk
|
|
- **url** (String) URL where to download media from
|
|
|
|
### Optional
|
|
|
|
- **account_id** (Number) AccountId to make the image exclusive
|
|
- **architecture** (String) binary architecture of this image, one of X86_64 of PPC64_LE
|
|
- **bootable** (Boolean) Does this image boot OS
|
|
- **computeci_id** (Number)
|
|
- **enabled** (Boolean)
|
|
- **enabled_stacks** (List of String)
|
|
- **hot_resize** (Boolean) Does this machine supports hot resize
|
|
- **id** (String) The ID of this resource.
|
|
- **image_id** (Number) image id
|
|
- **password** (String) Optional password for the image
|
|
- **password_dl** (String) password for upload binary media
|
|
- **permanently** (Boolean) Whether to completely delete the image
|
|
- **pool_name** (String) pool for image create
|
|
- **reason** (String)
|
|
- **sep_id** (Number) storage endpoint provider ID
|
|
- **shared_with** (List of Number)
|
|
- **sync** (Boolean) Create image from a media identified by URL (in synchronous mode)
|
|
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
- **username** (String) Optional username for the image
|
|
- **username_dl** (String) username for upload binary media
|
|
|
|
### Read-Only
|
|
|
|
- **desc** (String)
|
|
- **guid** (Number)
|
|
- **history** (List of Object) (see [below for nested schema](#nestedatt--history))
|
|
- **last_modified** (Number)
|
|
- **link_to** (Number)
|
|
- **meta** (List of String) meta
|
|
- **milestones** (Number)
|
|
- **provider_name** (String)
|
|
- **purge_attempts** (Number)
|
|
- **reference_id** (String)
|
|
- **res_id** (String)
|
|
- **res_name** (String)
|
|
- **rescuecd** (Boolean)
|
|
- **size** (Number) image size
|
|
- **status** (String) status
|
|
- **tech_status** (String) tech atatus
|
|
- **unc_path** (String) unc path
|
|
- **version** (String) version
|
|
|
|
<a id="nestedblock--timeouts"></a>
|
|
### Nested Schema for `timeouts`
|
|
|
|
Optional:
|
|
|
|
- **create** (String)
|
|
- **default** (String)
|
|
- **delete** (String)
|
|
- **read** (String)
|
|
- **update** (String)
|
|
|
|
|
|
<a id="nestedatt--history"></a>
|
|
### Nested Schema for `history`
|
|
|
|
Read-Only:
|
|
|
|
- **guid** (String)
|
|
- **id** (Number)
|
|
- **timestamp** (Number)
|
|
|
|
|