Resource: proxmox_sdn_subnet¶
Manages SDN Subnets in Proxmox VE.
Schema¶
Required¶
cidr(String) A CIDR network address, for example 10.0.0.0/8vnet(String) The VNet to which this subnet belongs.
Optional¶
dhcp_dns_server(String) The DNS server used for DHCP.dhcp_range(Attributes) DHCP range (start and end IPs). (see below for nested schema)dns_zone_prefix(String) Prefix used for DNS zone delegation.gateway(String) The gateway address for the subnet.snat(Boolean) Whether SNAT is enabled for the subnet.
Read-Only¶
id(String) The unique identifier of the SDN Subnet. Read only.
Nested Schema for dhcp_range¶
Required:
end_address(String) End of the DHCP range.start_address(String) Start of the DHCP range.