Class NetworkInterfaceDnsSettings
- java.lang.Object
-
- com.microsoft.azure.management.network.NetworkInterfaceDnsSettings
-
public class NetworkInterfaceDnsSettings extends Object
DNS settings of a network interface.
-
-
Constructor Summary
Constructors Constructor Description NetworkInterfaceDnsSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>appliedDnsServers()Get the appliedDnsServers value.List<String>dnsServers()Get the dnsServers value.StringinternalDnsNameLabel()Get the internalDnsNameLabel value.StringinternalDomainNameSuffix()Get the internalDomainNameSuffix value.StringinternalFqdn()Get the internalFqdn value.NetworkInterfaceDnsSettingswithAppliedDnsServers(List<String> appliedDnsServers)Set the appliedDnsServers value.NetworkInterfaceDnsSettingswithDnsServers(List<String> dnsServers)Set the dnsServers value.NetworkInterfaceDnsSettingswithInternalDnsNameLabel(String internalDnsNameLabel)Set the internalDnsNameLabel value.NetworkInterfaceDnsSettingswithInternalDomainNameSuffix(String internalDomainNameSuffix)Set the internalDomainNameSuffix value.NetworkInterfaceDnsSettingswithInternalFqdn(String internalFqdn)Set the internalFqdn value.
-
-
-
Method Detail
-
withDnsServers
public NetworkInterfaceDnsSettings withDnsServers(List<String> dnsServers)
Set the dnsServers value.- Parameters:
dnsServers- the dnsServers value to set- Returns:
- the NetworkInterfaceDnsSettings object itself.
-
appliedDnsServers
public List<String> appliedDnsServers()
Get the appliedDnsServers value.- Returns:
- the appliedDnsServers value
-
withAppliedDnsServers
public NetworkInterfaceDnsSettings withAppliedDnsServers(List<String> appliedDnsServers)
Set the appliedDnsServers value.- Parameters:
appliedDnsServers- the appliedDnsServers value to set- Returns:
- the NetworkInterfaceDnsSettings object itself.
-
internalDnsNameLabel
public String internalDnsNameLabel()
Get the internalDnsNameLabel value.- Returns:
- the internalDnsNameLabel value
-
withInternalDnsNameLabel
public NetworkInterfaceDnsSettings withInternalDnsNameLabel(String internalDnsNameLabel)
Set the internalDnsNameLabel value.- Parameters:
internalDnsNameLabel- the internalDnsNameLabel value to set- Returns:
- the NetworkInterfaceDnsSettings object itself.
-
internalFqdn
public String internalFqdn()
Get the internalFqdn value.- Returns:
- the internalFqdn value
-
withInternalFqdn
public NetworkInterfaceDnsSettings withInternalFqdn(String internalFqdn)
Set the internalFqdn value.- Parameters:
internalFqdn- the internalFqdn value to set- Returns:
- the NetworkInterfaceDnsSettings object itself.
-
internalDomainNameSuffix
public String internalDomainNameSuffix()
Get the internalDomainNameSuffix value.- Returns:
- the internalDomainNameSuffix value
-
withInternalDomainNameSuffix
public NetworkInterfaceDnsSettings withInternalDomainNameSuffix(String internalDomainNameSuffix)
Set the internalDomainNameSuffix value.- Parameters:
internalDomainNameSuffix- the internalDomainNameSuffix value to set- Returns:
- the NetworkInterfaceDnsSettings object itself.
-
-