com.hyper9.simdk.stubs.dao
Class VirtualMachineCloneSpec

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

public class VirtualMachineCloneSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineCloneSpec()
           
 
Method Summary
 VirtualMachineConfigSpec getConfig()
           
 CustomizationSpec getCustomization()
           
 VirtualMachineRelocateSpec getLocation()
           
 Boolean getPowerOn()
           
 VirtualMachineSnapshot getSnapshot()
           
 Boolean getTemplate()
           
 void setConfig(VirtualMachineConfigSpec toSet)
           
 void setCustomization(CustomizationSpec toSet)
           
 void setLocation(VirtualMachineRelocateSpec toSet)
           
 void setPowerOn(Boolean toSet)
           
 void setSnapshot(VirtualMachineSnapshot toSet)
           
 void setTemplate(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

VirtualMachineCloneSpec

public VirtualMachineCloneSpec()
Method Detail

getLocation

public VirtualMachineRelocateSpec getLocation()

setLocation

public void setLocation(VirtualMachineRelocateSpec toSet)

getTemplate

public Boolean getTemplate()

setTemplate

public void setTemplate(Boolean toSet)

getConfig

public VirtualMachineConfigSpec getConfig()

setConfig

public void setConfig(VirtualMachineConfigSpec toSet)

getCustomization

public CustomizationSpec getCustomization()

setCustomization

public void setCustomization(CustomizationSpec toSet)

getPowerOn

public Boolean getPowerOn()

setPowerOn

public void setPowerOn(Boolean toSet)

getSnapshot

public VirtualMachineSnapshot getSnapshot()

setSnapshot

public void setSnapshot(VirtualMachineSnapshot toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.