Class PublicIPAddressDnsSettings


  • public class PublicIPAddressDnsSettings
    extends Object
    Contains FQDN of the DNS record associated with the public IP address.
    • Constructor Detail

      • PublicIPAddressDnsSettings

        public PublicIPAddressDnsSettings()
    • Method Detail

      • domainNameLabel

        public String domainNameLabel()
        Get the domainNameLabel value.
        Returns:
        the domainNameLabel value
      • withDomainNameLabel

        public PublicIPAddressDnsSettings withDomainNameLabel​(String domainNameLabel)
        Set the domainNameLabel value.
        Parameters:
        domainNameLabel - the domainNameLabel value to set
        Returns:
        the PublicIPAddressDnsSettings object itself.
      • fqdn

        public String fqdn()
        Get the fqdn value.
        Returns:
        the fqdn value
      • withFqdn

        public PublicIPAddressDnsSettings withFqdn​(String fqdn)
        Set the fqdn value.
        Parameters:
        fqdn - the fqdn value to set
        Returns:
        the PublicIPAddressDnsSettings object itself.
      • reverseFqdn

        public String reverseFqdn()
        Get the reverseFqdn value.
        Returns:
        the reverseFqdn value
      • withReverseFqdn

        public PublicIPAddressDnsSettings withReverseFqdn​(String reverseFqdn)
        Set the reverseFqdn value.
        Parameters:
        reverseFqdn - the reverseFqdn value to set
        Returns:
        the PublicIPAddressDnsSettings object itself.