Uses of Class
org.jclouds.softlayer.domain.Region
-
Packages that use Region Package Description org.jclouds.softlayer.domain -
-
Uses of Region in org.jclouds.softlayer.domain
Fields in org.jclouds.softlayer.domain with type parameters of type Region Modifier and Type Field Description protected Set<Region>Datacenter.Builder. regionsMethods in org.jclouds.softlayer.domain that return Region Modifier and Type Method Description RegionRegion.Builder. build()Methods in org.jclouds.softlayer.domain that return types with arguments of type Region Modifier and Type Method Description 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 Modifier and Type Method Description intRegion. compareTo(Region arg0)static Region.BuilderRegion.Builder. fromAddress(Region in)TDatacenter.Builder. regions(Region... in)Method parameters in org.jclouds.softlayer.domain with type arguments of type Region Modifier and Type Method Description TDatacenter.Builder. regions(Set<Region> regions)Constructor parameters in org.jclouds.softlayer.domain with type arguments of type Region Constructor Description Datacenter(int id, String name, String longName, Address locationAddress, Set<Region> regions)
-