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