linkset


Description

This table contains metadata for a link, whether a given link is host link or node link and/or whether a given link is layer2 or layer3. It is parent table that is partitioned over zone schema

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('zone.linkset_id_seq'::regclass)
link.linkset_id fk_link_set R

Unique identifier for linkset record

zone_id int4 10 null
zone.id fk_linkset_zone R

Zone Id for linkset record. It maps to system.zone.id

hosts bool 1 null

Boolean indicating whether this linkset record refers to hosts or nodes. Set to true for hosts, false otherwise.

layer text 2147483647 null

layer this linkset record presents. Valid values are '2' and '3'. Entries will be inserted as and when link with layer2 and/or layer3 are discovered.

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
pk_linkset Primary key Asc id
uk_linkset Must be unique Asc/Asc/Asc zone_id + layer + hosts

Relationships