Package com.woorea.openstack.nova.model
Class KeyPairs
- java.lang.Object
-
- com.woorea.openstack.nova.model.KeyPairs
-
- All Implemented Interfaces:
Serializable,Iterable<KeyPair>
public class KeyPairs extends Object implements Iterable<KeyPair>, Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeyPairs.KeyPairWrapper
-
Constructor Summary
Constructors Constructor Description KeyPairs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<KeyPair>getList()Iterator<KeyPair>iterator()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-