1description: >
2methods:
3    - name: VLAN
4      description: >
5          Create VLANInterface Object.
6      parameters:
7          - name: InterfaceName
8            type: string
9            description: >
10                Name of the interface.
11          - name: Id
12            type: uint32
13            description: >
14                VLAN Identifier.
15      returns:
16          - name: Path
17            type: object_path
18            description: >
19                The path for the created VLAN object.
20      errors:
21          - xyz.openbmc_project.Common.Error.InvalidArgument
22          - xyz.openbmc_project.Common.Error.ResourceNotFound
23