Uses of Class
com.woorea.openstack.nova.model.Hypervisor
-
Packages that use Hypervisor Package Description com.woorea.openstack.nova.model -
-
Uses of Hypervisor in com.woorea.openstack.nova.model
Fields in com.woorea.openstack.nova.model with type parameters of type Hypervisor Modifier and Type Field Description private java.util.List<Hypervisor>
Hypervisors. list
Methods in com.woorea.openstack.nova.model that return types with arguments of type Hypervisor Modifier and Type Method Description java.util.List<Hypervisor>
Hypervisors. getList()
java.util.Iterator<Hypervisor>
Hypervisors. iterator()
Method parameters in com.woorea.openstack.nova.model with type arguments of type Hypervisor Modifier and Type Method Description void
Hypervisors. setList(java.util.List<Hypervisor> list)
-