Name | Type | Description |
---|---|---|
history_id | integer | The ID of the configuration version in the history database. |
vm_interface_id | uuid | The unique ID of this interface in the system. |
vm_interface_name | varchar(50) | As displayed in the edit dialog. |
vm_id | uuid | The ID of the virtual machine this interface belongs to. |
vm_interface_type | smallint |
The type of the virtual interface.
|
vm_interface_speed_bps | integer | The average speed of the interface during the aggregation in bits per second. |
mac_address | varchar(20) | As displayed in the edit dialog. |
network_name | varchar(50) | As displayed in the edit dialog. |
vm_configuration_version | integer | The virtual machine 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. |