Uses of Class
org.jclouds.cloudstack.domain.SshKeyPair
Packages that use SshKeyPair
Package
Description
-
Uses of SshKeyPair in org.jclouds.cloudstack.compute
Fields in org.jclouds.cloudstack.compute with type parameters of type SshKeyPairModifier and TypeFieldDescriptionprotected final com.google.common.cache.LoadingCache
<String, SshKeyPair> CloudStackComputeService.keyPairCache
-
Uses of SshKeyPair in org.jclouds.cloudstack.compute.config
Methods in org.jclouds.cloudstack.compute.config that return types with arguments of type SshKeyPairModifier and TypeMethodDescriptionprotected final 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 SshKeyPairModifier and TypeMethodDescriptionprotected final 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 -
Uses of SshKeyPair in org.jclouds.cloudstack.domain
Methods in org.jclouds.cloudstack.domain that return SshKeyPairMethods in org.jclouds.cloudstack.domain with parameters of type SshKeyPair -
Uses of SshKeyPair in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return SshKeyPairModifier and TypeMethodDescriptionSSHKeyPairApi.createSSHKeyPair
(String name) Creates aSshKeyPair
with specified name.SSHKeyPairApi.getSSHKeyPair
(String name) Retrieves theSSHKeyPairApi
with given name.SSHKeyPairApi.registerSSHKeyPair
(String name, String publicKey) Registers aSshKeyPair
with the given name and public kay material.Methods in org.jclouds.cloudstack.features that return types with arguments of type SshKeyPairModifier and TypeMethodDescriptionSSHKeyPairApi.listSSHKeyPairs
(ListSSHKeyPairsOptions... options) Returns a list ofSshKeyPair
s 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 SshKeyPairModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<SshKeyPair> SshKeyPairPredicates.nameEquals
(String name) matches name of the given keypair starts with the specified prefixstatic com.google.common.base.Predicate
<SshKeyPair> SshKeyPairPredicates.nameMatches
(com.google.common.base.Predicate<String> name) matches name of the given key pair