Uses of Class
org.jclouds.googlecomputeengine.domain.TargetHttpProxy
-
Packages that use TargetHttpProxy Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features -
-
Uses of TargetHttpProxy in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return TargetHttpProxy Modifier and Type Method Description static TargetHttpProxy
TargetHttpProxy. create(String id, Date creationTimestamp, URI selfLink, String name, String description, URI urlMap)
-
Uses of TargetHttpProxy in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return TargetHttpProxy Modifier and Type Method Description TargetHttpProxy
TargetHttpProxyApi. get(String targetHttpProxyName)
Returns the specified target http proxy resource.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type TargetHttpProxy Modifier and Type Method Description protected com.google.common.base.Function<String,ListPage<TargetHttpProxy>>
TargetHttpProxyApi.TargetHttpProxyPages. fetchNextPage(ListOptions options)
Iterator<ListPage<TargetHttpProxy>>
TargetHttpProxyApi. list()
Iterator<ListPage<TargetHttpProxy>>
TargetHttpProxyApi. list(ListOptions listOptions)
ListPage<TargetHttpProxy>
TargetHttpProxyApi. listPage(String pageToken, ListOptions listOptions)
Retrieves the list of targetHttpProxy resources available to the specified project.
-