summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Network/Client.interface.yaml
blob: 8c8eaeb23087f7895004d8a35c70e29ab898b0e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
description: >
    This defines the network endpoint.
    Application which wants to keep the network endpoint info
    can use this interface.
    e.g: Network endpoint could be SNMP mangers or LDAP servers etc.
properties:
    - name: Address
      type: string
      description: >
          The value of this property can be IP/hostname of the network endpoint.
      errors:
        - xyz.openbmc_project.Common.Error.InvalidArgument
        - xyz.openbmc_project.Common.Error.InternalFailure
    - name: Port
      type: uint16
      description: >
          The value of this property is the network port number.
      errors:
        - xyz.openbmc_project.Common.Error.InternalFailure
OpenPOWER on IntegriCloud