updated docs and changelog
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_extnet Data Source - terraform-provider-decort"
|
||||
page_title: "decort_extnet Data Source - decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
@@ -17,49 +17,49 @@ description: |-
|
||||
|
||||
### Required
|
||||
|
||||
- **net_id** (Number)
|
||||
- `net_id` (Number)
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String) The ID of this resource.
|
||||
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- **check__ips** (List of String)
|
||||
- **check_ips** (List of String)
|
||||
- **ckey** (String)
|
||||
- **default** (Boolean)
|
||||
- **default_qos** (List of Object) (see [below for nested schema](#nestedatt--default_qos))
|
||||
- **desc** (String)
|
||||
- **dns** (List of String)
|
||||
- **excluded** (List of String)
|
||||
- **free_ips** (Number)
|
||||
- **gateway** (String)
|
||||
- **gid** (Number)
|
||||
- **guid** (Number)
|
||||
- **ipcidr** (String)
|
||||
- **meta** (List of String) meta
|
||||
- **milestones** (Number)
|
||||
- **net_name** (String)
|
||||
- **network** (String)
|
||||
- **network_id** (Number)
|
||||
- **pre_reservations_num** (Number)
|
||||
- **prefix** (Number)
|
||||
- **pri_vnf_dev_id** (Number)
|
||||
- **reservations** (List of Object) (see [below for nested schema](#nestedatt--reservations))
|
||||
- **shared_with** (List of Number)
|
||||
- **status** (String)
|
||||
- **vlan_id** (Number)
|
||||
- **vnfs** (List of Object) (see [below for nested schema](#nestedatt--vnfs))
|
||||
- `check__ips` (List of String)
|
||||
- `check_ips` (List of String)
|
||||
- `ckey` (String)
|
||||
- `default` (Boolean)
|
||||
- `default_qos` (List of Object) (see [below for nested schema](#nestedatt--default_qos))
|
||||
- `desc` (String)
|
||||
- `dns` (List of String)
|
||||
- `excluded` (List of String)
|
||||
- `free_ips` (Number)
|
||||
- `gateway` (String)
|
||||
- `gid` (Number)
|
||||
- `guid` (Number)
|
||||
- `id` (String) The ID of this resource.
|
||||
- `ipcidr` (String)
|
||||
- `meta` (List of String) meta
|
||||
- `milestones` (Number)
|
||||
- `net_name` (String)
|
||||
- `network` (String)
|
||||
- `network_id` (Number)
|
||||
- `pre_reservations_num` (Number)
|
||||
- `prefix` (Number)
|
||||
- `pri_vnf_dev_id` (Number)
|
||||
- `reservations` (List of Object) (see [below for nested schema](#nestedatt--reservations))
|
||||
- `shared_with` (List of Number)
|
||||
- `status` (String)
|
||||
- `vlan_id` (Number)
|
||||
- `vnfs` (List of Object) (see [below for nested schema](#nestedatt--vnfs))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- **default** (String)
|
||||
- **read** (String)
|
||||
- `default` (String)
|
||||
- `read` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--default_qos"></a>
|
||||
@@ -67,10 +67,10 @@ Optional:
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **e_rate** (Number)
|
||||
- **guid** (String)
|
||||
- **in_burst** (Number)
|
||||
- **in_rate** (Number)
|
||||
- `e_rate` (Number)
|
||||
- `guid` (String)
|
||||
- `in_burst` (Number)
|
||||
- `in_rate` (Number)
|
||||
|
||||
|
||||
<a id="nestedatt--reservations"></a>
|
||||
@@ -78,14 +78,14 @@ Read-Only:
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **client_type** (String)
|
||||
- **desc** (String)
|
||||
- **domainname** (String)
|
||||
- **hostname** (String)
|
||||
- **ip** (String)
|
||||
- **mac** (String)
|
||||
- **type** (String)
|
||||
- **vm_id** (Number)
|
||||
- `client_type` (String)
|
||||
- `desc` (String)
|
||||
- `domainname` (String)
|
||||
- `hostname` (String)
|
||||
- `ip` (String)
|
||||
- `mac` (String)
|
||||
- `type` (String)
|
||||
- `vm_id` (Number)
|
||||
|
||||
|
||||
<a id="nestedatt--vnfs"></a>
|
||||
@@ -93,6 +93,6 @@ Read-Only:
|
||||
|
||||
Read-Only:
|
||||
|
||||
- **dhcp** (Number)
|
||||
- `dhcp` (Number)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user