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-dynamix/docs/data-sources/rg_list_computes.md

2.6 KiB

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

dynamix_rg_list_computes (Data Source)

Schema

Required

  • rg_id (Number) ID of the RG

Optional

  • account_id (Number) find by account id
  • compute_id (Number) find by id
  • extnet_id (Number) find by external network id
  • extnet_name (String) find by external network name
  • ip_address (String) find by ip address
  • name (String) find by name
  • page (Number) page number
  • size (Number) size number
  • sort_by (String) sort by one of supported fields, format +|-(field)
  • status (String) find by status
  • tech_status (String) find by tech status
  • timeouts (Block, Optional) (see below for nested schema)

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)
  • account_name (String)
  • affinity_label (String)
  • affinity_rules (Attributes List) (see below for nested schema)
  • affinity_weight (Number)
  • antiaffinity_rules (Attributes List) (see below for nested schema)
  • cpus (Number)
  • created_by (String)
  • created_time (Number)
  • deleted_by (String)
  • deleted_time (Number)
  • id (Number)
  • name (String)
  • ram (Number)
  • registered (Boolean)
  • rg_name (String)
  • status (String)
  • tech_status (String)
  • total_disks_size (Number)
  • updated_by (String)
  • updated_time (Number)
  • user_managed (Boolean)
  • vins_connected (Number)

Nested Schema for items.affinity_rules

Read-Only:

  • guid (String)
  • key (String)
  • mode (String)
  • policy (String)
  • topology (String)
  • value (String)

Nested Schema for items.antiaffinity_rules

Read-Only:

  • guid (String)
  • key (String)
  • mode (String)
  • policy (String)
  • topology (String)
  • value (String)