public class ImportSpec extends DynamicData
Java class for ImportSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImportSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="entityConfig" type="{urn:vim25}VAppEntityConfigInfo" minOccurs="0"/>
<element name="instantiationOst" type="{urn:vim25}OvfConsumerOstNode" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VAppEntityConfigInfo |
entityConfig |
protected OvfConsumerOstNode |
instantiationOst |
| Constructor and Description |
|---|
ImportSpec() |
| Modifier and Type | Method and Description |
|---|---|
VAppEntityConfigInfo |
getEntityConfig()
Gets the value of the entityConfig property.
|
OvfConsumerOstNode |
getInstantiationOst()
Gets the value of the instantiationOst property.
|
void |
setEntityConfig(VAppEntityConfigInfo value)
Sets the value of the entityConfig property.
|
void |
setInstantiationOst(OvfConsumerOstNode value)
Sets the value of the instantiationOst property.
|
protected VAppEntityConfigInfo entityConfig
protected OvfConsumerOstNode instantiationOst
public VAppEntityConfigInfo getEntityConfig()
VAppEntityConfigInfopublic void setEntityConfig(VAppEntityConfigInfo value)
value - allowed object is
VAppEntityConfigInfopublic OvfConsumerOstNode getInstantiationOst()
OvfConsumerOstNodepublic void setInstantiationOst(OvfConsumerOstNode value)
value - allowed object is
OvfConsumerOstNodeCopyright © 2018. All rights reserved.