Package org.jclouds.dynect.v3.features
Interface GeoRegionGroupApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeoRegionGroupget(String groupName)Retrieves information about the specified geo region groupcom.google.common.collect.FluentIterable<String>list()Lists all geo region group names.
-
-
-
Method Detail
-
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.JobStillRunningExceptionRetrieves 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
-
-