public class DhcpOptions extends Object
| Constructor and Description |
|---|
DhcpOptions() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
dnsServers()
Get the list of DNS servers IP addresses.
|
DhcpOptions |
withDnsServers(List<String> dnsServers)
Set the list of DNS servers IP addresses.
|
public List<String> dnsServers()
public DhcpOptions withDnsServers(List<String> dnsServers)
dnsServers - the dnsServers value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/