|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.inria.myriads.snoozecommon.communication.virtualcluster.submission.VirtualMachineTemplate
public final class VirtualMachineTemplate
Virtual machine description.
Constructor Summary | |
---|---|
VirtualMachineTemplate()
Constructor. |
Method Summary | |
---|---|
String |
getLibVirtTemplate()
Returns the libvirt description. |
NetworkDemand |
getNetworkCapacityDemand()
Returns the network capacity. |
void |
setLibVirtTemplate(String libVirtDescription)
Sets the libvirt description. |
void |
setNetworkCapacityDemand(NetworkDemand networkCapacity)
Sets the network capacity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VirtualMachineTemplate()
Method Detail |
---|
public void setNetworkCapacityDemand(NetworkDemand networkCapacity)
networkCapacity
- The network capacitypublic NetworkDemand getNetworkCapacityDemand()
public void setLibVirtTemplate(String libVirtDescription)
libVirtDescription
- The libvirt templatepublic String getLibVirtTemplate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |