Package com.vmware.vim25
Class VmConfigSpec
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.VmConfigSpec
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
VAppConfigSpec
- See Also:
-
Field Summary
FieldsFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]getEula()String[]voidvoidsetInstallBootRequired(Boolean installBootRequired) voidsetInstallBootStopDelay(Integer installBootStopDelay) voidsetIpAssignment(VAppIPAssignmentInfo ipAssignment) voidsetOvfEnvironmentTransport(String[] ovfEnvironmentTransport) voidsetOvfSection(VAppOvfSectionSpec[] ovfSection) voidsetProduct(VAppProductSpec[] product) voidsetProperty(VAppPropertySpec[] property) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
product
-
property
-
ipAssignment
-
eula
-
ovfSection
-
ovfEnvironmentTransport
-
installBootRequired
-
installBootStopDelay
-
-
Constructor Details
-
VmConfigSpec
public VmConfigSpec()
-
-
Method Details
-
getProduct
-
getProperty
-
getIpAssignment
-
getEula
-
getOvfSection
-
getOvfEnvironmentTransport
-
getInstallBootRequired
-
getInstallBootStopDelay
-
setProduct
-
setProperty
-
setIpAssignment
-
setEula
-
setOvfSection
-
setOvfEnvironmentTransport
-
setInstallBootRequired
-
setInstallBootStopDelay
-