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

org.openstack4j.api.storage.SchedulerStatsGetPoolService Maven / Gradle / Ivy

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

import org.openstack4j.common.RestService;
import org.openstack4j.openstack.storage.block.domain.VolumeBackendPool;

import java.util.List;

/**
 * Scheduler Stats Service for Cinder block storage.
 *
 * @author chenguofeng
 */
public interface SchedulerStatsGetPoolService extends RestService {
    /**
     * Lists all Volumes back-end storage pools.
     *
     * @return a list of all Volumes back-end storage pools
     */
    List pools();

    List poolsDetail();


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy