Interface FloatingIPDNSEntryService

    • Method Detail

      • listByIP

        List<? extends DNSEntry> listByIP​(String domain,
                                          String ip)
        Deprecated.
        Return a list of entries for the given domain and IP Address
        Parameters:
        domain - the FQ Domain name
        ip - the IP Address
        Returns:
        List of DNS Entries
      • listByName

        List<? extends DNSEntry> listByName​(String domain,
                                            String name)
        Deprecated.
        Return a list of entries for the given domain and name
        Parameters:
        domain - the FQ Domain name
        name - DNS entry name assigned under a domain
        Returns:
        List of DNS Entries
      • create

        DNSEntry create​(String domain,
                        String name,
                        String ip,
                        DNSRecordType type)
        Deprecated.
        Creates or Updates a DNS Entry
        Parameters:
        domain - the FQ Domain name
        name - DNS entry name assigned under a domain
        ip - the IP Address associated with the current entry
        type - the DNS Record Type
        Returns:
        the created or modified DNSEntry
      • modifyIP

        DNSEntry modifyIP​(String domain,
                          String name,
                          String ip)
        Deprecated.
        Modifies the IP Address for the specified domain and name
        Parameters:
        domain - the FQ Domain name
        name - DNS entry name assigned under a domain
        ip - the new IP Address
        Returns:
        the modified DNSEntry
      • delete

        ActionResponse delete​(String domain,
                              String name)
        Deprecated.
        Deletes a specified DNS entry
        Parameters:
        domain - the FQ Domain name
        name - DNS entry name assigned under a domain
        Returns:
        the action response