public class VmWwnAssignedEvent extends VmEvent
Java class for VmWwnAssignedEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmWwnAssignedEvent">
<complexContent>
<extension base="{urn:vim25}VmEvent">
<sequence>
<element name="nodeWwns" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded"/>
<element name="portWwns" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Long> |
nodeWwns |
protected List<Long> |
portWwns |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
VmWwnAssignedEvent() |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getNodeWwns()
Gets the value of the nodeWwns property.
|
List<Long> |
getPortWwns()
Gets the value of the portWwns property.
|
isTemplate, setTemplategetChainId, 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> getNodeWwns()
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 nodeWwns property.
For example, to add a new item, do as follows:
getNodeWwns().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Long> getPortWwns()
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 portWwns property.
For example, to add a new item, do as follows:
getPortWwns().add(newItem);
Objects of the following type(s) are allowed in the list
Long
Copyright © 2018. All rights reserved.