Examples of ExportHostFilter


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

     *        the ID of the varray to restrict exports to, or null for no restriction*     *
     * @return the list of export groups associated with the host.
     *
     */
    public List<ExportGroupRestRep> findByHost(URI hostId, URI projectId, URI varrayId) {
        return search().byHost(hostId).filter(new ExportHostFilter(hostId, 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.