Examples of ExportClusterFilter


Examples of com.emc.vipr.client.core.filters.ExportClusterFilter

     * @param varrayId
     *        the ID of the varray to restrict exports to, or null for no restriction*
     * @return the list of export groups associated with the cluster.
     */
    public List<ExportGroupRestRep> findByCluster(URI clusterId, URI projectId, URI varrayId) {
        return search().byCluster(clusterId).filter(new ExportClusterFilter(clusterId, projectId, varrayId)).run();
    }
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.