Modifier and Type | Class and Description |
---|---|
class |
AbiquoComputeServiceAdapter
Defines the connection between the
AbiquoApi implementation and the jclouds
ComputeService . |
Modifier and Type | Class and Description |
---|---|
class |
AzureManagementComputeServiceAdapter
defines the connection between the
AzureApi implementation and the
jclouds ComputeService |
Modifier and Type | Class and Description |
---|---|
class |
BYONComputeServiceAdapter |
Modifier and Type | Class and Description |
---|---|
class |
CloudServersComputeServiceAdapter
defines the connection between the
CloudServersClient implementation and the jclouds
ComputeService |
Modifier and Type | Class and Description |
---|---|
class |
CloudSigmaComputeServiceAdapter
defines the connection between the
CloudSigmaClient implementation
and the jclouds ComputeService |
Modifier and Type | Class and Description |
---|---|
class |
CloudStackComputeServiceAdapter
defines the connection between the
CloudStackClient implementation
and the jclouds ComputeService |
Modifier and Type | Interface and Description |
---|---|
interface |
JCloudsNativeComputeServiceAdapter
A means of specifying the implementation of a service that uses jclouds
types.
|
Modifier and Type | Field and Description |
---|---|
protected Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>> |
JCloudsNativeComputeServiceAdapterContextModule.adapter |
Modifier and Type | Method and 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 and Description |
---|
JCloudsNativeComputeServiceAdapterContextModule(Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>> adapter) |
Constructor and 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) |
Modifier and Type | Class and Description |
---|---|
class |
StubComputeServiceAdapter |
Modifier and Type | Class and Description |
---|---|
class |
DeltacloudComputeServiceAdapter
defines the connection between the
DeltacloudClient implementation
and the jclouds ComputeService |
Modifier and Type | Class and Description |
---|---|
class |
ElasticStackComputeServiceAdapter
defines the connection between the
ElasticStackClient implementation
and the jclouds ComputeService |
Modifier and Type | Class and Description |
---|---|
class |
FGCPComputeServiceAdapter
Defines the connection between the
FGCPApi
implementation and the jclouds ComputeService . |
Modifier and Type | Class and Description |
---|---|
class |
GleSYSComputeServiceAdapter
defines the connection between the
GleSYSApi implementation and
the jclouds ComputeService |
Modifier and Type | Class and Description |
---|---|
class |
GoGridComputeServiceAdapter
defines the connection between the
GoGridClient implementation and the jclouds
ComputeService |
Modifier and Type | Class and Description |
---|---|
class |
HPCloudComputeServiceAdapter |
Modifier and Type | Class and Description |
---|---|
class |
JoyentCloudComputeServiceAdapter
The adapter used by the JoyentCloudComputeServiceContextModule to interface the
JoyentCloud-specific domain model to the computeService generic domain model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NodePoolComputeServiceAdapter |
Modifier and Type | Class and Description |
---|---|
class |
BaseNodePoolComputeServiceAdapter
A base class for
NodePoolComputeService , takes care of keeping (not changing assignments)
and of everything that does not change the pool. |
class |
EagerNodePoolComputeServiceAdapter
An eager
NodePoolComputeService . |
Modifier and Type | Class and Description |
---|---|
class |
NovaComputeServiceAdapter
defines the connection between the
NovaClient implementation and the jclouds
ComputeService |
Modifier and Type | Class and Description |
---|---|
class |
RimuHostingComputeServiceAdapter
defines the connection between the
RimuHostingClient implementation and the jclouds
ComputeService |
Modifier and Type | Class and Description |
---|---|
class |
VPDCComputeServiceAdapter
defines the connection between the
VPDCApi implementation and the
jclouds ComputeService |
Modifier and Type | Class and Description |
---|---|
class |
ServerManagerComputeServiceAdapter
defines the connection between the
ServerManager implementation and the jclouds
ComputeService |
Modifier and Type | Class and Description |
---|---|
class |
SlicehostComputeServiceAdapter
defines the connection between the
SlicehostClient implementation and the jclouds
ComputeService |
Modifier and Type | Class and Description |
---|---|
class |
SmartOSComputeServiceAdapter
defines the connection between the
org.jclouds.smartos.compute.domain.SmartOSHostController
implementation and the jclouds ComputeService |
Modifier and Type | Class and Description |
---|---|
class |
SoftLayerComputeServiceAdapter
defines the connection between the
SoftLayerClient implementation and
the jclouds ComputeService |
Modifier and Type | Class and Description |
---|---|
class |
TryStackNovaServiceAdapter |
Modifier and Type | Class and Description |
---|---|
class |
VCloudComputeServiceAdapter
defines the connection between the
VCloudClient implementation and the jclouds
ComputeService |
Modifier and Type | Class and Description |
---|---|
class |
VirtualBoxComputeServiceAdapter
Defines the connection between the
VirtualBoxManager implementation
and the jclouds ComputeService |
Constructor and Description |
---|
VirtualBoxImageExtension(ComputeServiceAdapter<org.virtualbox_4_1.IMachine,Hardware,Image,Location> vboxAdapter,
com.google.common.base.Function<org.virtualbox_4_1.IMachine,NodeMetadata> machineToNode,
com.google.common.base.Supplier<org.virtualbox_4_1.VirtualBoxManager> manager,
String workingDir,
com.google.common.base.Function<org.virtualbox_4_1.IMachine,Image> imachineToImage,
MachineUtils machineUtils) |
Copyright © 2009-2013 jclouds. All Rights Reserved.