Uses of Interface
org.jclouds.profitbricks.domain.Provisionable
-
Packages that use Provisionable Package Description org.jclouds.profitbricks.compute org.jclouds.profitbricks.compute.function org.jclouds.profitbricks.domain -
-
Uses of Provisionable in org.jclouds.profitbricks.compute
Methods in org.jclouds.profitbricks.compute that return Provisionable Modifier and Type Method Description Provisionable
ProfitBricksComputeServiceAdapter. getImage(String id)
Methods in org.jclouds.profitbricks.compute that return types with arguments of type Provisionable Modifier and Type Method Description Iterable<Provisionable>
ProfitBricksComputeServiceAdapter. listImages()
-
Uses of Provisionable in org.jclouds.profitbricks.compute.function
Methods in org.jclouds.profitbricks.compute.function with parameters of type Provisionable Modifier and Type Method Description Image
ProvisionableToImage. apply(Provisionable input)
-
Uses of Provisionable in org.jclouds.profitbricks.domain
Classes in org.jclouds.profitbricks.domain that implement Provisionable Modifier and Type Class Description class
Image
class
Snapshot
-