NodeNetworkInterfacePropertiesListResult

NodeNetworkInterfacePropertiesListResult
NodeNetworkInterfacePropertiesListResult

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": [
        {
            "_self": {
                "action": "string",
                "href": "string",
                "rel": "string"
            },
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "physical_address": "string",
            "broadcast_address": "string",
            "link_status": "string",
            "default_gateway": "string",
            "bond_primary": "string",
            "bond_slaves": [
                "string"
            ],
            "ip_addresses": [
                {
                    "netmask": "string",
                    "ip_address": "string"
                }
            ],
            "admin_status": "string",
            "interface_id": "string",
            "bond_mode": "string",
            "plane": "string",
            "ip_configuration": "string",
            "mtu": 0
        }
    ]
}