--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "dynamix_disk_list_unattached Data Source - terraform-provider-dynamix" subcategory: "" description: |- --- # dynamix_disk_list_unattached (Data Source) ## Schema ### Optional - `account_id` (Number) ID of the account the disks belong to - `account_name` (String) Find by account name - `by_id` (Number) Find by ID - `disk_max_size` (Number) Find by max disk size - `page` (Number) Page number - `pool_name` (String) find by pool name - `sep_id` (Number) find by sep ID - `size` (Number) Page size - `sort_by` (String) sort by one of supported fields, format +|-(field) - `status` (String) Find by status - `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts)) - `type` (String) type of the disks ### 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) - `account_name` (String) - `acl` (String) - `boot_partition` (Number) - `ckey` (String) - `created_time` (Number) - `deleted_time` (Number) - `desc` (String) - `destruction_time` (Number) - `disk_id` (Number) - `disk_name` (String) - `disk_path` (String) - `gid` (Number) - `guid` (Number) - `image_id` (Number) - `images` (List of String) - `iotune` (Attributes) (see [below for nested schema](#nestedatt--items--iotune)) - `iqn` (String) - `login` (String) - `meta` (List of String) - `milestones` (Number) - `order` (Number) - `params` (String) - `parent_id` (Number) - `passwd` (String) - `pci_slot` (Number) - `pool` (String) - `purge_attempts` (Number) - `purge_time` (Number) - `reality_device_number` (Number) - `reference_id` (String) - `res_id` (String) - `res_name` (String) - `role` (String) - `sep_id` (Number) - `shareable` (Boolean) - `size_max` (Number) - `size_used` (Number) - `snapshots` (Attributes List) (see [below for nested schema](#nestedatt--items--snapshots)) - `status` (String) - `tech_status` (String) - `type` (String) - `vmid` (Number) ### Nested Schema for `items.iotune` Read-Only: - `read_bytes_sec` (Number) - `read_bytes_sec_max` (Number) - `read_iops_sec` (Number) - `read_iops_sec_max` (Number) - `size_iops_sec` (Number) - `total_bytes_sec` (Number) - `total_bytes_sec_max` (Number) - `total_iops_sec` (Number) - `total_iops_sec_max` (Number) - `write_bytes_sec` (Number) - `write_bytes_sec_max` (Number) - `write_iops_sec` (Number) - `write_iops_sec_max` (Number) ### Nested Schema for `items.snapshots` Read-Only: - `guid` (String) - `label` (String) - `res_id` (String) - `snap_set_guid` (String) - `snap_set_time` (Number) - `timestamp` (Number)