NodeNetworkInterfaceProperties

NodeNetworkInterfaceProperties
NodeNetworkInterfaceProperties

Node network interface properties

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "admin_status": "string",
    "bond_cur_active_slave": "string",
    "bond_lacp_rate": "string",
    "bond_mode": "string",
    "bond_primary": "string",
    "bond_primary_slave": "string",
    "bond_slaves": [
        "string"
    ],
    "bond_xmit_hash_policy": "string",
    "broadcast_address": "string",
    "default_gateway": "string",
    "interface_id": "string",
    "ip6_addresses": [
        {
            "ip6_address": "string",
            "ip6_gateway": "string",
            "prefixlen": 0
        }
    ],
    "ip_addresses": [
        {
            "ip_address": "string",
            "netmask": "string"
        }
    ],
    "ip_configuration": "string",
    "is_kni": false,
    "link_status": "string",
    "mtu": 0,
    "physical_address": "string",
    "plane": "string",
    "vlan": 0
}