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