public class DhcpOptions extends Object
| Constructor and Description |
|---|
DhcpOptions() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
dnsServers()
Get the dnsServers value.
|
DhcpOptions |
withDnsServers(List<String> dnsServers)
Set the dnsServers value.
|
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.
*/