Table that stores network adapter settings
Data model
Fields
Field | Type | Description |
---|---|---|
device_adapter_id* | INT | Network adapter ID associated with the device, reference to AAM_DEVICE_NETWORKADAPTER.id table |
krun_status* | CHAR (1) | Inventory Registration Status |
modification_date* | DATETIME | Date of edition |
type* | CHAR (1) | Network adapter configuration type |
Primary Key
PK_AAM_NETWORKADAPTER_CONFIG |
---|
device_adapter_id, ipaddress, type |
References
Column | Referenced Table | Referenced column | Name |
---|---|---|---|
device_adapter_id* | dbo.AAM_DEVICE_NETWORKADAPTER | id | FK01_AAM_NETWORKADAPTER_CONFIG |