Package com.emc.vipr.model.object.datastore

Examples of com.emc.vipr.model.object.datastore.CommodityDataStoreList


     *
     * @param id Identifier of the varray.
     * @return List of commodity data store object associated with the varray
     */
    public List<CommodityDataStoreRestRep> findOnCommodityByVirtualArray(URI id) {
        CommodityDataStoreList response = client.get(CommodityDataStoreList.class,
                DATA_STORES_URL + COMMODITY_PATH + SEARCH_PATH + VARRAY_PATH +ID_PATH, id);
        return ResourceUtils.defaultList(response.getPools());
    }
View Full Code Here

TOP

Related Classes of com.emc.vipr.model.object.datastore.CommodityDataStoreList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.