Vcenter Host Hardware DirectPathDevices IterationSpec

Vcenter Host Hardware DirectPathDevices IterationSpec
Vcenter Host Hardware DirectPathDevices IterationSpec

The Vcenter Host Hardware DirectPathDevices IterationSpec schema contains properties used to break the result into pages when listing DirectPath devices in GET /vcenter/host/{host}/hardware/direct-path-devices operation.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "page_size": 0,
    "marker": "string"
}
integer As int64 As int64
page_size
Optional

The maximum number of entries to return in the result.

This property was added in vSphere API 9.1.0.0.

If missing or null, then defaults to 256.

string
marker
Optional

The {#member marker} is an opaque data structure that allows the caller to request the next page of results from #list operation.

This property was added in vSphere API 9.1.0.0.

If missing or null, then the first page of results will be returned.