Uses of Class
org.jclouds.cloudstack.domain.FirewallRule

Packages that use FirewallRule
org.jclouds.cloudstack.compute.config   
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.functions   
 

Uses of FirewallRule in org.jclouds.cloudstack.compute.config
 

Methods in org.jclouds.cloudstack.compute.config that return types with arguments of type FirewallRule
protected  com.google.common.cache.LoadingCache<String,Set<FirewallRule>> CloudStackComputeServiceContextModule.getFirewallRulesByVirtualMachine(com.google.common.cache.CacheLoader<String,Set<FirewallRule>> getFirewallRules)
           
 

Method parameters in org.jclouds.cloudstack.compute.config with type arguments of type FirewallRule
protected  com.google.common.cache.LoadingCache<String,Set<FirewallRule>> CloudStackComputeServiceContextModule.getFirewallRulesByVirtualMachine(com.google.common.cache.CacheLoader<String,Set<FirewallRule>> getFirewallRules)
           
 

Uses of FirewallRule in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return FirewallRule
 FirewallRule FirewallRule.Builder.build()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type FirewallRule
 int FirewallRule.compareTo(FirewallRule other)
           
 T FirewallRule.Builder.fromFirewallRule(FirewallRule in)
           
 

Uses of FirewallRule in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return FirewallRule
 FirewallRule FirewallClient.getFirewallRule(String id)
          Get a firewall rule by ID
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type FirewallRule
 com.google.common.util.concurrent.ListenableFuture<FirewallRule> FirewallAsyncClient.getFirewallRule(String id)
           
 Set<FirewallRule> FirewallClient.listFirewallRules(ListFirewallRulesOptions... options)
          List the firewall rules
 com.google.common.util.concurrent.ListenableFuture<Set<FirewallRule>> FirewallAsyncClient.listFirewallRules(ListFirewallRulesOptions... options)
           
 

Uses of FirewallRule in org.jclouds.cloudstack.functions
 

Methods in org.jclouds.cloudstack.functions that return types with arguments of type FirewallRule
 Set<FirewallRule> CreateFirewallRulesForIP.apply(PublicIPAddress ip, Iterable<Integer> ports)
           
 Set<FirewallRule> CreateFirewallRulesForIP.apply(PublicIPAddress ip, String protocol, Iterable<Integer> ports)
           
 Set<FirewallRule> GetFirewallRulesByVirtualMachine.load(String input)
           
 

Constructor parameters in org.jclouds.cloudstack.functions with type arguments of type FirewallRule
CreateFirewallRulesForIP(CloudStackClient client, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult, com.google.common.cache.LoadingCache<String,Set<FirewallRule>> getFirewallRulesByVirtualMachine)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.