1description: >
2methods:
3    - name: StaticGateway
4      description: >
5          Create a static gateway entry.
6      parameters:
7          - name: Gateway
8            type: string
9            description: >
10                Static gateway address
11          - name: ProtocolType
12            type: enum[xyz.openbmc_project.Network.IP.Protocol]
13            description: >
14                protocol type can be IPv4 or IPv6 etc.
15      returns:
16          - name: Path
17            type: object_path
18            description: >
19                The path for the created static gateway object.
20      errors:
21          - xyz.openbmc_project.Common.Error.InvalidArgument
22