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

org.openstack4j.model.sahara.ServiceInfo Maven / Gradle / Ivy

package org.openstack4j.model.sahara;

import java.util.Map;

import org.openstack4j.model.ModelEntity;

/**
 * Service Information Model
 *
 * @author [email protected]
 */
public interface ServiceInfo extends ModelEntity {

    /**
     * @param name the name of the information
     * @return the information
     */
    String get(String name);
    
    /**
     * @return map of all information or null
     */
    Map getInfos();
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy