public class HostInternetScsiHbaDiscoveryProperties extends DynamicData
Java class for HostInternetScsiHbaDiscoveryProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostInternetScsiHbaDiscoveryProperties">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="iSnsDiscoveryEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="iSnsDiscoveryMethod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="iSnsHost" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="slpDiscoveryEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="slpDiscoveryMethod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="slpHost" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="staticTargetDiscoveryEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="sendTargetsDiscoveryEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
iSnsDiscoveryEnabled |
protected String |
iSnsDiscoveryMethod |
protected String |
iSnsHost |
protected boolean |
sendTargetsDiscoveryEnabled |
protected boolean |
slpDiscoveryEnabled |
protected String |
slpDiscoveryMethod |
protected String |
slpHost |
protected boolean |
staticTargetDiscoveryEnabled |
| Constructor and Description |
|---|
HostInternetScsiHbaDiscoveryProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getISnsDiscoveryMethod()
Gets the value of the iSnsDiscoveryMethod property.
|
String |
getISnsHost()
Gets the value of the iSnsHost property.
|
String |
getSlpDiscoveryMethod()
Gets the value of the slpDiscoveryMethod property.
|
String |
getSlpHost()
Gets the value of the slpHost property.
|
boolean |
isISnsDiscoveryEnabled()
Gets the value of the iSnsDiscoveryEnabled property.
|
boolean |
isSendTargetsDiscoveryEnabled()
Gets the value of the sendTargetsDiscoveryEnabled property.
|
boolean |
isSlpDiscoveryEnabled()
Gets the value of the slpDiscoveryEnabled property.
|
boolean |
isStaticTargetDiscoveryEnabled()
Gets the value of the staticTargetDiscoveryEnabled property.
|
void |
setISnsDiscoveryEnabled(boolean value)
Sets the value of the iSnsDiscoveryEnabled property.
|
void |
setISnsDiscoveryMethod(String value)
Sets the value of the iSnsDiscoveryMethod property.
|
void |
setISnsHost(String value)
Sets the value of the iSnsHost property.
|
void |
setSendTargetsDiscoveryEnabled(boolean value)
Sets the value of the sendTargetsDiscoveryEnabled property.
|
void |
setSlpDiscoveryEnabled(boolean value)
Sets the value of the slpDiscoveryEnabled property.
|
void |
setSlpDiscoveryMethod(String value)
Sets the value of the slpDiscoveryMethod property.
|
void |
setSlpHost(String value)
Sets the value of the slpHost property.
|
void |
setStaticTargetDiscoveryEnabled(boolean value)
Sets the value of the staticTargetDiscoveryEnabled property.
|
protected boolean iSnsDiscoveryEnabled
protected String iSnsDiscoveryMethod
protected String iSnsHost
protected boolean slpDiscoveryEnabled
protected String slpDiscoveryMethod
protected String slpHost
protected boolean staticTargetDiscoveryEnabled
protected boolean sendTargetsDiscoveryEnabled
public HostInternetScsiHbaDiscoveryProperties()
public boolean isISnsDiscoveryEnabled()
public void setISnsDiscoveryEnabled(boolean value)
public String getISnsDiscoveryMethod()
Stringpublic void setISnsDiscoveryMethod(String value)
value - allowed object is
Stringpublic String getISnsHost()
Stringpublic void setISnsHost(String value)
value - allowed object is
Stringpublic boolean isSlpDiscoveryEnabled()
public void setSlpDiscoveryEnabled(boolean value)
public String getSlpDiscoveryMethod()
Stringpublic void setSlpDiscoveryMethod(String value)
value - allowed object is
Stringpublic String getSlpHost()
Stringpublic void setSlpHost(String value)
value - allowed object is
Stringpublic boolean isStaticTargetDiscoveryEnabled()
public void setStaticTargetDiscoveryEnabled(boolean value)
public boolean isSendTargetsDiscoveryEnabled()
public void setSendTargetsDiscoveryEnabled(boolean value)
Copyright © 2018. All rights reserved.