NodeInterfacePropertiesListResult

NodeInterfacePropertiesListResult
NodeInterfacePropertiesListResult

Node network interface properties list results

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "cursor": "string",
    "result_count": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "admin_status": "string",
            "backing_nsx_managed": false,
            "connected_switch": "string",
            "connected_switch_type": "string",
            "device": "string",
            "dpu_alias": "string",
            "dpu_backed": false,
            "dpu_id": "string",
            "driver": "string",
            "ens_capable": false,
            "ens_enabled": false,
            "ens_interrupt_capable": false,
            "ens_interrupt_enabled": false,
            "host_managed": false,
            "interface_alias": [
                {
                    "broadcast_address": "string",
                    "ip6_address": [
                        "string"
                    ],
                    "ip_address": "string",
                    "ip_configuration": "string",
                    "netmask": "string",
                    "physical_address": "string"
                }
            ],
            "interface_id": "string",
            "interface_type": "string",
            "interface_uuid": "string",
            "key": "string",
            "link_status": "string",
            "lport_attachment_id": "string",
            "mtu": 0,
            "pci": "string",
            "source": "string",
            "speed": "number",
            "state": "string"
        }
    ]
}