1description: > 2 An interface for node shutdown policy on multi-node products. It is used by 3 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) or over 9 temperature(OT) event, Only available on multi-node products. 10 11 default: "NoShutdownOnOCOT" 12 13enumerations: 14 - name: Policy 15 description: > 16 The type of shutdown policy. 17 values: 18 - name: "NoShutdownOnOCOT" 19 description: > 20 Do not shutdown node on an OC/OT event. 21 - name: "ShutdownOnOCOT" 22 description: > 23 Shutdown node on an OC/OT event. 24