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)

Name of the the NIC

required

tinyint NOT NULL COMMENT '1'

True if the NIC is required. False if optional

description

varchar(255)

Description of the the NIC

3. vnf_template_details (new table)

...