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