Class HypervisorServiceImpl

    • Constructor Detail

      • HypervisorServiceImpl

        public HypervisorServiceImpl()
    • Method Detail

      • list

        public List<? extends Hypervisor> list()
        The Hypervisors for this OpenStack deployment.

        NOTE: This is an extension and not all deployments support os-hypervisors

        Specified by:
        list in interface HypervisorService
        Returns:
        the available hypervisors in detail
      • statistics

        public HypervisorStatistics statistics()
        The Hypervisor Statistics for this OpenStack Deployment

        NOTE: This is an extension and not all deployments support os-hypervisors

        Specified by:
        statistics in interface HypervisorService
        Returns:
        the hypervisor statistics
      • get

        public Hypervisor get​(String hypervisorId)

        Description:Get the specified Hypervisor by ID

        Author:Wang Ting/王婷

        Specified by:
        get in interface HypervisorService
        Parameters:
        hypervisorId - the UUID of the hypervisor
        Returns:
        the hypervisor