Ratan Gupta | 9a2f902 | 2018-04-19 15:28:05 +0530 | [diff] [blame] | 1 | description: > |
| 2 | This defines the network endpoint. |
| 3 | Application which wants to keep the network endpoint info |
| 4 | can use this interface. |
| 5 | e.g: Network endpoint could be SNMP mangers or LDAP servers etc. |
| 6 | properties: |
| 7 | - name: Address |
| 8 | type: string |
| 9 | description: > |
| 10 | The value of this property can be IP/hostname of the network endpoint. |
Deepak Kodihalli | cbe8843 | 2018-08-28 09:16:42 -0500 | [diff] [blame] | 11 | errors: |
| 12 | - xyz.openbmc_project.Common.Error.InvalidArgument |
| 13 | - xyz.openbmc_project.Common.Error.InternalFailure |
Ratan Gupta | 9a2f902 | 2018-04-19 15:28:05 +0530 | [diff] [blame] | 14 | - name: Port |
| 15 | type: uint16 |
| 16 | description: > |
| 17 | The value of this property is the network port number. |
Deepak Kodihalli | cbe8843 | 2018-08-28 09:16:42 -0500 | [diff] [blame] | 18 | errors: |
| 19 | - xyz.openbmc_project.Common.Error.InternalFailure |