behavior property

String? behavior
getter/setter pair

The behavior of the fault experienced with the subBlock. Possible string values are:

  • "FAULT_BEHAVIOR_UNSPECIFIED"
  • "GPU_ERROR" : The subBlock experienced a GPU error.
  • "PERFORMANCE" : The subBlock experienced performance issues.
  • "SILENT_DATA_CORRUPTION" : The subBlock experienced silent data corruption.
  • "SWITCH_FAILURE" : The subBlock experienced a switch failure.

Implementation

core.String? behavior;