--- layout: page title: proxmox_virtual_environment_sdn_vnet parent: Data Sources subcategory: Virtual Environment description: |- Retrieves information about an existing SDN Vnet in Proxmox VE. --- # Data Source: proxmox_virtual_environment_sdn_vnet Retrieves information about an existing SDN Vnet in Proxmox VE. ## Schema ### Required - `name` (String) The name of the vnet. ### Read-Only - `alias` (String) - An alias for this vnet. - `id` (String) - The ID of the vnet (usually the name). - `isolate_ports` (Boolean) - Whether ports are isolated. - `tag` (Number) - VLAN/VXLAN tag. - `type` (String) - Type of the vnet. - `vlanaware` (Boolean) - Whether this vnet is VLAN aware. - `zone` (String) - The zone associated with the vnet. - `zonetype` (String) - The type of the zone associated with this vnet.