|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ZoneApi
Provides synchronous access to cloudstack via their REST API.
| Method Summary | |
|---|---|
Zone |
getZone(String id)
get a specific zone by id |
Set<Zone> |
listZones(ListZonesOptions... options)
Lists zones |
| Method Detail |
|---|
@Named(value="listZones") Set<Zone> listZones(ListZonesOptions... options)
options - if present, how to constrain the list.
@Named(value="listZones") Zone getZone(String id)
id - zone to get
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||