Uses of Class
org.jclouds.googlecomputeengine.domain.Region
-
Packages that use Region Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features -
-
Uses of Region in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Region Modifier and Type Method Description static Region
Region. create(String id, Date creationTimestamp, URI selfLink, String name, String description, Region.Status status, List<URI> zones, List<Quota> quotas)
-
Uses of Region in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return Region Modifier and Type Method Description Region
RegionApi. get(String region)
Returns a region by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type Region Modifier and Type Method Description protected com.google.common.base.Function<String,ListPage<Region>>
RegionApi.RegionPages. fetchNextPage(ListOptions options)
Iterator<ListPage<Region>>
RegionApi. list()
Iterator<ListPage<Region>>
RegionApi. list(ListOptions options)
ListPage<Region>
RegionApi. listPage(String pageToken, ListOptions listOptions)
Retrieves the list of region resources available to the specified project.
-