3.1.1.1.24.1 Data Model

BlockRecordId: foreign key (ADM_IPBlocksTable, RecordId); on delete set to NULL. This is the RecordId for the address block for which the row specifies the utilization data at a particular point in time.

StartIPAddress: This is the start address of the address block for which the row specifies the utilization data. This is modeled on the IPBlock.StartIPAddress.

EndIPAddress: This is the end address of the address block for which the row specifies the utilization data. This is modeled on the IPBlock.EndIPAddress.

PrefixLength: This is the prefix length of the address block for which the row specifies the utilization data. This is modeled on the IPBlock.PrefixLength.

Timestamp: This is a datetime value specifying the time stamp at which the utilization data was calculated.

AddressSpaceRecordId: A foreign key (ADM_AddressSpaceTable, RecordId) on update no action, on delete no action.

IsSubnet: This column value is set to 1 if the row contains utilization data for a Subnet or to 0 if the row contains utilization data for an IPBlock.

AddressUtilizationData: This specifies the address utilization information. This contains properties that are modeled on the following members of IPUtilization:

§ TotalAssignedAddresses

§ TotalAvailableAddresses

§ TotalUtilizedAddresses