public class UpdateInternetScsiAdvancedOptionsRequestType extends Object
Java class for UpdateInternetScsiAdvancedOptionsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateInternetScsiAdvancedOptionsRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="iScsiHbaDevice" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="targetSet" type="{urn:vim25}HostInternetScsiHbaTargetSet" minOccurs="0"/>
<element name="options" type="{urn:vim25}HostInternetScsiHbaParamValue" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
iScsiHbaDevice |
protected List<HostInternetScsiHbaParamValue> |
options |
protected HostInternetScsiHbaTargetSet |
targetSet |
| Constructor and Description |
|---|
UpdateInternetScsiAdvancedOptionsRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIScsiHbaDevice()
Gets the value of the iScsiHbaDevice property.
|
List<HostInternetScsiHbaParamValue> |
getOptions()
Gets the value of the options property.
|
HostInternetScsiHbaTargetSet |
getTargetSet()
Gets the value of the targetSet property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setIScsiHbaDevice(String value)
Sets the value of the iScsiHbaDevice property.
|
void |
setTargetSet(HostInternetScsiHbaTargetSet value)
Sets the value of the targetSet property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String iScsiHbaDevice
protected HostInternetScsiHbaTargetSet targetSet
protected List<HostInternetScsiHbaParamValue> options
public UpdateInternetScsiAdvancedOptionsRequestType()
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getIScsiHbaDevice()
Stringpublic void setIScsiHbaDevice(String value)
value - allowed object is
Stringpublic HostInternetScsiHbaTargetSet getTargetSet()
HostInternetScsiHbaTargetSetpublic void setTargetSet(HostInternetScsiHbaTargetSet value)
value - allowed object is
HostInternetScsiHbaTargetSetpublic List<HostInternetScsiHbaParamValue> getOptions()
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 options property.
For example, to add a new item, do as follows:
getOptions().add(newItem);
Objects of the following type(s) are allowed in the list
HostInternetScsiHbaParamValue
Copyright © 2018. All rights reserved.