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