public class Event extends DynamicData
Java class for Event complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Event">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="chainId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="createdTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="userName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="datacenter" type="{urn:vim25}DatacenterEventArgument" minOccurs="0"/>
<element name="computeResource" type="{urn:vim25}ComputeResourceEventArgument" minOccurs="0"/>
<element name="host" type="{urn:vim25}HostEventArgument" minOccurs="0"/>
<element name="vm" type="{urn:vim25}VmEventArgument" minOccurs="0"/>
<element name="ds" type="{urn:vim25}DatastoreEventArgument" minOccurs="0"/>
<element name="net" type="{urn:vim25}NetworkEventArgument" minOccurs="0"/>
<element name="dvs" type="{urn:vim25}DvsEventArgument" minOccurs="0"/>
<element name="fullFormattedMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="changeTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
chainId |
protected String |
changeTag |
protected ComputeResourceEventArgument |
computeResource |
protected XMLGregorianCalendar |
createdTime |
protected DatacenterEventArgument |
datacenter |
protected DatastoreEventArgument |
ds |
protected DvsEventArgument |
dvs |
protected String |
fullFormattedMessage |
protected HostEventArgument |
host |
protected int |
key |
protected NetworkEventArgument |
net |
protected String |
userName |
protected VmEventArgument |
vm |
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
int |
getChainId()
Gets the value of the chainId property.
|
String |
getChangeTag()
Gets the value of the changeTag property.
|
ComputeResourceEventArgument |
getComputeResource()
Gets the value of the computeResource property.
|
XMLGregorianCalendar |
getCreatedTime()
Gets the value of the createdTime property.
|
DatacenterEventArgument |
getDatacenter()
Gets the value of the datacenter property.
|
DatastoreEventArgument |
getDs()
Gets the value of the ds property.
|
DvsEventArgument |
getDvs()
Gets the value of the dvs property.
|
String |
getFullFormattedMessage()
Gets the value of the fullFormattedMessage property.
|
HostEventArgument |
getHost()
Gets the value of the host property.
|
int |
getKey()
Gets the value of the key property.
|
NetworkEventArgument |
getNet()
Gets the value of the net property.
|
String |
getUserName()
Gets the value of the userName property.
|
VmEventArgument |
getVm()
Gets the value of the vm property.
|
void |
setChainId(int value)
Sets the value of the chainId property.
|
void |
setChangeTag(String value)
Sets the value of the changeTag property.
|
void |
setComputeResource(ComputeResourceEventArgument value)
Sets the value of the computeResource property.
|
void |
setCreatedTime(XMLGregorianCalendar value)
Sets the value of the createdTime property.
|
void |
setDatacenter(DatacenterEventArgument value)
Sets the value of the datacenter property.
|
void |
setDs(DatastoreEventArgument value)
Sets the value of the ds property.
|
void |
setDvs(DvsEventArgument value)
Sets the value of the dvs property.
|
void |
setFullFormattedMessage(String value)
Sets the value of the fullFormattedMessage property.
|
void |
setHost(HostEventArgument value)
Sets the value of the host property.
|
void |
setKey(int value)
Sets the value of the key property.
|
void |
setNet(NetworkEventArgument value)
Sets the value of the net property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
void |
setVm(VmEventArgument value)
Sets the value of the vm property.
|
protected int key
protected int chainId
protected XMLGregorianCalendar createdTime
protected String userName
protected DatacenterEventArgument datacenter
protected ComputeResourceEventArgument computeResource
protected HostEventArgument host
protected VmEventArgument vm
protected DatastoreEventArgument ds
protected NetworkEventArgument net
protected DvsEventArgument dvs
protected String fullFormattedMessage
protected String changeTag
public int getKey()
public void setKey(int value)
public int getChainId()
public void setChainId(int value)
public XMLGregorianCalendar getCreatedTime()
XMLGregorianCalendarpublic void setCreatedTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic DatacenterEventArgument getDatacenter()
DatacenterEventArgumentpublic void setDatacenter(DatacenterEventArgument value)
value - allowed object is
DatacenterEventArgumentpublic ComputeResourceEventArgument getComputeResource()
ComputeResourceEventArgumentpublic void setComputeResource(ComputeResourceEventArgument value)
value - allowed object is
ComputeResourceEventArgumentpublic HostEventArgument getHost()
HostEventArgumentpublic void setHost(HostEventArgument value)
value - allowed object is
HostEventArgumentpublic VmEventArgument getVm()
VmEventArgumentpublic void setVm(VmEventArgument value)
value - allowed object is
VmEventArgumentpublic DatastoreEventArgument getDs()
DatastoreEventArgumentpublic void setDs(DatastoreEventArgument value)
value - allowed object is
DatastoreEventArgumentpublic NetworkEventArgument getNet()
NetworkEventArgumentpublic void setNet(NetworkEventArgument value)
value - allowed object is
NetworkEventArgumentpublic DvsEventArgument getDvs()
DvsEventArgumentpublic void setDvs(DvsEventArgument value)
value - allowed object is
DvsEventArgumentpublic String getFullFormattedMessage()
Stringpublic void setFullFormattedMessage(String value)
value - allowed object is
Stringpublic String getChangeTag()
StringCopyright © 2018. All rights reserved.