3.1.1.1.6.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 DnsForwardLookupZoneRecordId 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_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: A foreign key (ADM_DNSServerForwardLookupZoneTable, RecordId) on delete set to NULL. The RecordId of the DNS server hosting the forward lookup zone specified by DNSZoneRecordId. This forms the DnsForwardLookupZoneDnsServerId of IpamIPAddress.
DNSForwardLookupRegistrationDetails: Forms the miscellaneous properties of the DNS forward lookup registration details of the address. This is modeled on the following property of IpamIPAddress.
DnsForwardSyncStatus