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