public interface HypervisorService extends RestService
| Modifier and Type | Method and Description |
|---|---|
Hypervisor |
get(String hypervisorId)
Get the specified Hypervisor by ID
Author:Wang Ting
|
List<? extends Hypervisor> |
list()
The Hypervisors for this OpenStack deployment.
|
HypervisorStatistics |
statistics()
The Hypervisor Statistics for this OpenStack Deployment
|
List<? extends Hypervisor> list()
NOTE: This is an extension and not all deployments support os-hypervisors
HypervisorStatistics statistics()
NOTE: This is an extension and not all deployments support os-hypervisors
Hypervisor get(String hypervisorId)
hypervisorId - the hypervisor identifierCopyright © 2020. All rights reserved.