Resource: proxmox_network_linux_vlan¶
Manages a Linux VLAN network interface in a Proxmox VE node.
Schema¶
Required¶
name(String) The interface name. Either add the VLAN tag number to an existing interface name, e.g.ens18.21(and do not setinterfaceandvlan), or use custom name, e.g.vlan_lab(interfaceandvlanare then required).node_name(String) The name of the node.
Optional¶
address(String) The interface IPv4/CIDR address.address6(String) The interface IPv6/CIDR address.autostart(Boolean) Automatically start interface on boot (defaults totrue).comment(String) Comment for the interface.gateway(String) Default gateway address.gateway6(String) Default IPv6 gateway address.interface(String) The VLAN raw device. See alsoname.mtu(Number) The interface MTU.timeout_reload(Number) Timeout for network reload operations in seconds (defaults to100).vlan(Number) The VLAN tag. See alsoname.
Read-Only¶
id(String) A unique identifier with format<node name>:<iface>.