com.hyper9.simdk.stubs.dao
Class VirtualMachineRelocateSpec

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

public class VirtualMachineRelocateSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineRelocateSpec()
           
 
Method Summary
 Datastore getDatastore()
           
 List<VirtualMachineRelocateSpecDiskLocator> getDisk()
           
 String getDiskMoveType()
           
 HostSystem getHost()
           
 ResourcePool getPool()
           
 VirtualMachineRelocateTransformation getTransform()
           
 void setDatastore(Datastore toSet)
           
 void setDisk(List<VirtualMachineRelocateSpecDiskLocator> toSet)
           
 void setDiskMoveType(String toSet)
           
 void setHost(HostSystem toSet)
           
 void setPool(ResourcePool toSet)
           
 void setTransform(VirtualMachineRelocateTransformation 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

VirtualMachineRelocateSpec

public VirtualMachineRelocateSpec()
Method Detail

getDatastore

public Datastore getDatastore()

setDatastore

public void setDatastore(Datastore toSet)

getDiskMoveType

public String getDiskMoveType()

setDiskMoveType

public void setDiskMoveType(String toSet)

getPool

public ResourcePool getPool()

setPool

public void setPool(ResourcePool toSet)

getHost

public HostSystem getHost()

setHost

public void setHost(HostSystem toSet)

getDisk

public List<VirtualMachineRelocateSpecDiskLocator> getDisk()

setDisk

public void setDisk(List<VirtualMachineRelocateSpecDiskLocator> toSet)

getTransform

public VirtualMachineRelocateTransformation getTransform()

setTransform

public void setTransform(VirtualMachineRelocateTransformation toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.