public interface ZoneApi
| Modifier and Type | Method and Description |
|---|---|
Zone |
getZone(String id)
get a specific zone by id
|
Set<Zone> |
listZones(ListZonesOptions... options)
Lists zones
|
@Named(value="listZones") @GET @Consumes(value="application/json") Set<Zone> listZones(ListZonesOptions... options)
options - if present, how to constrain the list.Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.