public class OvfCreateDescriptorParams extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
String |
description |
String[] |
exportOption |
Boolean |
includeImageFiles |
String |
name |
OvfFile[] |
ovfFiles |
dynamicProperty, dynamicType| Constructor and Description |
|---|
OvfCreateDescriptorParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String[] |
getExportOption() |
Boolean |
getIncludeImageFiles() |
String |
getName() |
OvfFile[] |
getOvfFiles() |
void |
setDescription(String description) |
void |
setExportOption(String[] exportOption) |
void |
setIncludeImageFiles(Boolean includeImageFiles) |
void |
setName(String name) |
void |
setOvfFiles(OvfFile[] ovfFiles) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic OvfFile[] ovfFiles
public String name
public String description
public Boolean includeImageFiles
public String[] exportOption
public OvfFile[] getOvfFiles()
public String getName()
public String getDescription()
public Boolean getIncludeImageFiles()
public String[] getExportOption()
public void setOvfFiles(OvfFile[] ovfFiles)
public void setName(String name)
public void setDescription(String description)
public void setIncludeImageFiles(Boolean includeImageFiles)
public void setExportOption(String[] exportOption)
Copyright © 2011-2012. All Rights Reserved.