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

org.openstack4j.api.dns.v2.DNSService Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package org.openstack4j.api.dns.v2;

import org.openstack4j.common.RestService;

/**
 * DNS/Designate Service Operations API
 *
 */
public interface DNSService extends RestService {

	/**
	 * Zone Service API
	 *
	 * @return the zone service
	 */
	ZoneService zones();

	/**
	 * Recordset Service API
	 *
	 * @return the recordsets service
	 */
	RecordsetService recordsets();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy