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