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/account_flipgroups_list.md

1.8 KiB

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

dynamix_account_flipgroups_list (Data Source)

Schema

Required

  • account_id (Number) ID of the account

Optional

  • by_ip (String) find by ip address
  • extnet_id (Number) find by extnet ID
  • flipgroup_id (Number) find by flipgroup id
  • name (String) find by name
  • page (Number) page number
  • size (Number) page size
  • 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
  • vins_name (String) find by vins name

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)
  • client_type (String)
  • conn_type (String)
  • created_by (String)
  • created_time (Number)
  • default_gw (String)
  • deleted_by (String)
  • deleted_time (Number)
  • desc (String)
  • fg_id (Number)
  • fg_name (String)
  • gid (Number)
  • guid (Number)
  • ip (String)
  • milestones (Number)
  • net_id (Number)
  • net_type (String)
  • netmask (Number)
  • status (String)
  • updated_by (String)
  • updated_time (Number)