public class ProfileEvent extends Event
Java class for ProfileEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileEvent">
<complexContent>
<extension base="{urn:vim25}Event">
<sequence>
<element name="profile" type="{urn:vim25}ProfileEventArgument"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ProfileEventArgument |
profile |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
ProfileEvent() |
| Modifier and Type | Method and Description |
|---|---|
ProfileEventArgument |
getProfile()
Gets the value of the profile property.
|
void |
setProfile(ProfileEventArgument value)
Sets the value of the profile property.
|
getChainId, getChangeTag, getComputeResource, getCreatedTime, getDatacenter, getDs, getDvs, getFullFormattedMessage, getHost, getKey, getNet, getUserName, getVm, setChainId, setChangeTag, setComputeResource, setCreatedTime, setDatacenter, setDs, setDvs, setFullFormattedMessage, setHost, setKey, setNet, setUserName, setVmprotected ProfileEventArgument profile
public ProfileEventArgument getProfile()
ProfileEventArgumentpublic void setProfile(ProfileEventArgument value)
value - allowed object is
ProfileEventArgumentCopyright © 2018. All rights reserved.