org.jclouds.cloudstack.features
Interface HypervisorApi


public interface HypervisorApi

Provides synchronous access to cloudstack via their REST API.

See Also:

Method Summary
 Set<String> listHypervisors()
           
 Set<String> listHypervisorsInZone(String zoneId)
           
 

Method Detail

listHypervisors

@Named(value="listHypervisors")
Set<String> listHypervisors()
See Also:
listHypervisors()

listHypervisorsInZone

@Named(value="listHypervisors")
Set<String> listHypervisorsInZone(String zoneId)
See Also:
listHypervisorsInZone(java.lang.String)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.