public class ProfileReferenceHostChangedEvent extends ProfileEvent
Java class for ProfileReferenceHostChangedEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileReferenceHostChangedEvent">
<complexContent>
<extension base="{urn:vim25}ProfileEvent">
<sequence>
<element name="referenceHost" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="referenceHostName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="prevReferenceHostName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
prevReferenceHostName |
protected ManagedObjectReference |
referenceHost |
protected String |
referenceHostName |
profilechainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
ProfileReferenceHostChangedEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrevReferenceHostName()
Gets the value of the prevReferenceHostName property.
|
ManagedObjectReference |
getReferenceHost()
Gets the value of the referenceHost property.
|
String |
getReferenceHostName()
Gets the value of the referenceHostName property.
|
void |
setPrevReferenceHostName(String value)
Sets the value of the prevReferenceHostName property.
|
void |
setReferenceHost(ManagedObjectReference value)
Sets the value of the referenceHost property.
|
void |
setReferenceHostName(String value)
Sets the value of the referenceHostName property.
|
getProfile, setProfilegetChainId, 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 ManagedObjectReference referenceHost
protected String referenceHostName
protected String prevReferenceHostName
public ManagedObjectReference getReferenceHost()
ManagedObjectReferencepublic void setReferenceHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getReferenceHostName()
Stringpublic void setReferenceHostName(String value)
value - allowed object is
Stringpublic String getPrevReferenceHostName()
StringCopyright © 2018. All rights reserved.