Uses of Class
org.jclouds.googlecomputeengine.domain.TargetInstance
-
Packages that use TargetInstance Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features -
-
Uses of TargetInstance in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return TargetInstance Modifier and Type Method Description static TargetInstance
TargetInstance. create(String id, String creationTimestamp, String name, String description, URI zone, String natPolicy, URI instance, URI selfLink)
-
Uses of TargetInstance in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return TargetInstance Modifier and Type Method Description TargetInstance
TargetInstanceApi. get(String targetInstance)
Returns a targetInstance by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type TargetInstance Modifier and Type Method Description protected com.google.common.base.Function<String,ListPage<TargetInstance>>
AggregatedListApi.TargetInstancePages. fetchNextPage(ListOptions options)
protected com.google.common.base.Function<String,ListPage<TargetInstance>>
TargetInstanceApi.TargetInstancePages. fetchNextPage(String zoneName, ListOptions options)
Iterator<ListPage<TargetInstance>>
TargetInstanceApi. list()
Iterator<ListPage<TargetInstance>>
TargetInstanceApi. list(ListOptions options)
ListPage<TargetInstance>
TargetInstanceApi. listPage(String pageToken, ListOptions listOptions)
Retrieves the list of targetInstance resources available to the specified project.ListPage<TargetInstance>
AggregatedListApi. pageOfTargetInstances(String pageToken, ListOptions listOptions)
Retrieves the list of TargetInstance resources available to the specified project.Iterator<ListPage<TargetInstance>>
AggregatedListApi. targetInstances()
Iterator<ListPage<TargetInstance>>
AggregatedListApi. targetInstances(ListOptions options)
-