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