|
||||||||||
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.VirtualMachineLocation
public final class VirtualMachineLocation
Virtual machine request.
Constructor Summary | |
---|---|
VirtualMachineLocation()
Constructor. |
|
VirtualMachineLocation(VirtualMachineLocation virtualMachineLocation)
Copy constructor. |
Method Summary | |
---|---|
NetworkAddress |
getLocalControllerControlDataAddress()
Returns the local controller control data address. |
String |
getLocalControllerId()
Returns the local controller identifier. |
String |
getVirtualMachineId()
Returns the virtual machine identifier. |
void |
setLocalControllerControlDataAddress(NetworkAddress localControllerControlDataAddress)
Sets the local controller control data address. |
void |
setLocalControllerId(String localControllerId)
Sets the local controller identifier. |
void |
setVirtualMachineId(String virtualMachineId)
Sets the virtual machine identifier. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VirtualMachineLocation()
public VirtualMachineLocation(VirtualMachineLocation virtualMachineLocation)
virtualMachineLocation
- The virtual machine locationMethod Detail |
---|
public void setVirtualMachineId(String virtualMachineId)
virtualMachineId
- The virtual machine identifierpublic String getVirtualMachineId()
public void setLocalControllerId(String localControllerId)
localControllerId
- The local controller identifierpublic String getLocalControllerId()
public void setLocalControllerControlDataAddress(NetworkAddress localControllerControlDataAddress)
localControllerControlDataAddress
- The local controller control data addresspublic NetworkAddress getLocalControllerControlDataAddress()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |