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