Uses of Class
org.jclouds.googlecomputeengine.domain.UrlMap.HostRule
- 
Packages that use UrlMap.HostRule Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.options  - 
- 
Uses of UrlMap.HostRule in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return UrlMap.HostRule Modifier and Type Method Description static UrlMap.HostRuleUrlMap.HostRule. create(String description, List<String> hosts, String pathMatcher)Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type UrlMap.HostRule Modifier and Type Method Description abstract List<UrlMap.HostRule>UrlMap. hostRules()Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type UrlMap.HostRule 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.HostRule in org.jclouds.googlecomputeengine.options
Methods in org.jclouds.googlecomputeengine.options that return types with arguments of type UrlMap.HostRule Modifier and Type Method Description abstract List<UrlMap.HostRule>UrlMapOptions. hostRules()Method parameters in org.jclouds.googlecomputeengine.options with type arguments of type UrlMap.HostRule Modifier and Type Method Description UrlMapOptions.BuilderUrlMapOptions.Builder. hostRules(List<UrlMap.HostRule> hostRules)Rules for matching and directing incoming hosts. 
 -