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

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

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


import org.openstack4j.model.senlin.Version;

import java.util.List;

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

	/**
	 * Service implementation which provides methods for manipulation of version
	 *
	 * @return Version
	 */
	List list();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy