Examples of modifyPool()


Examples of com.cloud.netapp.NetappManager.modifyPool()

    InsufficientCapacityException, ServerApiException,
    ConcurrentOperationException, ResourceAllocationException {
      ComponentLocator locator = ComponentLocator.getLocator(ManagementService.Name);
      NetappManager netappMgr = locator.getManager(NetappManager.class);

      netappMgr.modifyPool(poolName, algorithm);

      ModifyVolumePoolCmdResponse response = new ModifyVolumePoolCmdResponse();
      response.setResponseName(getCommandName());
      this.setResponseObject(response);
    }
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.