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