3.1.1.1.6.1 Data Model
RecordId : primary key : A 64-bit unique signed integer that is unique for each entry in the table. The store assigns a unique value when a new row is inserted into the table. This forms the DnsForwardLookupZoneRecordId of the IPBlock data structure.
AddressRecordId: foreign key (ADM_IPAddressTable, RecordId): on delete no action: The RecordId in ADM_IPAddressTable for which the entry specifies the DNS registration details.
DNSZoneRecordId: foreign key (ADM_DNSForwardLookupTable, RecordId) on delete cascade: The RecordId of the forward look-up zone entry under which the address is registered. This forms the DnsZoneId of IpamIPAddress.
DNSServerRecordId: foreign key (ADM_DNSServerForwardLookupZoneTable, RecordId) on delete set null: The RecordId of the DNS server hosting the forward lookup zone specified by DNSZoneRecordId. This forms the DnsForwardLookupZoneDnsServerId of IpamIPAddress.
DNSForwardLookupRegistrationDetails: This forms the other miscellaneous properties of the DNS forward lookup registration details of the address. This is modeled on the following properties of IpamIPAddress.
DnsForwardSyncStatus