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