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