| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.domain | |
| org.jclouds.googlecomputeengine.features |
| 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 |
|---|---|
UrlMap |
UrlMapApi.get(String urlMapName)
Returns the specified urlMap resource by name or null if not found.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<String,ListPage<UrlMap>> |
UrlMapApi.UrlMapPages.fetchNextPage(ListOptions options) |
Iterator<ListPage<UrlMap>> |
UrlMapApi.list() |
Iterator<ListPage<UrlMap>> |
UrlMapApi.list(ListOptions options) |
ListPage<UrlMap> |
UrlMapApi.listPage(String pageToken,
ListOptions listOptions)
Retrieves the list of urlMap resources available to the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
UrlMapValidateResult |
UrlMapApi.validate(String urlMapName,
UrlMap urlMap)
Runs the tests specified for the give urlMap resource.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.