public class VsanUpgradeSystemUpgradeStatus extends DynamicData
Java class for VsanUpgradeSystemUpgradeStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VsanUpgradeSystemUpgradeStatus">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="inProgress" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="history" type="{urn:vim25}VsanUpgradeSystemUpgradeHistoryItem" maxOccurs="unbounded" minOccurs="0"/>
<element name="aborted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="completed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="progress" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
aborted |
protected Boolean |
completed |
protected List<VsanUpgradeSystemUpgradeHistoryItem> |
history |
protected boolean |
inProgress |
protected Integer |
progress |
| Constructor and Description |
|---|
VsanUpgradeSystemUpgradeStatus() |
| Modifier and Type | Method and Description |
|---|---|
List<VsanUpgradeSystemUpgradeHistoryItem> |
getHistory()
Gets the value of the history property.
|
Integer |
getProgress()
Gets the value of the progress property.
|
Boolean |
isAborted()
Gets the value of the aborted property.
|
Boolean |
isCompleted()
Gets the value of the completed property.
|
boolean |
isInProgress()
Gets the value of the inProgress property.
|
void |
setAborted(Boolean value)
Sets the value of the aborted property.
|
void |
setCompleted(Boolean value)
Sets the value of the completed property.
|
void |
setInProgress(boolean value)
Sets the value of the inProgress property.
|
void |
setProgress(Integer value)
Sets the value of the progress property.
|
protected boolean inProgress
protected List<VsanUpgradeSystemUpgradeHistoryItem> history
protected Boolean aborted
protected Boolean completed
protected Integer progress
public boolean isInProgress()
public void setInProgress(boolean value)
public List<VsanUpgradeSystemUpgradeHistoryItem> getHistory()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the history property.
For example, to add a new item, do as follows:
getHistory().add(newItem);
Objects of the following type(s) are allowed in the list
VsanUpgradeSystemUpgradeHistoryItem
public Boolean isAborted()
Booleanpublic void setAborted(Boolean value)
value - allowed object is
Booleanpublic Boolean isCompleted()
Booleanpublic void setCompleted(Boolean value)
value - allowed object is
Booleanpublic Integer getProgress()
IntegerCopyright © 2018. All rights reserved.