public interface Hypervisor extends ModelEntity
Modifier and Type | Interface and Description |
---|---|
static interface |
Hypervisor.CPUInfo |
static interface |
Hypervisor.CPUTopology |
static interface |
Hypervisor.Service
The Hypervisor Services Detail
|
Modifier and Type | Method and Description |
---|---|
Hypervisor.CPUInfo |
getCPUInfo()
Gets the cpu info.
|
int |
getCurrentWorkload()
Gets the current workload.
|
int |
getFreeDisk()
Gets free disk space in GB
|
int |
getFreeRam()
Gets the free RAM in MB
|
String |
getHostIP()
Gets the host IP address
|
String |
getHypervisorHostname()
Gets the hostname of the hypervisor node.
|
String |
getId() |
int |
getLeastDiskAvailable()
Gets the least disk available.
|
int |
getLocalDisk()
Gets the local disk.
|
int |
getLocalDiskUsed()
Gets the local disk used.
|
int |
getLocalMemory()
Gets the local memory.
|
int |
getLocalMemoryUsed()
Gets the local memory used.
|
int |
getRunningVM()
Gets the running vm.
|
Hypervisor.Service |
getService()
Gets the service.
|
String |
getType()
Gets the type of the hypervisor.
|
int |
getVersion()
Gets the version of the hypervisor
|
int |
getVirtualCPU()
Gets the virtual cpu.
|
int |
getVirtualUsedCPU()
Gets the virtual used cpu.
|
String getId()
int getCurrentWorkload()
int getLeastDiskAvailable()
int getFreeDisk()
int getFreeRam()
String getHypervisorHostname()
String getHostIP()
String getType()
int getVersion()
int getRunningVM()
int getVirtualCPU()
int getVirtualUsedCPU()
int getLocalDisk()
int getLocalDiskUsed()
int getLocalMemory()
int getLocalMemoryUsed()
Hypervisor.Service getService()
Hypervisor.CPUInfo getCPUInfo()
Copyright © 2017. All rights reserved.