public class VmConfigSpec extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
String[] |
eula |
Boolean |
installBootRequired |
Integer |
installBootStopDelay |
VAppIPAssignmentInfo |
ipAssignment |
String[] |
ovfEnvironmentTransport |
VAppOvfSectionSpec[] |
ovfSection |
VAppProductSpec[] |
product |
VAppPropertySpec[] |
property |
dynamicProperty, dynamicType| Constructor and Description |
|---|
VmConfigSpec() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getEula() |
Boolean |
getInstallBootRequired() |
Integer |
getInstallBootStopDelay() |
VAppIPAssignmentInfo |
getIpAssignment() |
String[] |
getOvfEnvironmentTransport() |
VAppOvfSectionSpec[] |
getOvfSection() |
VAppProductSpec[] |
getProduct() |
VAppPropertySpec[] |
getProperty() |
void |
setEula(String[] eula) |
void |
setInstallBootRequired(Boolean installBootRequired) |
void |
setInstallBootStopDelay(Integer installBootStopDelay) |
void |
setIpAssignment(VAppIPAssignmentInfo ipAssignment) |
void |
setOvfEnvironmentTransport(String[] ovfEnvironmentTransport) |
void |
setOvfSection(VAppOvfSectionSpec[] ovfSection) |
void |
setProduct(VAppProductSpec[] product) |
void |
setProperty(VAppPropertySpec[] property) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic VAppProductSpec[] product
public VAppPropertySpec[] property
public VAppIPAssignmentInfo ipAssignment
public String[] eula
public VAppOvfSectionSpec[] ovfSection
public String[] ovfEnvironmentTransport
public Boolean installBootRequired
public Integer installBootStopDelay
public VAppProductSpec[] getProduct()
public VAppPropertySpec[] getProperty()
public VAppIPAssignmentInfo getIpAssignment()
public String[] getEula()
public VAppOvfSectionSpec[] getOvfSection()
public String[] getOvfEnvironmentTransport()
public Boolean getInstallBootRequired()
public Integer getInstallBootStopDelay()
public void setProduct(VAppProductSpec[] product)
public void setProperty(VAppPropertySpec[] property)
public void setIpAssignment(VAppIPAssignmentInfo ipAssignment)
public void setEula(String[] eula)
public void setOvfSection(VAppOvfSectionSpec[] ovfSection)
public void setOvfEnvironmentTransport(String[] ovfEnvironmentTransport)
public void setInstallBootRequired(Boolean installBootRequired)
public void setInstallBootStopDelay(Integer installBootStopDelay)
Copyright © 2011-2012. All Rights Reserved.