The networkInterface object contains configuration information for individual network interfaces on a storage node.
This object contains the following members:
Name | Description | Type |
---|---|---|
address | The IPv4 management address of the interface. | string |
addressV6 | The IPv6 management address of the interface. | string |
broadcast | The broadcast address of the interface. | string |
macAddress | The MAC address of the interface. | string |
mtu | The Maximum Transfer Unit, in bytes, of the interface. | integer |
name | The name of the interface. | string |
namespace | Whether or not this interface is assigned a virtual network namespace. | boolean |
netmask | The subnet mask of the interface. | string |
status | The operational status of the interface. | string |
type | The type of interface (bond master, bond slave, etc). | string |
virtualNetworkTag | The VLAN ID assigned to the interface on the virtual network. | integer |