Uses of Class
org.jclouds.googlecomputeengine.domain.UrlMap.HostRule
Packages that use UrlMap.HostRule
-
Uses of UrlMap.HostRule in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return UrlMap.HostRuleMethods in org.jclouds.googlecomputeengine.domain that return types with arguments of type UrlMap.HostRuleMethod parameters in org.jclouds.googlecomputeengine.domain with type arguments of type UrlMap.HostRuleModifier and TypeMethodDescriptionstatic UrlMap
UrlMap.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.HostRuleMethod parameters in org.jclouds.googlecomputeengine.options with type arguments of type UrlMap.HostRuleModifier and TypeMethodDescriptionUrlMapOptions.Builder.hostRules
(List<UrlMap.HostRule> hostRules) Rules for matching and directing incoming hosts.