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

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

package org.openstack4j.model.sahara;

/**
 * Information of each config in job configuration hint
 *
 * @author [email protected]
 * @author [email protected]
 */
public interface JobConfigHintConfig {
    
    /**
     * @return name of the configuration
     */
    String getName();

    /**
     * @return value of the configuration
     */
    String getValue();

    /**
     * @return description of the configuration
     */
    String getDescription();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy