HostSriovInfo

HostSriovInfo
HostSriovInfo

This data object provides information about the state of SR-IOV device.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "id": "string",
    "dependentDevice": "string",
    "passthruEnabled": false,
    "passthruCapable": false,
    "passthruActive": false,
    "hardwareLabel": "string",
    "sriovEnabled": false,
    "sriovCapable": false,
    "sriovActive": false,
    "numVirtualFunctionRequested": 0,
    "numVirtualFunction": 0,
    "maxVirtualFunctionSupported": 0
}
boolean
sriovEnabled
Required

Whether SRIOV has been enabled by the user

boolean
sriovCapable
Required

Whether SRIOV is possible for this device

boolean
sriovActive
Required

Whether SRIOV is active for this device (meaning enabled + rebooted)

integer As int32 As int32
numVirtualFunctionRequested
Required

Number of SRIOV virtual functions requested for this device

integer As int32 As int32
numVirtualFunction
Required

Number of SRIOV virtual functions present on this device

integer As int32 As int32
maxVirtualFunctionSupported
Required

Maximum number of SRIOV virtual functions supported on this device