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