public class VirtualDeviceFileBackingInfo extends VirtualDeviceBackingInfo
Java class for VirtualDeviceFileBackingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDeviceFileBackingInfo">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceBackingInfo">
<sequence>
<element name="fileName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="datastore" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="backingObjectId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
backingObjectId |
protected ManagedObjectReference |
datastore |
protected String |
fileName |
| Constructor and Description |
|---|
VirtualDeviceFileBackingInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackingObjectId()
Gets the value of the backingObjectId property.
|
ManagedObjectReference |
getDatastore()
Gets the value of the datastore property.
|
String |
getFileName()
Gets the value of the fileName property.
|
void |
setBackingObjectId(String value)
Sets the value of the backingObjectId property.
|
void |
setDatastore(ManagedObjectReference value)
Sets the value of the datastore property.
|
void |
setFileName(String value)
Sets the value of the fileName property.
|
protected String fileName
protected ManagedObjectReference datastore
protected String backingObjectId
public String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic ManagedObjectReference getDatastore()
ManagedObjectReferencepublic void setDatastore(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getBackingObjectId()
StringCopyright © 2018. All rights reserved.