Uses of Interface
org.openstack4j.model.compute.ext.HypervisorStatistics
-
Packages that use HypervisorStatistics Package Description org.openstack4j.api.compute.ext org.openstack4j.openstack.compute.domain.ext org.openstack4j.openstack.compute.internal.ext -
-
Uses of HypervisorStatistics in org.openstack4j.api.compute.ext
Methods in org.openstack4j.api.compute.ext that return HypervisorStatistics Modifier and Type Method Description HypervisorStatisticsHypervisorService. statistics()The Hypervisor Statistics for this OpenStack Deployment -
Uses of HypervisorStatistics in org.openstack4j.openstack.compute.domain.ext
Classes in org.openstack4j.openstack.compute.domain.ext that implement HypervisorStatistics Modifier and Type Class Description classExtHypervisorStatistics -
Uses of HypervisorStatistics in org.openstack4j.openstack.compute.internal.ext
Methods in org.openstack4j.openstack.compute.internal.ext that return HypervisorStatistics Modifier and Type Method Description HypervisorStatisticsHypervisorServiceImpl. statistics()The Hypervisor Statistics for this OpenStack Deployment
-