DistributedVirtualSwitchHostMemberHostPerfNicOffloadState

DistributedVirtualSwitchHostMemberHostPerfNicOffloadState
DistributedVirtualSwitchHostMemberHostPerfNicOffloadState

Represents the runtime state of Performance NIC Offload on a host.

Since: vSphere API Release 9.1.0.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "enabled": false,
    "runtimeStatus": "string",
    "statusDescription": "string"
}
boolean
enabled
Required

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.

string
runtimeStatus
Optional

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.

string
statusDescription
Optional

A human-readable description providing additional details about the runtimeStatus.

This property is set if and only if runtimeStatus is FAILED.