| Ratan Gupta | 1ac38c0 | 2017-03-16 16:36:42 +0530 | [diff] [blame] | 1 | description: > |
| 2 | Implement to provide system specific network configuration features. | ||||
| 3 | properties: | ||||
| 4 | - name: HostName | ||||
| 5 | type: string | ||||
| 6 | description: > | ||||
| 7 | The value of this property shall be host name of the system. | ||||
| 8 | - name: DefaultGateway | ||||
| 9 | type: string | ||||
| 10 | description: > | ||||
| 11 | default gateway of the system. | ||||
| Gunnar Mills | 0ab00b2 | 2018-06-19 16:28:11 -0500 | [diff] [blame] | 12 | errors: |
| 13 | - xyz.openbmc_project.Common.Error.InvalidArgument | ||||