public final class DhcpOptions extends Object
| Constructor and Description |
|---|
DhcpOptions() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
dnsServers()
Get the dnsServers property: The list of DNS servers IP addresses.
|
void |
validate()
Validates the instance.
|
DhcpOptions |
withDnsServers(List<String> dnsServers)
Set the dnsServers property: The list of DNS servers IP addresses.
|
public List<String> dnsServers()
public DhcpOptions withDnsServers(List<String> dnsServers)
dnsServers - the dnsServers value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.