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: PrefixLength 12 type: size 13 description: > 14 Number of network bits in the address 15 - name: ProtocolType 16 type: enum[xyz.openbmc_project.Network.IP.Protocol] 17 description: > 18 protocol type can be IPv4 or IPv6 etc. 19 returns: 20 - name: Path 21 type: object_path 22 description: > 23 The path for the created static gateway object. 24 errors: 25 - xyz.openbmc_project.Common.Error.InvalidArgument 26