public class HypervisorServiceImpl extends BaseComputeServices implements HypervisorService
| Constructor and Description |
|---|
HypervisorServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Hypervisor> |
list()
The Hypervisors for this OpenStack deployment.
|
HypervisorStatistics |
statistics()
The Hypervisor Statistics for this OpenStack Deployment
NOTE: This is an extension and not all deployments support os-hypervisors
|
public List<? extends Hypervisor> list()
list in interface HypervisorServicepublic HypervisorStatistics statistics()
statistics in interface HypervisorService