Package com.vmware.vim25
Class OvfCreateDescriptorParams
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.OvfCreateDescriptorParams
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]getName()OvfFile[]voidsetDescription(String description) voidsetExportOption(String[] exportOption) voidsetIncludeImageFiles(Boolean includeImageFiles) voidvoidsetOvfFiles(OvfFile[] ovfFiles) voidsetSnapshot(ManagedObjectReference snapshot) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
ovfFiles
-
name
-
description
-
includeImageFiles
-
exportOption
-
snapshot
-
-
Constructor Details
-
OvfCreateDescriptorParams
public OvfCreateDescriptorParams()
-
-
Method Details
-
getOvfFiles
-
getName
-
getDescription
-
getIncludeImageFiles
-
getExportOption
-
getSnapshot
-
setOvfFiles
-
setName
-
setDescription
-
setIncludeImageFiles
-
setExportOption
-
setSnapshot
-