vSphere Web Services API


Data Object - DistributedVirtualSwitchHostMemberHostPerfNicOffloadState(vim.dvs.HostMember.HostPerfNicOffloadState)

Property of
HostMemberRuntimeInfo, HostProxySwitch
Extends
DynamicData
Since
vSphere API Release 9.1.0.0

Data Object Description

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

Properties

Name Type Description
enabledxsd:boolean

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.
runtimeStatus*xsd:string

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 Status for supported values.
statusDescription*xsd:string

A human-readable description providing additional details about the runtimeStatus. This property is set if and only if runtimeStatus is FAILED.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition