Package com.vmware.vim25
Class VmConfigInfo
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.VmConfigInfo
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
VAppConfigInfo
- See Also:
-
Field Summary
FieldsFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]getEula()intString[]booleanvoidvoidsetInstallBootRequired(boolean installBootRequired) voidsetInstallBootStopDelay(int installBootStopDelay) voidsetIpAssignment(VAppIPAssignmentInfo ipAssignment) voidsetOvfEnvironmentTransport(String[] ovfEnvironmentTransport) voidsetOvfSection(VAppOvfSectionInfo[] ovfSection) voidsetProduct(VAppProductInfo[] product) voidsetProperty(VAppPropertyInfo[] property) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
product
-
property
-
ipAssignment
-
eula
-
ovfSection
-
ovfEnvironmentTransport
-
installBootRequired
public boolean installBootRequired -
installBootStopDelay
public int installBootStopDelay
-
-
Constructor Details
-
VmConfigInfo
public VmConfigInfo()
-
-
Method Details
-
getProduct
-
getProperty
-
getIpAssignment
-
getEula
-
getOvfSection
-
getOvfEnvironmentTransport
-
isInstallBootRequired
public boolean isInstallBootRequired() -
getInstallBootStopDelay
public int getInstallBootStopDelay() -
setProduct
-
setProperty
-
setIpAssignment
-
setEula
-
setOvfSection
-
setOvfEnvironmentTransport
-
setInstallBootRequired
public void setInstallBootRequired(boolean installBootRequired) -
setInstallBootStopDelay
public void setInstallBootStopDelay(int installBootStopDelay)
-