summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Control/FanRedundancy.interface.yaml
blob: 50ae5bc621ea7633926e8ad77b3d2cda9707a747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
description: >
    An interface to set whether fans are redundant.
properties:
    - name: AllowedFailures
      type: byte
      flags:
        - const
      description: >
          Number of fans in error state before redundancy is lost.
    - name: Collection
      type: array[path]
      flags:
        - const
      description: >
          The group of fans tracked by this redundancy object.
    - name: Status
      type: enum[self.State]
      flags:
        - const
      description: >
          The current redundancy status.

enumerations:
    - name: State
      description: >
          Possible redundancy states.
      values:
        - name: Full
          description: >
              System is in a fully redundant state.
        - name: Degraded
          description: >
              Redundancy is in a degraded state.
        - name: Failed
          description: >
              System has lost redundancy.

OpenPOWER on IntegriCloud