public class OvfResourceMap extends DynamicData
Java class for OvfResourceMap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfResourceMap">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="source" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="parent" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="resourceSpec" type="{urn:vim25}ResourceConfigSpec" minOccurs="0"/>
<element name="datastore" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
datastore |
protected ManagedObjectReference |
parent |
protected ResourceConfigSpec |
resourceSpec |
protected String |
source |
| Constructor and Description |
|---|
OvfResourceMap() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getDatastore()
Gets the value of the datastore property.
|
ManagedObjectReference |
getParent()
Gets the value of the parent property.
|
ResourceConfigSpec |
getResourceSpec()
Gets the value of the resourceSpec property.
|
String |
getSource()
Gets the value of the source property.
|
void |
setDatastore(ManagedObjectReference value)
Sets the value of the datastore property.
|
void |
setParent(ManagedObjectReference value)
Sets the value of the parent property.
|
void |
setResourceSpec(ResourceConfigSpec value)
Sets the value of the resourceSpec property.
|
void |
setSource(String value)
Sets the value of the source property.
|
protected String source
protected ManagedObjectReference parent
protected ResourceConfigSpec resourceSpec
protected ManagedObjectReference datastore
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic ManagedObjectReference getParent()
ManagedObjectReferencepublic void setParent(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ResourceConfigSpec getResourceSpec()
ResourceConfigSpecpublic void setResourceSpec(ResourceConfigSpec value)
value - allowed object is
ResourceConfigSpecpublic ManagedObjectReference getDatastore()
ManagedObjectReferencepublic void setDatastore(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.