This data object type is used both to publish the list of offload capabilities
and to contain offload capability policy settings. The network
policy logic is built on a two-level inheritance scheme which
requires that all settings be optional. As a result, all properties
on the NetOffloadCapabilities object must be optional.
See HostNetworkPolicy
|
Name
|
Type
|
Description
|
| csumOffload | xsd:boolean |
(Optional) The flag to indicate whether or not checksum
offloading is supported.
|
| tcpSegmentation | xsd:boolean |
(Optional) The flag to indicate whether or not TCP segmentation
offloading (TSO) is supported.
|
| zeroCopyXmit | xsd:boolean |
(Optional) The flag to indicate whether or not zero copy
transmits are supported.
|
|
Properties inherited from DynamicData |
| dynamicProperty, dynamicType |