SetVsanVcgMappingForHwDevicesRequestType
SetVsanVcgMappingForHwDevicesRequestType
The parameters of SetVsanVcgMappingForHwDevices.
This structure may be used only with operations rendered under /vsan
.
JSON Example
{
"spec": {
"_typeName": "string",
"entity": "string",
"vsanHwToVcgInfoMappings": [
{
"_typeName": "string",
"vsanHostHwDeviceId": {
"_typeName": "string",
"pciId": {
"_typeName": "string",
"vendorId": 0,
"deviceId": 0,
"subVendorId": 0,
"subDeviceId": 0
},
"productId": "string",
"diskCapacity": 0
},
"vcgId": 0
}
]
}
}
spec
Required
Refer to VsanHwToVcgInfoMappingSpec