Uses of Interface
org.openstack4j.model.compute.ext.DNSEntry
-
Packages that use DNSEntry Package Description org.openstack4j.api.compute.ext org.openstack4j.openstack.compute.domain.ext org.openstack4j.openstack.compute.internal.ext -
-
Uses of DNSEntry in org.openstack4j.api.compute.ext
Methods in org.openstack4j.api.compute.ext that return DNSEntry Modifier and Type Method Description DNSEntryFloatingIPDNSEntryService. create(String domain, String name, String ip, DNSRecordType type)Deprecated.Creates or Updates a DNS EntryDNSEntryFloatingIPDNSEntryService. modifyIP(String domain, String name, String ip)Deprecated.Modifies the IP Address for the specified domain and nameMethods in org.openstack4j.api.compute.ext that return types with arguments of type DNSEntry Modifier and Type Method Description List<? extends DNSEntry>FloatingIPDNSEntryService. listByIP(String domain, String ip)Deprecated.Return a list of entries for the given domain and IP AddressList<? extends DNSEntry>FloatingIPDNSEntryService. listByName(String domain, String name)Deprecated.Return a list of entries for the given domain and name -
Uses of DNSEntry in org.openstack4j.openstack.compute.domain.ext
Classes in org.openstack4j.openstack.compute.domain.ext that implement DNSEntry Modifier and Type Class Description classExtDNSEntryDeprecated. -
Uses of DNSEntry in org.openstack4j.openstack.compute.internal.ext
Methods in org.openstack4j.openstack.compute.internal.ext that return DNSEntry Modifier and Type Method Description DNSEntryFloatingIPDNSEntryServiceImpl. create(String domain, String name, String ip, DNSRecordType type)Deprecated.DNSEntryFloatingIPDNSEntryServiceImpl. modifyIP(String domain, String name, String ip)Deprecated.Methods in org.openstack4j.openstack.compute.internal.ext that return types with arguments of type DNSEntry Modifier and Type Method Description List<? extends DNSEntry>FloatingIPDNSEntryServiceImpl. listByIP(String domain, String ip)Deprecated.List<? extends DNSEntry>FloatingIPDNSEntryServiceImpl. listByName(String domain, String name)Deprecated.
-