IPRef
This class represents an Internet Protocol (IP) reference for a LogUser object. An IPRef object contains information on the IP address, number of look-ups associated with the address, and the status of the reference.
An IPRef object associates with a HostNameRef object, describing the host associated with the IP address.
Data Members
Data Member Name | Data Type | Default Value | Description |
Hostname | WSTR | Not available | None |
IPAddress | WSTR | 0.0.0.0 | Stores the unique key for the object. |
LastModifiedTime | FILETIME | None | Records when the object was last modified. |
Status | LONG | None | Indicates whether the IP address is resolved:
0 - Unresolved 1 - Resolved |
Class Key
IPRefKey is composed of a single data member, IPAddress.
Relations
For a description of the relation type, see Data Warehouse Classes.
Relation Name | Parent | Child | Type |
HostnameRefIPRefRel | HostnameRef | IPRef | 2 |
IPRefUserRel | IPRef | LogUser | 2 |