Uses of Class
org.jclouds.cloudstack.domain.FirewallRule
Packages that use FirewallRule
Package
Description
-
Uses of FirewallRule in org.jclouds.cloudstack.compute.config
Methods in org.jclouds.cloudstack.compute.config that return types with arguments of type FirewallRuleModifier and TypeMethodDescriptionprotected final 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 FirewallRuleModifier and TypeMethodDescriptionprotected final 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 FirewallRuleMethods in org.jclouds.cloudstack.domain with parameters of type FirewallRuleModifier and TypeMethodDescriptionint
FirewallRule.compareTo
(FirewallRule other) FirewallRule.Builder.fromFirewallRule
(FirewallRule in) -
Uses of FirewallRule in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return FirewallRuleModifier and TypeMethodDescriptionFirewallApi.getEgressFirewallRule
(String id) FirewallApi.getFirewallRule
(String id) Methods in org.jclouds.cloudstack.features that return types with arguments of type FirewallRuleModifier and TypeMethodDescriptionFirewallApi.listEgressFirewallRules
(ListEgressFirewallRulesOptions... options) 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 FirewallRuleModifier and TypeMethodDescriptionCreateFirewallRulesForIP.apply
(PublicIPAddress ip, Iterable<Integer> ports) CreateFirewallRulesForIP.apply
(PublicIPAddress ip, String protocol, Iterable<Integer> ports) Constructor parameters in org.jclouds.cloudstack.functions with type arguments of type FirewallRuleModifierConstructorDescriptionCreateFirewallRulesForIP
(CloudStackApi client, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult, com.google.common.cache.LoadingCache<String, Set<FirewallRule>> getFirewallRulesByVirtualMachine)