Data Source: proxmox_sdn_zone_vlan¶
Retrieves information about a VLAN Zone in Proxmox SDN. It uses an existing local Linux or OVS bridge to connect to the node's physical interface. It uses VLAN tagging defined in the VNet to isolate the network segments. This allows connectivity of VMs between different nodes.
Schema¶
Required¶
id(String) The unique identifier of the SDN zone.
Read-Only¶
bridge(String) The local bridge or OVS switch, already configured on each node that allows node-to-node connection.dns(String) DNS API server address.dns_zone(String) DNS domain name. Used to register hostnames, such as<hostname>.<domain>. The DNS zone must already exist on the DNS server.ipam(String) IP Address Management system.mtu(Number) MTU value for the zone.nodes(Set of String) The Proxmox nodes which the zone and associated VNets are deployed onpending(Boolean) Indicates if the zone has pending configuration changes that need to be applied.reverse_dns(String) Reverse DNS API server address.state(String) Indicates the current state of the zone.