public class HostInternetScsiHbaDiscoveryProperties extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
boolean |
iSnsDiscoveryEnabled |
String |
iSnsDiscoveryMethod |
String |
iSnsHost |
boolean |
sendTargetsDiscoveryEnabled |
boolean |
slpDiscoveryEnabled |
String |
slpDiscoveryMethod |
String |
slpHost |
boolean |
staticTargetDiscoveryEnabled |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostInternetScsiHbaDiscoveryProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getISnsDiscoveryMethod() |
String |
getISnsHost() |
String |
getSlpDiscoveryMethod() |
String |
getSlpHost() |
boolean |
isISnsDiscoveryEnabled() |
boolean |
isSendTargetsDiscoveryEnabled() |
boolean |
isSlpDiscoveryEnabled() |
boolean |
isStaticTargetDiscoveryEnabled() |
void |
setISnsDiscoveryEnabled(boolean iSnsDiscoveryEnabled) |
void |
setISnsDiscoveryMethod(String iSnsDiscoveryMethod) |
void |
setISnsHost(String iSnsHost) |
void |
setSendTargetsDiscoveryEnabled(boolean sendTargetsDiscoveryEnabled) |
void |
setSlpDiscoveryEnabled(boolean slpDiscoveryEnabled) |
void |
setSlpDiscoveryMethod(String slpDiscoveryMethod) |
void |
setSlpHost(String slpHost) |
void |
setStaticTargetDiscoveryEnabled(boolean staticTargetDiscoveryEnabled) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic boolean iSnsDiscoveryEnabled
public String iSnsDiscoveryMethod
public String iSnsHost
public boolean slpDiscoveryEnabled
public String slpDiscoveryMethod
public String slpHost
public boolean staticTargetDiscoveryEnabled
public boolean sendTargetsDiscoveryEnabled
public HostInternetScsiHbaDiscoveryProperties()
public boolean isISnsDiscoveryEnabled()
public String getISnsDiscoveryMethod()
public String getISnsHost()
public boolean isSlpDiscoveryEnabled()
public String getSlpDiscoveryMethod()
public String getSlpHost()
public boolean isStaticTargetDiscoveryEnabled()
public boolean isSendTargetsDiscoveryEnabled()
public void setISnsDiscoveryEnabled(boolean iSnsDiscoveryEnabled)
public void setISnsDiscoveryMethod(String iSnsDiscoveryMethod)
public void setISnsHost(String iSnsHost)
public void setSlpDiscoveryEnabled(boolean slpDiscoveryEnabled)
public void setSlpDiscoveryMethod(String slpDiscoveryMethod)
public void setSlpHost(String slpHost)
public void setStaticTargetDiscoveryEnabled(boolean staticTargetDiscoveryEnabled)
public void setSendTargetsDiscoveryEnabled(boolean sendTargetsDiscoveryEnabled)
Copyright © 2011-2012. All Rights Reserved.