public class HostInternetScsiHbaStaticTarget extends DynamicData
Java class for HostInternetScsiHbaStaticTarget complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostInternetScsiHbaStaticTarget">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="iScsiName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="discoveryMethod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="authenticationProperties" type="{urn:vim25}HostInternetScsiHbaAuthenticationProperties" minOccurs="0"/>
<element name="digestProperties" type="{urn:vim25}HostInternetScsiHbaDigestProperties" minOccurs="0"/>
<element name="supportedAdvancedOptions" type="{urn:vim25}OptionDef" maxOccurs="unbounded" minOccurs="0"/>
<element name="advancedOptions" type="{urn:vim25}HostInternetScsiHbaParamValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="parent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected List<HostInternetScsiHbaParamValue> |
advancedOptions |
protected HostInternetScsiHbaAuthenticationProperties |
authenticationProperties |
protected HostInternetScsiHbaDigestProperties |
digestProperties |
protected String |
discoveryMethod |
protected String |
iScsiName |
protected String |
parent |
protected Integer |
port |
protected List<OptionDef> |
supportedAdvancedOptions |
| Constructor and Description |
|---|
HostInternetScsiHbaStaticTarget() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
List<HostInternetScsiHbaParamValue> |
getAdvancedOptions()
Gets the value of the advancedOptions property.
|
HostInternetScsiHbaAuthenticationProperties |
getAuthenticationProperties()
Gets the value of the authenticationProperties property.
|
HostInternetScsiHbaDigestProperties |
getDigestProperties()
Gets the value of the digestProperties property.
|
String |
getDiscoveryMethod()
Gets the value of the discoveryMethod property.
|
String |
getIScsiName()
Gets the value of the iScsiName property.
|
String |
getParent()
Gets the value of the parent property.
|
Integer |
getPort()
Gets the value of the port property.
|
List<OptionDef> |
getSupportedAdvancedOptions()
Gets the value of the supportedAdvancedOptions property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setAuthenticationProperties(HostInternetScsiHbaAuthenticationProperties value)
Sets the value of the authenticationProperties property.
|
void |
setDigestProperties(HostInternetScsiHbaDigestProperties value)
Sets the value of the digestProperties property.
|
void |
setDiscoveryMethod(String value)
Sets the value of the discoveryMethod property.
|
void |
setIScsiName(String value)
Sets the value of the iScsiName property.
|
void |
setParent(String value)
Sets the value of the parent property.
|
void |
setPort(Integer value)
Sets the value of the port property.
|
protected String address
protected Integer port
protected String iScsiName
protected String discoveryMethod
protected HostInternetScsiHbaAuthenticationProperties authenticationProperties
protected HostInternetScsiHbaDigestProperties digestProperties
protected List<HostInternetScsiHbaParamValue> advancedOptions
protected String parent
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic Integer getPort()
Integerpublic void setPort(Integer value)
value - allowed object is
Integerpublic String getIScsiName()
Stringpublic void setIScsiName(String value)
value - allowed object is
Stringpublic String getDiscoveryMethod()
Stringpublic void setDiscoveryMethod(String value)
value - allowed object is
Stringpublic HostInternetScsiHbaAuthenticationProperties getAuthenticationProperties()
HostInternetScsiHbaAuthenticationPropertiespublic void setAuthenticationProperties(HostInternetScsiHbaAuthenticationProperties value)
value - allowed object is
HostInternetScsiHbaAuthenticationPropertiespublic HostInternetScsiHbaDigestProperties getDigestProperties()
HostInternetScsiHbaDigestPropertiespublic void setDigestProperties(HostInternetScsiHbaDigestProperties value)
value - allowed object is
HostInternetScsiHbaDigestPropertiespublic List<OptionDef> getSupportedAdvancedOptions()
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 supportedAdvancedOptions property.
For example, to add a new item, do as follows:
getSupportedAdvancedOptions().add(newItem);
Objects of the following type(s) are allowed in the list
OptionDef
public List<HostInternetScsiHbaParamValue> getAdvancedOptions()
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 advancedOptions property.
For example, to add a new item, do as follows:
getAdvancedOptions().add(newItem);
Objects of the following type(s) are allowed in the list
HostInternetScsiHbaParamValue
public String getParent()
StringCopyright © 2018. All rights reserved.