Uses of Interface
org.openstack4j.model.compute.ext.Hypervisor
-
Packages that use Hypervisor Package Description org.openstack4j.api.compute.ext org.openstack4j.openstack.compute.domain.ext org.openstack4j.openstack.compute.internal.ext -
-
Uses of Hypervisor in org.openstack4j.api.compute.ext
Methods in org.openstack4j.api.compute.ext that return Hypervisor Modifier and Type Method Description HypervisorHypervisorService. get(String hypervisorId)Get the specified Hypervisor by ID Author:Wang TingMethods in org.openstack4j.api.compute.ext that return types with arguments of type Hypervisor Modifier and Type Method Description List<? extends Hypervisor>HypervisorService. list()The Hypervisors for this OpenStack deployment. -
Uses of Hypervisor in org.openstack4j.openstack.compute.domain.ext
Classes in org.openstack4j.openstack.compute.domain.ext that implement Hypervisor Modifier and Type Class Description classExtHypervisor -
Uses of Hypervisor in org.openstack4j.openstack.compute.internal.ext
Methods in org.openstack4j.openstack.compute.internal.ext that return Hypervisor Modifier and Type Method Description HypervisorHypervisorServiceImpl. get(String hypervisorId)Description:Get the specified Hypervisor by IDMethods in org.openstack4j.openstack.compute.internal.ext that return types with arguments of type Hypervisor Modifier and Type Method Description List<? extends Hypervisor>HypervisorServiceImpl. list()The Hypervisors for this OpenStack deployment.
-