DistributedVirtualSwitchHostMemberHostPerfNicOffloadState
Represents the runtime state of Performance NIC Offload on a host.
Since: vSphere API Release 9.1.0.0
{
"_typeName": "string",
"enabled": false,
"runtimeStatus": "string",
"statusDescription": "string"
}
Indicates whether Performance NIC Offload is intended to be enabled on the host.
This property reflects the user's configuration intent. The actual runtime status of the feature is provided by runtimeStatus.
The runtime status of the Performance NIC Offload feature when enabled is true.
This property reflects whether the enablement request has succeeded, is in progress, or has failed. See DistributedVirtualSwitchHostMemberHostPerfNicOffloadStateStatusEnum for supported values.
A human-readable description providing additional details about the runtimeStatus.
This property is set if and only if runtimeStatus is FAILED.