DpuInfo

DpuInfo
DpuInfo

Details of data processing unit (DPU) present on a ESXi Host.

JSON Example
{
    "dpu_id": "string",
    "firmware_version": "string",
    "is_primary": false,
    "model": "string",
    "os_version": "string",
    "state": "string",
    "vendor": "string"
}
string
dpu_id
Optional

Specifies Id of DPU.

string
firmware_version
Optional

Specifies the firmware version of DPU.

boolean
is_primary
Optional

Specifies whether this is considered the primary DPU in the host.

string
model
Optional

Specifies the model of DPU.

string
os_version
Optional

Specifies the operating system version of DPU.

string
state
Optional

Specifies state of DPU.

Possible values are : UNAVAILABLE, UNMANAGED, UNUSED, MANAGED, INVALID,
string
vendor
Optional

Specifies the vendor of DPU.