1description: >
2    An interface for node shutdown policy on multi-node products.
3    It is used by Intel OEM IPMI command.
4properties:
5    - name: OCOTPolicy
6      type: enum[self.Policy]
7      description: >
8          Node shutdown policy on a power supply over current(OC)
9          or over temperature(OT) event,
10          Only available on multi-node products.
11
12      default: 'NoShutdownOnOCOT'
13
14enumerations:
15   - name: Policy
16     description: >
17       The type of shutdown policy.
18     values:
19       - name: 'NoShutdownOnOCOT'
20         description: >
21           Do not shutdown node on an OC/OT event.
22       - name: 'ShutdownOnOCOT'
23         description: >
24           Shutdown node on an OC/OT event.