Examples of destroyChildren()


Examples of com.vmware.vim.binding.vim.ResourcePool.destroyChildren()

    */
   @Override
   public void destroyChildren() throws Exception {
      AuAssert.check(VcContext.isInTaskSession());
      ResourcePool rp = getManagedObject();
      rp.destroyChildren();
      for (ManagedObjectReference rpRef : getChildRps()) {
         VcCache.purge(rpRef);
      }
      update();
   }
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.