public class InvalidDatastoreState extends InvalidState
Java class for InvalidDatastoreState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvalidDatastoreState">
<complexContent>
<extension base="{urn:vim25}InvalidState">
<sequence>
<element name="datastoreName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
datastoreName |
faultCause, faultMessage| Constructor and Description |
|---|
InvalidDatastoreState() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatastoreName()
Gets the value of the datastoreName property.
|
void |
setDatastoreName(String value)
Sets the value of the datastoreName property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String datastoreName
Copyright © 2018. All rights reserved.