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

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

Uses of FirewallRule in org.jclouds.cloudstack.config
 

Methods in org.jclouds.cloudstack.config that return FirewallRule
 FirewallRule CloudStackParserModule.FirewallRuleAdapter.apply(org.jclouds.cloudstack.config.CloudStackParserModule.FirewallRuleAdapter.FirewallRuleInternal in)
           
 FirewallRule CloudStackParserModule.FirewallRuleAdapter.deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)
           
 

Methods in org.jclouds.cloudstack.config with parameters of type FirewallRule
 com.google.gson.JsonElement CloudStackParserModule.FirewallRuleAdapter.serialize(FirewallRule src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
           
 

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 arg0)
           
 

Uses of FirewallRule in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return FirewallRule
 FirewallRule FirewallClient.getFirewallRule(long 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(long id)
           
 Set<FirewallRule> FirewallClient.listFirewallRules(ListFirewallRulesOptions... options)
          List the firewall rules
 com.google.common.util.concurrent.ListenableFuture<Set<FirewallRule>> FirewallAsyncClient.listFirewallRules(ListFirewallRulesOptions... options)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.