Uses of Class
org.jclouds.openstack.nova.v2_0.domain.KeyPair
-
-
Uses of KeyPair in org.jclouds.openstack.nova.v2_0.domain
Methods in org.jclouds.openstack.nova.v2_0.domain that return KeyPair Modifier and Type Method Description KeyPair
KeyPair.Builder. build()
Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type KeyPair Modifier and Type Method Description T
KeyPair.Builder. fromKeyPair(KeyPair in)
-
Uses of KeyPair in org.jclouds.openstack.nova.v2_0.extensions
Methods in org.jclouds.openstack.nova.v2_0.extensions that return KeyPair Modifier and Type Method Description KeyPair
KeyPairApi. create(String name)
Creates aKeyPair
.KeyPair
KeyPairApi. createWithPublicKey(String name, String publicKey)
Creates aKeyPair
with a public key.KeyPair
KeyPairApi. get(String name)
Gets a specificKeyPair
by name.Methods in org.jclouds.openstack.nova.v2_0.extensions that return types with arguments of type KeyPair Modifier and Type Method Description com.google.common.collect.FluentIterable<KeyPair>
KeyPairApi. list()
Lists all Key Pairs. -
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 KeyPair Modifier and Type Method Description com.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 KeyPair Modifier and Type Method Description static 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
-