Uses of Interface
org.jclouds.joyent.cloudapi.v6_5.JoyentCloudApi

Packages that use JoyentCloudApi
org.jclouds.joyent.cloudapi.v6_5   
org.jclouds.joyent.cloudapi.v6_5.compute   
org.jclouds.joyent.cloudapi.v6_5.compute.loaders   
 

Uses of JoyentCloudApi in org.jclouds.joyent.cloudapi.v6_5
 

Fields in org.jclouds.joyent.cloudapi.v6_5 with type parameters of type JoyentCloudApi
static com.google.common.reflect.TypeToken<org.jclouds.rest.RestContext<JoyentCloudApi,JoyentCloudAsyncApi>> JoyentCloudApiMetadata.CONTEXT_TOKEN
           
 

Uses of JoyentCloudApi in org.jclouds.joyent.cloudapi.v6_5.compute
 

Fields in org.jclouds.joyent.cloudapi.v6_5.compute declared as JoyentCloudApi
protected  JoyentCloudApi JoyentCloudComputeServiceAdapter.cloudApiApi
           
protected  JoyentCloudApi JoyentCloudComputeService.novaApi
           
 

Constructors in org.jclouds.joyent.cloudapi.v6_5.compute with parameters of type JoyentCloudApi
JoyentCloudComputeService(org.jclouds.compute.ComputeServiceContext context, Map<String,org.jclouds.domain.Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Image>> images, com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Hardware>> sizes, com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations, org.jclouds.compute.strategy.ListNodesStrategy listNodesStrategy, org.jclouds.compute.strategy.GetImageStrategy getImageStrategy, org.jclouds.compute.strategy.GetNodeMetadataStrategy getNodeMetadataStrategy, org.jclouds.compute.strategy.CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, org.jclouds.compute.strategy.RebootNodeStrategy rebootNodeStrategy, org.jclouds.compute.strategy.DestroyNodeStrategy destroyNodeStrategy, org.jclouds.compute.strategy.ResumeNodeStrategy startNodeStrategy, org.jclouds.compute.strategy.SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<org.jclouds.compute.domain.TemplateBuilder> templateBuilderProvider, javax.inject.Provider<org.jclouds.compute.options.TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeSuspended, org.jclouds.compute.strategy.InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, org.jclouds.compute.callables.RunScriptOnNode.Factory runScriptOnNodeFactory, org.jclouds.scriptbuilder.functions.InitAdminAccess initAdminAccess, org.jclouds.compute.internal.PersistNodeCredentials persistNodeCredentials, org.jclouds.compute.reference.ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, JoyentCloudApi novaApi, com.google.common.cache.LoadingCache<DatacenterAndName,KeyAndPrivateKey> keyCache, com.google.common.base.Function<Set<? extends org.jclouds.compute.domain.NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByDatacenterId, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention, com.google.common.base.Optional<org.jclouds.compute.extensions.ImageExtension> imageExtension)
           
JoyentCloudComputeServiceAdapter(JoyentCloudApi cloudApiApi, com.google.common.base.Supplier<Set<String>> datacenterIds)
           
 

Uses of JoyentCloudApi in org.jclouds.joyent.cloudapi.v6_5.compute.loaders
 

Fields in org.jclouds.joyent.cloudapi.v6_5.compute.loaders declared as JoyentCloudApi
protected  JoyentCloudApi CreateUniqueKey.cloudApiApi
           
 

Constructors in org.jclouds.joyent.cloudapi.v6_5.compute.loaders with parameters of type JoyentCloudApi
CreateUniqueKey(JoyentCloudApi cloudApiApi, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention, org.jclouds.crypto.SshKeyPairGenerator sshKeyPairGenerator)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.