public class VAppOvfSectionSpec extends ArrayUpdateSpec
Java class for VAppOvfSectionSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VAppOvfSectionSpec">
<complexContent>
<extension base="{urn:vim25}ArrayUpdateSpec">
<sequence>
<element name="info" type="{urn:vim25}VAppOvfSectionInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VAppOvfSectionInfo |
info |
operation, removeKey| Constructor and Description |
|---|
VAppOvfSectionSpec() |
| Modifier and Type | Method and Description |
|---|---|
VAppOvfSectionInfo |
getInfo()
Gets the value of the info property.
|
void |
setInfo(VAppOvfSectionInfo value)
Sets the value of the info property.
|
getOperation, getRemoveKey, setOperation, setRemoveKeyprotected VAppOvfSectionInfo info
public VAppOvfSectionInfo getInfo()
VAppOvfSectionInfopublic void setInfo(VAppOvfSectionInfo value)
value - allowed object is
VAppOvfSectionInfoCopyright © 2018. All rights reserved.