public class InvalidDatastorePath extends InvalidDatastore
Java class for InvalidDatastorePath complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvalidDatastorePath">
<complexContent>
<extension base="{urn:vim25}InvalidDatastore">
<sequence>
<element name="datastorePath" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
datastorePath |
datastore, namefaultCause, faultMessage| Constructor and Description |
|---|
InvalidDatastorePath() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatastorePath()
Gets the value of the datastorePath property.
|
void |
setDatastorePath(String value)
Sets the value of the datastorePath property.
|
getDatastore, getName, setDatastore, setNamegetFaultCause, getFaultMessage, setFaultCauseprotected String datastorePath
Copyright © 2018. All rights reserved.