Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 930 Bytes

HclProduct.md

File metadata and controls

18 lines (14 loc) · 930 Bytes

HclProduct

Model giving the details of product.

Properties

Name Type Description Notes
driver_names list[str] [optional]
error_code str Error code indicating the support status. [optional] [readonly] [default to 'Success']
firmwares list[HclFirmware] [optional]
id str Identifier of the product. [optional]
model str Model/PID of the product/adapter. [optional]
revision str Revision of the adapter model. [optional]
type str Type of the product/adapter say OCP, PT, GPU. [optional]
vendor str Vendor of the product or adapter. [optional]

[Back to Model list] [Back to API list] [Back to README]