ArrayOfHostNumaInfo
ArrayOfHostNumaInfo
A boxed array of HostNumaInfo. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"type": "string",
"numNodes": 0,
"numaNode": [
{
"_typeName": "string",
"typeId": 0,
"cpuID": [
0
],
"memorySize": 0,
"memoryRangeBegin": 0,
"memoryRangeLength": 0,
"pciId": [
"string"
]
}
]
}
]
}