Class FloatingIPDNSServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.compute.internal.ext.FloatingIPDNSServiceImpl
-
- All Implemented Interfaces:
FloatingIPDNSService
@Deprecated public class FloatingIPDNSServiceImpl extends Object implements FloatingIPDNSService
Deprecated.API Service that manages the 'os-floating-ip-dns' extension- Author:
- Jeremy Unruh
-
-
Constructor Summary
Constructors Constructor Description FloatingIPDNSServiceImpl()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description FloatingIPDNSDomainServicedomains()Deprecated.Service that manages DNS DomainsFloatingIPDNSEntryServiceentries()Deprecated.Service that manages DNS Entries
-
-
-
Method Detail
-
domains
public FloatingIPDNSDomainService domains()
Deprecated.Description copied from interface:FloatingIPDNSServiceService that manages DNS Domains- Specified by:
domainsin interfaceFloatingIPDNSService- Returns:
- the domain service
-
entries
public FloatingIPDNSEntryService entries()
Deprecated.Description copied from interface:FloatingIPDNSServiceService that manages DNS Entries- Specified by:
entriesin interfaceFloatingIPDNSService- Returns:
- the DNS entry service
-
-