VirtualNetworkInterface

VirtualNetworkInterface
VirtualNetworkInterface
AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "rel": "string"
    },
    "display_name": "string",
    "description": "string",
    "_last_sync_time": 0,
    "tags": [
        {
            "scope": "string",
            "tag": "string"
        }
    ],
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "resource_type": "string",
    "mac_address": "string",
    "device_key": "string",
    "host_id": "string",
    "owner_vm_id": "string",
    "vm_local_id_on_host": "string",
    "external_id": "string",
    "lport_attachment_id": "string",
    "ip_address_info": [
        {
            "source": "string",
            "ip_addresses": [
                "string"
            ]
        }
    ],
    "device_name": "string"
}