| Deepak Kodihalli | 4b271e1 | 2017-05-13 09:57:52 -0500 | [diff] [blame] | 1 | description: > |
| 2 | Implement to set time owner. | ||||
| 3 | |||||
| 4 | properties: | ||||
| 5 | - name: TimeOwner | ||||
| 6 | type: enum[self.Owners] | ||||
| 7 | description: > | ||||
| 8 | The time owner. | ||||
| 9 | |||||
| 10 | enumerations: | ||||
| 11 | - name: Owners | ||||
| 12 | description: > | ||||
| 13 | Possible owners of time. | ||||
| 14 | values: | ||||
| 15 | - name: BMC | ||||
| 16 | description: > | ||||
| 17 | BMC alone owns system time. | ||||
| 18 | - name: Host | ||||
| 19 | description: > | ||||
| 20 | Host alone owns system time. | ||||
| 21 | - name: Both | ||||
| 22 | description: > | ||||
| 23 | BMC and host own system time. | ||||
| 24 | - name: Split | ||||
| 25 | description: > | ||||
| 26 | BMC and host maintain their own time. | ||||