Uses of Interface
org.jclouds.compute.ComputeServiceAdapter
-
-
Uses of ComputeServiceAdapter in org.jclouds.azurecompute.arm.compute
Classes in org.jclouds.azurecompute.arm.compute that implement ComputeServiceAdapter Modifier and Type Class Description class
AzureComputeServiceAdapter
Defines the connection between theAzureComputeApi
implementation and the jcloudsComputeService
. -
Uses of ComputeServiceAdapter in org.jclouds.byon.internal
Classes in org.jclouds.byon.internal that implement ComputeServiceAdapter Modifier and Type Class Description class
BYONComputeServiceAdapter
-
Uses of ComputeServiceAdapter in org.jclouds.cloudstack.compute.strategy
Classes in org.jclouds.cloudstack.compute.strategy that implement ComputeServiceAdapter Modifier and Type Class Description class
CloudStackComputeServiceAdapter
defines the connection between theCloudStackApi
implementation and the jcloudsComputeService
-
Uses of ComputeServiceAdapter in org.jclouds.compute
Subinterfaces of ComputeServiceAdapter in org.jclouds.compute Modifier and Type Interface Description interface
JCloudsNativeComputeServiceAdapter
A means of specifying the implementation of a service that uses jclouds types. -
Uses of ComputeServiceAdapter in org.jclouds.compute.config
Fields in org.jclouds.compute.config with type parameters of type ComputeServiceAdapter Modifier and Type Field Description protected Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>>
JCloudsNativeComputeServiceAdapterContextModule. adapter
Methods in org.jclouds.compute.config with parameters of type ComputeServiceAdapter Modifier and Type Method Description protected com.google.common.base.Supplier<Set<? extends Hardware>>
ComputeServiceAdapterContextModule. provideHardware(ComputeServiceAdapter<N,H,I,L> adapter, com.google.common.base.Function<H,Hardware> transformer)
protected com.google.common.base.Supplier<Set<? extends Image>>
ComputeServiceAdapterContextModule. provideImages(ComputeServiceAdapter<N,H,I,L> adapter, com.google.common.base.Function<I,Image> transformer, ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage addDefaultCredentialsToImage)
protected LocationsSupplier
ComputeServiceAdapterContextModule.LocationsFromComputeServiceAdapterModule. supplyLocationsFromComputeServiceAdapter(ComputeServiceAdapter<N,H,I,L> adapter, com.google.common.base.Function<L,Location> transformer)
Constructor parameters in org.jclouds.compute.config with type arguments of type ComputeServiceAdapter Constructor Description JCloudsNativeComputeServiceAdapterContextModule(Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>> adapter)
-
Uses of ComputeServiceAdapter in org.jclouds.compute.strategy.impl
Constructors in org.jclouds.compute.strategy.impl with parameters of type ComputeServiceAdapter Constructor Description AdaptingComputeServiceStrategies(Map<String,Credentials> credentialStore, PrioritizeCredentialsFromTemplate prioritizeCredentialsFromTemplate, ComputeServiceAdapter<N,H,I,L> client, com.google.common.base.Function<N,NodeMetadata> nodeMetadataAdapter, com.google.common.base.Function<I,Image> imageAdapter, ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage addDefaultCredentialsToImage)
-
Uses of ComputeServiceAdapter in org.jclouds.compute.stub.config
Classes in org.jclouds.compute.stub.config that implement ComputeServiceAdapter Modifier and Type Class Description class
StubComputeServiceAdapter
-
Uses of ComputeServiceAdapter in org.jclouds.digitalocean2.compute
Classes in org.jclouds.digitalocean2.compute that implement ComputeServiceAdapter Modifier and Type Class Description class
DigitalOcean2ComputeServiceAdapter
Implementation of the Compute Service for the DigitalOcean API. -
Uses of ComputeServiceAdapter in org.jclouds.docker.compute.strategy
Classes in org.jclouds.docker.compute.strategy that implement ComputeServiceAdapter Modifier and Type Class Description class
DockerComputeServiceAdapter
defines the connection between theDockerApi
implementation and the jcloudsComputeService
-
Uses of ComputeServiceAdapter in org.jclouds.elasticstack.compute
Classes in org.jclouds.elasticstack.compute that implement ComputeServiceAdapter Modifier and Type Class Description class
ElasticStackComputeServiceAdapter
defines the connection between theElasticStackApi
implementation and the jcloudsComputeService
-
Uses of ComputeServiceAdapter in org.jclouds.glesys.compute
Classes in org.jclouds.glesys.compute that implement ComputeServiceAdapter Modifier and Type Class Description class
GleSYSComputeServiceAdapter
defines the connection between theGleSYSApi
implementation and the jcloudsComputeService
-
Uses of ComputeServiceAdapter in org.jclouds.gogrid.compute.strategy
Classes in org.jclouds.gogrid.compute.strategy that implement ComputeServiceAdapter Modifier and Type Class Description class
GoGridComputeServiceAdapter
defines the connection between theGoGridApi
implementation and the jcloudsComputeService
-
Uses of ComputeServiceAdapter in org.jclouds.googlecomputeengine.compute
Classes in org.jclouds.googlecomputeengine.compute that implement ComputeServiceAdapter Modifier and Type Class Description class
GoogleComputeEngineServiceAdapter
This implementation maps the following: ComputeMetadata.getId() toInstance.selfLink()
NodeMetadata.getGroup() toInstance.metadata()
asjclouds-group
NodeMetadata.getImageId() toInstance.metadata()
asjclouds-image
ComputeMetadata.getId() toMachineType.selfLink()
ComputeMetadata.getId() toImage.selfLink()
Location.getId() toZone.name()
Location.getDescription() toZone.selfLink()
-
Uses of ComputeServiceAdapter in org.jclouds.openstack.nova.v2_0.compute
Classes in org.jclouds.openstack.nova.v2_0.compute that implement ComputeServiceAdapter Modifier and Type Class Description class
NovaComputeServiceAdapter
The adapter used by the NovaComputeServiceContextModule to interface the nova-specific domain model to the computeService generic domain model. -
Uses of ComputeServiceAdapter in org.jclouds.packet.compute
Classes in org.jclouds.packet.compute that implement ComputeServiceAdapter Modifier and Type Class Description class
PacketComputeServiceAdapter
defines the connection between thePacketApi
implementation and the jcloudsComputeService
-
Uses of ComputeServiceAdapter in org.jclouds.profitbricks.compute
Classes in org.jclouds.profitbricks.compute that implement ComputeServiceAdapter Modifier and Type Class Description class
ProfitBricksComputeServiceAdapter
-
Uses of ComputeServiceAdapter in org.jclouds.servermanager.compute.strategy
Classes in org.jclouds.servermanager.compute.strategy that implement ComputeServiceAdapter Modifier and Type Class Description class
ServerManagerComputeServiceAdapter
defines the connection between theServerManager
implementation and the jcloudsComputeService
-
Uses of ComputeServiceAdapter in org.jclouds.softlayer.compute.strategy
Classes in org.jclouds.softlayer.compute.strategy that implement ComputeServiceAdapter Modifier and Type Class Description class
SoftLayerComputeServiceAdapter
defines the connection between theSoftLayerApi
implementation and the jcloudsComputeService
-