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.
{
"page_size": 0,
"marker": "string"
}
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.
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.