public interface HypervisorApi
Provides synchronous access to cloudstack via their REST API.
- See Also:
-
-
Method Summary
-
Method Details
-
listHypervisors
@Named("listHypervisors")
@GET
Set<String> listHypervisors()
- See Also:
-
-
listHypervisorsInZone
@Named("listHypervisors")
@GET
Set<String> listHypervisorsInZone(@QueryParam("zoneid")
String zoneId)
- See Also:
-