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. regions
Methods in org.jclouds.softlayer.domain that return Region Modifier and Type Method Description Region
Region.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 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 Modifier and Type Method Description T
Datacenter.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)
-