HostDvxClass

HostDvxClass
HostDvxClass

Provides information about a single Device Virtualization Extensions (DVX) device class.

Since: vSphere API Release 8.0.0.1

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "deviceClass": "string",
    "checkpointSupported": false,
    "swDMATracingSupported": false,
    "sriovNic": false
}
string
deviceClass
Required

The class name.

boolean
checkpointSupported
Required

Indicates whether checkpointing is supported.

boolean
swDMATracingSupported
Required

Indicates whether software Direct Memory Access (DMA) tracing is supported.

boolean
sriovNic
Required

Indicates whether the devices of this class are SR-IOV NICs.

Availability
Added in vSphere API Release 8.0.0.1