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 FirewallApi.getEgressFirewallRule(String id)
           
 FirewallRule FirewallApi.getFirewallRule(String id)
           
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type FirewallRule
 Set<FirewallRule> FirewallApi.listEgressFirewallRules(ListEgressFirewallRulesOptions... options)
           
 Set<FirewallRule> FirewallApi.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(CloudStackApi client, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult, com.google.common.cache.LoadingCache<String,Set<FirewallRule>> getFirewallRulesByVirtualMachine)
           
 



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