Uses of Class
org.jclouds.softlayer.domain.Region

Packages that use Region
org.jclouds.softlayer.domain   
 

Uses of Region in org.jclouds.softlayer.domain
 

Fields in org.jclouds.softlayer.domain with type parameters of type Region
protected  Set<Region> Datacenter.Builder.regions
           
 

Methods in org.jclouds.softlayer.domain that return Region
 Region Region.Builder.build()
           
 

Methods in org.jclouds.softlayer.domain that return types with arguments of type Region
 Set<Region> Datacenter.getRegions()
          A location can be a member of 1 or more regions.
 

Methods in org.jclouds.softlayer.domain with parameters of type Region
 int Region.compareTo(Region arg0)
           
static Region.Builder Region.Builder.fromAddress(Region in)
           
 T Datacenter.Builder.regions(Region... in)
           
 

Method parameters in org.jclouds.softlayer.domain with type arguments of type Region
 T Datacenter.Builder.regions(Set<Region> regions)
           
 

Constructor parameters in org.jclouds.softlayer.domain with type arguments of type Region
Datacenter(int id, String name, String longName, Address locationAddress, Set<Region> regions)
           
 



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