--- layout: page title: proxmox_virtual_environment_sdn_vnet parent: Resources subcategory: Virtual Environment description: |- Manages Proxmox VE SDN vnet. --- # Resource: proxmox_virtual_environment_sdn_vnet Manages Proxmox VE SDN vnet. ## Schema ### Required - `name` (String) Unique identifier for the vnet. - `zone` (String) The zone to which this vnet belongs. - `zonetype` (String) Parent's zone type. MUST be specified. ### Optional - `alias` (String) An optional alias for this vnet. - `isolate_ports` (Boolean) Whether to isolate ports within this vnet. - `tag` (Number) Tag value for VLAN/VXLAN (depends on zone type). - `vlanaware` (Boolean) Whether this vnet is VLAN aware. ### Read-Only - `id` (String) The unique identifier of this resource. - `type` (String) Type of vnet (e.g. 'vnet').