Package com.woorea.openstack.nova.model
Class Hypervisors
- java.lang.Object
-
- com.woorea.openstack.nova.model.Hypervisors
-
- All Implemented Interfaces:
Iterable<Hypervisor>
public class Hypervisors extends Object implements Iterable<Hypervisor>
Model for List of Hypervisors
-
-
Constructor Summary
Constructors Constructor Description Hypervisors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Hypervisor>getList()Iterator<Hypervisor>iterator()voidsetList(List<Hypervisor> list)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
-
-
-
-
Method Detail
-
getList
public List<Hypervisor> getList()
-
setList
public void setList(List<Hypervisor> list)
-
iterator
public Iterator<Hypervisor> iterator()
- Specified by:
iteratorin interfaceIterable<Hypervisor>
-
-