HardwareValidationStatus interface
HardwareValidationStatus represents the latest hardware validation details performed for this bare metal machine.
Properties
last |
The timestamp of the hardware validation execution. NOTE: This property will not be serialized. It can only be populated by the server. |
result | The outcome of the hardware validation. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
lastValidationTime
The timestamp of the hardware validation execution. NOTE: This property will not be serialized. It can only be populated by the server.
lastValidationTime?: Date
Property Value
Date
result
The outcome of the hardware validation. NOTE: This property will not be serialized. It can only be populated by the server.
result?: string
Property Value
string