public class HostMultipathInfo extends DynamicData
Java class for HostMultipathInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostMultipathInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="lun" type="{urn:vim25}HostMultipathInfoLogicalUnit" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HostMultipathInfoLogicalUnit> |
lun |
| Constructor and Description |
|---|
HostMultipathInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<HostMultipathInfoLogicalUnit> |
getLun()
Gets the value of the lun property.
|
protected List<HostMultipathInfoLogicalUnit> lun
public List<HostMultipathInfoLogicalUnit> getLun()
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 lun property.
For example, to add a new item, do as follows:
getLun().add(newItem);
Objects of the following type(s) are allowed in the list
HostMultipathInfoLogicalUnit
Copyright © 2018. All rights reserved.