<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>Hi Users,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am using <STRONG>ovirt</STRONG> package for RHEV development. I can able 
collect the ipaddress, os, status and name of the virtual machines.</DIV>
<DIV>But i want the CPU details of all VMs. I tried this below method but i stil 
can not get cpu informations. I hope this can understand.</DIV>
<DIV>Please help to resolve this issue.</DIV>
<DIV>&nbsp;</DIV>
<DIV>CPU cs = vm.getCpu();</DIV>
<DIV>CpuTune tune = cs.getCpuTune();</DIV>
<DIV>List&lt;VCpuPin&gt; ms = tune.getVCpuPin();</DIV>
<DIV>for(int vc=0; vc&lt;ms.size(); vc++)</DIV>
<DIV>{</DIV>
<DIV>VCpuPin pin = (VCpuPin)ms.get(vc);</DIV>
<DIV>pin.getVcpu();</DIV>
<DIV>}</DIV>
<DIV>&nbsp;</DIV>
<DIV>Note: getVcpu does not giving any output.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks &amp; Regards,</DIV>
<DIV>Rathidevi</DIV></DIV></DIV></BODY></HTML>