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

Packages that use IngressRule
org.jclouds.cloudstack.domain   
 

Uses of IngressRule in org.jclouds.cloudstack.domain
 

Fields in org.jclouds.cloudstack.domain with type parameters of type IngressRule
protected  Set<IngressRule> SecurityGroup.Builder.ingressRules
           
 

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 o)
           
 T IngressRule.Builder.fromIngressRule(IngressRule in)
           
 

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

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



Copyright © 2009-2013 jclouds. All Rights Reserved.