NodeInterfacePropertiesListResult

NodeInterfacePropertiesListResult
NodeInterfacePropertiesListResult

Node network interface properties list results

AllOf
This class requires all of the following:
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": [
        {
            "source": "string",
            "admin_status": "string",
            "link_status": "string",
            "interface_alias": [
                {
                    "ip_configuration": "string",
                    "netmask": "string",
                    "ip_address": "string",
                    "physical_address": "string",
                    "broadcast_address": "string"
                }
            ],
            "ens_enabled": false,
            "interface_type": "string",
            "interface_id": "string",
            "connected_switch": "string",
            "ens_capable": false,
            "mtu": 0
        }
    ]
}