--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "dynamix_flipgroup Resource - terraform-provider-dynamix" subcategory: "" description: |- --- # dynamix_flipgroup (Resource) ## Schema ### Required - `account_id` (Number) Account ID - `client_type` (String) Type of client, 'compute' ('vins' will be later) - `name` (String) Flipgroup name - `net_id` (Number) EXTNET or ViNS ID - `net_type` (String) Network type, EXTNET or VINS ### Optional - `client_ids` (List of Number) List of clients attached to this Flipgroup instance - `desc` (String) Text description of this Flipgroup instance - `ip` (String) IP address to associate with this group. If empty, the platform will autoselect IP address - `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts)) ### Read-Only - `account_name` (String) - `conn_id` (Number) - `conn_type` (String) - `created_by` (String) - `created_time` (Number) - `default_gw` (String) - `deleted_by` (String) - `deleted_time` (Number) - `flipgroup_id` (Number) - `gid` (Number) - `guid` (Number) - `id` (String) The ID of this resource. - `milestones` (Number) - `network` (String) - `rg_id` (Number) - `rg_name` (String) - `status` (String) - `updated_by` (String) - `updated_time` (Number) ### Nested Schema for `timeouts` Optional: - `create` (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). - `delete` (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). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. - `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). Read operations occur during any refresh or planning operation when refresh is enabled. - `update` (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).