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

Packages that use Region
org.jclouds.softlayer.domain   
 

Uses of Region in org.jclouds.softlayer.domain
 

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)
           
 Datacenter.Builder Datacenter.Builder.region(Region regions)
           
 

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

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



Copyright © 2009-2012 jclouds. All Rights Reserved.