blob: a02e4436d4f1e782495c93a578130081000c5d29 [file] [log] [blame]
description: >
methods:
- name: IP
description: >
Create ipaddress object.
parameters:
- name: ProtocolType
type: enum[xyz.openbmc_project.Network.IP.Protocol]
description: >
protocol type can be IPv4 or IPv6 etc.
- name: Address
type: string
description: >
IP Address.
- name: PrefixLength
type: byte
description: >
Prefix Length.
- name: Gateway
type: string
description: >
Gateway Address.