Package org.jclouds.cloudstack.features
Interface HypervisorApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
listHypervisors()
Set<String>
listHypervisorsInZone(String zoneId)
-
-
-
Method Detail
-
listHypervisors
@Named("listHypervisors") @GET Set<String> listHypervisors()
- See Also:
listHypervisors()
-
listHypervisorsInZone
@Named("listHypervisors") @GET Set<String> listHypervisorsInZone(@QueryParam("zoneid") String zoneId)
- See Also:
listHypervisorsInZone(java.lang.String)
-
-