All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openstack4j.api.compute.ext.FloatingIPDNSService Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package org.openstack4j.api.compute.ext;

/**
 * API Service that manages the 'os-floating-ip-dns' extension
 * 
 * @author Jeremy Unruh
 */
public interface FloatingIPDNSService {

    /**
     * Service that manages DNS Domains
     * 
     * @return the domain service
     */
    FloatingIPDNSDomainService domains();

    /**
     * Service that manages DNS Entries
     * 
     * @return the DNS entry service
     */
    FloatingIPDNSEntryService entries();
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy