Uses of Interface
org.jclouds.compute.domain.Image

Packages that use Image
org.jclouds.aws.ec2.compute   
org.jclouds.aws.ec2.compute.config   
org.jclouds.aws.ec2.compute.functions   
org.jclouds.aws.ec2.compute.suppliers   
org.jclouds.byon.internal   
org.jclouds.cloudservers.compute.config   
org.jclouds.cloudservers.compute.functions   
org.jclouds.cloudservers.compute.suppliers   
org.jclouds.cloudsigma.compute.functions   
org.jclouds.compute   
org.jclouds.compute.config   
org.jclouds.compute.domain   
org.jclouds.compute.domain.internal   
org.jclouds.compute.internal   
org.jclouds.compute.predicates   
org.jclouds.compute.stub.config   
org.jclouds.deltacloud.compute.functions   
org.jclouds.ec2.compute   
org.jclouds.ec2.compute.config   
org.jclouds.ec2.compute.domain   
org.jclouds.ec2.compute.functions   
org.jclouds.ec2.compute.internal   
org.jclouds.ec2.compute.predicates   
org.jclouds.ec2.compute.suppliers   
org.jclouds.elasticstack.compute.functions   
org.jclouds.gogrid.compute   
org.jclouds.gogrid.compute.config   
org.jclouds.gogrid.compute.functions   
org.jclouds.gogrid.compute.suppliers   
org.jclouds.loadbalancer.config   
org.jclouds.openstack.nova.compute.config   
org.jclouds.openstack.nova.compute.functions   
org.jclouds.openstack.nova.compute.suppliers   
org.jclouds.rimuhosting.miro.compute.config   
org.jclouds.rimuhosting.miro.compute.functions   
org.jclouds.rimuhosting.miro.compute.suppliers   
org.jclouds.savvis.vpdc.compute.functions   
org.jclouds.servermanager.compute.functions   
org.jclouds.slicehost.compute.config   
org.jclouds.slicehost.compute.functions   
org.jclouds.slicehost.compute.suppliers   
org.jclouds.softlayer.compute.functions   
org.jclouds.trmk.vcloud_0_8.compute   
org.jclouds.trmk.vcloud_0_8.compute.config   
org.jclouds.trmk.vcloud_0_8.compute.functions   
org.jclouds.trmk.vcloud_0_8.compute.suppliers   
org.jclouds.vcloud.compute.config   
org.jclouds.vcloud.compute.functions   
org.jclouds.vcloud.compute.internal   
org.jclouds.vcloud.compute.suppliers   
 

Uses of Image in org.jclouds.aws.ec2.compute
 

Constructor parameters in org.jclouds.aws.ec2.compute with type arguments of type Image
AWSEC2ComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<NodeMetadata> nodeRunning, com.google.common.base.Predicate<NodeMetadata> nodeTerminated, com.google.common.base.Predicate<NodeMetadata> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, AWSEC2Client ec2Client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.Cache<RegionAndName,String> securityGroupMap, com.google.common.cache.Cache<RegionAndName,String> placementGroupMap, com.google.common.base.Predicate<PlacementGroup> placementGroupDeleted, boolean generateInstanceNames, AWSEC2AsyncClient aclient)
           
AWSEC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider, com.google.common.base.Supplier<com.google.common.cache.Cache<RegionAndName,? extends Image>> imageMap)
           
AWSEC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider, com.google.common.base.Supplier<com.google.common.cache.Cache<RegionAndName,? extends Image>> imageMap)
           
 

Uses of Image in org.jclouds.aws.ec2.compute.config
 

Methods in org.jclouds.aws.ec2.compute.config that return types with arguments of type Image
protected  com.google.common.base.Supplier<com.google.common.cache.Cache<RegionAndName,? extends Image>> AWSEC2ComputeServiceContextModule.provideRegionAndNameToImageSupplierCache(long seconds, AWSRegionAndNameToImageSupplier supplier)
           
 

Uses of Image in org.jclouds.aws.ec2.compute.functions
 

Constructor parameters in org.jclouds.aws.ec2.compute.functions with type arguments of type Image
AWSRunningInstanceToNodeMetadata(Map<InstanceState,NodeState> instanceToNodeState, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<com.google.common.cache.Cache<RegionAndName,? extends Image>> imageMap, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Hardware>> hardware)
           
 

Uses of Image in org.jclouds.aws.ec2.compute.suppliers
 

Methods in org.jclouds.aws.ec2.compute.suppliers that return types with arguments of type Image
 Iterable<Image> CallForImages.call()
           
 com.google.common.cache.Cache<RegionAndName,? extends Image> AWSRegionAndNameToImageSupplier.get()
           
 

Constructor parameters in org.jclouds.aws.ec2.compute.suppliers with type arguments of type Image
AWSRegionAndNameToImageSupplier(Set<String> regions, String amiQuery, String clusterRegions, String ccAmiQuery, com.google.common.cache.CacheLoader<RegionAndName,Image> regionAndIdToImage, CallForImages.Factory factory, Set<String> clusterComputeIds, ExecutorService executor)
           
 

Uses of Image in org.jclouds.byon.internal
 

Methods in org.jclouds.byon.internal that return types with arguments of type Image
 Iterable<Image> BYONComputeServiceAdapter.listImages()
           
 

Uses of Image in org.jclouds.cloudservers.compute.config
 

Methods in org.jclouds.cloudservers.compute.config that return types with arguments of type Image
protected  Class<? extends com.google.common.base.Supplier<Set<? extends Image>>> CloudServersBindComputeSuppliersByClass.defineImageSupplier()
           
 

Uses of Image in org.jclouds.cloudservers.compute.functions
 

Fields in org.jclouds.cloudservers.compute.functions with type parameters of type Image
protected  com.google.common.base.Supplier<Set<? extends Image>> ServerToNodeMetadata.images
           
 

Methods in org.jclouds.cloudservers.compute.functions that return Image
 Image CloudServersImageToImage.apply(Image from)
           
 

Uses of Image in org.jclouds.cloudservers.compute.suppliers
 

Fields in org.jclouds.cloudservers.compute.suppliers with type parameters of type Image
protected  com.google.common.base.Function<Image,Image> CloudServersImageSupplier.cloudServersImageToImage
           
 

Methods in org.jclouds.cloudservers.compute.suppliers that return types with arguments of type Image
 Set<? extends Image> CloudServersImageSupplier.get()
           
 

Uses of Image in org.jclouds.cloudsigma.compute.functions
 

Methods in org.jclouds.cloudsigma.compute.functions that return Image
 Image PreinstalledDiskToImage.apply(DriveInfo drive)
           
 

Methods in org.jclouds.cloudsigma.compute.functions with parameters of type Image
 boolean ServerInfoToNodeMetadata.FindImageForId.matches(String from, Image input)
           
 

Constructor parameters in org.jclouds.cloudsigma.compute.functions with type arguments of type Image
ServerInfoToNodeMetadata.FindImageForId(com.google.common.base.Supplier<Set<? extends Image>> images)
           
 

Uses of Image in org.jclouds.compute
 

Methods in org.jclouds.compute that return types with arguments of type Image
 Iterable<Image> JCloudsNativeComputeServiceAdapter.listImages()
          Images are the available configured operating systems that someone can run a node with.
 Set<? extends Image> ComputeService.listImages()
          Images define the operating system and metadata related to a node.
 

Uses of Image in org.jclouds.compute.config
 

Fields in org.jclouds.compute.config with type parameters of type Image
protected  Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>> JCloudsNativeComputeServiceAdapterContextModule.adapter
           
 

Methods in org.jclouds.compute.config that return types with arguments of type Image
protected abstract  Class<? extends com.google.common.base.Supplier<Set<? extends Image>>> BindComputeSuppliersByClass.defineImageSupplier()
           
protected  com.google.common.base.Supplier<Map<String,? extends Image>> BaseComputeServiceContextModule.provideImageMap(com.google.common.base.Supplier<Set<? extends Image>> images)
           
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)
           
protected  com.google.common.base.Supplier<Set<? extends Image>> BaseComputeServiceContextModule.supplyImageCache(long seconds, com.google.common.base.Supplier<Set<? extends Image>> imageSupplier)
           
 

Method parameters in org.jclouds.compute.config with type arguments of type Image
protected  void BindComputeSuppliersByClass.bindImageSupplier(Class<? extends com.google.common.base.Supplier<Set<? extends Image>>> clazz)
           
protected  com.google.common.base.Supplier<Map<String,? extends Image>> BaseComputeServiceContextModule.provideImageMap(com.google.common.base.Supplier<Set<? extends Image>> images)
           
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)
           
protected  com.google.common.base.Supplier<Set<? extends Image>> BaseComputeServiceContextModule.supplyImageCache(long seconds, com.google.common.base.Supplier<Set<? extends Image>> imageSupplier)
           
 

Constructor parameters in org.jclouds.compute.config with type arguments of type Image
JCloudsNativeComputeServiceAdapterContextModule(Class<S> syncClientType, Class<A> asyncClientType, Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>> adapter)
           
 

Uses of Image in org.jclouds.compute.domain
 

Fields in org.jclouds.compute.domain with type parameters of type Image
protected  com.google.common.base.Predicate<Image> HardwareBuilder.supportsImage
           
 

Methods in org.jclouds.compute.domain that return Image
 Image ImageBuilder.build()
           
 Image Template.getImage()
          Image that suits the requirements.
 

Methods in org.jclouds.compute.domain that return types with arguments of type Image
 com.google.common.base.Predicate<Image> Hardware.supportsImage()
          Determines whether this size can run an image.
 

Methods in org.jclouds.compute.domain with parameters of type Image
static ImageBuilder ImageBuilder.fromImage(Image image)
           
 TemplateBuilder TemplateBuilder.fromImage(Image image)
          Configure this template to fuzzy-match on the image parameter
 

Method parameters in org.jclouds.compute.domain with type arguments of type Image
 TemplateBuilder TemplateBuilder.imageMatches(com.google.common.base.Predicate<Image> condition)
          Configure this template to have an image description that matches the supplied condition
 HardwareBuilder HardwareBuilder.supportsImage(com.google.common.base.Predicate<Image> supportsImage)
           
 

Uses of Image in org.jclouds.compute.domain.internal
 

Classes in org.jclouds.compute.domain.internal that implement Image
 class ImageImpl
           
 

Fields in org.jclouds.compute.domain.internal with type parameters of type Image
protected  com.google.common.base.Predicate<Image> TemplateBuilderImpl.imagePredicate
           
protected  com.google.common.base.Supplier<Set<? extends Image>> TemplateBuilderImpl.images
           
 

Methods in org.jclouds.compute.domain.internal that return Image
 Image TemplateImpl.getImage()
          Image that suits the requirements.
protected  Image TemplateBuilderImpl.resolveImage(Hardware hardware, Iterable<? extends Image> supportedImages)
           
 

Methods in org.jclouds.compute.domain.internal that return types with arguments of type Image
protected  Set<? extends Image> TemplateBuilderImpl.getImages()
           
 com.google.common.base.Predicate<Image> HardwareImpl.supportsImage()
          Determines whether this size can run an image.
 

Methods in org.jclouds.compute.domain.internal with parameters of type Image
 TemplateBuilder TemplateBuilderImpl.fromImage(Image image)
          Configure this template to fuzzy-match on the image parameter
 

Method parameters in org.jclouds.compute.domain.internal with type arguments of type Image
 TemplateBuilder TemplateBuilderImpl.imageMatches(com.google.common.base.Predicate<Image> condition)
          Configure this template to have an image description that matches the supplied condition
protected  Image TemplateBuilderImpl.resolveImage(Hardware hardware, Iterable<? extends Image> supportedImages)
           
protected  Hardware TemplateBuilderImpl.resolveSize(com.google.common.collect.Ordering<Hardware> hardwareOrdering, Iterable<? extends Image> images)
           
protected  void TemplateBuilderImpl.throwNoSuchElementExceptionAfterLoggingImageIds(String message, Iterable<? extends Image> images)
           
 

Constructors in org.jclouds.compute.domain.internal with parameters of type Image
TemplateImpl(Image image, Hardware size, Location location, TemplateOptions options)
           
 

Constructor parameters in org.jclouds.compute.domain.internal with type arguments of type Image
HardwareImpl(String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Set<String> tags, Iterable<? extends Processor> processors, int ram, Iterable<? extends Volume> volumes, com.google.common.base.Predicate<Image> supportsImage)
           
TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwares, com.google.common.base.Supplier<Location> defaultLocation2, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
           
 

Uses of Image in org.jclouds.compute.internal
 

Methods in org.jclouds.compute.internal that return types with arguments of type Image
 Set<? extends Image> BaseComputeService.listImages()
          Images define the operating system and metadata related to a node.
 

Constructor parameters in org.jclouds.compute.internal with type arguments of type Image
BaseComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<NodeMetadata> nodeRunning, com.google.common.base.Predicate<NodeMetadata> nodeTerminated, com.google.common.base.Predicate<NodeMetadata> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor)
           
 

Uses of Image in org.jclouds.compute.predicates
 

Methods in org.jclouds.compute.predicates that return types with arguments of type Image
static com.google.common.base.Predicate<Image> ImagePredicates.any()
          return everything.
static com.google.common.base.Predicate<Image> ImagePredicates.idEquals(String id)
          evaluates true if the Image
static com.google.common.base.Predicate<Image> ImagePredicates.idIn(Iterable<String> ids)
          evaluates true if the Image id is in the supplied set
static com.google.common.base.Predicate<Image> ImagePredicates.is64Bit()
          return true if this is a 64bit image.
static com.google.common.base.Predicate<Image> ImagePredicates.userMetadataContains(String key, String value)
          evaluates true if the Image metadata contains the following values
 

Uses of Image in org.jclouds.compute.stub.config
 

Methods in org.jclouds.compute.stub.config that return types with arguments of type Image
 Iterable<Image> StubComputeServiceAdapter.listImages()
           
 

Uses of Image in org.jclouds.deltacloud.compute.functions
 

Fields in org.jclouds.deltacloud.compute.functions with type parameters of type Image
protected  com.google.common.base.Supplier<Set<? extends Image>> InstanceToNodeMetadata.images
           
 

Methods in org.jclouds.deltacloud.compute.functions that return Image
 Image DeltacloudImageToImage.apply(Image from)
           
 

Uses of Image in org.jclouds.ec2.compute
 

Constructor parameters in org.jclouds.ec2.compute with type arguments of type Image
EC2ComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<NodeMetadata> nodeRunning, com.google.common.base.Predicate<NodeMetadata> nodeTerminated, com.google.common.base.Predicate<NodeMetadata> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, EC2Client ec2Client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.Cache<RegionAndName,String> securityGroupMap)
           
 

Uses of Image in org.jclouds.ec2.compute.config
 

Methods in org.jclouds.ec2.compute.config that return types with arguments of type Image
protected  Class<? extends com.google.common.base.Supplier<Set<? extends Image>>> EC2BindComputeSuppliersByClass.defineImageSupplier()
           
protected  com.google.common.base.Supplier<com.google.common.cache.Cache<RegionAndName,? extends Image>> EC2ComputeServiceContextModule.provideRegionAndNameToImageSupplierCache(long seconds, RegionAndNameToImageSupplier supplier)
           
 

Uses of Image in org.jclouds.ec2.compute.domain
 

Methods in org.jclouds.ec2.compute.domain with parameters of type Image
 boolean EC2HardwareBuilder.RequiresRootDeviceType.apply(Image image)
           
 boolean EC2HardwareBuilder.IsWindows.apply(Image image)
           
 boolean EC2HardwareBuilder.RequiresVirtualizationType.apply(Image image)
           
 

Method parameters in org.jclouds.ec2.compute.domain with type arguments of type Image
 EC2HardwareBuilder EC2HardwareBuilder.supportsImage(com.google.common.base.Predicate<Image> supportsImage)
           
 

Uses of Image in org.jclouds.ec2.compute.functions
 

Fields in org.jclouds.ec2.compute.functions with type parameters of type Image
protected  com.google.common.base.Supplier<com.google.common.cache.Cache<RegionAndName,? extends Image>> RunningInstanceToNodeMetadata.imageMap
           
 

Methods in org.jclouds.ec2.compute.functions that return Image
 Image EC2ImageParser.apply(Image from)
           
 Image RegionAndIdToImage.load(RegionAndName key)
           
 

Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type Image
RunningInstanceToNodeMetadata(Map<InstanceState,NodeState> instanceToNodeState, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<com.google.common.cache.Cache<RegionAndName,? extends Image>> imageMap, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Hardware>> hardware)
           
 

Uses of Image in org.jclouds.ec2.compute.internal
 

Methods in org.jclouds.ec2.compute.internal that return Image
protected  Image EC2TemplateBuilderImpl.resolveImage(Hardware size, Iterable<? extends Image> supportedImages)
           
 

Methods in org.jclouds.ec2.compute.internal that return types with arguments of type Image
protected  Set<? extends Image> EC2TemplateBuilderImpl.getImages()
           
 

Method parameters in org.jclouds.ec2.compute.internal with type arguments of type Image
protected  Image EC2TemplateBuilderImpl.resolveImage(Hardware size, Iterable<? extends Image> supportedImages)
           
 

Constructor parameters in org.jclouds.ec2.compute.internal with type arguments of type Image
EC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider, com.google.common.base.Supplier<com.google.common.cache.Cache<RegionAndName,? extends Image>> imageMap)
           
EC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider, com.google.common.base.Supplier<com.google.common.cache.Cache<RegionAndName,? extends Image>> imageMap)
           
 

Uses of Image in org.jclouds.ec2.compute.predicates
 

Methods in org.jclouds.ec2.compute.predicates that return types with arguments of type Image
static com.google.common.base.Predicate<Image> EC2ImagePredicates.rootDeviceType(RootDeviceType rootDeviceType)
          evaluates true if the Image has the specified root device type
 

Uses of Image in org.jclouds.ec2.compute.suppliers
 

Methods in org.jclouds.ec2.compute.suppliers that return types with arguments of type Image
 Set<? extends Image> EC2ImageSupplier.get()
           
 com.google.common.cache.Cache<RegionAndName,? extends Image> RegionAndNameToImageSupplier.get()
           
 

Constructor parameters in org.jclouds.ec2.compute.suppliers with type arguments of type Image
RegionAndNameToImageSupplier(Set<String> regions, DescribeImagesParallel describer, String[] amiOwners, EC2ImageParser parser, com.google.common.cache.CacheLoader<RegionAndName,Image> regionAndIdToImage)
           
 

Uses of Image in org.jclouds.elasticstack.compute.functions
 

Methods in org.jclouds.elasticstack.compute.functions that return Image
 Image WellKnownImageToImage.apply(DriveInfo drive)
           
 

Methods in org.jclouds.elasticstack.compute.functions with parameters of type Image
 boolean ServerInfoToNodeMetadata.FindImageForId.matches(String from, Image input)
           
 

Constructor parameters in org.jclouds.elasticstack.compute.functions with type arguments of type Image
ServerInfoToNodeMetadata.FindImageForId(com.google.common.base.Supplier<Set<? extends Image>> images)
           
 

Uses of Image in org.jclouds.gogrid.compute
 

Constructor parameters in org.jclouds.gogrid.compute with type arguments of type Image
GoGridComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<NodeMetadata> nodeRunning, com.google.common.base.Predicate<NodeMetadata> nodeTerminated, com.google.common.base.Predicate<NodeMetadata> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor)
           
 

Uses of Image in org.jclouds.gogrid.compute.config
 

Methods in org.jclouds.gogrid.compute.config that return types with arguments of type Image
protected  Class<? extends com.google.common.base.Supplier<Set<? extends Image>>> GoGridBindComputeSuppliersByClass.defineImageSupplier()
           
 

Uses of Image in org.jclouds.gogrid.compute.functions
 

Methods in org.jclouds.gogrid.compute.functions that return Image
protected  Image ServerToNodeMetadata.parseImage(Server from)
           
 

Uses of Image in org.jclouds.gogrid.compute.suppliers
 

Methods in org.jclouds.gogrid.compute.suppliers that return types with arguments of type Image
 Set<? extends Image> GoGridImageSupplier.get()
           
 

Uses of Image in org.jclouds.loadbalancer.config
 

Method parameters in org.jclouds.loadbalancer.config with type arguments of type Image
protected  void BindLoadBalancerSuppliersByClass.bindImageSupplier(Class<? extends com.google.common.base.Supplier<Set<? extends Image>>> clazz)
           
 

Uses of Image in org.jclouds.openstack.nova.compute.config
 

Methods in org.jclouds.openstack.nova.compute.config that return types with arguments of type Image
protected  Class<? extends com.google.common.base.Supplier<Set<? extends Image>>> NovaBindComputeSuppliersByClass.defineImageSupplier()
           
 

Uses of Image in org.jclouds.openstack.nova.compute.functions
 

Fields in org.jclouds.openstack.nova.compute.functions with type parameters of type Image
protected  com.google.common.base.Supplier<Set<? extends Image>> ServerToNodeMetadata.images
           
 

Methods in org.jclouds.openstack.nova.compute.functions that return Image
 Image NovaImageToImage.apply(Image from)
           
protected  Image ServerToNodeMetadata.parseImage(Server from)
           
 

Uses of Image in org.jclouds.openstack.nova.compute.suppliers
 

Fields in org.jclouds.openstack.nova.compute.suppliers with type parameters of type Image
protected  com.google.common.base.Function<Image,Image> NovaImageSupplier.cloudServersImageToImage
           
 

Methods in org.jclouds.openstack.nova.compute.suppliers that return types with arguments of type Image
 Set<? extends Image> NovaImageSupplier.get()
           
 

Uses of Image in org.jclouds.rimuhosting.miro.compute.config
 

Methods in org.jclouds.rimuhosting.miro.compute.config that return types with arguments of type Image
protected  Class<? extends com.google.common.base.Supplier<Set<? extends Image>>> RimuHostingBindComputeSuppliersByClass.defineImageSupplier()
           
 

Uses of Image in org.jclouds.rimuhosting.miro.compute.functions
 

Fields in org.jclouds.rimuhosting.miro.compute.functions with type parameters of type Image
protected  com.google.common.base.Supplier<Set<? extends Image>> ServerToNodeMetadata.images
           
 

Uses of Image in org.jclouds.rimuhosting.miro.compute.suppliers
 

Methods in org.jclouds.rimuhosting.miro.compute.suppliers that return types with arguments of type Image
 Set<? extends Image> RimuHostingImageSupplier.get()
           
 

Uses of Image in org.jclouds.savvis.vpdc.compute.functions
 

Methods in org.jclouds.savvis.vpdc.compute.functions that return Image
 Image CIMOperatingSystemToImage.apply(CIMOperatingSystem from)
           
 

Uses of Image in org.jclouds.servermanager.compute.functions
 

Methods in org.jclouds.servermanager.compute.functions that return Image
 Image ServerManagerImageToImage.apply(Image from)
           
 

Methods in org.jclouds.servermanager.compute.functions with parameters of type Image
 boolean ServerToNodeMetadata.FindImageForServer.matches(Server from, Image input)
           
 

Constructor parameters in org.jclouds.servermanager.compute.functions with type arguments of type Image
ServerToNodeMetadata.FindImageForServer(com.google.common.base.Supplier<Set<? extends Image>> hardware)
           
 

Uses of Image in org.jclouds.slicehost.compute.config
 

Methods in org.jclouds.slicehost.compute.config that return types with arguments of type Image
protected  Class<? extends com.google.common.base.Supplier<Set<? extends Image>>> SlicehostBindComputeSuppliersByClass.defineImageSupplier()
           
 

Uses of Image in org.jclouds.slicehost.compute.functions
 

Fields in org.jclouds.slicehost.compute.functions with type parameters of type Image
protected  com.google.common.base.Supplier<Set<? extends Image>> SliceToNodeMetadata.images
           
 

Methods in org.jclouds.slicehost.compute.functions that return Image
 Image SlicehostImageToImage.apply(Image from)
           
 

Uses of Image in org.jclouds.slicehost.compute.suppliers
 

Fields in org.jclouds.slicehost.compute.suppliers with type parameters of type Image
protected  com.google.common.base.Function<Image,Image> SlicehostImageSupplier.slicehostImageToImage
           
 

Methods in org.jclouds.slicehost.compute.suppliers that return types with arguments of type Image
 Set<? extends Image> SlicehostImageSupplier.get()
           
 

Uses of Image in org.jclouds.softlayer.compute.functions
 

Methods in org.jclouds.softlayer.compute.functions that return Image
 Image ProductItemToImage.apply(ProductItem productItem)
           
 Image VirtualGuestToNodeMetadata.GetImageForVirtualGuest.getImage(VirtualGuest guest)
           
 

Uses of Image in org.jclouds.trmk.vcloud_0_8.compute
 

Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute with type arguments of type Image
TerremarkVCloudComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<NodeMetadata> nodeRunning, com.google.common.base.Predicate<NodeMetadata> nodeTerminated, com.google.common.base.Predicate<NodeMetadata> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, CleanupOrphanKeys cleanupOrphanKeys, ConcurrentMap<OrgAndName,KeyPairCredentials> credentialsMap, NodeMetadataToOrgAndName nodeToOrgAndName)
           
 

Uses of Image in org.jclouds.trmk.vcloud_0_8.compute.config
 

Methods in org.jclouds.trmk.vcloud_0_8.compute.config that return types with arguments of type Image
protected  Class<? extends com.google.common.base.Supplier<Set<? extends Image>>> TerremarkBindComputeSuppliersByClass.defineImageSupplier()
           
 

Uses of Image in org.jclouds.trmk.vcloud_0_8.compute.functions
 

Fields in org.jclouds.trmk.vcloud_0_8.compute.functions with type parameters of type Image
protected  com.google.common.base.Supplier<Set<? extends Image>> VAppToNodeMetadata.images
           
 

Methods in org.jclouds.trmk.vcloud_0_8.compute.functions that return Image
 Image ImageForVCloudExpressVAppTemplate.apply(VAppTemplate from)
           
 

Methods in org.jclouds.trmk.vcloud_0_8.compute.functions that return types with arguments of type Image
 Iterable<? extends Image> ImagesInVCloudExpressOrg.apply(Org from)
           
 Iterable<? extends Image> ImagesInVCloudExpressVDC.apply(VDC from)
           
 

Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute.functions with type arguments of type Image
VAppToNodeMetadata(TerremarkVCloudComputeClient computeClient, Map<String,Credentials> credentialStore, Map<Status,NodeState> vAppStatusToNodeState, HardwareForVCloudExpressVApp hardwareForVCloudExpressVApp, FindLocationForResource findLocationForResourceInVDC, com.google.common.base.Supplier<Set<? extends Image>> images, ConcurrentMap<OrgAndName,KeyPairCredentials> credentialsMap)
           
 

Uses of Image in org.jclouds.trmk.vcloud_0_8.compute.suppliers
 

Methods in org.jclouds.trmk.vcloud_0_8.compute.suppliers that return types with arguments of type Image
 Set<? extends Image> VAppTemplatesInOrgs.get()
          Terremark does not provide vApp templates in the vDC resourceEntity list.
 Set<? extends Image> VCloudImageSupplier.get()
           
 

Uses of Image in org.jclouds.vcloud.compute.config
 

Methods in org.jclouds.vcloud.compute.config that return types with arguments of type Image
protected  Class<? extends com.google.common.base.Supplier<Set<? extends Image>>> VCloudBindComputeSuppliersByClass.defineImageSupplier()
           
 

Uses of Image in org.jclouds.vcloud.compute.functions
 

Methods in org.jclouds.vcloud.compute.functions that return Image
 Image ImageForVAppTemplate.apply(VAppTemplate from)
           
 

Methods in org.jclouds.vcloud.compute.functions that return types with arguments of type Image
 Iterable<? extends Image> ImagesInOrg.apply(Org from)
           
 

Uses of Image in org.jclouds.vcloud.compute.internal
 

Constructor parameters in org.jclouds.vcloud.compute.internal with type arguments of type Image
VCloudTemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
           
 

Uses of Image in org.jclouds.vcloud.compute.suppliers
 

Methods in org.jclouds.vcloud.compute.suppliers that return types with arguments of type Image
 Set<? extends Image> VCloudImageSupplier.get()
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.