summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml
blob: 96b04c12092c9bd74212ae8c5d09c47e1c43eee7 (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
description: >
    Implement to set the operating system status.

properties:
    - name: OperatingSystemState
      type: enum[self.OSStatus]
      default: Inactive
      description: >
        Current state of the operating system.

enumerations:
   - name: OSStatus
     description: >
       The operaing system statuses.
     values:
       - name: CBoot
         description: >
           C Boot Completed.
       - name: PXEBoot
         description: >
           PXE Boot Completed.
       - name: DiagBoot
         description: >
           Diagnostic Boot Completed.
       - name: CDROMBoot
         description: >
           CD-ROM Boot completed.
       - name: ROMBoot
         description: >
           ROM Boot Completed
       - name: BootComplete
         description: >
           Boot Completed or Unspecified Boot Device.
       - name: Inactive
         description: >
           System Inactive.
OpenPOWER on IntegriCloud