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 KeyPairKeyPair.Builder. build()Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type KeyPair Modifier and Type Method Description TKeyPair.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 KeyPairKeyPairApi. create(String name)Creates aKeyPair.KeyPairKeyPairApi. createWithPublicKey(String name, String publicKey)Creates aKeyPairwith a public key.KeyPairKeyPairApi. get(String name)Gets a specificKeyPairby 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
-