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