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-decort/docs/resources/cb_flipgroup.md

68 lines
1.7 KiB

1 year ago
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "decort_cb_flipgroup Resource - terraform-provider-decort"
subcategory: ""
description: |-
---
# decort_cb_flipgroup (Resource)
<!-- schema generated by tfplugindocs -->
## 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) account_name
- `ckey` (String)
- `client_names` (List of String) client_names
- `conn_id` (Number)
- `conn_type` (String)
- `created_by` (String) created_by
- `created_time` (Number) created_time
- `default_gw` (String)
- `deleted_by` (String) deleted_by
- `deleted_time` (Number) deleted_time
- `flipgroup_id` (Number)
- `gid` (Number) gid
- `guid` (Number) guid
- `id` (String) The ID of this resource.
- `milestones` (Number) milestones
- `net_mask` (Number)
- `network` (String) network
- `rg_id` (Number) rg_id
- `rg_name` (String) rg_name
- `status` (String)
- `updated_by` (String) updated_by
- `updated_time` (Number) updated_time
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)