Uses of Class
org.jclouds.googlecomputeengine.domain.UrlMap
- 
Packages that use UrlMap Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features  - 
- 
Uses of UrlMap in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return UrlMap Modifier and Type Method Description static UrlMapUrlMap. create(String id, Date creationTimestamp, URI selfLink, String name, String description, List<UrlMap.HostRule> hostRules, List<UrlMap.PathMatcher> pathMatchers, List<UrlMap.UrlMapTest> urlMapTests, URI defaultService, String fingerprint) - 
Uses of UrlMap in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return UrlMap Modifier and Type Method Description UrlMapUrlMapApi. get(String urlMapName)Returns the specified urlMap resource by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type UrlMap Modifier and Type Method Description protected com.google.common.base.Function<String,ListPage<UrlMap>>UrlMapApi.UrlMapPages. fetchNextPage(ListOptions options)Iterator<ListPage<UrlMap>>UrlMapApi. list()Iterator<ListPage<UrlMap>>UrlMapApi. list(ListOptions options)ListPage<UrlMap>UrlMapApi. listPage(String pageToken, ListOptions listOptions)Retrieves the list of urlMap resources available to the specified project.Methods in org.jclouds.googlecomputeengine.features with parameters of type UrlMap Modifier and Type Method Description UrlMapValidateResultUrlMapApi. validate(String urlMapName, UrlMap urlMap)Runs the tests specified for the give urlMap resource. 
 -