Examples of CasProfileListRep


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
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.