Uses of Class
org.jclouds.profitbricks.domain.Location
- 
Packages that use Location Package Description org.jclouds.profitbricks.domain org.jclouds.profitbricks.features  - 
- 
Uses of Location in org.jclouds.profitbricks.domain
Methods in org.jclouds.profitbricks.domain that return Location Modifier and Type Method Description static LocationLocation. fromId(String id)static LocationLocation. fromValue(String v)abstract LocationDataCenter. location()abstract LocationDataCenter.Request.CreatePayload. location()abstract LocationImage. location()abstract LocationIpBlock. location()abstract LocationSnapshot. location()static LocationLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static Location[]Location. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.profitbricks.domain with parameters of type Location Modifier and Type Method Description static DataCenter.Request.CreatePayloadDataCenter.Request. creatingPayload(String name, Location location)abstract DataCenter.BuilderDataCenter.Builder. location(Location location)abstract Image.BuilderImage.Builder. location(Location location)abstract IpBlock.BuilderIpBlock.Builder. location(Location location)abstract Snapshot.BuilderSnapshot.Builder. location(Location location) - 
Uses of Location in org.jclouds.profitbricks.features
Methods in org.jclouds.profitbricks.features with parameters of type Location Modifier and Type Method Description IpBlockIpBlockApi. reservePublicIpBlock(int blockSize, Location location) 
 -