--- layout: page title: proxmox_virtual_environment_sdn_subnet parent: Data Sources subcategory: Virtual Environment description: |- Retrieve details about a specific SDN Subnet in Proxmox VE. --- # Data Source: proxmox_virtual_environment_sdn_subnet Retrieve details about a specific SDN Subnet in Proxmox VE. ## Schema ### Required - `subnet` (String) - `vnet` (String) The VNet this subnet belongs to. ### Read-Only - `canonical_name` (String) - `dhcp_dns_server` (String) The DNS server used for DHCP. - `dhcp_range` (Attributes List) List of DHCP ranges (start and end IPs). (see [below for nested schema](#nestedatt--dhcp_range)) - `dnszoneprefix` (String) Prefix used for DNS zone delegation. - `gateway` (String) The gateway address for the subnet. - `id` (String) The full ID in the format 'vnet-id/subnet-id'. - `snat` (Boolean) Whether SNAT is enabled for the subnet. - `type` (String) ### Nested Schema for `dhcp_range` Read-Only: - `end_address` (String) End of the DHCP range. - `start_address` (String) Start of the DHCP range.