Uses of Class
org.jclouds.googlecomputeengine.options.UrlMapOptions.Builder
- 
Packages that use UrlMapOptions.Builder Package Description org.jclouds.googlecomputeengine.options  - 
- 
Uses of UrlMapOptions.Builder in org.jclouds.googlecomputeengine.options
Methods in org.jclouds.googlecomputeengine.options that return UrlMapOptions.Builder Modifier and Type Method Description UrlMapOptions.BuilderUrlMapOptions.Builder. defaultService(URI defaultService)The URL of the BackendService resource if none of the hostRules match.UrlMapOptions.BuilderUrlMapOptions.Builder. description(String description)An optional textual description of the UrlMap.UrlMapOptions.BuilderUrlMapOptions.Builder. fingerprint(String fingerprint)Fingerprint of this resource.UrlMapOptions.BuilderUrlMapOptions.Builder. hostRules(List<UrlMap.HostRule> hostRules)Rules for matching and directing incoming hosts.UrlMapOptions.BuilderUrlMapOptions.Builder. name(String name)Name of the UrlMap resource.UrlMapOptions.BuilderUrlMapOptions.Builder. pathMatchers(List<UrlMap.PathMatcher> pathMatchers)The list of named PathMatchers to use against the URL.UrlMapOptions.BuilderUrlMapOptions.Builder. tests(List<UrlMap.UrlMapTest> tests)The list of expected URL mappings. 
 -