Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain | |
org.jclouds.googlecomputeengine.features |
Modifier and Type | Method and Description |
---|---|
static TargetPool |
TargetPool.create(String id,
URI selfLink,
Date creationTimestamp,
String name,
String description,
URI region,
List<URI> healthChecks,
List<URI> instances,
TargetPoolCreationOptions.SessionAffinityValue sessionAffinity,
Float failoverRatio,
URI backupPool) |
Modifier and Type | Method and Description |
---|---|
TargetPool |
TargetPoolApi.get(String targetPool)
Returns a target pool by name or null if not found.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<String,ListPage<TargetPool>> |
AggregatedListApi.TargetPoolPages.fetchNextPage(ListOptions options) |
protected com.google.common.base.Function<String,ListPage<TargetPool>> |
TargetPoolApi.TargetPoolPages.fetchNextPage(String regionName,
ListOptions options) |
Iterator<ListPage<TargetPool>> |
TargetPoolApi.list() |
Iterator<ListPage<TargetPool>> |
TargetPoolApi.list(ListOptions options) |
ListPage<TargetPool> |
TargetPoolApi.listPage(String pageToken,
ListOptions listOptions)
Retrieves the list of target pool resources available to the specified project.
|
ListPage<TargetPool> |
AggregatedListApi.pageOfTargetPools(String pageToken,
ListOptions listOptions)
Retrieves the list of TargetPool resources available to the
specified project.
|
Iterator<ListPage<TargetPool>> |
AggregatedListApi.targetPools() |
Iterator<ListPage<TargetPool>> |
AggregatedListApi.targetPools(ListOptions options) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.