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