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