Uses of Enum Class
org.jclouds.profitbricks.domain.Location
Packages that use Location
-
Uses of Location in org.jclouds.profitbricks.domain
Methods in org.jclouds.profitbricks.domain that return LocationModifier and TypeMethodDescriptionstatic Location
static Location
abstract Location
DataCenter.location()
abstract Location
DataCenter.Request.CreatePayload.location()
abstract Location
Image.location()
abstract Location
IpBlock.location()
abstract Location
Snapshot.location()
static Location
Returns the enum constant of this class with the specified name.static Location[]
Location.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.profitbricks.domain with parameters of type LocationModifier and TypeMethodDescriptionDataCenter.Request.creatingPayload
(String name, Location location) abstract DataCenter.Builder
abstract Image.Builder
abstract IpBlock.Builder
abstract Snapshot.Builder
-
Uses of Location in org.jclouds.profitbricks.features
Methods in org.jclouds.profitbricks.features with parameters of type LocationModifier and TypeMethodDescriptionIpBlockApi.reservePublicIpBlock
(int blockSize, Location location)