systemnetaddressv6


Description

The list of IPv6 address associated to a system

Columns

Column Type Size Nulls Auto Default Children Parents Comments
mgm_id numeric 131089 null
systemnetinterface.mgm_id systemnetaddressv6_interface_fkeyR

The id of the Uyuni instance that contains this data

system_id numeric 131089 null
systemnetinterface.system_id systemnetaddressv6_interface_fkeyR

The id of the system

interface_id numeric 131089 null
systemnetinterface.interface_id systemnetaddressv6_interface_fkeyR

The id of the network interface

scope varchar 64 null

The scope of this IPv6 address

address varchar 64 null

The IPv6 address of the system

netmask varchar 64 null

The netmask associated to this address

synced_date timestamptz 35,6 CURRENT_TIMESTAMP

The timestamp of when this data was last refreshed.

Indexes

Constraint Name Type Sort Column(s)
systemnetaddressv6_pk Primary key Asc/Asc/Asc/Asc/Asc mgm_id + system_id + interface_id + scope + address

Check Constraints

Constraint Name Constraint
vn_systemnetaddressv6_scope (((scope)::text <> ''::text))
vn_systemnetaddressv6_address (((address)::text <> ''::text))
vn_systemnetaddressv6_netmask (((netmask)::text <> ''::text))

Relationships