description: > | |
Implement to provide system specific network configuration features. | |
properties: | |
- name: HostName | |
type: string | |
description: > | |
The value of this property shall be host name of the system. | |
- name: DefaultGateway | |
type: string | |
description: > | |
default IPv4 gateway of the system. | |
errors: | |
- xyz.openbmc_project.Common.Error.InvalidArgument | |
- name: DefaultGateway6 | |
type: string | |
description: > | |
default IPv6 gateway of the system. | |
errors: | |
- xyz.openbmc_project.Common.Error.InvalidArgument |