public class HostInternetScsiHbaDiscoveryCapabilities extends DynamicData
Java class for HostInternetScsiHbaDiscoveryCapabilities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostInternetScsiHbaDiscoveryCapabilities">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="iSnsDiscoverySettable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="slpDiscoverySettable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="staticTargetDiscoverySettable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="sendTargetsDiscoverySettable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
iSnsDiscoverySettable |
protected boolean |
sendTargetsDiscoverySettable |
protected boolean |
slpDiscoverySettable |
protected boolean |
staticTargetDiscoverySettable |
| Constructor and Description |
|---|
HostInternetScsiHbaDiscoveryCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isISnsDiscoverySettable()
Gets the value of the iSnsDiscoverySettable property.
|
boolean |
isSendTargetsDiscoverySettable()
Gets the value of the sendTargetsDiscoverySettable property.
|
boolean |
isSlpDiscoverySettable()
Gets the value of the slpDiscoverySettable property.
|
boolean |
isStaticTargetDiscoverySettable()
Gets the value of the staticTargetDiscoverySettable property.
|
void |
setISnsDiscoverySettable(boolean value)
Sets the value of the iSnsDiscoverySettable property.
|
void |
setSendTargetsDiscoverySettable(boolean value)
Sets the value of the sendTargetsDiscoverySettable property.
|
void |
setSlpDiscoverySettable(boolean value)
Sets the value of the slpDiscoverySettable property.
|
void |
setStaticTargetDiscoverySettable(boolean value)
Sets the value of the staticTargetDiscoverySettable property.
|
protected boolean iSnsDiscoverySettable
protected boolean slpDiscoverySettable
protected boolean staticTargetDiscoverySettable
protected boolean sendTargetsDiscoverySettable
public HostInternetScsiHbaDiscoveryCapabilities()
public boolean isISnsDiscoverySettable()
public void setISnsDiscoverySettable(boolean value)
public boolean isSlpDiscoverySettable()
public void setSlpDiscoverySettable(boolean value)
public boolean isStaticTargetDiscoverySettable()
public void setStaticTargetDiscoverySettable(boolean value)
public boolean isSendTargetsDiscoverySettable()
public void setSendTargetsDiscoverySettable(boolean value)
Copyright © 2018. All rights reserved.