public class HostInternetScsiHbaDigestProperties extends DynamicData
Java class for HostInternetScsiHbaDigestProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostInternetScsiHbaDigestProperties">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="headerDigestType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="headerDigestInherited" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="dataDigestType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dataDigestInherited" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
dataDigestInherited |
protected String |
dataDigestType |
protected Boolean |
headerDigestInherited |
protected String |
headerDigestType |
| Constructor and Description |
|---|
HostInternetScsiHbaDigestProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataDigestType()
Gets the value of the dataDigestType property.
|
String |
getHeaderDigestType()
Gets the value of the headerDigestType property.
|
Boolean |
isDataDigestInherited()
Gets the value of the dataDigestInherited property.
|
Boolean |
isHeaderDigestInherited()
Gets the value of the headerDigestInherited property.
|
void |
setDataDigestInherited(Boolean value)
Sets the value of the dataDigestInherited property.
|
void |
setDataDigestType(String value)
Sets the value of the dataDigestType property.
|
void |
setHeaderDigestInherited(Boolean value)
Sets the value of the headerDigestInherited property.
|
void |
setHeaderDigestType(String value)
Sets the value of the headerDigestType property.
|
protected String headerDigestType
protected Boolean headerDigestInherited
protected String dataDigestType
protected Boolean dataDigestInherited
public String getHeaderDigestType()
Stringpublic void setHeaderDigestType(String value)
value - allowed object is
Stringpublic Boolean isHeaderDigestInherited()
Booleanpublic void setHeaderDigestInherited(Boolean value)
value - allowed object is
Booleanpublic String getDataDigestType()
Stringpublic void setDataDigestType(String value)
value - allowed object is
Stringpublic Boolean isDataDigestInherited()
BooleanCopyright © 2018. All rights reserved.