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

Packages that use Ingress
org.jclouds.openstack.nova.v2_0.domain   
org.jclouds.openstack.nova.v2_0.extensions   
 

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

Subclasses of Ingress in org.jclouds.openstack.nova.v2_0.domain
 class SecurityGroupRule
          Defines a security group rule
 

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

Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Ingress
 T Ingress.Builder.fromIngress(Ingress in)
           
 

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

Methods in org.jclouds.openstack.nova.v2_0.extensions with parameters of type Ingress
 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.
 



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