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.
terraform-provider-decort/docs/data-sources/cb_image.md

102 lines
2.6 KiB

---
# generated by https://github.com/hashicorp/terraform-plugin-docs
1 year ago
page_title: "decort_cb_image Data Source - terraform-provider-decort"
subcategory: ""
description: |-
---
1 year ago
# decort_cb_image (Data Source)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
1 year ago
- `image_id` (Number) image id
### Optional
- `shared_with` (List of Number)
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
### Read-Only
1 year ago
- `account_id` (Number) AccountId to make the image exclusive
- `acl` (List of Object) (see [below for nested schema](#nestedatt--acl))
1 year ago
- `architecture` (String) binary architecture of this image, one of X86_64
- `boot_type` (String) Boot type of image bios or uefi
1 year ago
- `bootable` (Boolean) Does this image boot OS
- `cd_presented_to` (String)
- `computeci_id` (Number)
- `deleted_time` (Number)
- `desc` (String)
- `drivers` (List of String) List of types of compute suitable for image. Example: [ "KVM_X86" ]
1 year ago
- `enabled` (Boolean)
- `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))
1 year ago
- `hot_resize` (Boolean) Does this machine supports hot resize
- `id` (String) The ID of this resource.
- `image_type` (String) Image type linux, windows or other
- `last_modified` (Number)
1 year ago
- `link_to` (Number)
- `milestones` (Number)
1 year ago
- `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
7 months ago
- `present_to` (Map of Number)
- `provider_name` (String)
- `purge_attempts` (Number)
- `reference_id` (String)
- `res_id` (String)
- `res_name` (String)
- `rescuecd` (Boolean)
1 year ago
- `sep_id` (Number) storage endpoint provider ID
- `size` (Number) image size
12 months ago
- `snapshot_id` (String) snapshot id
- `status` (String) status
3 weeks ago
- `storage_policy_id` (Number)
- `tech_status` (String) tech status
- `to_clean` (Boolean)
- `unc_path` (String) unc path
- `url` (String) URL where to download media from
1 year ago
- `username` (String) Optional username for the image
- `version` (String) version
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
- `default` (String)
- `read` (String)
1 year ago
<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:
- `guid` (String)
- `id` (Number)
- `timestamp` (Number)