--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "dynamix_account_flipgroups_list Data Source - terraform-provider-dynamix" subcategory: "" description: |- --- # 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 - `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts)) - `vins_id` (Number) find by vins ID - `vins_name` (String) find by vins name ### 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) - `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)