Difference between revisions of "Public.snmpinterface (table)"
Line 20: | Line 20: | ||
| integer | | integer | ||
| not null | | not null | ||
− | | | + | | |
| | | | ||
|- valign="top" | |- valign="top" | ||
Line 113: | Line 113: | ||
| '''Columns | | '''Columns | ||
− | |||
− | |||
− | |||
− | |||
|- valign="top" | |- valign="top" | ||
| snmpinterface_ipaddr_idx | | snmpinterface_ipaddr_idx | ||
Line 125: | Line 121: | ||
| | | | ||
| nodeid | | nodeid | ||
+ | |- valign="top" | ||
+ | | snmpinterface_nodeid_ifindex_unique_idx | ||
+ | | Unique | ||
+ | | nodeid, snmpifindex | ||
|} | |} | ||
Line 138: | Line 138: | ||
| nodeid | | nodeid | ||
| nodeid | | nodeid | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- valign="top" | |- valign="top" | ||
− | | [[public. | + | | [[public.snmpinterface_(table)|public.snmpinterface]] |
+ | | snmpinterfaceid | ||
| id | | id | ||
− | |||
|} | |} | ||
Revision as of 10:10, 27 August 2011
wikibot
Table | public.snmpinterface |
Columns
Column | Data Type | Nullable | Default | Description |
id | integer | not null | ||
nodeid | integer | not null | ||
ipaddr | varchar(16) | not null | ||
snmpipadentnetmask | varchar(16) | null | ||
snmpphysaddr | char(12) | null | ||
snmpifindex | integer | not null | ||
snmpifdescr | varchar(256) | null | ||
snmpiftype | integer | null | ||
snmpifname | varchar(96) | null | ||
snmpifspeed | bigint | null | ||
snmpifadminstatus | integer | null | ||
snmpifoperstatus | integer | null | ||
snmpifalias | varchar(256) | null |
Primary Key
Primary Key | Columns |
snmpinterface_pkey | id |
Indexes
Index | Type | Columns |
snmpinterface_ipaddr_idx | ipaddr | |
snmpinterface_nodeid_idx | nodeid | |
snmpinterface_nodeid_ifindex_unique_idx | Unique | nodeid, snmpifindex |
Foreign Keys
Relation | Column | Referenced Column |
public.node | nodeid | nodeid |
public.snmpinterface | snmpinterfaceid | id |
Dependencies
Reference Type | Object Type | Referencing Object |
Select | Trigger Function | public.setsnmpinterfacekeysoninsert |
Select | Trigger Function | public.setsnmpinterfacekeysonupdate |