xref: /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Client.interface.yaml (revision ae1cf7b02df1e44e857bd9f7167fbaf062a8e9a7)
1description: >
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.
6properties:
7    - name: Address
8      type: string
9      description: >
10          The value of this property can be IP/hostname of the network endpoint.
11      errors:
12          - xyz.openbmc_project.Common.Error.InvalidArgument
13          - xyz.openbmc_project.Common.Error.InternalFailure
14    - name: Port
15      type: uint16
16      description: >
17          The value of this property is the network port number.
18      errors:
19          - xyz.openbmc_project.Common.Error.InternalFailure
20