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.Builder
UrlMapOptions.Builder. defaultService(URI defaultService)
The URL of the BackendService resource if none of the hostRules match.UrlMapOptions.Builder
UrlMapOptions.Builder. description(String description)
An optional textual description of the UrlMap.UrlMapOptions.Builder
UrlMapOptions.Builder. fingerprint(String fingerprint)
Fingerprint of this resource.UrlMapOptions.Builder
UrlMapOptions.Builder. hostRules(List<UrlMap.HostRule> hostRules)
Rules for matching and directing incoming hosts.UrlMapOptions.Builder
UrlMapOptions.Builder. name(String name)
Name of the UrlMap resource.UrlMapOptions.Builder
UrlMapOptions.Builder. pathMatchers(List<UrlMap.PathMatcher> pathMatchers)
The list of named PathMatchers to use against the URL.UrlMapOptions.Builder
UrlMapOptions.Builder. tests(List<UrlMap.UrlMapTest> tests)
The list of expected URL mappings.
-