Uses of Class
org.jclouds.rds.domain.IPRange

Packages that use IPRange
org.jclouds.rds.domain   
org.jclouds.rds.xml   
 

Uses of IPRange in org.jclouds.rds.domain
 

Fields in org.jclouds.rds.domain with type parameters of type IPRange
protected  Set<IPRange> SecurityGroup.ipRanges
           
protected  com.google.common.collect.ImmutableSet.Builder<IPRange> SecurityGroup.Builder.ipRanges
           
 

Methods in org.jclouds.rds.domain that return IPRange
 IPRange IPRange.Builder.build()
           
 

Methods in org.jclouds.rds.domain that return types with arguments of type IPRange
 Set<IPRange> SecurityGroup.getIPRanges()
          Contains a list of IPRange elements.
 

Methods in org.jclouds.rds.domain with parameters of type IPRange
 IPRange.Builder IPRange.Builder.fromIPRange(IPRange in)
           
 T SecurityGroup.Builder.ipRange(IPRange ipRange)
           
 

Method parameters in org.jclouds.rds.domain with type arguments of type IPRange
 T SecurityGroup.Builder.ipRanges(Iterable<IPRange> ipRanges)
           
 

Constructor parameters in org.jclouds.rds.domain with type arguments of type IPRange
SecurityGroup(String name, String description, Iterable<EC2SecurityGroup> ec2SecurityGroups, Iterable<IPRange> ipRanges, String ownerId, com.google.common.base.Optional<String> vpcId)
           
 

Uses of IPRange in org.jclouds.rds.xml
 

Methods in org.jclouds.rds.xml that return IPRange
 IPRange IPRangeHandler.getResult()
          
 



Copyright © 2009-2012 jclouds. All Rights Reserved.