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") Set<Zone> listZones(ListZonesOptions... options)
options - if present, how to constrain the list.Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.