Examples of ExportFilter


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

     * @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 host.
     */
    public List<ExportGroupRestRep> findContainingHost(URI hostId, URI projectId, URI varrayId) {
        return search().byHost(hostId).filter(new ExportFilter(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.