Uses of Class
org.jclouds.googlecomputeengine.domain.Firewall

Packages that use Firewall
org.jclouds.googlecomputeengine.compute.functions   
org.jclouds.googlecomputeengine.domain   
org.jclouds.googlecomputeengine.features   
org.jclouds.googlecomputeengine.functions.internal   
org.jclouds.googlecomputeengine.predicates   
 

Uses of Firewall in org.jclouds.googlecomputeengine.compute.functions
 

Methods in org.jclouds.googlecomputeengine.compute.functions with parameters of type Firewall
 Iterable<org.jclouds.net.domain.IpPermission> FirewallToIpPermission.apply(Firewall fw)
           
 

Constructor parameters in org.jclouds.googlecomputeengine.compute.functions with type arguments of type Firewall
NetworkToSecurityGroup(com.google.common.base.Function<Firewall,Iterable<org.jclouds.net.domain.IpPermission>> firewallToPerms, GoogleComputeEngineApi api, com.google.common.base.Supplier<String> project)
           
 

Uses of Firewall in org.jclouds.googlecomputeengine.domain
 

Methods in org.jclouds.googlecomputeengine.domain that return Firewall
 Firewall Firewall.Builder.build()
           
 

Methods in org.jclouds.googlecomputeengine.domain with parameters of type Firewall
 Firewall.Builder Firewall.Builder.fromFirewall(Firewall in)
           
 

Uses of Firewall in org.jclouds.googlecomputeengine.features
 

Methods in org.jclouds.googlecomputeengine.features that return Firewall
 Firewall FirewallApi.get(String firewallName)
          Returns the specified image resource.
 

Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type Firewall
 org.jclouds.collect.PagedIterable<Firewall> FirewallApi.list()
           
 org.jclouds.collect.PagedIterable<Firewall> FirewallApi.list(ListOptions options)
          A paged version of FirewallApi#list()
 ListPage<Firewall> FirewallApi.listAtMarker(String marker)
           
 ListPage<Firewall> FirewallApi.listAtMarker(String marker, ListOptions options)
          Retrieves the list of firewall resources available to the specified project.
 ListPage<Firewall> FirewallApi.listFirstPage()
           
 

Uses of Firewall in org.jclouds.googlecomputeengine.functions.internal
 

Methods in org.jclouds.googlecomputeengine.functions.internal that return types with arguments of type Firewall
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Firewall>> ParseFirewalls.ToPagedIterable.fetchNextPage(String projectName, ListOptions options)
           
 

Uses of Firewall in org.jclouds.googlecomputeengine.predicates
 

Methods in org.jclouds.googlecomputeengine.predicates that return types with arguments of type Firewall
static com.google.common.base.Predicate<Firewall> NetworkFirewallPredicates.equalsIpPermission(org.jclouds.net.domain.IpPermission permission)
           
static com.google.common.base.Predicate<Firewall> NetworkFirewallPredicates.hasPortRange(com.google.common.collect.Range<Integer> portRange)
           
static com.google.common.base.Predicate<Firewall> NetworkFirewallPredicates.hasProtocol(org.jclouds.net.domain.IpProtocol protocol)
           
static com.google.common.base.Predicate<Firewall> NetworkFirewallPredicates.hasSourceRange(String sourceRange)
           
static com.google.common.base.Predicate<Firewall> NetworkFirewallPredicates.hasSourceTag(String sourceTag)
           
static com.google.common.base.Predicate<Firewall> NetworkFirewallPredicates.providesIpPermission(org.jclouds.net.domain.IpPermission permission)
           
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.