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