Define the create interface for VLAN

Network Manager may implement multiple interface object
Create interface helps in creating specific interface.

Create interface declares the interface for creating
a specific object.

Change-Id: I7433a8569f7e08f9ceb0ff8d01e8c42b04b3b5af
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
diff --git a/xyz/openbmc_project/Network/VLAN/Create.interface.yaml b/xyz/openbmc_project/Network/VLAN/Create.interface.yaml
new file mode 100644
index 0000000..591b0db
--- /dev/null
+++ b/xyz/openbmc_project/Network/VLAN/Create.interface.yaml
@@ -0,0 +1,14 @@
+description: >
+methods:
+    - name: VLAN
+      description: >
+          Create VLANInterface Object.
+      parameters:
+        - name: InterfaceName
+          type: string
+          description: >
+              Name of the interface.
+        - name: Id
+          type: uint16
+          description: >
+              VLAN Identifier.