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