org.jclouds.cloudstack.features
Interface ZoneClient

All Known Subinterfaces:
GlobalZoneClient

public interface ZoneClient

Provides synchronous access to CloudStack zone features.

Author:
Adrian Cole
See Also:
ZoneAsyncClient,

Method Summary
 Zone getZone(long id)
          get a specific zone by id
 Set<Zone> listZones(ListZonesOptions... options)
          Lists zones
 

Method Detail

listZones

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

getZone

Zone getZone(long id)
get a specific zone by id

Parameters:
id - zone to get
Returns:
zone or null if not found


Copyright © 2009-2012 jclouds. All Rights Reserved.