1description: >
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.
5
6properties:
7    - name: Enabled
8      type: boolean
9      description: >
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
14      description: >
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
19      description: >
20          Specifies whether the service is running or not. This property can be
21          used to start or stop a service.
22