proxmox_sdn_subnet
Manage SDN subnets in Proxmox by listing, retrieving, creating, updating, or deleting subnet configurations with options for CIDR, gateway, DHCP, SNAT, and more.
Instructions
Manage SDN subnets (list, get, create, update, delete)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subnet | No | SDN subnet identifier | |
| vnet | No | Associated SDN VNet | |
| cidr | No | CIDR range (e.g., 10.0.0.0/24) | |
| gateway | No | Gateway IP address | |
| dhcp | No | Enable DHCP | |
| snat | No | Enable source NAT | |
| dns | No | DNS servers list | |
| mtu | No | MTU value | |
| ipam | No | IPAM plugin | |
| comment | No | Comment or notes | |
| delete | No | Comma-separated list of options to delete | |
| digest | No | Prevent concurrent modifications | |
| action | Yes |