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

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


     * API Call: <tt>GET /dataservice/cas-cluster</tt>
     *
     * @return the list of CAS clusters.
     */
    public List<CasClusterInfoRep> getClusters() {
        CasClusterListRep list = client.get(CasClusterListRep.class, CAS_CLUSTERS_URL);
        return ResourceUtils.defaultList(list != null ? list.getCasClusters() : null);
    }
View Full Code Here

TOP

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

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.