0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-25 04:45:46 +00:00
terraform-provider-proxmox/docs/resources/virtual_environment_sdn_zone_vlan.md
Pavel Boldyrev 520e7b4594
more docs
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2025-07-30 21:15:16 -04:00

1.3 KiB

layout title parent subcategory description
page proxmox_virtual_environment_sdn_zone_vlan Resources Virtual Environment 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.

Resource: proxmox_virtual_environment_sdn_zone_vlan

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.

Optional

  • 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) Proxmox node names.
  • reverse_dns (String) Reverse DNS API server address.