Uses of Class
org.jclouds.googlecomputeengine.domain.TargetPool
Packages that use TargetPool
-
Uses of TargetPool in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return TargetPoolModifier and TypeMethodDescriptionstatic 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 TargetPoolModifier and TypeMethodDescriptionReturns a target pool by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type TargetPoolModifier and TypeMethodDescriptionprotected 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) TargetPoolApi.list()
TargetPoolApi.list
(ListOptions options) TargetPoolApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of target pool resources available to the specified project.AggregatedListApi.pageOfTargetPools
(String pageToken, ListOptions listOptions) Retrieves the list of TargetPool resources available to the specified project.AggregatedListApi.targetPools()
AggregatedListApi.targetPools
(ListOptions options)