DhcpOptions Class

  • java.lang.Object
    • com.microsoft.azure.management.network.DhcpOptions

public class DhcpOptions

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

Constructor Summary

Constructor Description
DhcpOptions()

Method Summary

Modifier and Type Method and Description
java.util.List<java.lang.String> dnsServers()

Get the list of DNS servers IP addresses.

DhcpOptions withDnsServers(List<String> dnsServers)

Set the list of DNS servers IP addresses.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

DhcpOptions

public DhcpOptions()

Method Details

dnsServers

public List dnsServers()

Get the list of DNS servers IP addresses.

Returns:

the dnsServers value

withDnsServers

public DhcpOptions withDnsServers(List dnsServers)

Set the list of DNS servers IP addresses.

Parameters:

dnsServers - the dnsServers value to set

Returns:

the DhcpOptions object itself.

Applies to