public class VsanHostClusterStatusStateCompletionEstimate extends DynamicData
Java class for VsanHostClusterStatusStateCompletionEstimate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VsanHostClusterStatusStateCompletionEstimate">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="completeTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="percentComplete" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
completeTime |
protected Integer |
percentComplete |
| Constructor and Description |
|---|
VsanHostClusterStatusStateCompletionEstimate() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCompleteTime()
Gets the value of the completeTime property.
|
Integer |
getPercentComplete()
Gets the value of the percentComplete property.
|
void |
setCompleteTime(XMLGregorianCalendar value)
Sets the value of the completeTime property.
|
void |
setPercentComplete(Integer value)
Sets the value of the percentComplete property.
|
protected XMLGregorianCalendar completeTime
protected Integer percentComplete
public VsanHostClusterStatusStateCompletionEstimate()
public XMLGregorianCalendar getCompleteTime()
XMLGregorianCalendarpublic void setCompleteTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Integer getPercentComplete()
IntegerCopyright © 2018. All rights reserved.