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