Examples of CasClusterListRep


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