Class NetworkInterfaceDnsSettings


  • public class NetworkInterfaceDnsSettings
    extends Object
    DNS settings of a network interface.
    • Constructor Detail

      • NetworkInterfaceDnsSettings

        public NetworkInterfaceDnsSettings()
    • Method Detail

      • dnsServers

        public List<String> dnsServers()
        Get the dnsServers value.
        Returns:
        the dnsServers value
      • 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.