3.1.1.1.23.1 Data Model

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

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

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

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

ManagedBy: The value of the built-in custom field managed by of the address range. This is of string type.

ManagedByEntity: The value of the built-in custom field managed by entity of the address range. This is of string type.

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

AddressSpaceRecordId: Foreign key (ADM_AddressSpaceTable, RecordId); on update no action, on delete no action.

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

  • TotalAssignedAddresses

  • TotalAvailableAddresses

  • TotalUtilizedAddresses