dcim.moduletypeprofile:3
| Name | GPU |
|---|---|
| Description | — |
{
"properties": {
"gpu": {
"title": "GPU",
"type": "string"
},
"interface": {
"enum": [
"PCIe 4.0",
"PCIe 4.0 x8",
"PCIe 4.0 x16",
"PCIe 5.0 x16"
],
"type": "string"
},
"memory": {
"description": "Total memory capacity (in GB)",
"title": "Memory (GB)",
"type": "integer"
}
},
"required": [
"memory"
]
}