public class HostStorageDeviceInfo extends DynamicData
Java class for HostStorageDeviceInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostStorageDeviceInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="hostBusAdapter" type="{urn:vim25}HostHostBusAdapter" maxOccurs="unbounded" minOccurs="0"/>
<element name="scsiLun" type="{urn:vim25}ScsiLun" maxOccurs="unbounded" minOccurs="0"/>
<element name="scsiTopology" type="{urn:vim25}HostScsiTopology" minOccurs="0"/>
<element name="multipathInfo" type="{urn:vim25}HostMultipathInfo" minOccurs="0"/>
<element name="plugStoreTopology" type="{urn:vim25}HostPlugStoreTopology" minOccurs="0"/>
<element name="softwareInternetScsiEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HostHostBusAdapter> |
hostBusAdapter |
protected HostMultipathInfo |
multipathInfo |
protected HostPlugStoreTopology |
plugStoreTopology |
protected List<ScsiLun> |
scsiLun |
protected HostScsiTopology |
scsiTopology |
protected boolean |
softwareInternetScsiEnabled |
| Constructor and Description |
|---|
HostStorageDeviceInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<HostHostBusAdapter> |
getHostBusAdapter()
Gets the value of the hostBusAdapter property.
|
HostMultipathInfo |
getMultipathInfo()
Gets the value of the multipathInfo property.
|
HostPlugStoreTopology |
getPlugStoreTopology()
Gets the value of the plugStoreTopology property.
|
List<ScsiLun> |
getScsiLun()
Gets the value of the scsiLun property.
|
HostScsiTopology |
getScsiTopology()
Gets the value of the scsiTopology property.
|
boolean |
isSoftwareInternetScsiEnabled()
Gets the value of the softwareInternetScsiEnabled property.
|
void |
setMultipathInfo(HostMultipathInfo value)
Sets the value of the multipathInfo property.
|
void |
setPlugStoreTopology(HostPlugStoreTopology value)
Sets the value of the plugStoreTopology property.
|
void |
setScsiTopology(HostScsiTopology value)
Sets the value of the scsiTopology property.
|
void |
setSoftwareInternetScsiEnabled(boolean value)
Sets the value of the softwareInternetScsiEnabled property.
|
protected List<HostHostBusAdapter> hostBusAdapter
protected HostScsiTopology scsiTopology
protected HostMultipathInfo multipathInfo
protected HostPlugStoreTopology plugStoreTopology
protected boolean softwareInternetScsiEnabled
public List<HostHostBusAdapter> getHostBusAdapter()
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 hostBusAdapter property.
For example, to add a new item, do as follows:
getHostBusAdapter().add(newItem);
Objects of the following type(s) are allowed in the list
HostHostBusAdapter
public List<ScsiLun> getScsiLun()
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 scsiLun property.
For example, to add a new item, do as follows:
getScsiLun().add(newItem);
Objects of the following type(s) are allowed in the list
ScsiLun
public HostScsiTopology getScsiTopology()
HostScsiTopologypublic void setScsiTopology(HostScsiTopology value)
value - allowed object is
HostScsiTopologypublic HostMultipathInfo getMultipathInfo()
HostMultipathInfopublic void setMultipathInfo(HostMultipathInfo value)
value - allowed object is
HostMultipathInfopublic HostPlugStoreTopology getPlugStoreTopology()
HostPlugStoreTopologypublic void setPlugStoreTopology(HostPlugStoreTopology value)
value - allowed object is
HostPlugStoreTopologypublic boolean isSoftwareInternetScsiEnabled()
public void setSoftwareInternetScsiEnabled(boolean value)
Copyright © 2018. All rights reserved.