3.1.1.1.44.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.
For any row in the table, the combination of RelationshipName, Server1RecordId and Server2RecordId MUST be unique in the table. Server1RecordId and Server2RecordId can also be NULL.
RelationshipName: A string with a maximum length of 256 characters.
Server1RecordId: A foreign key (ADM_DhcpServerTable, RecordId); on delete no action.
Server2RecordId: A foreign key (ADM_DhcpServerTable, RecordId); on delete no action.
FailoverDetails: A number of DHCP failover-specific properties that are modeled as the following fields in the DhcpFailover (section 2.2.4.104) data structure:
Mode
MCLT
AutoStateTransition
StateSwitchInterval
Server1Percentage
SharedSecretEnabled
SharedSecret
Server1State
Server2State
Server1Name
Server2Name
Server1PSName
Server2PSName
Server1IPĀ
Server2IP