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