LogicalNetworkPropertiesDhcpOptionsArgs

data class LogicalNetworkPropertiesDhcpOptionsArgs(val dnsServers: Output<List<String>>? = null) : ConvertibleToJava<LogicalNetworkPropertiesDhcpOptionsArgs>

DhcpOptions contains an array of DNS servers available to VMs deployed in the logical network. Standard DHCP option for a subnet overrides logical network DHCP options.

Constructors

Link copied to clipboard
constructor(dnsServers: Output<List<String>>? = null)

Properties

Link copied to clipboard
val dnsServers: Output<List<String>>? = null

The list of DNS servers IP addresses.

Functions

Link copied to clipboard
open override fun toJava(): LogicalNetworkPropertiesDhcpOptionsArgs