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
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
Methods in com.woorea.openstack.nova.model that return types with arguments of type KeyPair Modifier and Type Method Description List<KeyPair>KeyPairs. getList()Iterator<KeyPair>KeyPairs. iterator()
-