Uses of Class
org.jclouds.cloudstack.domain.FirewallRule
-
Packages that use FirewallRule Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description FirewallRule
FirewallRule.Builder. build()
Methods in org.jclouds.cloudstack.domain with parameters of type FirewallRule Modifier and Type Method Description 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 Modifier and Type Method Description FirewallRule
FirewallApi. getEgressFirewallRule(String id)
FirewallRule
FirewallApi. getFirewallRule(String id)
Methods in org.jclouds.cloudstack.features that return types with arguments of type FirewallRule Modifier and Type Method Description 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 Modifier and Type Method Description 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 Constructor Description CreateFirewallRulesForIP(CloudStackApi client, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult, com.google.common.cache.LoadingCache<String,Set<FirewallRule>> getFirewallRulesByVirtualMachine)
-