xref: /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Client/Create.interface.yaml (revision ed708de3a629531dc2fdb8e70946fb24e112d617)
1description: >
2methods:
3    - name: Client
4      description: >
5          Create network client endpoint.
6      parameters:
7        - name: Address
8          type: string
9          description: >
10              IP Address/Hostname
11        - name: Port
12          type: uint16
13          description: >
14              Network port.
15      errors:
16        - xyz.openbmc_project.Common.Error.InvalidArgument
17      returns:
18        - name: path
19          type: string
20          description: >
21              Path of the object which has been created.
22