NodeNetworkInterfaceProperties

NodeNetworkInterfaceProperties
NodeNetworkInterfaceProperties

Node network interface properties

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",
    "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
}