Uses of Class
org.jclouds.openstack.nova.v2_0.domain.KeyPair
Packages that use KeyPair
Package
Description
-
Uses of KeyPair in org.jclouds.openstack.nova.v2_0.domain
Methods in org.jclouds.openstack.nova.v2_0.domain that return KeyPairMethods in org.jclouds.openstack.nova.v2_0.domain with parameters of type KeyPair -
Uses of KeyPair in org.jclouds.openstack.nova.v2_0.extensions
Methods in org.jclouds.openstack.nova.v2_0.extensions that return KeyPairModifier and TypeMethodDescriptionCreates aKeyPair
.KeyPairApi.createWithPublicKey
(String name, String publicKey) Creates aKeyPair
with a public key.Gets a specificKeyPair
by name.Methods in org.jclouds.openstack.nova.v2_0.extensions that return types with arguments of type KeyPair -
Uses of KeyPair in org.jclouds.openstack.nova.v2_0.functions.internal
Methods in org.jclouds.openstack.nova.v2_0.functions.internal that return types with arguments of type KeyPairModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<? extends KeyPair> ParseKeyPairs.apply
(HttpResponse response) -
Uses of KeyPair in org.jclouds.openstack.nova.v2_0.predicates
Methods in org.jclouds.openstack.nova.v2_0.predicates that return types with arguments of type KeyPairModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<KeyPair> KeyPairPredicates.nameEquals
(String name) matches name of the given keypair starts with the specified prefixstatic com.google.common.base.Predicate
<KeyPair> KeyPairPredicates.nameMatches
(com.google.common.base.Predicate<String> name) matches name of the given key pair