BaremetalVlanSubInterface

BaremetalVlanSubInterface
Baremetal VLAN Sub Interface

A VLAN sub-interface on a baremetal server.

AllOf
JSON Example
{
    "interface_name": "string",
    "interface_id": "string",
    "is_mgmt_interface": false,
    "mac_address": "string",
    "address_bindings": [
        "string"
    ],
    "admin_status": "string",
    "interface_type": "string",
    "vlan_tag": 0,
    "parent_interface_name": "string",
    "parent_interface_type": "string",
    "member_interface_names": [
        "string"
    ]
}