Package org.openstack4j.api.compute.ext
Interface FloatingIPDNSService
-
- All Known Implementing Classes:
FloatingIPDNSServiceImpl
@Deprecated public interface FloatingIPDNSService
Deprecated.Since these APIs are only implemented for nova-network, they are deprecated. These will fail with a 404 starting from microversion 2.36. They were removed in the 18.0.0 Rocky release.API Service that manages the 'os-floating-ip-dns' extension- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description FloatingIPDNSDomainServicedomains()Deprecated.Service that manages DNS DomainsFloatingIPDNSEntryServiceentries()Deprecated.Service that manages DNS Entries
-
-
-
Method Detail
-
domains
FloatingIPDNSDomainService domains()
Deprecated.Service that manages DNS Domains- Returns:
- the domain service
-
entries
FloatingIPDNSEntryService entries()
Deprecated.Service that manages DNS Entries- Returns:
- the DNS entry service
-
-