Name | Type | Description |
---|---|---|
history_id | integer | The ID of the configuration version in the history database. |
host_interface_id | uuid | The unique ID of this interface in the system. |
host_interface_name | varchar(50) | The interface name as reported by the host. |
host_id | uuid | Unique ID of the host this interface belongs to. |
host_interface_type | smallint |
|
host_interface_speed_bps | integer | The interface speed in bits per second. |
mac_address | varchar(20) | The interface MAC address. |
network_name | varchar(50) | The logical network associated with the interface. |
ip_address | varchar(50) | As displayed in the edit dialog. |
gateway | varchar(20) | As displayed in the edit dialog. |
bond | Boolean | A flag to indicate if this interface is a bonded interface. |
bond_name | varchar(50) | The name of the bond this interface is part of (if it is part of a bond). |
vlan_id | integer | As displayed in the edit dialog. |
host_configuration_version | integer | The host configuration version at the time of creation or update. |
create_date | timestamp with time zone | The date this entity was added to the system. |
update_date | timestamp with time zone | The date this entity was changed in the system. |
delete_date | timestamp with time zone | The date this entity was deleted from the system. |