Examples of CasPoolListRep


Examples of com.emc.vipr.model.object.cashead.CasPoolListRep

     * @param clusterId
     *        the cluster ID.
     * @return the list of CAS pools within the cluster.
     */
    public List<CasPoolInfoRep> getPools(URI clusterId) {
        CasPoolListRep list = client.get(CasPoolListRep.class, CAS_POOLS_URL, clusterId);
        return ResourceUtils.defaultList(list != null ? list.getCasPools() : null);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.