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