Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain | |
org.jclouds.googlecomputeengine.options |
Modifier and Type | Method and Description |
---|---|
static UrlMap.PathMatcher |
UrlMap.PathMatcher.create(String name,
String description,
URI defaultService,
List<UrlMap.PathMatcher.PathRule> pathRules) |
Modifier and Type | Method and Description |
---|---|
abstract List<UrlMap.PathMatcher> |
UrlMap.pathMatchers() |
Modifier and Type | Method and Description |
---|---|
static 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) |
Modifier and Type | Method and Description |
---|---|
abstract List<UrlMap.PathMatcher> |
UrlMapOptions.pathMatchers() |
Modifier and Type | Method and Description |
---|---|
UrlMapOptions.Builder |
UrlMapOptions.Builder.pathMatchers(List<UrlMap.PathMatcher> pathMatchers)
The list of named PathMatchers to use against the URL.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.