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