public class VsanHostRuntimeInfoDiskIssue extends DynamicData
Java class for VsanHostRuntimeInfoDiskIssue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VsanHostRuntimeInfoDiskIssue">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="diskId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="issue" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
diskId |
protected String |
issue |
| Constructor and Description |
|---|
VsanHostRuntimeInfoDiskIssue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDiskId()
Gets the value of the diskId property.
|
String |
getIssue()
Gets the value of the issue property.
|
void |
setDiskId(String value)
Sets the value of the diskId property.
|
void |
setIssue(String value)
Sets the value of the issue property.
|
public String getDiskId()
Stringpublic void setDiskId(String value)
value - allowed object is
Stringpublic String getIssue()
StringCopyright © 2018. All rights reserved.