blob: 60852f3d205f40aa1fbf02637dc9b49672e9a415 [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]
7 default: BootComplete
8 description: >
9 Current state of the operating system.
10
11enumerations:
12 - 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.