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