public class VsanUpgradeSystemUpgradeHistoryDiskGroupOp extends VsanUpgradeSystemUpgradeHistoryItem
Java class for VsanUpgradeSystemUpgradeHistoryDiskGroupOp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VsanUpgradeSystemUpgradeHistoryDiskGroupOp">
<complexContent>
<extension base="{urn:vim25}VsanUpgradeSystemUpgradeHistoryItem">
<sequence>
<element name="operation" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="diskMapping" type="{urn:vim25}VsanHostDiskMapping"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VsanHostDiskMapping |
diskMapping |
protected String |
operation |
host, message, task, timestamp| Constructor and Description |
|---|
VsanUpgradeSystemUpgradeHistoryDiskGroupOp() |
| Modifier and Type | Method and Description |
|---|---|
VsanHostDiskMapping |
getDiskMapping()
Gets the value of the diskMapping property.
|
String |
getOperation()
Gets the value of the operation property.
|
void |
setDiskMapping(VsanHostDiskMapping value)
Sets the value of the diskMapping property.
|
void |
setOperation(String value)
Sets the value of the operation property.
|
getHost, getMessage, getTask, getTimestamp, setHost, setMessage, setTask, setTimestampprotected String operation
protected VsanHostDiskMapping diskMapping
public VsanUpgradeSystemUpgradeHistoryDiskGroupOp()
public String getOperation()
Stringpublic void setOperation(String value)
value - allowed object is
Stringpublic VsanHostDiskMapping getDiskMapping()
VsanHostDiskMappingpublic void setDiskMapping(VsanHostDiskMapping value)
value - allowed object is
VsanHostDiskMappingCopyright © 2018. All rights reserved.