public interface GslbApi
| Modifier and Type | Method and Description |
|---|---|
GslbService |
get(String fqdn)
Retrieves information about the specified GSLB.
|
com.google.common.collect.FluentIterable<String> |
list()
Lists all GSLB names.
|
@Named(value="ListGslbNames") com.google.common.collect.FluentIterable<String> list() throws DynTrafficExceptions.JobStillRunningException
DynTrafficExceptions.JobStillRunningException - if a different job in the session is still running@Named(value="GetGslbService") @Nullable GslbService get(String fqdn) throws DynTrafficExceptions.JobStillRunningException
serviceName - name of the service to get information about. ex
api-prodDynTrafficExceptions.JobStillRunningException - if a different job in the session is still runningCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.