Add client create interface
This interface would be implemented by the
phosphor-snmp-conf process which would be used to
configure the snmp manager info.
Change-Id: Ib501cdba4b472d11a8f5bec4a8c6025fc5cce675
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
diff --git a/xyz/openbmc_project/Network/Client/Create.interface.yaml b/xyz/openbmc_project/Network/Client/Create.interface.yaml
new file mode 100644
index 0000000..ff45533
--- /dev/null
+++ b/xyz/openbmc_project/Network/Client/Create.interface.yaml
@@ -0,0 +1,16 @@
+description: >
+methods:
+ - name: Client
+ description: >
+ Create network client endpoint.
+ parameters:
+ - name: Address
+ type: string
+ description: >
+ IP Address/Hostname
+ - name: Port
+ type: uint16
+ description: >
+ Network port.
+ errors:
+ - xyz.openbmc_project.Common.Error.InvalidArgument