3.1.1.1.7.1 Data Model
RecordId: A primary key. A 64-bit signed integer that is unique for each entry in the table. The data store assigns a unique value when a new row is inserted into the table. This forms the DnsReverseLookupZoneRecordId of the IPBlock data structure.
AddressRecordId: A foreign key (ADM_IPAddressTable, RecordId) on delete no action. The RecordId in ADM_IPAddressTable for which the entry specifies the DNS registration details.
DNSZoneRecordId: A foreign key (ADM_DNSReverseLookupTable, RecordId) on delete cascade. The RecordId of the reverse lookup zone entry under which the address is registered. This forms the DnsReverseLookupZoneId of IpamIPAddress.
DNSServerRecordId: A foreign key (ADM_DNSServerForwardLookupZoneTable, RecordId) on delete set to NULL. The RecordId of the DNS server hosting the reverse lookup zone specified by DNSZoneRecordId. This forms the DnsReverseLookupZoneServerId of IpamIPAddress.
DNSReverseLookupRegistrationDetails: This
forms the other miscellaneous properties of the DNS forward lookup registration
details of the address. This is modeled on the following property of IpamIPAddress.
DnsReverseSyncStatusÂ