Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ColumnTypeComment

id

bigint unsigned NOT NULL AUTO_INCREMENT

id of the NIC

template_id

bigint unsigned NOT NULL

id of the VNF template

device_id

bigint unsigned NOT NULL

Device id of the NIC when plugged into the VNF appliances

device_name

varchar(255) NOT NULL

Name of the NIC

required

tinyint NOT NULL COMMENT DEFAULT '1'

True if the NIC is required. False if optional

description

varchar(255)

Description of the NIC

...