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

Packages that use IngressRule
org.jclouds.cloudstack.domain   
 

Uses of IngressRule in org.jclouds.cloudstack.domain
 

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

Methods in org.jclouds.cloudstack.domain that return types with arguments of type IngressRule
 Set<IngressRule> SecurityGroup.getIngressRules()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type IngressRule
 int IngressRule.compareTo(IngressRule arg0)
           
 

Method parameters in org.jclouds.cloudstack.domain with type arguments of type IngressRule
 SecurityGroup.Builder SecurityGroup.Builder.ingressRules(Set<IngressRule> ingressRules)
           
 

Constructor parameters in org.jclouds.cloudstack.domain with type arguments of type IngressRule
SecurityGroup(long id, String account, String name, String description, String domain, long domainId, Long jobId, Integer jobStatus, Set<IngressRule> ingressRules)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.