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

org.openstack4j.model.magnum.Environment Maven / Gradle / Ivy

There is a newer version: 3.12
Show newest version
package org.openstack4j.model.magnum;

import org.openstack4j.common.Buildable;
import org.openstack4j.model.ModelEntity;

public interface Environment extends ModelEntity, Buildable {
    /**
     * Gets path
     *
     * @return path
     */
    String getPath();


    /**
     * Gets ldLibraryPath
     *
     * @return ldLibraryPath
     */
    String getLdLibraryPath();


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy