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