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

org.openstack4j.model.manila.Limits Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package org.openstack4j.model.manila;

import org.openstack4j.model.ModelEntity;

import java.util.List;

/**
 * Limits are the resource limitations that are allowed for each tenant (project).
 *
 * @author Daniel Gonzalez Nothnagel
 */
public interface Limits extends ModelEntity {
    /**
     * @return the rate limits
     */
    List getRate();

    /**
     * @return the absolute limits
     */
    AbsoluteLimit getAbsolute();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy