blob: 38805e79e8004d40f36452f042f80b8741003ca3 [file] [log] [blame]
Ratan Guptadb81a8a2017-04-20 20:21:25 +05301description: >
2methods:
3 - name: IP
4 description: >
5 Create ipaddress object.
6 parameters:
7 - name: ProtocolType
8 type: enum[xyz.openbmc_project.Network.IP.Protocol]
9 description: >
10 protocol type can be IPv4 or IPv6 etc.
11 - name: Address
12 type: string
13 description: >
14 IP Address.
15 - name: PrefixLength
16 type: byte
17 description: >
18 Prefix Length.
19 - name: Gateway
20 type: string
21 description: >
22 Gateway Address.
Nagaraju Goruganti94812302017-11-11 12:45:46 -060023 errors:
24 - xyz.openbmc_project.Common.Error.InvalidArgument