Package org.jclouds.dynect.v3.features
Interface GeoRegionGroupApi
@Path("/GeoRegionGroup/{serviceName}")
public interface GeoRegionGroupApi
- See Also:
-
Method Details
-
list
@Named("ListGeoRegionGroupNames") @GET com.google.common.collect.FluentIterable<String> list() throws DynECTExceptions.JobStillRunningExceptionLists all geo region group names.- Throws:
DynECTExceptions.JobStillRunningException
- if a different job in the session is still running
-
get
@Named("GetGeoRegionGroup") @GET @Path("/{groupName}") @Nullable GeoRegionGroup get(@PathParam("groupName") String groupName) throws DynECTExceptions.JobStillRunningException Retrieves information about the specified geo region group- Parameters:
groupName
- name of the group to get information about. exapi-prod
- Returns:
- null if not found
- Throws:
DynECTExceptions.JobStillRunningException
- if a different job in the session is still running
-