blob: 705b4bfa91de491a6895a3f0493137761b261338 [file] [log] [blame]
Dhruvaraj Subhashchandran0067ba22017-05-02 08:00:11 -05001description: >
2 Implement to set the operating system status.
3
4properties:
5 - name: OperatingSystemState
6 type: enum[self.OSStatus]
Marri Devender Rao1e005c22017-08-17 03:23:36 -05007 default: Inactive
Dhruvaraj Subhashchandran0067ba22017-05-02 08:00:11 -05008 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -05009 Current state of the operating system.
Dhruvaraj Subhashchandran0067ba22017-05-02 08:00:11 -050010
11enumerations:
Patrick Williams8da396c2022-03-14 14:21:02 -050012 - name: OSStatus
13 description: >
14 The operaing system statuses.
15 values:
16 - name: CBoot
17 description: >
18 C Boot Completed.
19 - name: PXEBoot
20 description: >
21 PXE Boot Completed.
22 - name: DiagBoot
23 description: >
24 Diagnostic Boot Completed.
25 - name: CDROMBoot
26 description: >
27 CD-ROM Boot completed.
28 - name: ROMBoot
29 description: >
30 ROM Boot Completed
31 - name: BootComplete
32 description: >
33 Boot Completed or Unspecified Boot Device.
34 - name: Inactive
35 description: >
36 System Inactive.
37 - name: Standby
38 description: >
39 Operating system is ready to be booted.