com.hyper9.simdk.stubs.dao
Class VmConfigSpec

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.VmConfigSpec
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
VAppConfigSpec

public class VmConfigSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VmConfigSpec()
           
 
Method Summary
 List<String> getEula()
           
 Boolean getInstallBootRequired()
           
 Integer getInstallBootStopDelay()
           
 VAppIPAssignmentInfo getIpAssignment()
           
 List<String> getOvfEnvironmentTransport()
           
 List<VAppOvfSectionSpec> getOvfSection()
           
 List<VAppProductSpec> getProduct()
           
 List<VAppPropertySpec> getProperty()
           
 void setEula(List<String> toSet)
           
 void setInstallBootRequired(Boolean toSet)
           
 void setInstallBootStopDelay(Integer toSet)
           
 void setIpAssignment(VAppIPAssignmentInfo toSet)
           
 void setOvfEnvironmentTransport(List<String> toSet)
           
 void setOvfSection(List<VAppOvfSectionSpec> toSet)
           
 void setProduct(List<VAppProductSpec> toSet)
           
 void setProperty(List<VAppPropertySpec> 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

VmConfigSpec

public VmConfigSpec()
Method Detail

getProduct

public List<VAppProductSpec> getProduct()

setProduct

public void setProduct(List<VAppProductSpec> toSet)

getProperty

public List<VAppPropertySpec> getProperty()

setProperty

public void setProperty(List<VAppPropertySpec> toSet)

getIpAssignment

public VAppIPAssignmentInfo getIpAssignment()

setIpAssignment

public void setIpAssignment(VAppIPAssignmentInfo toSet)

getEula

public List<String> getEula()

setEula

public void setEula(List<String> toSet)

getOvfSection

public List<VAppOvfSectionSpec> getOvfSection()

setOvfSection

public void setOvfSection(List<VAppOvfSectionSpec> toSet)

getOvfEnvironmentTransport

public List<String> getOvfEnvironmentTransport()

setOvfEnvironmentTransport

public void setOvfEnvironmentTransport(List<String> toSet)

getInstallBootRequired

public Boolean getInstallBootRequired()

setInstallBootRequired

public void setInstallBootRequired(Boolean toSet)

getInstallBootStopDelay

public Integer getInstallBootStopDelay()

setInstallBootStopDelay

public void setInstallBootStopDelay(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.