Package com.emc.storageos.model.pools

Examples of com.emc.storageos.model.pools.StoragePoolResources


     * @param id
     *        the ID of the storage pool.
     * @return the list of resource references.
     */
    public List<TypedRelatedResourceRep> listResources(URI id) {
        StoragePoolResources response = client.get(StoragePoolResources.class, getIdUrl() + "/resources", id);
        return defaultList(response.getResources());
    }
View Full Code Here


     * @param id
     *        the ID of the storage pool.
     * @return the list of resource references.
     */
    public List<TypedRelatedResourceRep> listResources(URI id) {
        StoragePoolResources response = client.get(StoragePoolResources.class, getIdUrl() + "/resources", id);
        return defaultList(response.getResources());
    }
View Full Code Here

TOP

Related Classes of com.emc.storageos.model.pools.StoragePoolResources

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.