public class OvfCreateDescriptorParams extends DynamicData
Java class for OvfCreateDescriptorParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfCreateDescriptorParams">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="ovfFiles" type="{urn:vim25}OvfFile" maxOccurs="unbounded" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="includeImageFiles" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="exportOption" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="snapshot" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected List<String> |
exportOption |
protected Boolean |
includeImageFiles |
protected String |
name |
protected List<OvfFile> |
ovfFiles |
protected ManagedObjectReference |
snapshot |
| Constructor and Description |
|---|
OvfCreateDescriptorParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
List<String> |
getExportOption()
Gets the value of the exportOption property.
|
String |
getName()
Gets the value of the name property.
|
List<OvfFile> |
getOvfFiles()
Gets the value of the ovfFiles property.
|
ManagedObjectReference |
getSnapshot()
Gets the value of the snapshot property.
|
Boolean |
isIncludeImageFiles()
Gets the value of the includeImageFiles property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setIncludeImageFiles(Boolean value)
Sets the value of the includeImageFiles property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSnapshot(ManagedObjectReference value)
Sets the value of the snapshot property.
|
protected String name
protected String description
protected Boolean includeImageFiles
protected ManagedObjectReference snapshot
public List<OvfFile> getOvfFiles()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ovfFiles property.
For example, to add a new item, do as follows:
getOvfFiles().add(newItem);
Objects of the following type(s) are allowed in the list
OvfFile
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean isIncludeImageFiles()
Booleanpublic void setIncludeImageFiles(Boolean value)
value - allowed object is
Booleanpublic List<String> getExportOption()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the exportOption property.
For example, to add a new item, do as follows:
getExportOption().add(newItem);
Objects of the following type(s) are allowed in the list
String
public ManagedObjectReference getSnapshot()
ManagedObjectReferencepublic void setSnapshot(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.