Package com.emc.vipr.model.object.cashead

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


     * @param clusterId
     *        the cluster ID.
     * @return the list of CAS profiles in the cluster.
     */
    public List<CasProfileInfoRep> getProfiles(URI clusterId) {
        CasProfileListRep list = client.get(CasProfileListRep.class, CAS_PROFILES_URL, clusterId);
        return ResourceUtils.defaultList(list != null ? list.getCasProfiles() : null);
    }
View Full Code Here

TOP

Related Classes of com.emc.vipr.model.object.cashead.CasProfileListRep

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.