ComputeCollectionNetworkInterfacesListResult

ComputeCollectionNetworkInterfacesListResult
ComputeCollectionNetworkInterfacesListResult

List of network interfaces for all discovered nodes in compute collection

AllOf
JSON Example
{
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "cursor": "string",
    "sort_ascending": false,
    "sort_by": "string",
    "result_count": 0,
    "results": [
        {
            "discovered_node_id": "string",
            "network_interfaces": [
                {
                    "physical_address": "string",
                    "connected_switch": "string",
                    "interface_id": "string"
                }
            ]
        }
    ]
}