public class HostScsiTopologyTarget extends DynamicData
Java class for HostScsiTopologyTarget complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostScsiTopologyTarget">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="target" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="lun" type="{urn:vim25}HostScsiTopologyLun" maxOccurs="unbounded" minOccurs="0"/>
<element name="transport" type="{urn:vim25}HostTargetTransport" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected List<HostScsiTopologyLun> |
lun |
protected int |
target |
protected HostTargetTransport |
transport |
| Constructor and Description |
|---|
HostScsiTopologyTarget() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
List<HostScsiTopologyLun> |
getLun()
Gets the value of the lun property.
|
int |
getTarget()
Gets the value of the target property.
|
HostTargetTransport |
getTransport()
Gets the value of the transport property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setTarget(int value)
Sets the value of the target property.
|
void |
setTransport(HostTargetTransport value)
Sets the value of the transport property.
|
protected String key
protected int target
protected List<HostScsiTopologyLun> lun
protected HostTargetTransport transport
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic int getTarget()
public void setTarget(int value)
public List<HostScsiTopologyLun> getLun()
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 lun property.
For example, to add a new item, do as follows:
getLun().add(newItem);
Objects of the following type(s) are allowed in the list
HostScsiTopologyLun
public HostTargetTransport getTransport()
HostTargetTransportpublic void setTransport(HostTargetTransport value)
value - allowed object is
HostTargetTransportCopyright © 2018. All rights reserved.