org.jclouds.cloudstack.features
Interface HypervisorClient


public interface HypervisorClient

Provides synchronous access to CloudStack Operating System features.

Author:
Adrian Cole
See Also:
GuestOSAsyncClient,

Method Summary
 Set<String> listHypervisors()
          Lists all supported hypervisors for this cloud.
 Set<String> listHypervisorsInZone(long zoneId)
          Lists all supported hypervisors for this zone.
 

Method Detail

listHypervisors

Set<String> listHypervisors()
Lists all supported hypervisors for this cloud.

Returns:
hypervisors, or empty set, if no hypervisors are found

listHypervisorsInZone

Set<String> listHypervisorsInZone(long zoneId)
Lists all supported hypervisors for this zone.

Parameters:
zoneId - the zone id for listing hypervisors.
Returns:
hypervisors in the zone, or empty set, if no hypervisors are found


Copyright © 2009-2012 jclouds. All Rights Reserved.