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