xref: /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Client.interface.yaml (revision 0020fa3da6a30f7f63afb0d2de41b508b7a8f18d)
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