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.
74 lines
1.8 KiB
74 lines
1.8 KiB
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "dynamix_flipgroup_list Data Source - terraform-provider-dynamix"
|
|
subcategory: ""
|
|
description: |-
|
|
|
|
---
|
|
|
|
# dynamix_flipgroup_list (Data Source)
|
|
|
|
|
|
|
|
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Optional
|
|
|
|
- `account_id` (Number) Account id
|
|
- `by_id` (Number) Filter by ID
|
|
- `by_ip` (String) Filter by IP-address
|
|
- `client_ids` (List of Number) client_ids
|
|
- `conn_id` (Number) Conn id
|
|
- `extnet_id` (Number) Filter by ExtNetID
|
|
- `name` (String) Filter by Name
|
|
- `page` (Number) Page number
|
|
- `rg_id` (Number) Filter by RG ID
|
|
- `size` (Number) Page size
|
|
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
|
- `status` (String) Status
|
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
- `vins_id` (Number) Filter by ViNS ID
|
|
- `vins_name` (String) Filter 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))
|
|
|
|
<a id="nestedblock--timeouts"></a>
|
|
### 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).
|
|
|
|
|
|
<a id="nestedatt--items"></a>
|
|
### Nested Schema for `items`
|
|
|
|
Read-Only:
|
|
|
|
- `account_id` (Number)
|
|
- `ckey` (String)
|
|
- `client_ids` (List of Number)
|
|
- `client_type` (String)
|
|
- `conn_id` (Number)
|
|
- `conn_type` (String)
|
|
- `default_gw` (String)
|
|
- `desc` (String)
|
|
- `flipgroup_id` (Number)
|
|
- `gid` (Number)
|
|
- `guid` (Number)
|
|
- `ip` (String)
|
|
- `meta` (List of String)
|
|
- `milestones` (Number)
|
|
- `name` (String)
|
|
- `net_id` (Number)
|
|
- `net_mask` (Number)
|
|
- `net_type` (String)
|
|
- `status` (String)
|