Uses of Interface
org.openstack4j.api.compute.ext.HypervisorService
-
Packages that use HypervisorService Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.internal org.openstack4j.openstack.compute.internal.ext -
-
Uses of HypervisorService in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return HypervisorService Modifier and Type Method Description HypervisorServiceComputeService. hypervisors()Hypervisor Service Extension API -
Uses of HypervisorService in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return HypervisorService Modifier and Type Method Description HypervisorServiceComputeServiceImpl. hypervisors()Hypervisor Service Extension API -
Uses of HypervisorService in org.openstack4j.openstack.compute.internal.ext
Classes in org.openstack4j.openstack.compute.internal.ext that implement HypervisorService Modifier and Type Class Description classHypervisorServiceImplImplementation for the OSHypervisors.
-