Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain | |
org.jclouds.googlecomputeengine.options |
Modifier and Type | Method and Description |
---|---|
static UrlMap.HostRule |
UrlMap.HostRule.create(String description,
List<String> hosts,
String pathMatcher) |
Modifier and Type | Method and Description |
---|---|
abstract List<UrlMap.HostRule> |
UrlMap.hostRules() |
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.HostRule> |
UrlMapOptions.hostRules() |
Modifier and Type | Method and Description |
---|---|
UrlMapOptions.Builder |
UrlMapOptions.Builder.hostRules(List<UrlMap.HostRule> hostRules)
Rules for matching and directing incoming hosts.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.