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.

1.7 KiB

page_title subcategory description
dynamix_image_list Data Source - terraform-provider-dynamix

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)
  • type_image (String)

Read-Only

Nested Schema for timeouts

Optional:

  • read (String) A string that can be parsed as a duration 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)