AppaRao Puli | 99b5aaa | 2018-09-25 15:18:17 +0530 | [diff] [blame] | 1 | description: > |
Tom Joseph | 264d401 | 2020-05-21 16:35:54 +0530 | [diff] [blame] | 2 | Implement to expose the properties of service objects like bmcweb, |
| 3 | phosphor-ipmi-net etc. This interface can be used to get and set the |
| 4 | properties of the service. |
AppaRao Puli | 99b5aaa | 2018-09-25 15:18:17 +0530 | [diff] [blame] | 5 | |
| 6 | properties: |
Tom Joseph | 264d401 | 2020-05-21 16:35:54 +0530 | [diff] [blame] | 7 | - name: Enabled |
| 8 | type: boolean |
AppaRao Puli | 99b5aaa | 2018-09-25 15:18:17 +0530 | [diff] [blame] | 9 | description: > |
Tom Joseph | 264d401 | 2020-05-21 16:35:54 +0530 | [diff] [blame] | 10 | Specifies the current state of the service. This property can be used |
| 11 | to enable or disable the service. |
| 12 | - name: Masked |
| 13 | type: boolean |
AppaRao Puli | 99b5aaa | 2018-09-25 15:18:17 +0530 | [diff] [blame] | 14 | description: > |
Tom Joseph | 264d401 | 2020-05-21 16:35:54 +0530 | [diff] [blame] | 15 | Specifies whether the service is masked or not masked. This property |
| 16 | can be used to permanently enable or disable the service. |
| 17 | - name: Running |
| 18 | type: boolean |
AppaRao Puli | 99b5aaa | 2018-09-25 15:18:17 +0530 | [diff] [blame] | 19 | description: > |
Tom Joseph | 264d401 | 2020-05-21 16:35:54 +0530 | [diff] [blame] | 20 | Specifies whether the service is running or not. This property can be |
| 21 | used to start or stop a service. |