public class HostWwnChangedEvent extends HostEvent
Java class for HostWwnChangedEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostWwnChangedEvent">
<complexContent>
<extension base="{urn:vim25}HostEvent">
<sequence>
<element name="oldNodeWwns" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="oldPortWwns" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="newNodeWwns" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="newPortWwns" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Long> |
newNodeWwns |
protected List<Long> |
newPortWwns |
protected List<Long> |
oldNodeWwns |
protected List<Long> |
oldPortWwns |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
HostWwnChangedEvent() |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getNewNodeWwns()
Gets the value of the newNodeWwns property.
|
List<Long> |
getNewPortWwns()
Gets the value of the newPortWwns property.
|
List<Long> |
getOldNodeWwns()
Gets the value of the oldNodeWwns property.
|
List<Long> |
getOldPortWwns()
Gets the value of the oldPortWwns 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, setVmpublic List<Long> getOldNodeWwns()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the oldNodeWwns property.
For example, to add a new item, do as follows:
getOldNodeWwns().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Long> getOldPortWwns()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the oldPortWwns property.
For example, to add a new item, do as follows:
getOldPortWwns().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Long> getNewNodeWwns()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the newNodeWwns property.
For example, to add a new item, do as follows:
getNewNodeWwns().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Long> getNewPortWwns()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the newPortWwns property.
For example, to add a new item, do as follows:
getNewPortWwns().add(newItem);
Objects of the following type(s) are allowed in the list
Long
Copyright © 2018. All rights reserved.