1description: >
2    Implement to provide TFTP (Trivial File Transfer Protocol).
3methods:
4    - name: DownloadViaTFTP
5      description: >
6          Download a file via TFTP.
7      parameters:
8        - name: FileName
9          type: string
10          description: >
11            The name of the file to transfer.
12        - name: ServerAddress
13          type: string
14          description: >
15            The TFTP Server IP Address.
16      errors:
17        - xyz.openbmc_project.Common.Error.InternalFailure
18        - xyz.openbmc_project.Common.Error.InvalidArgument
19