BaremetalServerInterface

BaremetalServerInterface
Baremetal Server Interface

A baremetal server interface object.

JSON Example
{
    "interface_name": "string",
    "interface_id": "string",
    "is_mgmt_interface": false,
    "mac_address": "string",
    "address_bindings": [
        "string"
    ],
    "admin_status": "string"
}
string
interface_name
Required

Name of the Baremetal server interface.

string
interface_id
Required

Baremetal server interface identifier.

boolean
is_mgmt_interface
Optional

Whether it is a management interface.

string
mac_address
Required

Baremetal server interface mac address.

array of string
address_bindings
Required

Baremetal server interface ip addresses.

string
admin_status
Required

Baremetal server interface state.

Possible values are : UP, DOWN,