Uses of Class
org.jclouds.cloudstack.domain.SshKeyPair

Packages that use SshKeyPair
org.jclouds.cloudstack.compute   
org.jclouds.cloudstack.compute.config   
org.jclouds.cloudstack.compute.loaders   
org.jclouds.cloudstack.compute.strategy   
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.predicates   
 

Uses of SshKeyPair in org.jclouds.cloudstack.compute
 

Fields in org.jclouds.cloudstack.compute with type parameters of type SshKeyPair
protected  com.google.common.cache.LoadingCache<String,SshKeyPair> CloudStackComputeService.keyPairCache
           
 

Constructor parameters in org.jclouds.cloudstack.compute with type arguments of type SshKeyPair
CloudStackComputeService(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, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CloudStackApi client, com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> securityGroupMap, com.google.common.cache.LoadingCache<String,SshKeyPair> keyPairCache, com.google.common.base.Function<Set<? extends org.jclouds.compute.domain.NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByZoneId, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> zoneIdToZone, com.google.common.base.Optional<org.jclouds.compute.extensions.ImageExtension> imageExtension, com.google.common.base.Optional<org.jclouds.compute.extensions.SecurityGroupExtension> securityGroupExtension)
           
 

Uses of SshKeyPair in org.jclouds.cloudstack.compute.config
 

Methods in org.jclouds.cloudstack.compute.config that return types with arguments of type SshKeyPair
protected  com.google.common.cache.LoadingCache<String,SshKeyPair> CloudStackComputeServiceContextModule.keyPairMap(com.google.common.cache.CacheLoader<String,SshKeyPair> in)
           
 

Method parameters in org.jclouds.cloudstack.compute.config with type arguments of type SshKeyPair
protected  com.google.common.cache.LoadingCache<String,SshKeyPair> CloudStackComputeServiceContextModule.keyPairMap(com.google.common.cache.CacheLoader<String,SshKeyPair> in)
           
 

Uses of SshKeyPair in org.jclouds.cloudstack.compute.loaders
 

Methods in org.jclouds.cloudstack.compute.loaders that return SshKeyPair
 SshKeyPair CreateUniqueKeyPair.load(String input)
           
 

Uses of SshKeyPair in org.jclouds.cloudstack.compute.strategy
 

Constructor parameters in org.jclouds.cloudstack.compute.strategy with type arguments of type SshKeyPair
CloudStackComputeServiceAdapter(CloudStackApi client, com.google.common.base.Predicate<String> jobComplete, com.google.common.base.Supplier<Map<String,Network>> networkSupplier, com.google.common.base.Supplier<Map<String,Project>> projectSupplier, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult, StaticNATVirtualMachineInNetwork.Factory staticNATVMInNetwork, CreatePortForwardingRulesForIP setupPortForwardingRulesForIP, CreateFirewallRulesForIP setupFirewallRulesForIP, com.google.common.cache.LoadingCache<String,Set<IPForwardingRule>> vmToRules, Map<String,org.jclouds.domain.Credentials> credentialStore, Map<NetworkType,? extends OptionsConverter> optionsConverters, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> zoneIdToZone, com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> securityGroupCache, com.google.common.cache.LoadingCache<String,SshKeyPair> keyPairCache, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
           
 

Uses of SshKeyPair in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return SshKeyPair
 SshKeyPair SshKeyPair.Builder.build()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type SshKeyPair
 T SshKeyPair.Builder.fromSshKeyPair(SshKeyPair in)
           
 

Uses of SshKeyPair in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return SshKeyPair
 SshKeyPair SSHKeyPairApi.createSSHKeyPair(String name)
          Creates a SshKeyPair with specified name.
 SshKeyPair SSHKeyPairApi.getSSHKeyPair(String name)
          Retrieves the SSHKeyPairApi with given name.
 SshKeyPair SSHKeyPairApi.registerSSHKeyPair(String name, String publicKey)
          Registers a SshKeyPair with the given name and public kay material.
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type SshKeyPair
 Set<SshKeyPair> SSHKeyPairApi.listSSHKeyPairs(ListSSHKeyPairsOptions... options)
          Returns a list of SshKeyPairs registered by current user.
 

Uses of SshKeyPair in org.jclouds.cloudstack.predicates
 

Methods in org.jclouds.cloudstack.predicates that return types with arguments of type SshKeyPair
static com.google.common.base.Predicate<SshKeyPair> SshKeyPairPredicates.nameEquals(String name)
          matches name of the given keypair starts with the specified prefix
static com.google.common.base.Predicate<SshKeyPair> SshKeyPairPredicates.nameMatches(com.google.common.base.Predicate<String> name)
          matches name of the given key pair
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.