public class HostVsanInternalSystemVsanPhysicalDiskDiagnosticsResult extends DynamicData
Java class for HostVsanInternalSystemVsanPhysicalDiskDiagnosticsResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostVsanInternalSystemVsanPhysicalDiskDiagnosticsResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="diskUuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="success" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="failureReason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
diskUuid |
protected String |
failureReason |
protected boolean |
success |
| Constructor and Description |
|---|
HostVsanInternalSystemVsanPhysicalDiskDiagnosticsResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDiskUuid()
Gets the value of the diskUuid property.
|
String |
getFailureReason()
Gets the value of the failureReason property.
|
boolean |
isSuccess()
Gets the value of the success property.
|
void |
setDiskUuid(String value)
Sets the value of the diskUuid property.
|
void |
setFailureReason(String value)
Sets the value of the failureReason property.
|
void |
setSuccess(boolean value)
Sets the value of the success property.
|
protected String diskUuid
protected boolean success
protected String failureReason
public HostVsanInternalSystemVsanPhysicalDiskDiagnosticsResult()
public String getDiskUuid()
Stringpublic void setDiskUuid(String value)
value - allowed object is
Stringpublic boolean isSuccess()
public void setSuccess(boolean value)
public String getFailureReason()
StringCopyright © 2018. All rights reserved.