1/xyz/openbmc_project/control/host0/boot_mode:
2    Interface: xyz.openbmc_project.Control.Boot.Mode
3    Properties:
4        BootMode:
5            Default: Mode::Modes::Safe
6
7/xyz/openbmc_project/control/host1/boot_mode:
8    Interface: xyz.openbmc_project.Control.Boot.Mode
9    Properties:
10        BootMode:
11            Default: Mode::Modes::Regular
12
13/xyz/openbmc_project/network/host0/intf:
14    Interface: xyz.openbmc_project.Network.MACAddress
15    Properties:
16        MACAddress:
17            Default: '"00:00:00:00:00:00"'
18            Validation:
19                Type: "regex"
20                Validator: '^([0-9A-F]{2}[:-]){5}([0-9A-F]{2})$'
21/xyz/openbmc_project/control/host0/power_cap:
22    Interface: xyz.openbmc_project.Control.Power.Cap
23    Properties:
24        PowerCap:
25            Default: 0
26            Validation:
27                Type: "range"
28                Validator: "0..1000"
29                Unit: "Watts"
30        PowerCapEnable:
31             Default: 'false'
32