---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "dynamix_image_list Data Source - terraform-provider-dynamix"
subcategory: ""
description: |-
---
# dynamix_image_list (Data Source)
## Schema
### Optional
- `architecture` (String)
- `bootable` (Boolean)
- `by_id` (Number)
- `enabled` (Boolean)
- `hot_resize` (Boolean)
- `image_size` (Number)
- `name` (String)
- `page` (Number)
- `pool_name` (String)
- `public` (Boolean)
- `sep_id` (Number)
- `sep_name` (String)
- `size` (Number)
- `sort_by` (String) sort by one of supported fields, format +|-(field)
- `status` (String)
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
- `type_image` (String)
### Read-Only
- `entry_count` (Number)
- `id` (String) The ID of this resource.
- `items` (Attributes List) (see [below for nested schema](#nestedatt--items))
### Nested Schema for `timeouts`
Optional:
- `read` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
### Nested Schema for `items`
Read-Only:
- `account_id` (Number)
- `architecture` (String)
- `boot_type` (String)
- `bootable` (Boolean)
- `cdrom` (Boolean)
- `desc` (String)
- `drivers` (List of String)
- `hot_resize` (Boolean)
- `image_id` (Number)
- `image_name` (String)
- `image_type` (String)
- `link_to` (Number)
- `network_interface_naming` (String)
- `pool_name` (String)
- `sep_id` (Number)
- `size` (Number)
- `status` (String)
- `username` (String)
- `virtual` (Boolean)