proxmox_sdn_zone
Manage SDN zones in Proxmox by listing, getting, creating, updating, or deleting them with configurable parameters like type, bridge, nodes, MTU, VXLAN ID, VLAN tag, and IPAM plugin.
Instructions
Manage SDN zones (list, get, create, update, delete)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | No | SDN zone identifier | |
| type | No | Zone type (simple, evpn, vxlan, etc.) | |
| bridge | No | Bridge name | |
| comment | No | Comment or notes | |
| nodes | No | Nodes list (comma-separated) | |
| mtu | No | MTU value | |
| vxlan | No | VXLAN ID | |
| tag | No | VLAN tag | |
| ipam | No | IPAM plugin | |
| delete | No | Comma-separated list of options to delete | |
| digest | No | Prevent concurrent modifications | |
| action | Yes |