public class HypervisorServiceImpl extends BaseComputeServices implements HypervisorService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
HypervisorServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Hypervisor |
get(String hypervisorId)
Description:Get the specified Hypervisor by ID
|
List<? extends Hypervisor> |
list()
The Hypervisors for this OpenStack deployment.
|
HypervisorStatistics |
statistics()
The Hypervisor Statistics for this OpenStack Deployment
|
invokeAction, invokeActionWithResponsedelete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends Hypervisor> list()
NOTE: This is an extension and not all deployments support os-hypervisors
list in interface HypervisorServicepublic HypervisorStatistics statistics()
NOTE: This is an extension and not all deployments support os-hypervisors
statistics in interface HypervisorServicepublic Hypervisor get(String hypervisorId)
Description:Get the specified Hypervisor by ID
Author:Wang Ting/王婷
get in interface HypervisorServicehypervisorId - the UUID of the hypervisorCopyright © 2020. All rights reserved.