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