Uses of Class
org.jclouds.googlecomputeengine.domain.TargetPool
-
Packages that use TargetPool Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features -
-
Uses of TargetPool in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return TargetPool Modifier and Type Method 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)
-
Uses of TargetPool in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return TargetPool Modifier and Type Method Description TargetPool
TargetPoolApi. get(String targetPool)
Returns a target pool by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type TargetPool Modifier and Type Method 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)
-