Uses of Class
com.woorea.openstack.nova.model.KeyPair
-
Packages that use KeyPair Package Description com.woorea.openstack.nova.api.extensions com.woorea.openstack.nova.model -
-
Uses of KeyPair in com.woorea.openstack.nova.api.extensions
Fields in com.woorea.openstack.nova.api.extensions declared as KeyPair Modifier and Type Field Description private KeyPair
KeyPairsExtension.Create. keyPairForCreate
Constructors in com.woorea.openstack.nova.api.extensions with parameters of type KeyPair Constructor Description Create(KeyPair keyPairForCreate)
-
Uses of KeyPair in com.woorea.openstack.nova.model
Fields in com.woorea.openstack.nova.model declared as KeyPair Modifier and Type Field Description private KeyPair
KeyPairs.KeyPairWrapper. keypair
Methods in com.woorea.openstack.nova.model that return types with arguments of type KeyPair Modifier and Type Method Description java.util.List<KeyPair>
KeyPairs. getList()
java.util.Iterator<KeyPair>
KeyPairs. iterator()
-