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 classAzureComputeServiceAdapterDefines the connection between theAzureComputeApiimplementation 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 classBYONComputeServiceAdapter -
Uses of ComputeServiceAdapter in org.jclouds.cloudstack.compute.strategy
Classes in org.jclouds.cloudstack.compute.strategy that implement ComputeServiceAdapter Modifier and Type Class Description classCloudStackComputeServiceAdapterdefines the connection between theCloudStackApiimplementation and the jcloudsComputeService -
Uses of ComputeServiceAdapter in org.jclouds.compute
Subinterfaces of ComputeServiceAdapter in org.jclouds.compute Modifier and Type Interface Description interfaceJCloudsNativeComputeServiceAdapterA 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. adapterMethods 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 LocationsSupplierComputeServiceAdapterContextModule.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 classStubComputeServiceAdapter -
Uses of ComputeServiceAdapter in org.jclouds.digitalocean2.compute
Classes in org.jclouds.digitalocean2.compute that implement ComputeServiceAdapter Modifier and Type Class Description classDigitalOcean2ComputeServiceAdapterImplementation 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 classDockerComputeServiceAdapterdefines the connection between theDockerApiimplementation 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 classElasticStackComputeServiceAdapterdefines the connection between theElasticStackApiimplementation 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 classGleSYSComputeServiceAdapterdefines the connection between theGleSYSApiimplementation 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 classGoGridComputeServiceAdapterdefines the connection between theGoGridApiimplementation 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 classGoogleComputeEngineServiceAdapterThis implementation maps the following: ComputeMetadata.getId() toInstance.selfLink()NodeMetadata.getGroup() toInstance.metadata()asjclouds-groupNodeMetadata.getImageId() toInstance.metadata()asjclouds-imageComputeMetadata.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 classNovaComputeServiceAdapterThe 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 classPacketComputeServiceAdapterdefines the connection between thePacketApiimplementation 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 classProfitBricksComputeServiceAdapter -
Uses of ComputeServiceAdapter in org.jclouds.servermanager.compute.strategy
Classes in org.jclouds.servermanager.compute.strategy that implement ComputeServiceAdapter Modifier and Type Class Description classServerManagerComputeServiceAdapterdefines the connection between theServerManagerimplementation 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 classSoftLayerComputeServiceAdapterdefines the connection between theSoftLayerApiimplementation and the jcloudsComputeService
-