Files
terraform-provider-decort/docs/data-sources/cb_image.md

100 lines
2.5 KiB
Markdown
Raw Normal View History

---
# generated by https://github.com/hashicorp/terraform-plugin-docs
2024-08-26 18:22:06 +03:00
page_title: "decort_cb_image Data Source - terraform-provider-decort"
subcategory: ""
description: |-
---
2024-08-26 18:22:06 +03:00
# decort_cb_image (Data Source)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
2024-08-26 18:22:06 +03:00
- `image_id` (Number) image id
### Optional
2022-07-27 13:50:03 +03:00
- `shared_with` (List of Number)
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
### Read-Only
2024-08-26 18:22:06 +03:00
- `account_id` (Number) AccountId to make the image exclusive
- `acl` (List of Object) (see [below for nested schema](#nestedatt--acl))
2024-11-12 13:41:38 +03:00
- `architecture` (String) binary architecture of this image, one of X86_64
2022-07-27 13:50:03 +03:00
- `boot_type` (String) Boot type of image bios or uefi
2024-08-26 18:22:06 +03:00
- `bootable` (Boolean) Does this image boot OS
- `cd_presented_to` (String)
- `computeci_id` (Number)
- `deleted_time` (Number)
2022-07-27 13:50:03 +03:00
- `desc` (String)
- `drivers` (List of String) List of types of compute suitable for image. Example: [ "KVM_X86" ]
2024-08-26 18:22:06 +03:00
- `enabled` (Boolean)
2022-07-27 13:50:03 +03:00
- `gid` (Number) grid (platform) ID where this template should be create in
- `guid` (Number)
- `history` (List of Object) (see [below for nested schema](#nestedatt--history))
2024-08-26 18:22:06 +03:00
- `hot_resize` (Boolean) Does this machine supports hot resize
2022-07-27 13:50:03 +03:00
- `id` (String) The ID of this resource.
- `image_type` (String) Image type linux, windows or other
- `last_modified` (Number)
2024-08-26 18:22:06 +03:00
- `link_to` (Number)
2022-07-27 13:50:03 +03:00
- `milestones` (Number)
2024-08-26 18:22:06 +03:00
- `name` (String) Name of the rescue disk
- `network_interface_naming` (String)
- `password` (String) Optional password for the image
- `pool_name` (String) pool for image create
2025-05-21 16:38:25 +03:00
- `present_to` (Map of Number)
2022-07-27 13:50:03 +03:00
- `provider_name` (String)
- `purge_attempts` (Number)
- `reference_id` (String)
- `res_id` (String)
- `res_name` (String)
- `rescuecd` (Boolean)
2024-08-26 18:22:06 +03:00
- `sep_id` (Number) storage endpoint provider ID
2022-07-27 13:50:03 +03:00
- `size` (Number) image size
2024-12-27 12:00:59 +03:00
- `snapshot_id` (String) snapshot id
2022-07-27 13:50:03 +03:00
- `status` (String) status
- `tech_status` (String) tech atatus
- `unc_path` (String) unc path
- `url` (String) URL where to download media from
2024-08-26 18:22:06 +03:00
- `username` (String) Optional username for the image
2022-07-27 13:50:03 +03:00
- `version` (String) version
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
2022-07-27 13:50:03 +03:00
- `default` (String)
- `read` (String)
2024-08-26 18:22:06 +03:00
<a id="nestedatt--acl"></a>
### Nested Schema for `acl`
Read-Only:
- `explicit` (Boolean)
- `guid` (String)
- `right` (String)
- `status` (String)
- `type` (String)
- `user_group_id` (String)
<a id="nestedatt--history"></a>
### Nested Schema for `history`
Read-Only:
2022-07-27 13:50:03 +03:00
- `guid` (String)
- `id` (Number)
- `timestamp` (Number)