Uses of Class
org.jclouds.openstack.nova.v2_0.domain.SecurityGroupRule

Packages that use SecurityGroupRule
org.jclouds.openstack.nova.v2_0.compute.functions   
org.jclouds.openstack.nova.v2_0.domain   
org.jclouds.openstack.nova.v2_0.extensions   
org.jclouds.openstack.nova.v2_0.predicates   
 

Uses of SecurityGroupRule in org.jclouds.openstack.nova.v2_0.compute.functions
 

Fields in org.jclouds.openstack.nova.v2_0.compute.functions with type parameters of type SecurityGroupRule
protected  com.google.common.base.Function<SecurityGroupRule,org.jclouds.net.domain.IpPermission> NovaSecurityGroupToSecurityGroup.ruleToPermission
           
 

Methods in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type SecurityGroupRule
 org.jclouds.net.domain.IpPermission SecurityGroupRuleToIpPermission.apply(SecurityGroupRule rule)
           
 

Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type SecurityGroupRule
NovaSecurityGroupToSecurityGroup(com.google.common.base.Function<SecurityGroupRule,org.jclouds.net.domain.IpPermission> ruleToPermission)
           
 

Uses of SecurityGroupRule in org.jclouds.openstack.nova.v2_0.domain
 

Fields in org.jclouds.openstack.nova.v2_0.domain with type parameters of type SecurityGroupRule
protected  Set<SecurityGroupRule> SecurityGroup.Builder.rules
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain that return SecurityGroupRule
 SecurityGroupRule SecurityGroupRule.Builder.build()
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain that return types with arguments of type SecurityGroupRule
 Set<SecurityGroupRule> SecurityGroup.getRules()
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type SecurityGroupRule
 T SecurityGroupRule.Builder.fromSecurityGroupRule(SecurityGroupRule in)
           
 T SecurityGroup.Builder.rules(SecurityGroupRule... in)
           
 

Method parameters in org.jclouds.openstack.nova.v2_0.domain with type arguments of type SecurityGroupRule
 T SecurityGroup.Builder.rules(Set<SecurityGroupRule> rules)
           
 

Constructor parameters in org.jclouds.openstack.nova.v2_0.domain with type arguments of type SecurityGroupRule
SecurityGroup(String id, String tenantId, String name, String description, Set<SecurityGroupRule> rules)
           
 

Uses of SecurityGroupRule in org.jclouds.openstack.nova.v2_0.extensions
 

Methods in org.jclouds.openstack.nova.v2_0.extensions that return SecurityGroupRule
 SecurityGroupRule SecurityGroupApi.createRuleAllowingCidrBlock(String parentGroup, Ingress ip_protocol, String sourceCidr)
          Create a Security Group Rule.
 SecurityGroupRule SecurityGroupApi.createRuleAllowingSecurityGroupId(String parentGroup, Ingress ip_protocol, String groupId)
          Create a Security Group Rule.
 

Uses of SecurityGroupRule in org.jclouds.openstack.nova.v2_0.predicates
 

Methods in org.jclouds.openstack.nova.v2_0.predicates that return types with arguments of type SecurityGroupRule
static com.google.common.base.Predicate<SecurityGroupRule> SecurityGroupPredicates.ruleCidr(String cidr)
          matches a security group rule by its cidr
static com.google.common.base.Predicate<SecurityGroupRule> SecurityGroupPredicates.ruleEndPort(int endPort)
          matches a security group rule by the end port
static com.google.common.base.Predicate<SecurityGroupRule> SecurityGroupPredicates.ruleGroup(String groupName)
          matches a security group rule by the security group it allows
static com.google.common.base.Predicate<SecurityGroupRule> SecurityGroupPredicates.ruleProtocol(org.jclouds.net.domain.IpProtocol protocol)
          matches a security group rule by the protocol
static com.google.common.base.Predicate<SecurityGroupRule> SecurityGroupPredicates.ruleStartPort(int startPort)
          matches a security group rule by the start port
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.