public class HostNetOffloadCapabilities extends DynamicData
Java class for HostNetOffloadCapabilities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostNetOffloadCapabilities">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="csumOffload" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="tcpSegmentation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="zeroCopyXmit" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
csumOffload |
protected Boolean |
tcpSegmentation |
protected Boolean |
zeroCopyXmit |
| Constructor and Description |
|---|
HostNetOffloadCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isCsumOffload()
Gets the value of the csumOffload property.
|
Boolean |
isTcpSegmentation()
Gets the value of the tcpSegmentation property.
|
Boolean |
isZeroCopyXmit()
Gets the value of the zeroCopyXmit property.
|
void |
setCsumOffload(Boolean value)
Sets the value of the csumOffload property.
|
void |
setTcpSegmentation(Boolean value)
Sets the value of the tcpSegmentation property.
|
void |
setZeroCopyXmit(Boolean value)
Sets the value of the zeroCopyXmit property.
|
protected Boolean csumOffload
protected Boolean tcpSegmentation
protected Boolean zeroCopyXmit
public Boolean isCsumOffload()
Booleanpublic void setCsumOffload(Boolean value)
value - allowed object is
Booleanpublic Boolean isTcpSegmentation()
Booleanpublic void setTcpSegmentation(Boolean value)
value - allowed object is
Booleanpublic Boolean isZeroCopyXmit()
BooleanCopyright © 2018. All rights reserved.