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

org.openstack4j.api.senlin.SenlinBuildInfoService Maven / Gradle / Ivy

There is a newer version: 3.11
Show newest version
package org.openstack4j.api.senlin;

import org.openstack4j.model.senlin.BuildInfo;

/**
 * This interface defines all methods for the manipulation of BuildInfo
 * 
 * @author lion
 * 
 */
public interface SenlinBuildInfoService {

	/**
	 * returns details of a {@link BuildInfo}.
	 *
	 * @return BuildInfo
	 */
	BuildInfo get();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy