org.jclouds.dynect.v3.features
Interface GeoRegionGroupApi


public interface GeoRegionGroupApi

See Also:

Method Summary
 GeoRegionGroup get(String groupName)
          Retrieves information about the specified geo region group
 com.google.common.collect.FluentIterable<String> list()
          Lists all geo region group names.
 

Method Detail

list

@Named(value="ListGeoRegionGroupNames")
com.google.common.collect.FluentIterable<String> list()
                                                      throws DynECTExceptions.JobStillRunningException
Lists all geo region group names.

Throws:
DynECTExceptions.JobStillRunningException - if a different job in the session is still running

get

@Named(value="GetGeoRegionGroup")
@Nullable
GeoRegionGroup get(String groupName)
                   throws DynECTExceptions.JobStillRunningException
Retrieves information about the specified geo region group

Parameters:
groupName - name of the group to get information about. ex api-prod
Returns:
null if not found
Throws:
DynECTExceptions.JobStillRunningException - if a different job in the session is still running


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.