Class ExtHypervisorStatistics
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.ext.ExtHypervisorStatistics
-
- All Implemented Interfaces:
Serializable,HypervisorStatistics,ModelEntity
public class ExtHypervisorStatistics extends Object implements HypervisorStatistics
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtHypervisorStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCount()Gets the count.intgetCurrentWorkload()Gets the current workload.intgetFreeDisk()Gets the free disk.intgetFreeRam()Gets the free ram.intgetLeastAvailableDisk()Gets the least available disk.intgetLocal()Gets the local.intgetLocalUsed()Gets the local used.intgetMemory()Gets the memory.intgetMemoryUsed()Gets the memory used.intgetRunningVM()Gets the running vm.intgetVirtualCPU()Gets the virtual cpu.intgetVirtualUsedCPU()Gets the virtual used cpu.StringtoString()
-
-
-
Method Detail
-
getCount
public int getCount()
Description copied from interface:HypervisorStatisticsGets the count.- Specified by:
getCountin interfaceHypervisorStatistics- Returns:
- the count
-
getCurrentWorkload
public int getCurrentWorkload()
Description copied from interface:HypervisorStatisticsGets the current workload.- Specified by:
getCurrentWorkloadin interfaceHypervisorStatistics- Returns:
- the current workload
-
getLeastAvailableDisk
public int getLeastAvailableDisk()
Description copied from interface:HypervisorStatisticsGets the least available disk.- Specified by:
getLeastAvailableDiskin interfaceHypervisorStatistics- Returns:
- the least available disk
-
getFreeDisk
public int getFreeDisk()
Description copied from interface:HypervisorStatisticsGets the free disk.- Specified by:
getFreeDiskin interfaceHypervisorStatistics- Returns:
- the free disk
-
getFreeRam
public int getFreeRam()
Description copied from interface:HypervisorStatisticsGets the free ram.- Specified by:
getFreeRamin interfaceHypervisorStatistics- Returns:
- the free ram
-
getLocal
public int getLocal()
Description copied from interface:HypervisorStatisticsGets the local.- Specified by:
getLocalin interfaceHypervisorStatistics- Returns:
- the local
-
getLocalUsed
public int getLocalUsed()
Description copied from interface:HypervisorStatisticsGets the local used.- Specified by:
getLocalUsedin interfaceHypervisorStatistics- Returns:
- the local used
-
getMemory
public int getMemory()
Description copied from interface:HypervisorStatisticsGets the memory.- Specified by:
getMemoryin interfaceHypervisorStatistics- Returns:
- the memory
-
getMemoryUsed
public int getMemoryUsed()
Description copied from interface:HypervisorStatisticsGets the memory used.- Specified by:
getMemoryUsedin interfaceHypervisorStatistics- Returns:
- the memory used
-
getRunningVM
public int getRunningVM()
Description copied from interface:HypervisorStatisticsGets the running vm.- Specified by:
getRunningVMin interfaceHypervisorStatistics- Returns:
- the running vm
-
getVirtualCPU
public int getVirtualCPU()
Description copied from interface:HypervisorStatisticsGets the virtual cpu.- Specified by:
getVirtualCPUin interfaceHypervisorStatistics- Returns:
- the virtual cpu
-
getVirtualUsedCPU
public int getVirtualUsedCPU()
Description copied from interface:HypervisorStatisticsGets the virtual used cpu.- Specified by:
getVirtualUsedCPUin interfaceHypervisorStatistics- Returns:
- the virtual used cpu
-
-