public class LocalDatastoreInfo extends DatastoreInfo
Java class for LocalDatastoreInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocalDatastoreInfo">
<complexContent>
<extension base="{urn:vim25}DatastoreInfo">
<sequence>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
path |
containerId, freeSpace, maxFileSize, maxMemoryFileSize, maxVirtualDiskCapacity, name, timestamp, url| Constructor and Description |
|---|
LocalDatastoreInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Gets the value of the path property.
|
void |
setPath(String value)
Sets the value of the path property.
|
getContainerId, getFreeSpace, getMaxFileSize, getMaxMemoryFileSize, getMaxVirtualDiskCapacity, getName, getTimestamp, getUrl, setContainerId, setFreeSpace, setMaxFileSize, setMaxMemoryFileSize, setMaxVirtualDiskCapacity, setName, setTimestamp, setUrlprotected String path
Copyright © 2018. All rights reserved.