Data Source: proxmox_sdn_subnet¶
Retrieve details about a specific SDN Subnet in Proxmox VE.
Schema¶
Required¶
cidr(String) A CIDR network address, for example 10.0.0.0/8vnet(String) The VNet this subnet belongs to.
Optional¶
dhcp_range(Attributes) DHCP range (start and end IPs). (see below for nested schema)
Read-Only¶
dhcp_dns_server(String) The DNS server used for DHCP.dns_zone_prefix(String) Prefix used for DNS zone delegation.gateway(String) The gateway address for the subnet.id(String) The full ID in the format 'vnet-id/subnet-id'.snat(Boolean) Whether SNAT is enabled for the subnet.
Nested Schema for dhcp_range¶
Read-Only:
end_address(String) End of the DHCP range.start_address(String) Start of the DHCP range.