public interface HypervisorStatistics extends ModelEntity
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Gets the count.
|
int |
getCurrentWorkload()
Gets the current workload.
|
int |
getFreeDisk()
Gets the free disk.
|
int |
getFreeRam()
Gets the free ram.
|
int |
getLeastAvailableDisk()
Gets the least available disk.
|
int |
getLocal()
Gets the local.
|
int |
getLocalUsed()
Gets the local used.
|
int |
getMemory()
Gets the memory.
|
int |
getMemoryUsed()
Gets the memory used.
|
int |
getRunningVM()
Gets the running vm.
|
int |
getVirtualCPU()
Gets the virtual cpu.
|
int |
getVirtualUsedCPU()
Gets the virtual used cpu.
|
int getCount()
int getCurrentWorkload()
int getLeastAvailableDisk()
int getFreeDisk()
int getFreeRam()
int getLocal()
int getLocalUsed()
int getMemory()
int getMemoryUsed()
int getRunningVM()
int getVirtualCPU()
int getVirtualUsedCPU()
Copyright © 2017. All rights reserved.