public class HostLocalFileSystemVolumeSpec extends DynamicData
Java class for HostLocalFileSystemVolumeSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostLocalFileSystemVolumeSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="device" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="localPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
device |
protected String |
localPath |
| Constructor and Description |
|---|
HostLocalFileSystemVolumeSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDevice()
Gets the value of the device property.
|
String |
getLocalPath()
Gets the value of the localPath property.
|
void |
setDevice(String value)
Sets the value of the device property.
|
void |
setLocalPath(String value)
Sets the value of the localPath property.
|
public String getDevice()
Stringpublic void setDevice(String value)
value - allowed object is
Stringpublic String getLocalPath()
StringCopyright © 2018. All rights reserved.