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_vins.md

1.6 KiB

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

dynamix_rg_list_vins (Data Source)

Schema

Required

  • rg_id (Number) ID of the RG

Optional

  • account_id (Number) find by account id
  • ext_ip (String) find by external 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)
  • timeouts (Block, Optional) (see below for nested schema)
  • vins_id (Number) find by vins id

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)
  • computes (Number)
  • created_by (String)
  • created_time (Number)
  • deleted_by (String)
  • deleted_time (Number)
  • external_ip (String)
  • extnet_id (Number)
  • free_ips (Number)
  • id (Number)
  • name (String)
  • network (String)
  • pri_vnf_dev_id (Number)
  • rg_name (String)
  • status (String)
  • updated_by (String)
  • updated_time (Number)