blob: ccbb6e283fdf3bcaba399e5d3aaa56ff88372e44 [file] [log] [blame]
description: >
An interface for node shutdown policy on multi-node products.
It is used by Intel OEM IPMI command.
properties:
- name: OCOTPolicy
type: enum[self.Policy]
description: >
Node shutdown policy on a power supply over current(OC)
or over temperature(OT) event,
Only available on multi-node products.
default: 'NoShutdownOnOCOT'
enumerations:
- name: Policy
description: >
The type of shutdown policy.
values:
- name: 'NoShutdownOnOCOT'
description: >
Do not shutdown node on an OC/OT event.
- name: 'ShutdownOnOCOT'
description: >
Shutdown node on an OC/OT event.