16661667166816691670167116721673167416751676
throws Exception { String dsPath = null; if (destroyDisk) { VirtualDisk vmdk = (VirtualDisk) getVirtualDevice(deviceId); if (vmdk == null) { throw new ManagedObjectNotFound(); } dsPath = VmConfigUtil.getVmdkPath(vmdk); } /*