# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "dynamix_extnet Data Source - terraform-provider-dynamix"
subcategory: ""
description: |-
---
# dynamix_extnet (Data Source)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
-`net_id` (Number) ext net id
### Optional
-`timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
### Read-Only
-`check_ips` (List of String)
-`ckey` (String)
-`default` (Boolean)
-`default_qos` (Attributes) (see [below for nested schema](#nestedatt--default_qos))
-`desc` (String)
-`dns` (List of String)
-`excluded` (Attributes List) (see [below for nested schema](#nestedatt--excluded))
-`free_ips` (Number)
-`gateway` (String)
-`gid` (Number)
-`guid` (Number)
-`id` (String) The ID of this resource.
-`ipcidr` (String)
-`meta` (List of String)
-`milestones` (Number)
-`net_name` (String)
-`network` (String)
-`network_id` (Number)
-`pre_reservations_num` (Number)
-`prefix` (Number)
-`pri_vnf_dev_id` (Number)
-`reservations` (Attributes List) (see [below for nested schema](#nestedatt--reservations))
-`shared_with` (List of Number)
-`status` (String)
-`vlan_id` (Number)
-`vnfs` (Attributes) (see [below for nested schema](#nestedatt--vnfs))
<aid="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).