public class VsanHostDiskResult extends DynamicData
Java class for VsanHostDiskResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VsanHostDiskResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="disk" type="{urn:vim25}HostScsiDisk"/>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vsanUuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="error" type="{urn:vim25}LocalizedMethodFault" minOccurs="0"/>
<element name="degraded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
degraded |
protected HostScsiDisk |
disk |
protected LocalizedMethodFault |
error |
protected String |
state |
protected String |
vsanUuid |
| Constructor and Description |
|---|
VsanHostDiskResult() |
| Modifier and Type | Method and Description |
|---|---|
HostScsiDisk |
getDisk()
Gets the value of the disk property.
|
LocalizedMethodFault |
getError()
Gets the value of the error property.
|
String |
getState()
Gets the value of the state property.
|
String |
getVsanUuid()
Gets the value of the vsanUuid property.
|
Boolean |
isDegraded()
Gets the value of the degraded property.
|
void |
setDegraded(Boolean value)
Sets the value of the degraded property.
|
void |
setDisk(HostScsiDisk value)
Sets the value of the disk property.
|
void |
setError(LocalizedMethodFault value)
Sets the value of the error property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setVsanUuid(String value)
Sets the value of the vsanUuid property.
|
protected HostScsiDisk disk
protected String state
protected String vsanUuid
protected LocalizedMethodFault error
protected Boolean degraded
public HostScsiDisk getDisk()
HostScsiDiskpublic void setDisk(HostScsiDisk value)
value - allowed object is
HostScsiDiskpublic String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic String getVsanUuid()
Stringpublic void setVsanUuid(String value)
value - allowed object is
Stringpublic LocalizedMethodFault getError()
LocalizedMethodFaultpublic void setError(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultpublic Boolean isDegraded()
BooleanCopyright © 2018. All rights reserved.