proxmox_sdn_subnet
Manage SDN subnets: list, get, create, update, or delete subnets with CIDR, DHCP, DNS, gateway, MTU, and IPAM settings.
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 |