public class NetworkInterfaceDnsSettings extends Object
Constructor and Description |
---|
NetworkInterfaceDnsSettings() |
Modifier and Type | Method and Description |
---|---|
List<String> |
appliedDnsServers()
Get the appliedDnsServers value.
|
List<String> |
dnsServers()
Get the dnsServers value.
|
String |
internalDnsNameLabel()
Get the internalDnsNameLabel value.
|
String |
internalDomainNameSuffix()
Get the internalDomainNameSuffix value.
|
String |
internalFqdn()
Get the internalFqdn value.
|
NetworkInterfaceDnsSettings |
withAppliedDnsServers(List<String> appliedDnsServers)
Set the appliedDnsServers value.
|
NetworkInterfaceDnsSettings |
withDnsServers(List<String> dnsServers)
Set the dnsServers value.
|
NetworkInterfaceDnsSettings |
withInternalDnsNameLabel(String internalDnsNameLabel)
Set the internalDnsNameLabel value.
|
NetworkInterfaceDnsSettings |
withInternalDomainNameSuffix(String internalDomainNameSuffix)
Set the internalDomainNameSuffix value.
|
NetworkInterfaceDnsSettings |
withInternalFqdn(String internalFqdn)
Set the internalFqdn value.
|
public NetworkInterfaceDnsSettings withDnsServers(List<String> dnsServers)
dnsServers
- the dnsServers value to setpublic List<String> appliedDnsServers()
public NetworkInterfaceDnsSettings withAppliedDnsServers(List<String> appliedDnsServers)
appliedDnsServers
- the appliedDnsServers value to setpublic String internalDnsNameLabel()
public NetworkInterfaceDnsSettings withInternalDnsNameLabel(String internalDnsNameLabel)
internalDnsNameLabel
- the internalDnsNameLabel value to setpublic String internalFqdn()
public NetworkInterfaceDnsSettings withInternalFqdn(String internalFqdn)
internalFqdn
- the internalFqdn value to setpublic String internalDomainNameSuffix()
public NetworkInterfaceDnsSettings withInternalDomainNameSuffix(String internalDomainNameSuffix)
internalDomainNameSuffix
- the internalDomainNameSuffix value to setCopyright © 2019. All rights reserved.