public class HostInternetScsiHbaDigestCapabilities extends DynamicData
Java class for HostInternetScsiHbaDigestCapabilities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostInternetScsiHbaDigestCapabilities">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="headerDigestSettable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="dataDigestSettable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="targetHeaderDigestSettable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="targetDataDigestSettable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
dataDigestSettable |
protected Boolean |
headerDigestSettable |
protected Boolean |
targetDataDigestSettable |
protected Boolean |
targetHeaderDigestSettable |
| Constructor and Description |
|---|
HostInternetScsiHbaDigestCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isDataDigestSettable()
Gets the value of the dataDigestSettable property.
|
Boolean |
isHeaderDigestSettable()
Gets the value of the headerDigestSettable property.
|
Boolean |
isTargetDataDigestSettable()
Gets the value of the targetDataDigestSettable property.
|
Boolean |
isTargetHeaderDigestSettable()
Gets the value of the targetHeaderDigestSettable property.
|
void |
setDataDigestSettable(Boolean value)
Sets the value of the dataDigestSettable property.
|
void |
setHeaderDigestSettable(Boolean value)
Sets the value of the headerDigestSettable property.
|
void |
setTargetDataDigestSettable(Boolean value)
Sets the value of the targetDataDigestSettable property.
|
void |
setTargetHeaderDigestSettable(Boolean value)
Sets the value of the targetHeaderDigestSettable property.
|
protected Boolean headerDigestSettable
protected Boolean dataDigestSettable
protected Boolean targetHeaderDigestSettable
protected Boolean targetDataDigestSettable
public HostInternetScsiHbaDigestCapabilities()
public Boolean isHeaderDigestSettable()
Booleanpublic void setHeaderDigestSettable(Boolean value)
value - allowed object is
Booleanpublic Boolean isDataDigestSettable()
Booleanpublic void setDataDigestSettable(Boolean value)
value - allowed object is
Booleanpublic Boolean isTargetHeaderDigestSettable()
Booleanpublic void setTargetHeaderDigestSettable(Boolean value)
value - allowed object is
Booleanpublic Boolean isTargetDataDigestSettable()
BooleanCopyright © 2018. All rights reserved.