| Modifier and Type | Method and Description | 
|---|---|
GeoService | 
get(String serviceName)
Retrieves information about the specified geo service. 
 | 
com.google.common.collect.FluentIterable<String> | 
list()
Lists all geo service names. 
 | 
@Named(value="ListGeoServiceNames") com.google.common.collect.FluentIterable<String> list() throws DynECTExceptions.JobStillRunningException
DynECTExceptions.JobStillRunningException - if a different job in the session is still running@Named(value="GetGeoService") @Nullable GeoService get(String serviceName) throws DynECTExceptions.JobStillRunningException
serviceName - name of the service to get information about. ex
           api-prodDynECTExceptions.JobStillRunningException - if a different job in the session is still runningCopyright © 2009-2013 jclouds. All Rights Reserved.