Interface FloatingIPDNSDomainService

    • Method Detail

      • list

        List<? extends DomainEntry> list()
        Deprecated.
        Return the list of available DNS domains
        Returns:
        list of domain entries
      • delete

        ActionResponse delete​(String domainName)
        Deprecated.
        Delete the specified domainName
        Parameters:
        domainName - the name of the domain
        Returns:
        the action response
      • createPublic

        DomainEntry createPublic​(String domainName,
                                 String project)
        Deprecated.
        Creates or Updates a PUBLIC domain name record
        Parameters:
        domainName - the FQ Domain name
        project - the project name
        Returns:
        the created/updated domain entry
      • createPrivate

        DomainEntry createPrivate​(String domainName,
                                  String availabilityZone)
        Deprecated.
        Creates or Updates a PRIVATE domain name record
        Parameters:
        domainName - the FQ Domain name
        availabilityZone - the availability zone
        Returns:
        he created/updated domain entry