NodeNetworkInterfaceProperties

NodeNetworkInterfaceProperties
NodeNetworkInterfaceProperties
AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "physical_address": "string",
    "plane": "string",
    "broadcast_address": "string",
    "link_status": "string",
    "default_gateway": "string",
    "ip_configuration": "string",
    "ip_addresses": [
        {
            "netmask": "string",
            "ip_address": "string"
        }
    ],
    "mtu": 0,
    "admin_status": "string",
    "interface_id": "string"
}