Package org.jclouds.cloudstack.features
Interface ZoneApi
-
- All Known Subinterfaces:
GlobalZoneApi
public interface ZoneApi
Provides synchronous access to cloudstack via their REST API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Zone
getZone(String id)
get a specific zone by idSet<Zone>
listZones(ListZonesOptions... options)
Lists zones
-
-
-
Method Detail
-
listZones
@Named("listZones") @GET @Consumes("application/json") Set<Zone> listZones(ListZonesOptions... options)
Lists zones- Parameters:
options
- if present, how to constrain the list.- Returns:
- zones matching query, or empty set, if no zones are found
-
-