Uses of Class
org.jclouds.cloudstack.domain.SshKeyPair
-
-
Uses of SshKeyPair in org.jclouds.cloudstack.compute
Fields in org.jclouds.cloudstack.compute with type parameters of type SshKeyPair Modifier and Type Field Description protected 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 SshKeyPair Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description SshKeyPair
CreateUniqueKeyPair. load(String input)
-
Uses of SshKeyPair in org.jclouds.cloudstack.domain
Methods in org.jclouds.cloudstack.domain that return SshKeyPair Modifier and Type Method Description SshKeyPair
SshKeyPair.Builder. build()
Methods in org.jclouds.cloudstack.domain with parameters of type SshKeyPair Modifier and Type Method Description T
SshKeyPair.Builder. fromSshKeyPair(SshKeyPair in)
-
Uses of SshKeyPair in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return SshKeyPair Modifier and Type Method Description SshKeyPair
SSHKeyPairApi. createSSHKeyPair(String name)
Creates aSshKeyPair
with specified name.SshKeyPair
SSHKeyPairApi. getSSHKeyPair(String name)
Retrieves theSSHKeyPairApi
with given name.SshKeyPair
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 SshKeyPair Modifier and Type Method Description Set<SshKeyPair>
SSHKeyPairApi. 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 SshKeyPair Modifier and Type Method Description static 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
-