LogicalNetworkPropertiesResponseDhcpOptions

data class LogicalNetworkPropertiesResponseDhcpOptions(val dnsServers: List<String>? = null)

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

constructor(dnsServers: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The list of DNS servers IP addresses.