com.hyper9.simdk.stubs.dao
Class HostVMotionManagerSpec

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.HostVMotionManagerSpec
All Implemented Interfaces:
Serializable

public class HostVMotionManagerSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostVMotionManagerSpec()
           
 
Method Summary
 List<HostVMotionManagerReparentSpec> getDiskLocations()
           
 String getDstIp()
           
 String getDstLoggingIp()
           
 String getDstUuid()
           
 Long getMigrationId()
           
 VirtualMachineMovePriority getPriority()
           
 String getSrcIp()
           
 String getSrcLoggingIp()
           
 String getSrcUuid()
           
 String getType()
           
 Boolean getUnsharedSwap()
           
 void setDiskLocations(List<HostVMotionManagerReparentSpec> toSet)
           
 void setDstIp(String toSet)
           
 void setDstLoggingIp(String toSet)
           
 void setDstUuid(String toSet)
           
 void setMigrationId(Long toSet)
           
 void setPriority(VirtualMachineMovePriority toSet)
           
 void setSrcIp(String toSet)
           
 void setSrcLoggingIp(String toSet)
           
 void setSrcUuid(String toSet)
           
 void setType(String toSet)
           
 void setUnsharedSwap(Boolean toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostVMotionManagerSpec

public HostVMotionManagerSpec()
Method Detail

getMigrationId

public Long getMigrationId()

setMigrationId

public void setMigrationId(Long toSet)

getSrcIp

public String getSrcIp()

setSrcIp

public void setSrcIp(String toSet)

getDstIp

public String getDstIp()

setDstIp

public void setDstIp(String toSet)

getSrcUuid

public String getSrcUuid()

setSrcUuid

public void setSrcUuid(String toSet)

getDstUuid

public String getDstUuid()

setDstUuid

public void setDstUuid(String toSet)

getPriority

public VirtualMachineMovePriority getPriority()

setPriority

public void setPriority(VirtualMachineMovePriority toSet)

getUnsharedSwap

public Boolean getUnsharedSwap()

setUnsharedSwap

public void setUnsharedSwap(Boolean toSet)

getType

public String getType()

setType

public void setType(String toSet)

getDiskLocations

public List<HostVMotionManagerReparentSpec> getDiskLocations()

setDiskLocations

public void setDiskLocations(List<HostVMotionManagerReparentSpec> toSet)

getSrcLoggingIp

public String getSrcLoggingIp()

setSrcLoggingIp

public void setSrcLoggingIp(String toSet)

getDstLoggingIp

public String getDstLoggingIp()

setDstLoggingIp

public void setDstLoggingIp(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.