public class ClusterActionHistory extends DynamicData
Java class for ClusterActionHistory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterActionHistory">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="action" type="{urn:vim25}ClusterAction"/>
<element name="time" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClusterAction |
action |
protected XMLGregorianCalendar |
time |
| Constructor and Description |
|---|
ClusterActionHistory() |
| Modifier and Type | Method and Description |
|---|---|
ClusterAction |
getAction()
Gets the value of the action property.
|
XMLGregorianCalendar |
getTime()
Gets the value of the time property.
|
void |
setAction(ClusterAction value)
Sets the value of the action property.
|
void |
setTime(XMLGregorianCalendar value)
Sets the value of the time property.
|
protected ClusterAction action
protected XMLGregorianCalendar time
public ClusterAction getAction()
ClusterActionpublic void setAction(ClusterAction value)
value - allowed object is
ClusterActionpublic XMLGregorianCalendar getTime()
XMLGregorianCalendarpublic void setTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018. All rights reserved.