public class VirtualMachineFileInfo extends DynamicData
Java class for VirtualMachineFileInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineFileInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vmPathName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="snapshotDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="suspendDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="logDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ftMetadataDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ftMetadataDirectory |
protected String |
logDirectory |
protected String |
snapshotDirectory |
protected String |
suspendDirectory |
protected String |
vmPathName |
| Constructor and Description |
|---|
VirtualMachineFileInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFtMetadataDirectory()
Gets the value of the ftMetadataDirectory property.
|
String |
getLogDirectory()
Gets the value of the logDirectory property.
|
String |
getSnapshotDirectory()
Gets the value of the snapshotDirectory property.
|
String |
getSuspendDirectory()
Gets the value of the suspendDirectory property.
|
String |
getVmPathName()
Gets the value of the vmPathName property.
|
void |
setFtMetadataDirectory(String value)
Sets the value of the ftMetadataDirectory property.
|
void |
setLogDirectory(String value)
Sets the value of the logDirectory property.
|
void |
setSnapshotDirectory(String value)
Sets the value of the snapshotDirectory property.
|
void |
setSuspendDirectory(String value)
Sets the value of the suspendDirectory property.
|
void |
setVmPathName(String value)
Sets the value of the vmPathName property.
|
protected String vmPathName
protected String snapshotDirectory
protected String suspendDirectory
protected String logDirectory
protected String ftMetadataDirectory
public String getVmPathName()
Stringpublic void setVmPathName(String value)
value - allowed object is
Stringpublic String getSnapshotDirectory()
Stringpublic void setSnapshotDirectory(String value)
value - allowed object is
Stringpublic String getSuspendDirectory()
Stringpublic void setSuspendDirectory(String value)
value - allowed object is
Stringpublic String getLogDirectory()
Stringpublic void setLogDirectory(String value)
value - allowed object is
Stringpublic String getFtMetadataDirectory()
StringCopyright © 2018. All rights reserved.